@font-face {
    font-family: "OpenSans-Bold";
    src: url('fuentes/OpenSans-Bold.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-ExtraBold";
    src: url('fuentes/OpenSans-ExtraBold.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('fuentes/OpenSans-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url('fuentes/OpenSans-SemiBold.ttf') format("truetype");
}


@font-face {
    font-family: "Oswald-Bold";
    src: url('fuentes/Oswald-Bold.ttf') format("truetype");
}
@font-face {
    font-family: "Oswald-Regular";
    src: url('fuentes/Oswald-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Oswald-Light";
    src: url('fuentes/Oswald-Light.ttf') format("truetype");
}
@font-face {
    font-family: "OpenSans-SemiBold";
    src: url('fuentes/OpenSans-SemiBold.ttf') format("truetype");
}
* {
	margin:0;
	padding:0;
}

header {
	width:100%;
	height:auto;
	background-color: #FFFFFF;
	-webkit-transition: all ease .5s; 
	-o-transition: all ease .5s; 
	transition: all ease .5s; 
}
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:65px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
	padding-top: 10px;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color:#fff;
}

.my-float{
	margin-top:16px;
	border-width: 0 0 0 0;
	padding: 0 0 0 1px;
	display: contents;
}
.social3 {
	position: fixed; 
	top: 70vh; 
	z-index: 2000; 
}
.social3 ul {
	list-style: none;
	margin-top:5%;
} 
.social3 ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 8px 6px 8px 6px;
	font-size:18px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
}
 
.social3 ul li .texto-vertical-2 {
	background:#000000;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	font-family: "Oswald-Regular";
}
.social3 ul li a:hover {
	background: #ffffff; 
	padding: 8px 6px 8px 6px;
	color: #000000;
}
.nc {
	width:100%;
	background-color: #4D4D4D;
	font-family: "OpenSans-Regular";
	color: #ffffff;
}
.nc-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	text-align: right;
}
.nc p {
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#etimail {
	width: 180px;
	margin-right: 1%;
}
#etimail2 {
	width: 200px;
}
.h-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	
}
.h_logo {
	width:45%;
	height:auto;
}
#logomin {
	width: 30%;
	height: auto;
	padding: 1%;
}
.h_menu {
	width:55%;
	height:auto;
	color: #FFFFFF;

}
.menu_movil {
	font-family: "OpenSans-Bold";
	text-align: center;
}
.m-info {
	width:100%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	font-family: "OpenSans-SemiBold";
	z-index: 5;
	position: relative;
	
}
.txt-contacto {
	font-size: 12px !important;
	margin-right: 4%;
}
.m-info .icon-facebook {background:#3A559F; color: #FFFFFF; padding: 4px 5px; }
.m-info .icon-mobile {color:#33348A; font-size: 20px;}
.m-info a:hover {
	background: #000; 
	padding: 4px 5px; 
}
.m-contenedor {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	color: #FFFFFF;
	/*text-shadow: 0.1px 5px 10px #27477C;*/
	display: flex;
  	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.menuespacio {
	width: 10%;
}
.menusinespacio {
	width: 100%;
}
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}
ul.nav {
	width:100%;
	list-style: none; /* esto elimina el marcador de lista */
	 /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */
	margin-bottom: 0px; /* esto crea el espacio entre la navegación en el contenido situado debajo */
	font-family: "OpenSans-Regular";
	color: #FFFFFF;
	margin-top: 5%;
	/*margin-left: 19%;*/
}
ul.nav ul /* Para todos los ul debajo del ul.menu */
{
	position:absolute; /* Esta posición es relativa al <li> que contiene a este <ul> */
  	left:0px; /* Para que no monte sobre el <li> */
	/*top:65px;*/
	display:none;
 	list-style:none;
	z-index:5;
	color: #FFFFFF;
	
}
ul.nav li:hover > ul
{
    display:block;
}
ul.nav li {
	text-align:center;
	position:relative; 
	padding:1px;
	float:left;
	width:20%;
	color: #FFFFFF;
	 /* esto crea la separación de los botones */
}
ul.nav li li{
	width: 150px;
	color: #FFFFFF;
}
ul.nav li li a, ul.nav li li a:visited {
	background:#FFFFFF;
	padding: 7% 5% 7% 5%;
	font-size:13px;
}
ul.nav li li a:hover, ul.nav li li a:active, ul.nav li li a:focus {
	color:#FFFFFF;
	background:#80161b;
}
ul.nav a, ul.nav a:visited { /* al agrupar estos selectores, se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */
	padding: 7% 5% 7% 5%;
	display: block; /* esto da al anclaje propiedades de bloque, de manera que llene todo el LI en el que está contenido para que toda el área reaccione a un clic de ratón. */
	color: #4D4D4D;
	font-size:13px;
	text-decoration: none;
}
.navbold a {
	color: #80161B;
	font-family: "OpenSans-Bold";
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* esto cambia el color de fondo y del texto tanto para usuarios que naveguen con ratón como para los que lo hagan con teclado */
	color: #80161B;
	/*text-decoration: underline;*/
	text-underline-position: under;
	font-family: "OpenSans-Bold";
	/*text-shadow: 0px 0px 0px #27477C;*/
}

#menu_contacto {
	background-color: #80161B; 
	width: 100%; 
	color: #ffffff; 
	border-radius: 40px 40px 40px 40px; 
	-moz-border-radius: 40px 40px 40px 40px; 
	-webkit-border-radius: 40px 40px 40px 40px;
}

#menu_contacto:hover {
	padding: 7% 0px 7% 0px;
	margin-top: 0px;
}
.abslider {
	width:100%;
	padding: 0;
	float:left;
}
#slider1_container {
	position: relative; 
	margin: 0 auto;
    top: 0px; 
	left: 0px; 
	width: 1600px; 
	height: 625px; 
	overflow: hidden;
}
#loading {
	position: absolute; 
	top: 0px; 
	left: 0px;
}
#loading2 {
	filter: alpha(opacity=70); 
	opacity: 0.7; 
	position: absolute; 
	display: block;
    top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
#loading3 {
	position: absolute; 
	display: block; 
	background: url(../images/loading.gif) no-repeat center center;
    top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
}
#slides {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1600px;
    height: 625px; 
	overflow: hidden;
}
#caption {
	position: absolute; 
	width: 445px; 
	height: 300px; 
	top: 100px; 
	left: 600px;
}
#phone {
	position: absolute; 
	width: 445px; 
	height: 300px; 
	top: 0px; 
	left: 0px;
}
#img_caption {
	position: absolute; 
	width: 102px; 
	height: 78px; 
	top: 70px; 
	left: 130px;
}
#text {
	position: absolute; 
	width: 80px; 
	height: 53px; 
	top: 153px; 
	left: 163px;
}
#fruit {
	position: absolute; 
	width: 140px; 
	height: 90px; 
	top: 60px; 
	left: 220px;
}
#navigator {
	position: absolute; 
	width: 200px; 
	height: 155px; 
	top: 57px; 
	left: 121px; 
}
#caption2 {
	position: absolute; 
	width: 470px; 
	height: 220px; 
	top: 120px; 
	left: 650px;
}
#caption2_img {
	position: absolute; 
	width: 470px; 
	height: 220px; 
	top: 0px; 
	left: 0px;
}
#caption2_img1 {
	position: absolute; 
	width: 379px; 
	height: 213px; 
	top: 4px; 
	left: 45px;
}
#caption2_img2 {
	position: absolute; 
	width: 379px; 
	height: 213px; 
	top: 4px; 
	left: 45px;
}
#caption2_img_point {
	position: absolute; 
	width: 257px; 
	height: 300px; 
	top: 80px; 
	left: 200px;
}
#caption2_nav_horizontal {
	position: absolute; 
	width: 379px; 
	height: 213px; 
	top: 4px; 
	left: 45px;
}
#titulo {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 30px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 60px; 
	text-transform: uppercase; 
	font-size: 50px;
    color: #FFFFFF;
}
#titulo2 {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 30px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 60px; 
	text-transform: uppercase; 
	font-size: 50px;
    color: #FFFFFF;
}
#titulo3 {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 30px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 60px; 
	text-transform: uppercase; 
	font-size: 50px;
    color: #FFFFFF;
}
#leyenda {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 300px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 30px;
    color: #FFFFFF;
}
#leyenda2 {
	position: absolute; 
	width: 640px; 
	height: 144px; 
	top: 308px; 
	left: 274px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 50px;
    color: #FFFFFF;
}
#leyenda3 {
	position: absolute; 
	width: 480px; 
	height: 120px; 
	top: 300px; 
	left: 30px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 30px;
    color: #FFFFFF;
}
#leyenda4 {
	position: absolute; 
	width: 683px; 
	height: 75px; 
	top: 179px; 
	left: 875px; 
	padding: 5px;
    text-align: left; 
	line-height: 36px; 
	font-size: 50px;
    color: #FFFFFF;
}
/*Bullet Navigator Skin Begin -->
             jssor slider bullet navigator skin 21 css */
            /*
            .jssorb21 div           (normal)
            .jssorb21 div:hover     (normal mouseover)
            .jssorb21 .av           (active)
            .jssorb21 .av:hover     (active mouseover)
            .jssorb21 .dn           (mousedown)
            */
            .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
            {
                background: url(../images/b21.png) no-repeat;
                overflow:hidden;
                cursor: pointer;
            }
            .jssorb21 div { background-position: -5px -5px; }
            .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
            .jssorb21 .av { background-position: -65px -5px; }
            .jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }


/*Arrow Navigator Skin Begin -->
             jssor slider arrow navigator skin 21 css */
            /*
            .jssora21l              (normal)
            .jssora21r              (normal)
            .jssora21l:hover        (normal mouseover)
            .jssora21r:hover        (normal mouseover)
            .jssora21ldn            (mousedown)
            .jssora21rdn            (mousedown)
            */
            .jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(../images/a21.png) center center no-repeat;
                overflow: hidden;
            }
            .jssora21l { background-position: -3px -33px; }
            .jssora21r { background-position: -63px -33px; }
            .jssora21l:hover { background-position: -123px -33px; }
            .jssora21r:hover { background-position: -183px -33px; }
            .jssora21ldn { background-position: -243px -33px; }
            .jssora21rdn { background-position: -303px -33px; }			
			
#jssorb21 {
	position: absolute; 
	bottom: 26px; 
	left: 6px;
}
#prototype {
	POSITION: absolute; 
	WIDTH: 19px; 
	HEIGHT: 19px; 
	text-align:center; 
	line-height:19px; 
	color:White; 
	font-size:12px;
	margin-top:-30px;
}
/****/
.principal {
	width: 100%;
	height: auto;
}
.principal img {
	width: 100%;
}
#imgprin {
	display: block;
}
#imgprinmovil {
	width: 100%;
	display: none;
}
.descripcion {
	width:100%;
	padding: 0;
	float:left;
	background: url(../images/background_opt.jpg) no-repeat center center;
}
.dp-contenedor {
	width:96%;
	max-width:1200px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 5%;
}
.dp-contenedor h1 span {
	font-family: "Oswald-Bold";
}
.dp-contenedor h1 {
	font-family: "Oswald-Regular";
	margin: 0 auto;
	font-size: 40px;
	width: 100%;
	margin-top: 5%;
}
.dp-contenedor h2 {
	font-family: "Oswald-Bold";
	margin-top: 5%;;
}
.dp-parrafo {
	width: 100%;
}
.list-num {
	margin-left: 30px;
	list-style: decimal;
	font-family: "Oswald-Light";
	font-size: 20px;
	margin-top: 5px;
}
.list-vin {
	margin-left: 30px;
	font-family: "Oswald-Light";
	font-size: 20px;
	margin-top: 5px;
}
.dp-contenedor p {
	font-family: "Oswald-Light";
	width: 100%;
	font-size: 20px;
	margin-top: 5px;
}
.dp-caracteristica {
	width: 19.2%;
	margin-top: 5%;
}
.dp-barra {
	width: 1%;
	margin-top: 5%;
}
#ico-grifo {
	width: 12%;
}
#ico-confi {
	width: 15%;
}
#ico-caja {
	width: 15%;
}
#ico-puerta {
	width: 17%;
}
#ico-persona {
	width: 11%;
}
.dp-ico-parrafo {
	font-size: 16px !important;
}
.dp-barra-ver {
	width: 1px;
	background-color: #333333;
	height: 50px;
	margin-top: 92%;
}
.mosaico {
	width: 100%;
	float: left;
}
.mo-contenedor {
	width:100%;
	max-width:1476px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	text-align: center;
}
.mo-contenedor2 {
	width:100%;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.m1 {
	width: 49.8%;
	overflow:hidden;
}
.m1-2 {
	width: 0.4%;
}
.m2 {
	width: 49.8%;
	overflow:hidden;
}
.m3 {
	width: 65.8%;
	overflow:hidden;
}
.m3-4 {
	width: 0.4%;
}
.m4 {
	width: 33.8%;
	overflow:hidden;
}
.m5 {
	width: 100%;
	height: 5px;
}
.m6 {
	width: 100%;
}
.m7 {
	width:50%;
	height:auto;
	float:left;
	background-color:#27477C;
	color:#FFF;
}
.m7 h1{
	line-height:53px;
	margin-left:10%;
}
#l-titulo1 {
	font-family: "Oswald-Bold";
	font-size:30pt;
	margin-top:8%;
	color:#FFF;
}
#l-titulo2 {
	font-family: "Oswald-Bold";
	font-size:40pt;
	color:#FFF;
}
#l-titulo3 {
	font-family: "Oswald-Regular";
	font-size:35pt;
	color:#FFF;
}
#btn-reservalo2 {
	width:198px;
	border: 1px solid #FFFFFF;
	z-index:1;
	color:#FFF;
	font-family: "Oswald-Light";
	font-size:20px;
	padding-top: 7px;
  	padding-right: 0px;
  	padding-bottom: 7px;
  	padding-left: 0px;
	margin-top:15%;
	transition: all 500ms ease;
	text-align:center;
	margin-left:10%;
}
#btn-reservalo2:hover {
	border: 1px solid #27477C;
	background: #FFFFFF;
	color: #27477C;
}
.m8 {
	width: 50%;
}
.m8 h1{
	line-height:53px;
	margin-left:10%;
}
#r-titulo1 {
	font-family: "Oswald-Bold";
	font-size:35pt;
	margin-top:8%;
}
#r-titulo2 {
	font-family: "Oswald-Bold";
	font-size:35pt;
}
#r-titulo3 {
	font-family: "Oswald-Bold";
	font-size:35pt;
}
#btn-flota2 {
	width:198px;
	border: 1px solid #333333;
	z-index:1;
	color:#333333;
	font-family: "Oswald-Light";
	font-size:20px;
	padding-top: 7px;
  	padding-right: 0px;
  	padding-bottom: 7px;
  	padding-left: 0px;
	margin-top:15%;
	transition: all 500ms ease;
	text-align:center;
	margin-left:10%;
}
#btn-flota2:hover {
	border: 1px solid #27477C;
	background: #27477C;
	color: #FFFFFF;
}
.espacio {
	width:100%;
	height:50px;
}
#mosaico1 {
	width: 100%;
	display: block;
	transform:scale(1);
	-webkit-transform:scale(1); 
	-webkit-transition: all 500ms ease-in-out; 
	transition: all 500ms ease-in-out; 
}
.m1:hover #mosaico1 {
	transform:scale(1.2);
	-webkit-transform:scale(1.2); 
}
#mosaico2 {
	width: 100%;
	display: block;
	transform:scale(1);
	-webkit-transform:scale(1); 
	-webkit-transition: all 500ms ease-in-out; 
	transition: all 500ms ease-in-out; 
}
.m2:hover #mosaico2 {
	transform:scale(1.2);
	-webkit-transform:scale(1.2); 
}
#mosaico3 {
	width: 100%;
	display: block;
	transform:scale(1);
	-webkit-transform:scale(1); 
	-webkit-transition: all 500ms ease-in-out; 
	transition: all 500ms ease-in-out; 
}
.m3:hover #mosaico3 {
	transform:scale(1.2);
	-webkit-transform:scale(1.2); 
}
#mosaico4 {
	width: 100%;
	display: block;
	transform:scale(1);
	-webkit-transform:scale(1); 
	-webkit-transition: all 500ms ease-in-out; 
	transition: all 500ms ease-in-out; 
}
.m4:hover #mosaico4 {
	transform:scale(1.2);
	-webkit-transform:scale(1.2); 
}
.detalle {
	width:100%;
	padding: 0;
	float:left;
	background-color:#27477C;
}
.d-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.d-espacio {
	width: 100%;
	height: 40px;
}
.d-auto {
	width: 33.3%;
}
.d-auto a {
	text-decoration: none;
}
.d-auto-int {
	width: 90%;
}
.d-auto-int h2 {
	font-family: "Oswald-Bold";
	color: #ffffff;
	margin-left: 5%;
}
.d-auto-int p {
	font-family: "Oswald-Regular";
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	margin-left: 5%;
}
.d-auto-img {
	width: 100%;
}
.og-grid a {
	text-decoration: none;
}
.d_left {
	width: 90%;
	font-family: "Oswald-Bold";
	color: #27477C;
	margin-top: 30px;
}
.d_right {
	width: 10%;
	margin-top: 30px;
}
.descripcion2 {
	width:100%;
	padding: 0;
	float:left;
}
.dp-contenedor2 {
	width:96%;
	max-width:1200px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding-bottom: 5%;
}
.dp-contenedor2 h2 {
	font-family: "Oswald-Bold";
	margin-top: 5%;
	color: #80161B;
}
.dp-contenedor2 p {
	font-family: "Oswald-Light";
	width: 100%;
	font-size: 20px;
	margin-top: 5px;
}
#title_protegete {
	text-align: center;
	margin-top: 7%;
}
#faq { list-style:none; margin-top: 5px;}
#faq li{ line-height:180%; font-size: 20px; color: #80161B; font-family: "Oswald-Regular"; }
#faq li a{color:#333333; text-decoration:none;}
#faq li a:before{ content:"\025b8"; color:#ddd; margin-right:4px;}
#faq input[name="list"] {
	position: absolute;
	left: -1000em;
	}
#faq label {cursor: pointer;}
#faq label:before{ content:"\025b8"; margin-right:4px;}
#faq input:checked ~ label:before{ content:"\025be";}
#faq .interior{display: none; margin-left: 40px;}
.interior li {color: #333333 !important; font-family: "Oswald-Light" !important;}
.p-interior { color: #333333;}
#faq input:checked ~ ul{display:block;}
/*******Carrusel*******/
* {
  box-sizing: border-box;
}
.slider {
    width: 100%;
    margin: 40px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}
/*.slick-prev:before {
  margin-left: 300px;
}
.slick-next:before {
  color: black !important;
}*/


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.arrow {
  cursor: pointer;
  display: inline-block;  
  height: 40px;
  position: relative;
  line-height: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  background: #27477C;
  color: white;
}

.arrow:hover, .arrow:active {
  background: #2F6299;
  color: #2F6299;
}

i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slider a {
	text-decoration:none;
}
#btn-detalle {
	width:198px;
	border: 2px solid #27477C;
	position:relative;
	z-index:1;
	color:#27477C;
	font-family: "Oswald-Regular";
	font-size:20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin:0 auto;
	margin-top:3%;
	transition: all 500ms ease;
	text-align: center;
}
#btn-detalle:hover {
	 background: #27477C;
	 color: #FFFFFF;
}
/*******Fin Carrusel*******/
.auspiciadores {
	width:100%;
	padding:0;
	float:left;
}
.a-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
 	display: -webkit-flex;
 	flex-flow: row wrap;
 	-webkit-flex-flow: row wrap;
}
.a_left {
	width: 90%;
	font-family: "Oswald-Bold";
	color: #27477C;
	margin-top: 30px;
}
.a_right {
	width: 10%;
	margin-top: 30px;
}

.beneficios {
	width:100%;
	padding:0;
	float:left;
	background-color: #27477C;
}
.b-contenedor {
	width:95%;
	max-width:1400px;
	margin: 0 auto;
	display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.b_logo {
	width: 25%;
	background-color: #002955;
}
#logomas {
	width: 100%;
	height: auto;
	max-width: 380px;
	position: relative;
	top: -10px;
	display: block;
}
.b_margen {
	width: 10%;
}
.b_beneficios {
	width: 65%;
	display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.checkmark {
	width: 10px;
	height: auto;
}
.b_lista {
	margin-top: 8%;
	font-family: "Oswald-Bold";
  color: white;
  font-size: 14px;
  width: 33.3%;
}
.b_lista2 {
	width: 33.3%;
	margin-top: 0px;
	font-family: "Oswald-Bold";
  color: white;
  font-size: 14px;
}
 
.mapa {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
#mapa {
	width:100%;
	max-width:1600px;
	height:400px;
	display:block;
	margin:0 auto;
}

footer {
	width:100%;
	height:auto;
	float:left;
	background-color:#333333;
}
.f-contenedor {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
	padding-bottom:2%;
}
.f-empresas {
	width:35%;
	display: flex;
  	display: -webkit-flex;
  	flex-flow: row wrap;
  	-webkit-flex-flow: row wrap;
}
.f-logo-p {
	width:100%;
}
#logo-footer-min {
	margin-top:13%;
	margin-left:10%;
}
.f-logo-p p {
	color:#ffffff;
	font-family: "Oswald-Regular";
	font-size:13px;
	margin-left:10%;
	margin-top: 3%;
}
.f-logo-s {
	width:25%;
	padding-left:1%;
}
.f-info {
	width:42%;
	color:#ffffff;
}
.f-border {
	margin-top:8%;
	border-right:0px solid white;
	margin-bottom: 5px !important;
}
.f-border p {
	width: 80%;
	margin-bottom: 5px !important;
}
#t-info {
	font-family: "Roboto-Medium";
	margin-left:5%;
}
.txt-info {
	font-family: "OpenSans-SemiBold";
	margin-top:0%;
	font-size:16px;
}
.txt-info-regular {
	font-family: "OpenSans-Regular";
	font-size: 13px;
}
.txt-info-regular-b {
	font-family: "OpenSans-Regular";
}
.txt-info span {
	font-family: "OpenSans-Bold";
	font-size:16px;
}
.f-enlaces {
	width:22.5%;
	color:#ffffff;
}
#t-enlaces {
	font-family: "OpenSans-Bold";
	margin-left:5%;
}
.txt-enlaces {
	font-family: "OpenSans-Regular";
	margin-top:5%;
	font-size:12px;
	margin-left:5%;
}
.txt-enlaces a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
}

.txt-enlaces a:hover, .txt-enlaces a:focus {
	color: #528cb3;
}

.f-mas {
	width:23%;
	color:#FFFFFF;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
.t-mas {
	width: 100%;
}
#t-mas {
	font-family: "OpenSans-Bold";
	margin-top:16%;
	padding-bottom: 0px;
	font-size: 16px;
}
.social {
	width: 50%;
}
.social ul {
	list-style: none;
	margin-top:1%;
}
.social ul li {
	display:inline;
	margin-left:2%;
	padding-right: 5%; 
} 
.social ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 10px 10px;
	font-size:24px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
	border-radius: 23px 23px 23px 23px; 
	-moz-border-radius: 23px 23px 23px 23px; 
	-webkit-border-radius: 23px 23px 23px 23px; 
}
 
.social ul li .icon-facebook {background:#ffffff; color: #80161B;}
.social ul li .icon-twitter {background:#55aaec;}
.social ul li .icon-instagram {background:#ffffff; color: #80161B;}
.social ul li .icon-mail3 {background:#808080;}
.social ul li .icon-youtube {background:#c4302b;} 
.social ul li a:hover {
	background: #000; 
	padding: 10px 10px; 
}

.social2 {
	position: fixed; 
	right: 0; 
	top: 30vh; 
	z-index: 2000; 
}
.social2 ul {
	list-style: none;
	margin-top:5%;
} 
.social2 ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 10px 10px;
	font-size:18px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
}
 
.social2 ul li .icon-facebook {background:#3b5998;}
.social2 ul li .icon-twitter {background:#55aaec;}
.social2 ul li .icon-instagram {background:#bc2a8d;}
.social2 ul li .icon-mail3 {background:#808080;}
.social2 ul li .icon-youtube {background:#c4302b;} 
.social2 ul li a:hover {
	background: #000; 
	padding: 10px 10px; 
}

.book {
	width: 50%;
}
#book {
	width: 100%;
	max-width: 82px;
}
.grupo {
	width: 100%;
}
#logogrupo {
	width: 100%;
	max-width: 140px;
	margin-top: 0px;
}
.ir-arriba {
	display:none;
	padding:15px;
	background:#ffffff;
	font-size:15px;
	color:#4D4D4D;
	cursor:pointer;
	position: fixed;
	bottom:15px;
	right:15px;
}
#custom_html-4 {
	width: 100%;
}
#custom_html-3 {
	width: 100%;
}
#custom_html-2 {
	width: 100%;
}
.custom-html-widget {
	width: 100%;
}

@media screen and (max-width:1209px) {
	.h_logo {
		width:40%;
	}
	.h_menu {
		width:60%;
	
	}
	#logomin {
		width: 85%;
	}
	
}
@media screen and (max-width:1024px) {
	.i-left p {
		font-family: "Roboto";
		margin-left:5%;
		font-size:12px;
		width:90%;
		text-align:justify;
	}
	
}
@media screen and (max-width:820px) {
	.m-contenedor {
		display: none;
	}
	.d-seccion {
		width:50%;
	}
	.i-left {
		width:100%;
		padding-bottom: 5%;
	}
	.i-right {
		width:100%;
	}
	.f-empresas {
		width:50%;
	}
	.f-info {
		width:50%;
	}
	.f-mas {
		display: none;
	}
	.d_left {
		width: 80%;
	}
	.d_right {
		width: 20%;
	}
	.a_left {
		width: 80%;
	}
	.a_right {
		width: 20%;
		margin-top: 30px;
	}
	.b_margen {
		width: 2%;
	}
	.b_beneficios {
		width: 73%;
	}
	.m7 h1{
		line-height:47px;
	}
	#l-titulo1 {
		font-size:25pt;
	}
	#l-titulo2 {
		font-size:35pt;
	}
	#l-titulo3 {
		font-size:30pt;
	}
	.m8 h1{
		line-height:47px;
	}
	#r-titulo1 {
		font-size:30pt;
	}
	#r-titulo2 {
		font-size:30pt;
	}
	#r-titulo3 {
		font-size:30pt;
	}
	/*********/
	#etimail {
		display: none;
	}
	#logomin {
		width: 55%;
		height: auto;
		padding: 3%;
	}
	/*********/
}

@media screen and (max-width: 480px) {
	/******/
	.nc {
		display: none;
	}
	#logomin {
		width: 35%;
		height: auto;
		padding: 3%;
		margin-left: 5%;
	}
	.dl-menuwrapper {
		margin-top:4% !important;
	}
	/******/
	.h_logo {
		width:100%;
	}
	.d_left {
		width: 100%;
	}
	.d_right {
		display: none;
	}
	.a_left {
		width:100%;
	}
	.a_right {
		display: none;
	}
	.beneficios {
		display: none;
	}
	#mapa {
		width:100%;
		max-width:1600px;
		height:300px;
		display:block;
		margin:0 auto;
	}
	#logo_congreso {
		width:50%;
	}
	.h_cabezera {
		width:100%;
	}
	.h_seccion1 {
		width:26%;
	}
	.h_seccion2 {
		width:30%;
	}
	.h_seccion3 {
		width:14%;
	}
	.h_seccion4 {
		width:25%;
	}
	.d-titulo h1 {
		font-size: 22px;
		text-align:center;
	}
	.d-seccion {
		width:100%;
	}
	.ds-right p {
		width:95%;
		font-size: 12px;
	}
	.d-contenedor {
		width:85%;	
	}
	.a-left {
		width:100%;
	}
	.a-right {
		width:100%;
	}
	#a-logo_unsa {
		width: 50%;
		height: auto;
	}
	#a-logo_unsa_investiga {
		width: 45%;
		height: auto;
	}
	.mapa h1 {
		font-size: 22px;
	}
	.i-right {
		display: none;
	}
	.f-info {
		width:100%;
	}
	
	.r-info2 {
		width:100%;
	}
	#alu_opt {
		display:none;
	}
	.ip-titulo {
		margin-left:7%;
	}
	.r-info2 h1{
		margin-left:3.5%;
	}
	.barrita {
		margin-left:3.5%;
	}
	.big-not-l {
		width:100%;
	}
	.big-not-r {
		width:100%;
	}
	.small-not-l {
		width:50%;
	}
	.small-not-r {
		width:50%;
	}
	.regular-not {
		width:100%;
	}
	.telefonica {
		width:50%;
	}
	.whatsapp {
		width:50%;
	}
	.correo {
		width:50%;
	}
	.f-empresas {
		width:100%;
	}
	.f-info {
		width:100%;
	}
	.f-border {
		margin-left: 10%;
	}
	.f-border p {
		width: 90%;
	}
	.f-izq {
		width: 100%;
	}
	.f-mas {
		width:100%;
	}
	#t-mas {
		margin-left: 10%;
	}
	.social {
		width: 45%;
	}
	.social ul {
		list-style: none;
		margin-top:1%;
		margin-left: 29%;
	}
	.book {
		width: 20%;
	}
	.grupo {
		width: 30%;
	}
	#logogrupo {
		width: 100%;
		max-width: 140px;
		margin-top: -40px;
	}

	.f-izq p {
		margin-left: 20%;
		color: #949494;
		font-family: "OpenSans-Regular";
		font-size: 12px;
	}
	#f-logomin {
		width: 70%;
		height: auto;
		margin-left: 15%;
		margin-top: 45%;
	}
	.f-mas-ico {
		width: 30%;
		padding-top: 4px;
	}
	.f-mas-info {
		width: 70%;
		color:#33348A;
		font-family: "OpenSans-SemiBold";
	}
	.f-mas-ico .icon-mobile {color:#33348A; font-size: 36px; margin-left: 50%;}
	.f-mas-ico .icon-mail2 {color:#33348A; font-size: 18px; margin-left: 58%;}
	.f-mas-ico .icon-location {color:#33348A; font-size: 25px; margin-left: 55%;}
	.socialmedia span {
		font-size: 12px;
		margin-left: 17%;
	}
	.fparrafo {
		font-size: 12px;
	}
	#imgprin {
		display: none;
	}
	#imgprinmovil {
		display: block;
	}
	.dp-contenedor h1 {
		margin-left: 5%;
	}
	.dp-contenedor p {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
	}
	.dp-contenedor h2 {
		margin-left: 5%;

	}
	.dp-contenedor2 h2 {
		margin-left: 5%;
	}
	.list-num {
		margin-left: 40px;
		font-size: 18px;
	}
	.list-vin {
		margin-left: 40px;
		font-size: 18px;
	}
	.m1 {
		width: 100%;
	}
	.m1-2 {
		display: none;
	}
	.m2 {
		width: 100%;
	}
	.m3 {
		width: 100%;
	}
	.m3-4 {
		display: none;
	}
	.m4 {
		width: 100%;
	}
	.m5 {
		display: none;
	}
	.m6 {
		width: 100%;
	}
	#faq { margin-left: 5%;}
	#faq li{ font-size: 18px; }
}