@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway|Roboto&display=swap');


/*#f16252 -> #BD262E*/

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/*-------------- box sizeing -------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
  

/* Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}

h1 {
    font-size: 3.5em;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0; 
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0 auto 6% auto;
    text-align: center; 
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    margin: 10px 10px 5px 0;
	letter-spacing:-1px;
}

h5 {
    font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
    font-weight: 100;
    color: #333 !important;
    font-size: 16px;
    margin: 0 0 5px 0;
	text-transform: uppercase; 
}

h6 {
    font-size: 1.4em;
    color: #BD262E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-align: center;
    margin: 0 auto 60px auto;
	line-height:1.4em;
	width:80%;
}

p{
	font-size:1.2em;
    line-height: 1.8em;
	font-weight:100;  
    font-family: 'Roboto', sans-serif;
	color:#666;
	
	text-align:justify; 
	margin:1% auto 2% auto;
}
	p ~ ul{
	list-style: circle; 
	column-count: 3;
	column-gap: 40px; 
	column-span: all;
	margin: 0 auto;
	width:80%; 
	}
	ul.nocolum{
		list-style: circle;  
		column-count: 1;
		margin: 0 auto;
		width:80%; 
	}
	p ~ ul>li{
	font-size:1.2em;
    line-height:1.7em;
	font-weight:100;  
    font-family: 'Roboto', sans-serif;
	color:#444; 
	margin-bottom:1%;
	}
 
p.super{
    font-size: 1.3em;
    line-height: 2em;
	font-weight:100;
	color:#555;
    font-family: 'Montserrat', sans-serif;
	
	text-align:center; 
	margin:1% auto 3% auto;
}

hr {
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
}



.fondo_cubre{
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
}
 
.numero_grande {
    width:3%;
	font-family:'Raleway', sans-serif;
	padding:15px 1% 20px 0;
	margin:0 2% 0 0;
	float:left;
	font-size:48px;
    color:#AAE4D1; 
}

.cuadro_seleccion { 
	width:23%; 
	height:auto; 
	float:left;
	border:1px solid #eee; 
	background:#fff; 
	color:#333; 
	text-align:center; 
	line-height:90px; 
    margin-right:2%; 
	font-size:35px;
	font-family:'Raleway', sans-serif;
	}
	.cuadro_seleccion:hover{ 
		background:#3C9; 
		color:#fff;
		cursor:pointer;  
		}
	.cuadro_seleccion.active{ 
		background:#3C9; 
		color:#fff; 
		outline: 1px solid #fff; outline-offset: -8px;
		}
		
.cuadro_seleccion_descripcion {  
	height:auto; 
	min-height:450px; 
	float:left;
	padding:15px 0 15px 0;
	border:1px solid #eee; 
	background:#fff; 
	color:#333; 
	text-align: left; 
	line-height: 40px;  
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	}
	.cuadro_seleccion_descripcion ul{
		margin:0;
		padding-left:15px; 
	}
	.cuadro_seleccion_descripcion:hover{   
		box-shadow:1px 1px 3px #ddd;
		} 


.set_focus:hover{
	color:#333;
	background: #FFFEF2;
}



.title_select{
	width:90%;
	padding:0 0 0 5%;
	margin: 5px 0 0 0;
	height:60px;
	line-height:60px;
	background:#fff;
	border:1px solid #ddd;
	cursor:pointer;
	
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color:#333;
	}
	.title_select .open{ 
		background:#fff;
		border:1px solid #ddd; 
		color:#f03;
	}

.desplegable_select{
	display:none;
	width:90%;
	padding:20px 0 15px 5%; 
	border:1px solid #ddd;
	border-top:0px;
	background:#f8f8f8;
	
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color:#666;	
}


/* Header Styles
---------------------------------*/

#header_wrapper {
    background: rgba(26, 0, 0, 0.95);
    padding: 10px 0px 5px 0px;
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 0px;
	position: relative;
	z-index: 2;
	padding:1% 1%;
	}
	.logo img{
		height:80px !important;
		margin:2px 0;
	}
	
	.logo i{
		color:#BD262E; 
		font-size:1em;  
	}
	.logo span{
		color:#ddd;
		font-family:'Roboto', sans-serif;
		font-size:1em; 
		text-decoration:none;  
	}
	.logo a{
		color:#fff;
		font-family:'Montserrat', sans-serif;
		font-size:1.5em; 
		text-decoration:none;  
	} 

.res-nav_click {
    display: none;
}
	

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff; 
}
.navbar-inverse .navbar-nav > li.activo > a {
    color: #BD262E; 
}

.navStyle {
    float: right;
	margin-top:15px; /*espacio linea separacion 1 */
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
	} 
	.navStyle ul li:first-child {
		/*margin:0px;*/; 
	} 
	.navStyle ul li:last-child {
		margin: 0 0 0 23px;
	}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
	background-color: transparent;
	
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; 
}

.navStyle ul li a:hover {
    color: #222;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #222;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #f03;
    background-color: transparent;
 	/*color del menu.hover*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    /*color: #ca5143;*/
	color: #f03;
    background-color: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #df0031;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}

/* Planes
---------------------------------*/

.planes{
	width:24%; 
	float:left;
	margin-right:1%;
	margin-bottom:20px; 
	text-align:center; 
	background:#fff;
	border-radius:10px;
	border:1px solid #f2f2f2;
	box-shadow: 3px 11px 100px rgba(0, 0, 0, 0.03);
    border-bottom: 5px solid rgba(155, 153, 165, 0.26); 
	} 
	.planes_title{
		height:40px;
		line-height:40px; 
		color:#fff;
		text-transform:uppercase; 
		background:#45a784;
		border-top-right-radius:10px;
		border-top-left-radius:10px;
		} 
	.planes_precio{
		height:130px; 
		padding:20px 0 10px 0; 
		color:#fff;
		font-size:16px; 
		background:#4dba93; 
		} 
	.planes_body{
		padding:20px 0 10px 0;
		} 
	.planes_body span{ 
		color:#ccc;
		font-size:16px;
		font-weight:100;
		text-transform:uppercase;
		}
	.planes_body ul{ 
		margin:15px 0 0 0;
		padding:0;  
		font-weight:100;
		font-size:16px;
		color:#999; 
		}
	.planes_body li{ 
		margin:0;
		padding:0; 
		line-height:35px; 
		}
		.planes_body_li_no{color:#ccc;}
		.planes_body_li_si{color:#666;}	
		
	.plan_boton{
		width: 75%;
		margin: 20px auto 20px;
		padding: 15px 0;
		cursor: pointer !important;
		display: inline-block;
		text-decoration: none;
		color: #fff;
		border-radius:3px;
		font-size: 14px;
		font-weight: bold;
		background-color:#4dba93;
		}
			

/* Planes
---------------------------------*/

.comun_box{
	width:48%; 
	float:left;
	margin-right:2%;
	margin-bottom:20px; 
	background:#fff;
	border-radius:4px;
	border:1px solid #eee;
    border-bottom: 5px solid rgba(155, 153, 165, 0.26); 
	box-shadow: 3px 11px 100px rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
	} 
	.comun_box .imagen{
		width: 100%;
		height:250px;    
		border-top-right-radius:4px;
		border-top-left-radius:4px;
		} 
	.comun_box .titulo{
		width: 100%;
		height:2.5em;
		line-height:2.5em; 
		font-size:1.4em;
		color:#fff;
		background:#333; 
		font-weight:100;
		text-align:center; 
		text-transform:uppercase;
		border-top:1px solid #444;		
		} 
	.comun_box .precio{
		height:130px; 
		padding:20px 0 10px 0; 
		color:#fff;
		font-size:16px; 
		background:#4dba93; 
		} 
	.comun_box .cuerpo{
		text-align:left; 
		padding:20px 5px 10px 5px;
		} 
	.comun_box .cuerpo>span{ 
		color:#ccc;
		font-size:16px;
		font-weight:100;
		text-transform:uppercase;
		}
	.comun_box .cuerpo ul{ 
		width:100%;
		margin:0;
		padding:0 10px 0 20px;  
		font-size:16px; 
		font-weight:100;
		list-style: circle; 
		text-align:justify;    
		}
		.comun_box .cuerpo li{ 
			margin:0;
			padding:0; 
			color:#666;
			line-height:28px; 
			margin-bottom: 18px;
			}	
		
	.comun_box .plan_boton{
		width: 75%;
		margin: 20px auto 20px;
		padding: 15px 0;
		cursor: pointer !important;
		display: inline-block;
		text-decoration: none;
		color: #fff;
		border-radius:3px;
		font-size: 14px;
		font-weight: bold;
		background-color:#4dba93;
		}

/* Extra Menu
---------------------------------*/  
#MasMenu{
	width:200px; 
	height:auto; 
	border:3px solid #fff; 
	position:absolute; 
	top:50px; 
	right:-10px; 
    /*background:rgba(241, 98, 82, 1);*/
	background:#f9f9f9;
	box-shadow: 1px 1px 5px #999; 
	padding:25px 15px; 
	border-radius:4px; 
	display:none;
	}
	#MasMenu ul{
		line-height:30px;
		}
	#MasMenu li{
		color:#fff;
		display:block;
		} 
	#MasMenu .topSort{
		position:absolute;
		top:-16px; 
		right:15%; 
		font-size:36px; 
		color:#fff;
		}
	#MasMenu .lis{
		font-size:15px;  
		margin-right:5px;
		} 
	#MasMenu ul li a {
		display: block;
		font-size: 13px;
		color: #666;
		font-family: 'Raleway', sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		background-color: transparent;
			transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
		} 
		#MasMenu ul li a:hover { 
		color:rgba(241, 98, 82, 1);
		}
		
 
/* Top_content
---------------------------------*/

.top_cont_outer {
    background: #fff url(../img/air.jpg) center bottom no-repeat fixed; /* #df0031 */
    position: relative;
}

.hero_section {
    position: relative;
    padding-top: 50px;
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 110px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 16px;
    color: #FFABAB;
    margin: 0 0 30px 0;
    line-height: 26px;
}

a.read_more2 {
    font-family: 'Raleway', sans-serif;
    /*display: block;*/
	padding:15px 35px;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: rgba(255, 255, 255, 0.50);
    color: #fff;
    border: 1px solid #fff;
}

a.read_more3 {
    font-family: 'Raleway', sans-serif;
    /*display: block;*/
	padding:15px 35px;
    font-size: 16px;
    width: auto;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(242, 40, 17, 1);
    color: #fff;
    border: 1px solid #fff;
}

a.read_more3:hover {
    background: #fff;
    color: #BD262E;
    border: 1px solid rgba(242, 40, 17, 1);
}
	
/*-*/

.top_center_cont {
    padding: 110px 0;
	text-align:center !important;
}

.top_center_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 700;
	}

.top_center_cont h2 {
    font-size: 43px;
    color: #FFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
	} 
	.top_center_cont h2 strong {
    font-weight: 700;
	}

.top_center_cont p {
    font-size: 1.3em;
    line-height: 2em;
    color: #fff;
    margin: 0 0 30px 0;
	width:80%;
	margin:0 auto;
	text-align:center;
	}

a.read_more_center {
    font-family: 'Raleway', sans-serif;
    /*display: block;*/
	padding:15px 35px;
    font-size: 17px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.30);
    color: #fff;
    border: 1px solid #fff;
}

a.read_more_center:hover {
    background: #fff;
    color: #BD262E;
    border: 1px solid #fff;
}



#productos_index {
    padding: 60px 0px;
    background: #fff;
}

/* product_detail
---------------------------------*/


#product_detail {
    padding: 50px 0px 50px 0px;
    background: #fff;
	font-family: 'Raleway', sans-serif;
	color:#666;
	}
	
#product_detail img {
	/*width:100%;*/
	border-radius:0px;
	}
	
	.product_detail a{
		color:#999;
		font-size:16px;
		font-family: 'Raleway', sans-serif;
		text-decoration: none;
		font-weight:100;
		transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-webkit-transition: all 0.2s ease-in-out;
	}
	.product_detail a:hover{
		color:#BD262E;
		
	}





/* product_types
---------------------------------*/

#product_types {
    padding: 0px 0px 0px 0px;
    background: #EFEFEF;
}

.product_each{
	width:25%;
	float:left;
	padding: 40px 0 30px 0 ;
	text-align:center;
	
	font-size:1em;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	font-weight:100;
		
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	}
	.product_each:hover{
		background:#f9f9f9;
		border-top:5px solid #EFEFEF; 
	}
	.product_each a{
		color:#999;
		font-size:16px;
		font-family: 'Raleway', sans-serif;
		text-decoration: none;
		font-weight:100;
		
		transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-webkit-transition: all 0.2s ease-in-out;
	}
	.product_each a:hover{
		color:#BD262E; 
	}
	.product_each.active{ 
		background:#f9f9f9;
		border-top:5px solid #EFEFEF;
	}

.percent_25_wide{
	width:23%;
	margin:1% 1%; 
	}		
.percent_50_wide{
	width:50%;
	margin:0 auto; 
	}	
.percent_60_wide{
	width:60%;
	margin:0 auto; 
	}
.percent_70_wide{
	width:70%;
	margin:0 auto; 
	}
		
.double_area{
	width:46%; 
	float:left;
	}
	.daleft{padding:2% 4% 2% 0;}
	.daright{padding:2% 0 2% 4%;}

/* Services
---------------------------------*/

#service {
    padding: 60px 0px;
    background: #f9f9f9;
}

.service_wrapper {
    padding: 40px 0 40px;
}

.service_section {
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.service_icon {
    border: 2px solid #df0031;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon.icon2 {
    border: 2px solid #df0031;
}

.service_icon.icon3 {
    border: 2px solid #df0031;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #df0031;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 35px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}
	


/* Latest Work
---------------------------------*/


#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 60px 0 20px;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    display:;
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #df0031;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #df0031;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #df0031;
    color: #fff;
}

.input-text {
    background: transparent;
}


/* Portfolio
---------------------------------*/


#Portfolio {
    padding: 60px 0px;
}

.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.Portfolio-nav li {
    margin: 0 10px;
    display: inline;
}

.Portfolio-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f7f7f7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
    background: #df0031;
    color: #fff;
    text-decoration: none;
}

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
    width: auto !important;
}

.Portfolio-box {
    text-align: center;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 12px 0px;
}

.Portfolio-box img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current {
    background: #df0031;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


.cuadro_un_cuarto{
	float:left; 
	width:24%; 
	height:120px; 
	line-height:12px; 
	border:1px solid #ccc; 
	background:#fdfdfd; 
	padding:20px 0;
	margin-right:1%;
	margin-bottom:15px; 
	position:relative;
	
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-variant:small-caps;
	font-size:14px;
	}

.info_plus{
	width:300px; 
    padding:20px 15px; 
	position:fixed;
	top:100px; 
	right:5%;
	display:none;  
	border:1px solid #666;  
	background:rgba(0,185,231,1);
	
	text-align: justify; 
	font-size:15px;
	font-family: 'Raleway', sans-serif; 
	color:#fff;  
	line-height:25px;
}
 

/* Happy Clients
---------------------------------*/



#clients {
    padding: 60px 0px;
}

.client_area {
    width: 960px;
    margin: 0px auto;
}

.client_section {
    padding: 35px 0 0 0;
}

.client_section.btm {
    padding: 20px 0 0 0;
}

.client_profile {
    float: left;
    text-align: center;
}

.client_profile.flt {
    float: right;
}

.client_profile_pic {
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    margin: 0 0 15px 0;
    width: 220px;
    height: 220px;
}

.client_profile_pic img {
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}

.client_profile h3 {
    font-size: 18px;
    color: #49b5e7;
    margin: 0 0 0 0;
}

.client_profile span {
    display: block;
    font-size: 16px;
    color: #888888;
}

/* Clients
---------------------------------*/


.client_logos {
    background: #df0031;
    padding: 60px 0;
    margin-top: 60px;
}

.client_logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client_logos ul li {
    display: inline;
    margin: 0 25px;
}

.client_logos ul a {
    display: inline-block;
    margin: 0 20px;
}

.page_section.team {
    padding: 60px 0;
}

.page_section.team h6 {
    margin-bottom: 40px;
}

/*-------------- detalle ----------------*/

#zona_izq{
	float:left; 
	width:60%; 
	margin-right:1%;
	min-width:350px; 
	text-align:center; 
	}
	.max_img_seccion{
		width:100%; 
		background:#fff;
		position:relative; 
		border-top:1px solid #ddd;
		border-right:1px solid #ddd;
		border-left:1px solid #ddd;
	} 
	#autor_on_img{
		width:45px !important; 
		height:40px !important;
		border-radius:180px; 
		border:3px solid #ddd; 
		padding-top:40px !important;
		margin:-12px 8px 0 0;
		float:left;
		
		/*position:absolute; 
		left:10px; 
		bottom:10px; */
	}
	
	#arrow_line{
		position:relative; 
		width:100%; 
		height:2px; 
		background: #fff;
		} 
		#image_arrow_left {
			position: absolute; top:3px !important; left:1px !important;
			width:30px;
			cursor:pointer;
			font-size:35px; 
			color:#ccc; 
			z-index:1 !important; 
			background:#f8f8f8;  
			border-radius:0px; 
			height:129px !important; 
			line-height:129px;
			
			-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=1);
			opacity:1;
			 
			transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out; 
			}
			#image_arrow_left:hover{
				-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=1);
				opacity: 1;
				background:#f8f8f8;
			}
			#image_arrow_left i:hover{
				 color:#333;
			}
			 
		#image_arrow_right {
			position: absolute; top:3px !important; right:1px !important;
			width:30px;
			cursor:pointer; 
			font-size:35px; 
			color:#ccc; 
			z-index:1 !important; 
			background:#f8f8f8; 
			border-radius:0px;
			height:129px !important; 
			line-height:129px; 
			
			-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=1);
			opacity: 1;
			 
			transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out; 
			}
			#image_arrow_right:hover{
				-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=1);
				opacity: 1;
				background:#f8f8f8;
			}
			#image_arrow_right i:hover{
				 color:#333;
			 }
 	
	.mini_img_seccion{
		width:100%;
		min-height:100px;
		background:#f8f8f8; 
		padding:10px 0 10px 0; 
		border:1px solid #ddd;
		overflow:hidden; 
		position:relative;
	}
	.cuadro_img{
		width:160px;
		height:200px; 
		float:left;
		/*display:inline-block; */
		padding:3px; /*0*/ 
		margin: 9px 0.5% 0 0.8% !important;  
		background-size:70% !important;
		border:1px solid #ddd;
		cursor:pointer !important;
		}
		
	.zona_desc{
		width:100%;
		padding:40px 3% 50px 3%; 
		background:#fff; 
		border:1px solid #eee;
		border-top:0px; 
		text-align:justify;
	}
	.detail_desc{
		color:#666; 
		font-size:16px;
		line-height:30px;
	}
	
	
#zona_derecha{
	float:left; 
	width:39%; 
	min-width:350px;
	} 
	
	.seccion_unit_img{
		width:90%;
		height:190px; 
		padding:0; 
		margin:0 auto 15px auto;   
		border:1px solid #eee;
		color:#fff; 
		overflow: hidden;
		border-radius:3px;
		box-shadow: 1px 1px 15px rgb(242, 242, 242);
		background-blend-mode: lighten; 
		outline: 1px solid white; 
		outline-offset: -8px; 
		}
		.seccion_unit_img a{
			text-decoration: none;
			}
		.seccion_unit_img a:hover{
			text-decoration:underline;
			color:#FFF;
			}
		.seccion_unit_img_h2{
			margin-bottom:3px; 
			color:#fff; 
			text-align:left;
			font-size: 30px !important;
			font-family: 'Raleway', sans-serif;
			font-weight:100 !important;  
			}
		
	
	.seccion_unit{
		width:90%; 
		padding:15px 5% 15px 5%; 
		margin:0 auto 15px auto; 
		background:#fff; 
		border:1px solid #eee;
		color:#666; 
		overflow: hidden;
		border-radius:3px;
		box-shadow: 1px 1px 15px rgb(242, 242, 242);
		background-blend-mode: lighten; 
		outline: 1px solid white; 
		outline-offset: -8px;
		
	}
	.seccion_unit p{
		line-height:23px;
		text-align:justify;
	}
	.seccion_unit a:hover{
		text-decoration:underline;
		color: #fff;
	}
	.zuli a:hover{
		text-decoration:underline;
		color: #09C;
	}
	.seccion_unit.categorias_general{
		width:90%; 
		padding:80px 5% 0 5%; 
		margin:0 auto 15px auto; 
		color:#fff; 
		height:200px; 
        text-align:left;
	}
	
/*--------------- links ----------------*/
.gris_to_black a:before{
	content: '[+ ';
	}
.gris_to_black a:after{
	content: ' ]';
	}	
.gris_to_black a{
		line-height:1em;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color: #000;
	}
.gris_to_black a:hover{
		text-decoration:underline;
		color: #333;
	}


/*---------------botones----------------*/

.myButton_1 {
	-moz-box-shadow:inset 0px 1px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #fff;
	box-shadow:inset 0px 1px 1px 0px #fff;
	background-color:#BD262E;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #AE1820;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	font-weight:100;
	padding:18px 14px 14px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #AE1820;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.myButton_1:hover {
	background-color:#C62029;
	color:#ffffff;
}
.myButton_1:active {
	position:relative;
	top:1px; 
	color:#ffffff;
}

.myButton_2 {
	-moz-box-shadow:inset 0px 1px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #fff;
	box-shadow:inset 0px 1px 1px 0px #fff;
	background-color:#80bdce;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4993a8;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	font-weight:100;
	padding:14px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #446b76;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.myButton_2:hover {
	background-color:#9dccda;
	color:#ffffff;
}
.myButton_2:active {
	position:relative;
	top:1px; 
	color:#ffffff;
}

.myButton_3 {
	
	-moz-box-shadow:inset 0px 1px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #fff;
	box-shadow:inset 0px 1px 1px 0px #fff;
	background-color:#f9f9f9;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
	min-width:80px;	
	border:1px solid #ddd;
	display:inline-block;
	cursor:pointer;
	color:#999;
	font-family:Verdana;
	font-size:12px;
	font-weight:100;
	padding:0px 2px;
	margin:1px auto;
	text-decoration:none;
	text-shadow:0px 1px 0px #fff;
	text-align:center;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.myButton_3:hover {
	background-color:#f5f5f5;
	color:#222;
	text-decoration:none;
}
.myButton_3:active {
	position:relative;
	top:1px;
}

.LGbutton{
	 font-family: 'Raleway', sans-serif;
    /*display: block;*/
	margin:15px 0;
	padding:15px 35px; 
    width: 100%; 
    line-height: 26px;
	border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.15);
	font-size: 16px;
    color: #fff;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    
}
.LGbutton:hover {
    background: #fff;
    color: #BD262E; 
}


.Vintage_button_gr{
    background-color: #9bc9c7;
    border: 1px solid white;
    box-shadow: 0 0 0 2px #9bc9c7;
    color: white;
    display: inline-block;
    font: normal 13px/25px Helvetica, Arial, Sans Serif;
    /*height: 25px;*/
    margin-right: 6px;
	padding:5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /*width: 120px;*/
	width:auto;
    vertical-align: top;
}

.Vintage_button_gr:hover {
    background-color: #eabeb2;
    box-shadow: 0 0 0 2px #eabeb2;
}


.myButton_grey { 
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton_grey:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton_grey:active {
	position:relative;
	top:1px;
}


/* Imputs 
---------------------------------*/

.xinput_v2{
	background:#d25446;
	border:0;
	border-radius:3px;
	box-shadow: 0 0 1px #cd4f41 inset !important; 
	
	width:100%;
	margin:0;
	padding:10px 5% 10px 5%; 
	
	color: #f8dfdd !important; 
	font-size:18px;
	font-variant: normal;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
	}	
	.xinput_v2:focus{box-shadow: 0px 0px 3px #f8dfdd !important; }



.xinput_v3{
	background:#fff;
	border:0;
	border-radius:3px;
	box-shadow: 0 0 1px #ccc inset;
	
	width:90%;
	margin:0;
	padding:10px 5% 10px 5%; 
	
	color: #666;
	font-size:18px;
	font-variant: normal;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
	}	
	.xinput_v3:focus{box-shadow: 0px 0px 3px #86c9ec}


.xinput_v4{
	background:#fff;
	border:0;
	border-radius:5px;
	box-shadow: 0 0 1px #ccc inset;
	
	width:90%;
	margin:0;
	padding:15px 5% 15px 5%; 
	
	color: #666;
	font-size:18px;
	font-variant: normal;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
	}	
	.xinput_v4:focus{box-shadow: 0px 0px 3px #3c9}


/* list
---------------------------------*/
.categorias_list ul{
	text-align:left;
}
.categorias_list li{
	line-height:35px;
	font-size:18px;
	font-weight:100; 
	font-family: 'Raleway', sans-serif;
	
}

/* login 
---------------------------------*/

.top_line{
	width:100%; 
	min-height:30px; 
	height:auto;
	background:#d25446; 
	position:absolute; 
	top:0; 
	left:0; 
	color:#fff; 
	padding:5px 0; 
	text-align:center;
	}
	.top_line a{
		color: #fff;
		font-size:14px;
		font-variant: normal;
		font-weight:600;
		font-family: 'Raleway', sans-serif;
		text-decoration: underline;
	}
.back_area{
	width:100%; 
	height:100%;
	min-height:800px; 
	background:#BD262E; 
	text-align:center; 
	padding:70px 0 70px 0;
	}
.zona_login{
	width:20%; 
	min-width:300px; 
	height:450px; 
	margin:20px auto 80px auto; 
	padding:15px 5px; 
	border:0px solid #ccc; 
	text-align:left;
	}
	.zona_login label{
		color: #fff;
		font-size:14px;
		font-variant: normal;
		font-weight:100;
		font-family: 'Raleway', sans-serif;
	}
	.zona_login p, .zona_login div{
		text-align:center;
		width:100%; 
		
		color: #fff;
		font-size:14px;
		font-variant: normal;
		font-weight:100;
		font-family: 'Raleway', sans-serif;
	}
	.zona_login a{
		color: #fff;
		font-size:14px;
		font-variant: normal;
		font-weight:100;
		font-family: 'Raleway', sans-serif;
	}
	.zona_login a:hover{
		text-decoration: underline;
		font-weight:600;
	}
/*-------------------------------*/

.categorias_area {
	/* width: 12.5%; */
	width: 24%;
 	height: auto;
  max-height: 535px;
	float: left;
	margin: 0 auto 20px auto !important;
	padding: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
	border-radius: 3px;
	border: 0;
	background: #fff; 
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	}
	.categorias_area:hover h3{
		text-decoration:underline; 
		}
 
	.categorias_area span {
		margin-bottom: 24px;
		display: block;
	}
	
	.categorias_area:nth-of-type(3n+0) {
		margin: 0;
	}

.categorias_box {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    margin: 0px 0px 25px 0px; /*  7px 7px 25px 7px; */
	}
	
	.categorias_h2 {
		font-size:4.5em !important; 
		font-weight:100 !important; 
	}

	.categorias_box .titulamen{
		position:absolute; 
		top:40%; 
		left:0;
		width:100%; 
		text-align:center;
		}
		.categorias_box .titulamen h3{
			font-family: 'Raleway', sans-serif;
			/*font-family: 'Lobster Two', cursive;*/
			color:#fff; 
			font-size:27px;  
			font-weight:100;
			text-transform:capitalize;
			line-height:normal;
	
		transition: all 0.1s ease-in-out;
    	-moz-transition: all 0.1s ease-in-out;
    	-webkit-transition: all 0.1s ease-in-out;
			}

	.categorias_box:hover .autor_box_shadow {
		box-shadow: inset  0px 0px 0px 148px rgba(17,17,17,0.80);
	}
	
	.categorias_box:hover ul {
		display: block;
		opacity: 1;
	}
	
	.categorias_box img {
		display: block;
		border-radius: 0%;
		width: 90%;
		margin: 0 auto;
		background:#BD262E;
		border:0px;
	}
	
	.categorias_box ul {
		display: block;
		opacity: 0;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: 0;
		top: 86%;
		width: 100%;
		text-align: center;
		margin-top: -14px;
		z-index: 15;
		transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-webkit-transition: all 0.6s ease-in-out;
	}
	
	.categorias_box ul li {
		display: inline;
		margin: 0 11px;
	}
	
	.categorias_box ul li a { 
		display: inline-block;
		font-size: 28px;
		color: #fff;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}
	
	.categorias_box ul li a:hover, .autor_box ul li a:focus {
		text-decoration: none;
	}
	
	.categorias_box ul li a.fa-twitter:hover {
		color: #55acee;
	}
	
	.categorias_box ul li a.fa-facebook:hover {
		color: #3b5998;
	}
	
	.categorias_box ul li a.fa-pinterest:hover {
		color: #cb2026;
	}
	
	.categorias_box ul li a.fa-google-plus:hover {
		color: #dd4b39;
	}

.categorias_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.categorias_box_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #df0031;
}

 
/*-------------------------------*/

.each_categoria{ 
	background-color:#52a1f1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #417dba;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	font-weight:100;
	padding:2px 8px;
	margin:0 3px 3px 0;
	position:relative;
	text-decoration:none;
	text-shadow:0px 1px 0px #2ba37b;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	}
	.each_categoria i{
		cursor:pointer;
		font-size:16px;
		position:absolute;
		top:0px;
		right:0px; 
		}
		
/*-------------------------------*/

.autor_area {
    /*width: 30.70%;  
    margin-right: 3.82979%;
    height: 480px;
    overflow: hidden;
    text-align: left; 
    float: left;
	border-radius:8px;
	border:0;
	background:#fff;*/
	
	width: 30.5%; 
	min-width: 280px;
    margin:0 0 20px 2% !important;
	padding:10px 3% 10px 3%;
	height:500px; 
    overflow: hidden;
    text-align: center;
    float: left;
	border-radius:8px;
	border:1px solid #eee;
	background: #f9f9f9;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	}
	.autor_area:hover {
    	/*background:#f2f2f2;*/
		box-shadow:0px 3px 5px #eee;
		}


.autor_area span { 
    display: block;
}		
.autor_area p {
    margin: 24px auto;
    display: block;
	
	font-size:1em;
}

.autor_area:nth-of-type(3n+0) {
    margin: 0;
}

.autor_box {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    margin: 0px 0px 25px 0px; /*  7px 7px 25px 7px; */
}


.autor_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.autor_box_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #df0031;
}

.autor_box:hover .autor_box_shadow {
    box-shadow: inset 0px 2px 2px 148px rgba(17,17,17,0.80);
}

.autor_box:hover ul {
    display: block;
    opacity: 1;
}

.autor_box img {
    display: block; 
    margin: 2% auto 2% auto;  
	object-fit: cover;
	border: 3px solid #eee;
	border-radius: 180px; 
    width: 9em;
	height: 9em;
	
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.autor_box ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 86%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.autor_box ul li {
    display: inline;
    margin: 0 11px;
}

.autor_box ul li a { 
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.autor_box ul li a:hover, .autor_box ul li a:focus {
    text-decoration: none;
}

.autor_box ul li a.fa-twitter:hover {
    color: #55acee;
}

.autor_box ul li a.fa-facebook:hover {
    color: #3b5998;
}

.autor_box ul li a.fa-pinterest:hover {
    color: #cb2026;
}

.autor_box ul li a.fa-google-plus:hover {
    color: #dd4b39;
}



/* editores
---------------------------------*/
.categorias_per_user{
	width:24%; 
	height:100px; 
	line-height:100px; 
	float:left; 
	padding:0; 
	margin-right:1%; 
	text-align:center;  
	} 
	.categorias_per_user a{ 
		color:#fff; 
		font-family: 'Raleway', sans-serif;
		font-size: 17px;
		font-weight: bold;  
		}
	.categorias_per_user a:hover{ 
		text-decoration:underline;
		}
		 

.black_back{
		transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-webkit-transition: all 0.2s ease-in-out;
	
		background:rgba(51, 51, 51, 0.30); 
		width:100%; 
		height:100%;
		}
	.black_back:hover{  
		background:rgba(250, 250, 250, 0); 
		}

.white_back{
		transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-webkit-transition: all 0.2s ease-in-out;
	
		background:rgba(255, 255, 255, 0.30); 
		width:100%; 
		height:100%;
		}
	.white_back:hover{  
		background:rgba(250, 250, 250, 0); 
		}

.fondo_cubre{
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
}

.pop_up_contacto{
	width:30%;
	min-width:400px;
	margin:0 auto;
	padding:0;
	position:fixed;
	bottom:1%;
	right:1%;
	background:#fff; 
	border-radius:4px;
	border:10px solid #fff;
	box-shadow: 1px 5px 4px #ccc;
	display:none;
	z-index:99999;
	}
	.pop_up_contacto .fa-times{
		position:absolute;
		top:1%;
		right:1%;
		color:#666;
		font-size:1.5em;
		cursor:pointer;
		}
		.pop_up_contacto .fa-times:hover{ 
			color:#000; 
			}
	.pop_up_contacto a{
		color:#000;
		}
	.pop_up_contacto .title{
		width:100%; 
		margin:0 auto;
		padding:0 20px 15px 10px;
		color:#333;
		
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		font-size: 22px;
		margin: 10px 10px 5px 0;
		letter-spacing: -1px;
		}
	.pop_up_contacto form{
		width:100%; 
		background:#fff;
		margin:0 auto;
		padding:2%;
		color:#333;
		}
	.pop_up_contacto form>label{ 
		color:#333;
		margin:0 0 2px 0;
		text-align:left;
		text-decoration: capitalize;
		font-size:12px;
		display:block; 
		}
	.pop_up_contacto form>input,form>textarea{
		width:100%;
		margin:0 0 15px 0;
		padding:12px 8px;
		text-align:left; 
		font-size:1.2em;
		display:block; 
		color:#333;
		border:1px solid #ddd; 
		}
	.pop_up_contacto form>button{
		width:auto;
		margin:15px 0;
		padding:12px 20px;
		text-align:center; 
		font-size:1.2em;
		display:block; 
		background:#333;
		color:#fff;
		border:1px solid #ddd; 
	
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		}
	.pop_up_contacto form>button:hover{ 
		background:#000;
		color:#fff;
		border:1px solid #ddd; 
		}

/* Team
---------------------------------*/
.team_section {
	width:80%;
    max-width: 90%; /*993px 100%*/
    margin: 0 auto !important; 
}


.team_area {
    /*width: 30.70%;  
    margin-right: 3.82979%;
    height: 480px;
    overflow: hidden;
    text-align: left; 
    float: left;
	border-radius:8px;
	border:0;
	background:#fff;*/
	
	width: 24%;
	height: 490px;
	min-height: 490px;
  	max-height: 490px;
  	/*max-height: 535px;*/
	float: left;
  	margin:0 auto 30px auto !important;
	padding:0 0 10px 0;
  	overflow: hidden;
  	text-align: left; /* center */
	border-radius:8px;
	border:1px solid #eee;
	background:#fff;
	box-shadow: 1px 2px 5px rgb(233, 233, 233);
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
	}
	.team_area:hover img {
    	border:8px solid #fff;
		}
		
.team_area span {
    margin-bottom: 24px;
    display: block;
}

.team_area:nth-of-type(3n+0) {
    margin: 0;
}



.team_box {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    margin: 0px 0px 25px 0px; /*  7px 7px 25px 7px; */
} 

.team_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.team_box_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #df0031;
}

.team_box:hover .team_box_shadow {
    box-shadow: inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}

.team_box:hover ul {
    display: block;
    opacity: 1;
}

.team_box img {
    display: block;
    border-radius: 0%;
    width: 90%;
    margin: 0 auto;
	border:0px;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.team_box ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 86%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.team_box ul li {
    display: inline;
    margin: 0 11px;
}

.team_box ul li a { 
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team_box ul li a:hover, .team_box ul li a:focus {
    text-decoration: none;
}

.team_box ul li a.fa-twitter:hover {
    color: #55acee;
}

.team_box ul li a.fa-facebook:hover {
    color: #3b5998;
}

.team_box ul li a.fa-pinterest:hover {
    color: #cb2026;
}

.team_box ul li a.fa-google-plus:hover {
    color: #dd4b39;
}
 
#aboutUs {
    padding: 60px 0;
}

.mini_sms_line{
	position:absolute; 
	top:7px; 
	left:0px; 
	width:100%;
	}
	.sms_general{
		color:#fff; font-size:13px; font-family: 'Raleway', sans-serif; font-weight:bold; float:left; margin:0 0 0 5px; padding:1px 3px; border-radius:2px;
	}
	.sms_nuevo{
		background: #3C9; 
	}
	.sms_especial{
		background: #BD262E;
	}
	.sms_crowdfounding{
		background: #6CC;
	}
	.sms_trending{
		background: #F93;
	}
	.sms_solidario{
		background: #b563fb;
	}
	
#loveIt {
	position:absolute;
	bottom:10px; 
	right:10px;   
	}
	#loveIt a{ 
	color:#ddd; 
	font-size:20px; 
	}
	#loveIt a:hover{ 
	color:#fff;  
	}

 
/* TEAM-BOX  vip
---------------------------*/

.team_area_vip {
	width: 49%  !important;
  	margin:0 auto 30px auto !important;
	padding:0 0 0 0;
	height: 490px;
	min-height: 490px;
  	max-height: 490px;
  	overflow: hidden;
  	text-align: left; /* center */
  	float: left;
	border-radius:8px;
	border:1px solid #eee;
	background:#fff;
	box-shadow: 1px 2px 5px rgb(233, 233, 233);
	
	transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-webkit-transition: all 0.2s ease-in-out;
	}
	.team_area_vip:hover img {
    	border:8px solid #fff;
		}
		
.team_area_vip span {
    margin-bottom: 24px;
    display: block;
}

.team_area_vip:nth-of-type(3n+0) {
    margin: 0;
}



.team_box_vip {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    margin: 0px 0px 25px 0px; /*  7px 7px 25px 7px; */
} 

.team_box_vip_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.team_box_vip_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #df0031;
}

.team_box_vip:hover .team_box_shadow {
    box-shadow: inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}

.team_box_vip:hover ul {
    display: block;
    opacity: 1;
}

.team_box_vip img {
    display: block;
    border-radius: 0%;
    width: 90%;
    margin: 0 auto;
	border:0px;
	
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.team_box_vip ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 86%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.team_box_vip ul li {
    display: inline;
    margin: 0 11px;
}

.team_box_vip ul li a { 
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team_box_vip ul li a:hover, .team_box ul li a:focus {
    text-decoration: none;
}

.team_box_vip ul li a.fa-twitter:hover {
    color: #55acee;
}

.team_box_vip ul li a.fa-facebook:hover {
    color: #3b5998;
}

.team_box_vip ul li a.fa-pinterest:hover {
    color: #cb2026;
}

.team_box_vip ul li a.fa-google-plus:hover {
    color: #dd4b39;
}
 
 

/* ajustes 
--------------------------*/
.ajustes_container{
	width:70%; 
	min-width:600px; 
	margin:0 auto; 
	padding:0; 
	background:#fff; 
	border-radius:8px; 
	border:1px solid #ddd;
	box-shadow: 0px 1px 12px rgb(233, 233, 233);
}

.ajustes_container_titulo{
	width:100%; 
	padding: 20px 2%; 
	/*background: none; 
	border-top-left-radius:8px;  
	border-top-right-radius:8px;*/
	border-bottom:1px solid #eee;
	}
	.ajustes_container_titulo .seccion{
		width:24%; 
		float:left; 
		margin:0 1% 0 0; 
		text-align:center;
		color:#777;
	} 
	.ajustes_container_titulo .seccion:hover{
		 
	} 
	.ajustes_container_titulo .seccion.active a{
		/*color:#f16252;*/
		color:#333; 
		-moz-box-shadow:inset 0px 1px 1px 0px #fff;
		-webkit-box-shadow:inset 0px 1px 1px 0px #fff;
		box-shadow:inset 0px 1px 1px 0px #fff;
	}
	.ajustes_container_titulo .seccion.active a:hover{
		color:#3c9; 
	}
	.ajustes_container_titulo .seccion a{
		color:#888;
		transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-webkit-transition: all 0.2s ease-in-out;
	}
	.ajustes_container_titulo .seccion a:hover{
		color:#3c9; 	
	}
	
	
.ajustes_container_content{
	width:90%;
	padding: 30px 5% 30px 5%; 
	margin:0 auto;
	}
	.ajustes_container_content .left-colum{
		width:42%; 
		padding: 10px 2%; 
		float:left; 
		margin-right:5%; 
		min-width:300px;
	}
	.ajustes_container_content .right-colum{
		width:42%; 
		padding: 10px 2%; 
		float:left; 
		min-width:300px;
	}
	.ajustes_container_content .center-colum{
		width:96%; 
		padding: 10px 2%; 
	}



/*-- ----- link ----- --*/	

.footer_links ul li {
	padding:0px 0 5px 0 !important; 
	margin:0 0 0 -40px !important;
	display:block;
}
.footer_links a{ 
    font-size: 13px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-weight: 100;
    background-color: transparent;
	
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; 
	}
	.footer_links a:hover{ 
    	color:#BD262E ; /*#f16252 -> #BD262E*/
		text-decoration: underline;
		}

.visible_en_mov{
	display:none;
}

.selection_area{
	width:48%; 
	min-height:470px;
	padding:2%;
	margin:0 auto 20px auto;
	border:1px solid #f9f9f9; 
	}
	.selection_area:hover{
		background:#fff;
		border:1px solid #eee;
		box-shadow:1px 1px 5px #ddd;
	}
	

/* Plataforma subir archivo
---------------------------------*/
.image_section {
	width:23%; 
	margin:5px 2% 10px 0; 
	min-width:200px; 
	min-height:250px;
	height:auto;
	float:left; 
	text-align:center; 
	background:#fdfdfd; 
	font-size:12px; 
	position:relative;
	border:1px solid #ccc;
	border-radius:5px;
}
 	
	
/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 0 0;
}
 
.contact_section {
    margin: 0 0 30px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 50px 0; 
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #df0031;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #df0031;
}

.contact_block_icon.icon2 span {
    background: #df0031;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social_links li {
    float: left;
    margin-right: 4px;
}

.social_links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    border-radius: 80px;
    color: #ddd;
} 
 

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 100px;
    resize: none;
    overflow: auto;
    
}

.input-btn {    
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #df0031;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #fff;
    color: #222;
}


label{
	font-variant:small-caps;
	font-family: 'Raleway', sans-serif;
    text-transform: lowercase;
	font-weight:100;
}

/* Send Mail from articluo
---------------------------------*/

#send_mail {
	display:none;
	}
	#send_mail_background {
		width:100%; 
		height:100%; 
		position: fixed;
		top:0; 
		left:0; 
		background:#fff; 
		opacity:0.6
		}
		#send_mail_background:after{
		content: " ";
		}
	#send_mail_main{
		position: fixed;
		top:30%; 
		right:30%; 
		width:40%; 
		height:auto; 
		padding:20px; 
		background:#fff; 
		box-shadow:1px 1px 5px #ccc;
		outline: 1px solid #3c9; 
		outline-offset: -8px; 
		text-align:center;
		}

#pop_up {
	display:none;
	}
	#pop_up_background {
		width:100%; 
		height:100%; 
		position: fixed;
		top:0; 
		left:0; 
		background:#fff; 
		opacity:0.6
		}
		#pop_up_background:after{
		content: " ";
		}
	#pop_up_main{
		position: fixed;
		top:20%; 
		right:30%; 
		width:40%; 
		height:auto; 
		padding:20px; 
		background:#fff; 
		box-shadow:1px 1px 5px #ccc;
		outline: 1px solid #3c9; 
		outline-offset: -8px; 
		text-align:center;
		}
		
/* Footer
---------------------------------*/

footer{ 
	padding-top:10%;
	background:#F9F9F9 !important;
}

.footer_wrapper { 
    background: #232323; 
}

.google_maps_area {
	width:100%;
    background:#fff; 
	padding:0;
	border-top:2px solid #ddd;
	border-bottom:1px solid #323232;
	}
	.google_maps_area>iframe{
		width:100%;
		height:300px; 
		padding:0;
		border:0;
	}
	
.footer_upper {
	width:100%;
    background:#323232; 
	padding:25px 0;
	border-bottom:2px solid #222;
}


.footer_bottom {
    border-top: 1px solid #3C3A3A;
    padding:25px 0 25px 0;
    text-align: center;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
}

.footer_bottom  i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}


/* Social squeares	
--------------------------------*/

.social_square {
	width:18.7%;
	margin:0 0% 0 0 !important;
	padding:6px 1.3% 6px 1.4%; 
	border-radius:1px;
	text-align:center;
	cursor:pointer;
	}
	.social_square i{
		font-size:20px; 
	}
	
.social_square.facebook {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border:1px solid #314179;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	text-decoration:none; 
}
.social_square.facebook:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
	background-color:#5972a7;
}

.social_square.twitter {
	-moz-box-shadow:inset 0px 1px 0px 0px #43c4d7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #43c4d7;
	box-shadow:inset 0px 1px 0px 0px #43c4d7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #25b4c9), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #25b4c9 5%, #2ccae2 100%);
	background:-webkit-linear-gradient(top, #25b4c9 5%, #2ccae2 100%);
	background:-o-linear-gradient(top, #25b4c9 5%, #2ccae2 100%);
	background:-ms-linear-gradient(top, #25b4c9 5%, #2ccae2 100%);
	background:linear-gradient(to bottom, #25b4c9 5%, #2ccae2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25b4c9', endColorstr='#2ccae2',GradientType=0);
	background-color:#25b4c9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border:1px solid #24a0b3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	text-decoration:none; 
}
.social_square.twitter:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #2ccae2 5%, #25b4c9 100%);
	background:-webkit-linear-gradient(top, #2ccae2 5%, #25b4c9 100%);
	background:-o-linear-gradient(top, #2ccae2 5%, #25b4c9 100%);
	background:-ms-linear-gradient(top, #2ccae2 5%, #25b4c9 100%);
	background:linear-gradient(to bottom, #2ccae2 5%, #25b4c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ccae2', endColorstr='#25b4c9',GradientType=0);
	background-color:#25b4c9;
}
 
.social_square.pinterest {
	-moz-box-shadow:inset 0px 1px 0px 0px #d3161e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d3161e;
	box-shadow:inset 0px 1px 0px 0px #d3161e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed1c24), color-stop(1, #d3161e));
	background:-moz-linear-gradient(top, #ed1c24 5%, #d3161e 100%);
	background:-webkit-linear-gradient(top, #ed1c24 5%, #d3161e 100%);
	background:-o-linear-gradient(top, #ed1c24 5%, #d3161e 100%);
	background:-ms-linear-gradient(top, #ed1c24 5%, #d3161e 100%);
	background:linear-gradient(to bottom, #ed1c24 5%, #d3161e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#d3161e',GradientType=0);
	background-color:#ed1c24;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border:1px solid #d3161e;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	text-decoration:none; 
}
.social_square.pinterest:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d3161e), color-stop(1, #ed1c24));
	background:-moz-linear-gradient(top, #d3161e 5%, #ed1c24 100%);
	background:-webkit-linear-gradient(top, #d3161e 5%, #ed1c24 100%);
	background:-o-linear-gradient(top, #d3161e 5%, #ed1c24 100%);
	background:-ms-linear-gradient(top, #d3161e 5%, #ed1c24 100%);
	background:linear-gradient(to bottom, #d3161e 5%, #ed1c24 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3161e', endColorstr='#ed1c24',GradientType=0);
	background-color:#ed1c24;
} 

.social_square.googleplus {
	-moz-box-shadow:inset 0px 1px 0px 0px #da5748;
	-webkit-box-shadow:inset 0px 1px 0px 0px #da5748;
	box-shadow:inset 0px 1px 0px 0px #da5748; 
	background-color:#EA4335;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border:1px solid #d3161e;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	text-decoration:none; 
}
.social_square.googleplus:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e03223), color-stop(1, #EA4335));
	background:-moz-linear-gradient(top, #de03223 5%, #EA4335 100%);
	background:-webkit-linear-gradient(top, #e03223 5%, #EA4335 100%);
	background:-o-linear-gradient(top, #e03223 5%, #EA4335 100%);
	background:-ms-linear-gradient(top, #e03223 5%, #EA4335 100%);
	background:linear-gradient(to bottom, #e03223 5%, #EA4335 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e03223', endColorstr='#EA4335',GradientType=0);
	background-color:#e03223;
} 
.social_square.email {
	-moz-box-shadow:inset 0px 1px 0px 0px #7decb6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7decb6;
	box-shadow:inset 0px 1px 0px 0px #7decb6; 
	background-color: #0fcc71;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	border:1px solid #13b064;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	text-decoration:none; 
}
.social_square.email:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #13d779), color-stop(1, #0fcc71));
	background:-moz-linear-gradient(top, #13d779 5%, #0fcc71 100%);
	background:-webkit-linear-gradient(top, #13d779 5%, #0fcc71 100%);
	background:-o-linear-gradient(top, #13d779 5%, #0fcc71 100%);
	background:-ms-linear-gradient(top, #13d779 5%, #0fcc71 100%);
	background:linear-gradient(to bottom, #13d779 5%, #0fcc71 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#13d779', endColorstr='#0fcc71',GradientType=0);
	background-color:#13d779;
} 


/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


/*new_profolio*/



	
/* Portfolio */	
	
.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 60px 0 40px;
}



/* Portfolio Filters */	

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #C2C2C2 solid 1px;
    color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #fff;
    color: #df0031;
    text-decoration: none;
    border: #df0031 solid 1px;
}

.section-title h2 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center; 
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}



/* Portfolio Items */	

#portfolio_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#portfolio_wrapper .one-four {
    margin: 0!important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio_img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item .portfolio_img img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item_overlay {
    opacity: 1;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
    background: rgba(223, 0, 49, 0.7);
}

.item_info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project_name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    
    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    position: relative;
    z-index: 10;
}

.portfolio-item:hover .project_name {
    opacity: 1;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
	
	
	
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* Portfolio Expander */	



#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

	
/* Portfolio*/	
	
	
.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}
	
/* Portfolio Normal Expander */		
	
.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}
	
	
	
/* Portfolio FullScreen Expander */			
	
#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_left:hover, #arrow_right:hover {
    margin-top: -28px;
}

#arrow_left:active, #arrow_right:active {
    margin-top: -28px;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.in-slide-content div.info-slide {
    background: #FFF url(images/info.png) no-repeat left bottom;
    background-size: 46px 46px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #FFF;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.in-slide-content h2, .in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}

/*
   Media Queries
--------------------------- */
@media (max-width: 1000px) {

.categorias_area {
	/*width: 12.5%; */
	width: 30% !important;
	min-width: 0;
 	height: auto;
  max-height: 535px;
	float: left;
	margin: 0 0 20px 1.5% !important;
	padding: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
	border-radius: 3px;
	border: 0;
	background: #fff; 
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	}
	
.team_area{
	width: 31% !important;
	min-width: 0;
	float: left;
  	margin: 0 auto 30px auto !important;
	padding: 0 0 10px 0;
  	overflow: hidden;
  	text-align: left; /* center */
	border-radius: 8px;
	background: #fff;
	}
	
.team_area_vip {
	width: 62% !important;
	min-width: 0px;
  	margin: 0 auto 30px auto !important;
	padding:0 0 0 0;
  	overflow: hidden;
  	text-align: left; /* center */
  	float: left;
	border-radius:8px;
	}
.team_section{
	width:100%;
	max-width:100%;
	}
.percent_25_wide{ 
	width:23% !important;
	margin:1% 1% !important;
	}
.percent_50_wide{ 
	width: 50% !important;
	margin:0 auto;
	}
.percent_70_wide{ 
	width: 99% !important;
	}
#pop_up_main {
	width:60%;
	left:20%;
	}
.pop_up_contacto{
	width:60%;
	left:20%;
	min-width:400px;
	}
}


@media (max-width: 768px) { 
p{
font-size:1em;
text-align:justify;
margin:1% auto 9% auto;
}
p.super{
font-size:1.2em;
text-align:justify;
margin:1% auto 13% auto;
}
p ~ ul{
	list-style: circle; 
	column-count: 1;
	column-gap: 40px; 
	column-span: all;
	margin: 0 auto; 
	}
	p ~ ul>li{
	font-size:1em;
    line-height:1.6em;
	font-weight:100;  
    font-family: 'Roboto', sans-serif;
	color:#444; 
	text-align:justify;
	margin-bottom:1%;
	}

.hero_section {
position: relative;
padding-top: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {
font-size: 25px;
color: #FFF;
line-height: 39px;
margin: 0 0 9px 0;
}
.inner_section {
padding: 20px 0 20px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:16px;
line-height:22px;
}
.service_block h3 { 
font-size: 16px;
}
service_block p {
font-size: 14px; 
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
, #clients {
padding: 40px 0;
}
.client_logos ul li {
display: inline;
margin: 0 25px;
padding: 11px 0;
display: inline-block;
}
.social_links li {
float: left; 
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
} 
.navbar-inverse .navbar-toggle .icon-bar{
background:#fff;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: block;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
background: transparent;
}
#zona_izq{
	width: 99% !important;
	}
#zona_derecha{
	width: 99% !important;
	}
.ajustes_container{
	width: 99% !important;
	}
.cuadro_un_cuarto{
	width: 99% !important;
}
.info_plus{
	display:none !important;
}
.autor_area {
	width: 48%; 
    margin:0 0 2% 2% !important;
	padding:10px 0 10px 0;
	border:0;
	background:#f9f9f9; 
	}
#extraMenu{
	width:99%; 
	height:auto; 
	border:0;
	border-top:2px solid #fff; 
	position: static; 
	box-shadow:0px 0px 0px #fff; 
	top:20px;  
    background: rgba(63, 63, 63, 0.3); 
	padding:25px 15px; 
	border-radius:0px; 
	display:none; 
	}
	#extraMenu .topSort{
		position:absolute;
		top:33px; 
		right:49%; 
		font-size:26px; 
		color:#fff;
		}
		#extraMenu ul li a { 
		font-size: 16px;
		color: #fff;
		} 
		#extraMenuul li a:hover { 
		color: #333;
		} 
		
#MasMenu{
	width:99%; 
	height:auto; 
	border:0;
	border-top:2px solid #fff; 
	position: static; 
	box-shadow:0px 0px 0px #fff; 
	top:20px;  
	background: rgba(63, 63, 63, 0.3); 
	padding:25px 15px; 
	border-radius:0px; 
	display:none; 
	}
	#MasMenu .topSort{
		position:absolute;
		top:30px; 
		right:49%; 
		font-size:26px; 
		color:#fff;
		}
		#MasMenu ul li a { 
		font-size: 16px;
		color: #fff !important;
		} 
		#MasMenu ul li a:hover { 
		color: #333; 
		}
		
.fondo_cubre{
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
}
.ampliado{
	width: 99% !important;
	}
.planes{
	width: 48% !important;
	margin: 20px 1% !important;
	} 

.comun_box{
	width: 93% !important; 
	margin: 0 3% 20px 3% !important;
}	

.visible_en_mov{
	display:inline-block;
}
.product_each{
	width: 25% !important;  
	}
	.product_each a{ 
	font-size:0.8em !important; 
	}
.percent_25_wide{ 
	width:48% !important;
	margin:1% 1% !important;
	}	
.percent_50_wide{ 
	width: 99% !important;
	}
.percent_60_wide{ 
	width: 99% !important;
	}
.percent_70_wide{ 
	width: 99% !important;
	}
.double_area{
	width:99%; 
	float: none;
	}
	.daleft{padding:2% 2% 4% 2%;}
	.daright{padding:2% 2% 4% 2%;}
#send_mail_main	 {
	width:80%;
	left:10%;
	}
#pop_up_main	 {
	width:80%;
	left:10%;
	}
.logo img{
	height:50px !important;
	margin:1px 0 0 0;
	}
.categorias_area {
	/*width: 12.5%; */
	width: 48% !important;
	min-width: 0;
 	height: auto;
  max-height: 535px;
	float: left;
	margin: 0 0 20px 1.5% !important;
	padding: 0 0 10px 0;
  overflow: hidden;
  text-align: center;
	border-radius: 3px;
	border: 0;
	background: #fff; 
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	}

.team_area{
	width: 48% !important;
	min-width: 0;
	float: left;
  	margin: 0 auto 30px auto !important;
	padding: 0 0 10px 0;
  	overflow: hidden;
  	text-align: left; /* center */
	border-radius: 8px;
	}

.team_area_vip {
	width: 100% !important;
	min-width: 0px;
  	margin:0 auto 30px auto !important;
	padding:0 0 0 0; 
  	overflow: hidden;
  	text-align: left; /* center */
  	float: left;
	border-radius:8px;
	}
.team_section{
	width:100%;
	max-width:100%;
	}
.pop_up_contacto{
	width:60%;
	left:20%;
	min-width:400px;
	}
} 


@media (max-width: 480px){
.team_area {
	width: 100% !important;
	float: none;
	}
.team_area_vip {
	width: 100% !important;
	float: none;
	}
.categorias_area{
	width: 100% !important;
	float: none;
	}
#zona_izq{
	width: 99% !important;
	}
#zona_derecha{
	width: 99% !important;
	}
.ajustes_container{
	width: 99% !important;
	}
.ajustes_container{
	width: 99%;
	min-width:99%;
}
.visible_en_mov{
	display:inline-block !important;
}
.mov_no_display{
	display:none !important;
}
.image_section {
	width: 80%;
}
.cuadro_un_cuarto{
	width: 99% !important;
}
.zona_resultados{
	width: 99% !important;
}
.cuadro_un_cuarto{
	width: 99% !important;
}
.info_plus{
	display:none !important;
}
.autor_area {
	width: 100%; 
    margin:0 0 2% 0 !important;    
	border:0;
	background:#EFEFEF; 
	}
#extraMenu{
	width:99%; 
	height:auto; 
	border:0;
	border-top:2px solid #fff; 
	position: static; 
	box-shadow:0px 0px 0px #fff; 
	top:20px;  
    background: rgba(63, 63, 63, 0.3); 
	padding:25px 15px; 
	border-radius:0px; 
	display:none; 
	}
	#extraMenu .topSort{
		position:absolute;
		top:33px; 
		right:49%; 
		font-size:26px; 
		color:#fff;
		}
		
#extraMenu ul li a { 
	font-size: 16px;
	color: #fff !important;
	} 
	#extraMenu ul li a:hover { 
	color: #333; 
	}
	

#MasMenu{
	width:99%; 
	height:auto; 
	border:0;
	border-top:2px solid #fff; 
	position: static; 
	box-shadow:0px 0px 0px #fff; 
	top:20px;  
    background: rgba(63, 63, 63, 0.3); 
	padding:25px 15px; 
	border-radius:0px; 
	display:none; 
	}
	#MasMenu .topSort{
		position:absolute;
		top:30px; 
		right:49%; 
		font-size:26px; 
		color:#fff;
		}
		
	#MasMenu ul li a { 
		font-size: 16px;
		color: #fff !important;
		} 
	#MasMenu ul li a:hover { 
		color: #333; 
		}
	
.fondo_cubre{
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
	}
	
.ampliado{
	width: 99% !important;
	}
.planes{
	width: 90% !important; 
	}
.planes_body_li_no{
	display:none;
	}
.comun_box{
	width: 93% !important; 
	margin: 0 3% 20px 3% !important;
}	 	
.product_each{
	width: 25% !important;  
	}
	.product_each a{ 
	font-size:0.8em !important; 
	}  
.percent_25_wide{ 
	width:48% !important;
	margin:1% 1% !important;
	}	
.percent_50_wide{ 
	width: 99% !important;
	}
.percent_60_wide{ 
	width: 99% !important;
	}
.percent_70_wide{ 
	width: 99% !important;
	}	
.double_area{
	width:99%; 
	float: none;
	} 
	.daleft{padding:2% 2% 4% 2%;}
	.daright{padding:2% 2% 4% 2%;}
	
#send_mail_main	 {
	width:99%;
	left:1%;
	}
#pop_up_main	 {
	width:99%;
	left:1%;
	}
	
#header_wrapper {
	 padding:0px;
	}

.logo img{
	height:40px !important;
	padding:3px 0 0 0;
	}	
	
.selection_area{	
	min-height:0;
	height:auto;
	width: 99% !important;
	float:none !important;
	padding:0 2%;
	}
	
.team_section{
	width:100%;
	max-width:100%;
}
.pop_up_contacto{
	width:96%;
	top:10%;
	left:1%;
	}

 
 	
}