/*
Theme Name:Big Data Scoring
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#fff;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
body.close-menu{
	overflow:hidden;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.nopdb{
	padding-bottom:0;
}
.nopdt{
	padding-top:0 !important;
}
.gutter > [class*='col-']{
    padding-right:5px;
    padding-left:5px;
}
.row.gutter{
	margin-left:-5px;
	margin-right:-5px;
}
.gutt > [class*='col-']{
    padding-right:10px;
    padding-left:10px;
}
.row.gutt{
	margin-left:-10px;
	margin-right:-10px;
}
.gutr > [class*='col-']{
    padding-right:45px;
    padding-left:45px;
}
.row.gutr{
	margin-left:-45px;
	margin-right:-45px;
}
.modal-header, .modal-footer{
	border:none;
}
.modal-content{
	border:none;
	background:none;
	height:100%;
}
.modal-dialog{
	margin:0;
	height:100%;
}
.modal-header{
	position:absolute;
	left:0;
	right:0;
	top:0;
	width:100%;
	padding:0;
	padding-top:45px;
	z-index:10;
}
.modal{
  overflow-y:auto;
}
.modal-body{
	margin-top:68px;
	padding:0;
	padding-bottom:4vw;
}
.modal-xl{
	max-width:100% !important;
}
.modal.modalscroll{
	padding-right:0 !important;
}
.modal-backdrop{
	background-color:#fff;
}
.modal-backdrop.show{
	opacity:1 !important;
}
.modal .close{
	opacity:1 !important;
	padding:0;
	margin:0;
	float:right;
}
.modal .close .ico{
	width:50px;
}
.cS-hidden{
	height:1px;
	opacity:0;
	filter:alpha(opacity=0);
	overflow:hidden;
}
.alignleft{
	float:left;
	margin-right:30px;
	padding-top:15px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated{
	opacity:1;
}
.mobile{
	display:none;
}
.desktop{
	display:block;
}
.grecaptcha-badge{visibility:hidden;}
.swiper-container1,.swiper-container2,.swiper-container3{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
#bgvid{
	position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
	z-index:1;
	width:100%;
}
#bgvidh{
	position:absolute;
	right:0;
	bottom:0;
	height:100vh;
	width:100vw;
	object-fit:cover;
}
video::-webkit-media-controls{
	display:none !important;
}
/***************************/

/* CABECERA ****************/
header{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0;
	z-index:99;
	display:block;
	padding:20px 0;
	background:#fff;
	border-bottom:1px solid #00528c;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
header.activo{
	padding:10px 0;
}
header .logo .img-fluid{
	width:150px;
}
header .logo .v2{
	display:none;
}
.menu{
	margin-bottom:0;
	text-align:center;
	margin-top:26px;
}
.menu li{
	background:none;
	display:inline-block;
	position:relative;
	padding:0;
	padding-right:35px;
}
.menu li::before{
	display:none;
}
.menu li.ultimo{
	padding-right:0;
}
.menu a{
	font-family:'Roboto',sans-serif;
	font-weight:700;
	font-size:14px;
	letter-spacing:0.025em;
	text-decoration:none !important;
	color:#4d4d4d;
	position:relative;
	display:block;
	border-bottom:2px solid #fff;
}
.menu a:focus{
	color:#4d4d4d;
}
.menu a:hover, .menu li.current-menu-item a{
	color:#4d4d4d;
	border-bottom:2px solid #1ab7d9;
}
.menu li.ultimo a{
	padding:4px 18px;
	border-radius:20px;
	background:#00528c;
	color:#fff;
}
.menu li.ultimo a:hover, .menu li.ultimo.current-menu-item a{
	border-bottom:2px solid #fff;
}
.menu-trigger{
	position:relative;
	z-index:999;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	cursor:pointer;
	display:none;
	float:right;
	top:22px;
}
.menu-trigger .icon{
	display:inline-block;
	width:28px;
	height:2px;
	position:relative;
	top:-8px;
	background:#00528c;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#00528c;
	position:absolute;
	top:-8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#00528c;
	position:absolute;
	top:8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none;
	color:#00528c;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#00528c;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#00528c;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.contenedor-submenu{
	background-color:#f3efeb;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:98;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.contenedor-submenu .pos{
	position:relative;
	height:100%;
}
.contenedor-submenu .grupo{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
	position:relative;
	padding-top:118px;
}
section{
	padding:85px 0 70px 0;
}
.titulo{
	margin-bottom:3.75vw;
}
.banner{
	position:relative;
	margin-bottom:75px;
}
.banner .leyenda{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	width:100%;
	z-index:2;
}
.banner .titulo{
	margin-bottom:2.34vw;
}
.banner p{
	font-size:28px;
	line-height:32px;
	margin-bottom:0;
}
.carrusel{
	position:relative;
}
.flechas{
	display:none;
}
.slide{
	position:relative;
	text-align:center;
}
.slide .leyenda{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	width:100%;
	z-index:2;
}
.slide p{
	font-size:40px;
	line-height:50px;
	color:#e6e6e6;
	font-weight:700;
}
.slide p strong{
	color:#fff;
}
.slide .boton{
	background:transparent;
	border:1px solid #e1e1d9;
}
.slide .boton span{
	color:#e1e1d9;
}
.slide .boton:hover{
	border:1px solid transparent;
	background:#00528c;
}
.slide .boton:hover span{
	color:#fff;
}
.h-destacado{
	background:#00528c;
	text-align:center;
	position:relative;
	top:-1px;
}
.h-destacado p{
	font-size:40px;
	line-height:48px;
	font-weight:500;
	color:#e6e6e6;
}
.h-destacado strong{
	color:#fff;
	font-weight:500;
}
.inicio{
	padding-bottom:0;
}
.inicio .grupo p{
	font-size:24px;
	line-height:32px;
}
.submenu{
	margin:0;
	width:90%;
}
.submenu li{
	border-bottom:1px solid #00528c;
	padding:10px 0;
	position:relative;
}
.submenu li::before{
	display:none;
}
.submenu li .icon{
	width:20px;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.submenu li .icon.v2{
	opacity:0;
}
.submenu li:hover .icon.v1{
	opacity:0;
}
.submenu li:hover .icon.v2{
	opacity:1;
}
.submenu li .abrir{
	width:20px;
	position:absolute;
	right:0;
	top:22px;
	opacity:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.submenu li.activo .abrir{
	transform:rotate(180deg);
}
.submenu li span{
	display:none;
}
.submenu a{
	font-size:20px;
	font-weight:500;
	line-height:32px;
	color:#4d4d4d;
	display:inline-block;
	border-bottom:2px solid transparent;
	text-decoration:none !important;
}
.submenu a:hover{
	color:#4d4d4d;
	border-bottom:2px solid #00528c;
}
.submenu a:focus{
	color:#4d4d4d;
}
.confianza{
	margin:30px 0;
	padding:30px 0;
	border-top:1px solid #00528c;
	border-bottom:1px solid #00528c;
}
.confianza h3{
	font-size:16px;
	font-weight:500;
	line-height:22px;
	margin-bottom:30px;
	text-transform:uppercase;
	letter-spacing:0.04em;
}
.confianza .swiper-wrapper{
	 transition-timing-function:linear;
}
.donde{
	background:#f7f7f7;
}
.donde h1{
	border:none;
}
.donde .titulo{
	margin-bottom:0;
	position:relative;
	z-index:2;
}
.donde h1 p{
	font-family:'Roboto',sans-serif;
	font-weight:500;
	font-size:35px;
	line-height:42px;
	color:#4d4d4d;
	display:inline-block;
}
.donde h1 p strong{
	font-weight:500;
	border-bottom:4px solid #00528c;
}
.donde h2{
	font-family:'Roboto',sans-serif;
	font-weight:400;
	font-size:25px;
	line-height:30px;
	color:#4d4d4d;
	margin-top:3vw;
}
.lista{
	margin-top:3.5vw;
	padding-right:15px;
}
.lista a{
	font-size:2.01vw;
	line-height:2.18vw;
	display:inline-block;
	color:#4d4d4d;
	background:#f7f7f7;
	padding:2px 0;
	border-radius:20px;
	text-decoration:none !important;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.lista a.seleccionado{
	background:#71877e;
	color:#fff;
	padding:2px 10px;
}
.lista a:hover, .lista a:focus{
	color:#4d4d4d;
}
.lista a.seleccionado:hover, .lista a.seleccionado:focus{
	color:#fff;
}
.mapa{
	position:relative;
	z-index:1;
}
.mapa .parche{
	position:absolute;
	left:0;
	top:-15px;
	width:100%;
}
.mapa .grupo{
	margin-left:60px;
	position:relative;
}
.mapa .map{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	z-index:1;
}
.mapa .map.activo{
	opacity:1;
}
.mapa .grupo .grp{
	opacity:1;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.mapa .listado{
	margin-top:6vw;
	min-height:300px;
}
.mapa #resultados{
	border:1px solid #4d4d4d;
	border-radius:20px;
	padding:15px 8px;
	position:relative;
}
.mapa .listado .modulo{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:0;
	z-index:1;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.mapa .listado .modulo.activo{
	position:relative;
	opacity:1;
	z-index:2;
}
.mapa .preloader{
	text-align:center;
	display:none;
}
.mapa .preloader .icono{
	width:30px;
}
.mapa .modulo h3{
	font-size:16px;
	line-height:22px;
	font-weight:400;
	position:relative;
	border-bottom:1px solid #4d4d4d;
	padding-bottom:6px;
	margin-bottom:10px;
}
.mapa .modulo h3 .bandera{
	width:32px;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.mapa .modulo h4{
	font-size:12px;
	line-height:16px;
	font-weight:400;
	color:#4d4d4d;
	margin-bottom:10px;
}
.mapa .modulo h5{
	font-size:12px;
	line-height:16px;
	font-weight:400;
	color:#00528c;
	margin-bottom:8px;
}
.mapa .modulo span{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	font-style:italic;
	display:block;
	color:#4d4d4d;
}
.mapa .modulo .encabezado{
	position:relative;
	margin-bottom:10px;
}
.mapa .modulo .encabezado::after{
	content:'';
	position:absolute;
	left:-2px;
	top:-2px;
	width:100%;
	height:45%;
	border-radius:20px;
	background:#e6e6e6;
	z-index:-1;
}
.mapa .modulo p{
	font-size:12px;
	line-height:16px;
	color:#00528c;
	margin-bottom:10px;
}
.mapa .sinresultados{
	padding:30px;
}
.mapa .sinresultados p{
	font-size:14px;
	line-height:18px;
	font-weight:400;
	text-align:center;
	margin:0;
}
.mapa .paginador a{
	font-size:12px;
	line-height:16px;
	color:#00528c;
	text-decoration:none !important;
}
.mapa .paginador a:hover, .mapa .paginador a:focus{
	color:#00528c;
}
.mapa .paginador a .icon{
	width:12px;
	position:relative;
	right:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.mapa .paginador .atras{
	float:left;
}
.mapa .paginador .atras .icon{
	margin-right:3px;
}
.mapa .paginador .atras:hover .icon{
	right:3px;
}
.mapa .paginador .adelante{
	float:right;
}
.mapa .paginador .adelante .icon{
	margin-left:3px;
}
.mapa .paginador .adelante:hover .icon{
	right:-3px;
}
.mapa .pin{
	width:1.5%;
	height:4%;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	cursor:pointer;
	opacity:0;
	display:block;
	z-index:3;
}
.mapa .pin-1{
	width:4%;
	height:24%;
	background-image:url(/wp-content/themes/bds/img/mapa/pchile.svg);
	left:23%;
	top:74%;
	z-index:3;
}
.mapa .pin-2{
	width:13%;
	height:21%;
	left:22%;
	top:61%;
	background-image:url(/wp-content/themes/bds/img/mapa/pbrazil.svg);
	z-index:2;
}
.mapa .pin-3{
	width:5%;
	height:11%;
	background-image:url(/wp-content/themes/bds/img/mapa/pperu.svg);
	left:19%;
	top:64%;
	z-index:2;
}
.mapa .pin-4{
	width:4%;
	height:10%;
	background-image:url(/wp-content/themes/bds/img/mapa/pcolombia.svg);
	left:20%;
	top:56%;
	z-index:4;
}
.mapa .pin-5{
	width:9%;
	height:15%;
	background-image:url(/wp-content/themes/bds/img/mapa/pmexico.svg);
	left:9.5%;
	top:41.5%;
	z-index:3;
}
.mapa .pin-6{
	width:1%;
	height:2%;
	background-image:url(/wp-content/themes/bds/img/mapa/pguatemala.svg);
	left:16%;
	top:53%;
	z-index:4;
}
.mapa .pin-7{
	width:1%;
	height:1%;
	background-image:url(/wp-content/themes/bds/img/mapa/psalvador.svg);
	left:16.5%;
	top:55%;
	z-index:5;
}
.mapa .pin-8{
	width:1%;
	height:2%;
	background-image:url(/wp-content/themes/bds/img/mapa/prepublica.svg);
	left:23%;
	top:51.5%;
	z-index:3;
}
.mapa .pin-9{
	width:15%;
	height:14%;
	background-image:url(/wp-content/themes/bds/img/mapa/pindonesia.svg);
	left:76.5%;
	top:56.5%;
}
.mapa .pin-10{
	width:10%;
	height:16%;
	background-image:url(/wp-content/themes/bds/img/mapa/pindia.svg);
	left:66.5%;
	top:42%;
}
.mapa .pin-11{
	width:3%;
	height:5%;
	background-image:url(/wp-content/themes/bds/img/mapa/pkenya.svg);
	left:57%;
	top:60%;
}
.mapa .pin-12{
	width:6%;
	height:8%;
	background-image:url(/wp-content/themes/bds/img/mapa/psafrica.svg);
	left:50.5%;
	top:75%;
}
.mapa .pin-13{
	width:2%;
	height:2%;
	background-image:url(/wp-content/themes/bds/img/mapa/pbulgaria.svg);
	left:52.5%;
	top:37.5%;
}
.mapa .pin-14{
	width:2%;
	height:2%;
	background-image:url(/wp-content/themes/bds/img/mapa/pczech.svg);
	left:49.5%;
	top:33%;
	z-index:4;
}
.mapa .pin-15{
	width:3%;
	height:7%;
	background-image:url(/wp-content/themes/bds/img/mapa/pfinland.svg);
	left:51%;
	top:18%;
}
.mapa .pin-16{
	width:2%;
	height:2%;
	background-image:url(/wp-content/themes/bds/img/mapa/pgeorgia.svg);
	left:57.5%;
	top:38%;
}
.mapa .pin-17{
	width:3%;
	height:5%;
	background-image:url(/wp-content/themes/bds/img/mapa/pgermany.svg);
	left:47.5%;
	top:30.5%;
	z-index:3;
}
.mapa .pin-18{
	width:1%;
	height:2%;
	background-image:url(/wp-content/themes/bds/img/mapa/platvia.svg);
	left:52.5%;
	top:27%;
}
.mapa .pin-19{
	width:3%;
	height:4%;
	background-image:url(/wp-content/themes/bds/img/mapa/ppoland.svg);
	left:50%;
	top:30%;
}
.mapa .pin-20{
	width:1%;
	height:3%;
	background-image:url(/wp-content/themes/bds/img/mapa/pserbia.svg);
	left:51.5%;
	top:36%;
}
.mapa .pin-21{
	width:4%;
	height:5%;
	background-image:url(/wp-content/themes/bds/img/mapa/pspain.svg);
	left:43%;
	top:38%;
}
.mapa .pin-22{
	width:3%;
	height:7%;
	background-image:url(/wp-content/themes/bds/img/mapa/puk.svg);
	left:43.5%;
	top:27%;
}
.nosotros .titulo{
	margin-bottom:5.2vw;
}
.nosotros .modulo{
	position:relative;
	padding-right:30px;
}
.nosotros .modulo .icon{
	position:absolute;
	top:-18%;
	right:-10%;
	width:50%;
	display:none;
	z-index:1;
}
.nosotros .modulo.ultimo .icon{
	display:block;
}
.nosotros .modulo::before{
	content:'';
	height:100%;
	width:1px;
	background:#71877e;
	position:absolute;
	left:-30px;
	top:0;
	display:none;
}
.nosotros .modulo.ultimo::before{
	display:block;
}
.nosotros .modulo h3{
	font-size:28px;
	font-weight:400;
	line-height:32px;
	margin-bottom:20px;
	position:relative;
	z-index:2;
}
.nosotros .modulo ul li{
	background:url(/wp-content/themes/bds/img/flecha_lista.png) no-repeat 0 5px;
	padding-left:20px;
	padding-bottom:18px;
}
.nosotros .modulo ul li::before{
	display:none;
}
.soluciones{
	background:#f7f7f7;
	padding-top:0;
}
.soluciones .grupo{
	border-bottom:1px solid #00528c;
	padding-bottom:20px;
	margin-bottom:20px;
}
.desplegador{
	cursor:pointer;
	position:relative;
}
.desplegador h3{
	font-size:20px;
	line-height:24px;
	font-weight:500;
	color:#4d4d4d;
}
.desplegador .icon{
	width:35px;
	position:absolute;
	left:-50px;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.desplegador.ui-state-active .icon{
	opacity:1;
}
.desplegador .abrir{
	width:20px;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.desplegable{
	display:none;
}
.desplegable .contenido{
	padding-top:10px;
}
.equipo{
	position:relative;
}
.equipo .titulo{
	position:relative;
	z-index:2;
}
.equipo .forma{
	position:absolute;
	top:20%;
	left:-10%;
	width:120%;
	z-index:1;
}
.equipo .modulo{
	position:relative;
	z-index:2;
}
.equipo .modulo .img-fluid{
	border-radius:15px;
	margin-bottom:12px;
}
.equipo .modulo .contenido{
	display:none;
}
.equipo .modulo h3{
	font-size:18px;
	color:#00528c;
	letter-spacing:0.03em;
}
.equipo .modulo .cargo{
	font-size:12px;
	font-weight:500;
	line-height:16px;
	text-transform:uppercase;
	letter-spacing:0.01em;
	display:block;
	margin:12px 0;
}
.equipo .modulo p{
	font-size:12px;
	line-height:18px;
}
.ver-equipo{
	font-size:11px;
	font-style:italic;
	display:block;
	color:#4d4d4d;
	text-decoration:none !important;
	margin:20px 0;
}
.ver-equipo:focus{
	color:#4d4d4d;
}
.ver-equipo:hover{
	color:#00528c;
}
.ver-equipo strong{
	font-weight:400;
}
.destacado{
	background-image:url(/wp-content/themes/bds/img/bg/bgdestacado2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:8.5vw 0;
	position:relative;
	z-index:2;
}
.destacado h2{
	font-size:32px;
	font-weight:500;
	line-height:38px;
	color:#fff;
}
.destacado h2 a{
	font-size:32px;
	font-weight:500;
	line-height:38px;
	color:#e6e6e6;
}
.destacado h3{
	font-size:32px;
	font-weight:500;
	line-height:38px;
	color:#fff;
}
.destacado h3 a{
	font-size:32px;
	font-weight:500;
	line-height:38px;
	color:#e6e6e6;
}
.destacado p{
	color:#fff;
	margin-bottom:0;
}
.aviso{
	background:#1ab7d9;
}
.aviso p{
	font-size:28px;
	font-weight:500;
	line-height:34px;
	color:#f9f8f9;
	margin-bottom:0;
}
.aviso .contenido{
	position:relative;
}
.aviso .modulo{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.vacantes{
	background:#e7e4df;
}
.vacantes .grupo{
	border-bottom:1px solid #00528c;
	margin-bottom:40px;
}
.vacantes .modulo{
	padding-right:30px;
}
.vacantes .modulo h2{
	font-size:24px;
	line-height:28px;
	color:#00528c;
	margin-bottom:40px;
}
.vacantes .modulo h3{
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color:#4d4d4d;
	margin-bottom:30px;
	text-transform:uppercase;
}
.asociados{
	background:#f7f7f7;
	padding-bottom:0;
}
.asociados .modulo{
	background:#f7f7f7;
	margin-bottom:5.2vw;
	text-align:center;
}
.asociados .modulo .img-fluid{
	mix-blend-mode:multiply;
}
.contacto{
	background-image:url(/wp-content/themes/bds/img/bg/bgcontacto.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.contacto .descripcion{
	margin-bottom:2.34vw;
}
body.page-template-template-contact footer h3, body.page-template-template-contact footer p{
	display:none;
}
.contacto p a{
	color:#4d4d4d;
	text-decoration:underline;
}
/***************************/

/* PIE *********************/
footer{
	background-image:url(/wp-content/themes/bds/img/bg/bgfooter.png);
	background-repeat:repeat-x;
	background-position:top center;
	padding:80px 0 60px 0;
}
body.home footer{
	background-image:none;
	padding:40px 0 60px 0;
}
footer h3{
	font-size:45px;
	line-height:50px;
	font-weight:500;
	color:#00528c;
}
footer p{
	font-size:16px;
	color:#4d4d4d;
	margin-bottom:0;
}
footer p a{
	font-size:16px;
	color:#4d4d4d;
}
footer p a:hover, footer p a:focus{
	color:#4d4d4d;
}
.menu-footer li{
	background:none;
	display:block;
	padding:0;
	padding-bottom:12px;
}
.menu-footer li::before{
	display:none;
}
.menu-footer a{
	font-size:16px;
	color:#4d4d4d;
}
.menu-footer a:hover, .menu-footer a:focus{
	color:#4d4d4d;
}
.menu-footer.ultimo{
	text-align:right;
}
footer .grupo{
	position:relative;
	margin-bottom:4.2vw;
}
footer .grupo.ultimo{
	margin-bottom:0;
}
footer .modulo{
	position:absolute;
	left:15px;
	bottom:0;
	width:92%;
}
footer .correo{
	text-align:right;
}
footer .correo .ico{
	width:20px;
	position:relative;
	top:-1px;
	margin-right:8px;
	right:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
footer .correo a:hover .ico{
	right:-5px;
}
/***************************/

/* TEXTOS ******************/
h1,h2,h3,h4,h5{
	margin:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
h1{
	font-family:'Roboto',sans-serif;
	font-weight:500;
	font-size:35px;
	line-height:40px;
	color:#4d4d4d;
	display:inline-block;
	border-bottom:4px solid #00528c;
}
h2{
    font-family:'Roboto',sans-serif;
	font-weight:500;
	font-size:40px;
	line-height:48px;
	color:#4d4d4d;
}
h3{
	font-family:'Roboto',sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:1.45vw;
	color:#4d4d4d;
}
h4{
	font-family:'Roboto',sans-serif;
	font-size:1.07vw;
	font-weight:400;
	color:#000;
}
p, a, span{
	font-family:'Roboto',sans-serif;
	font-size:16px;
	font-weight:400;
}
p, span{
	color:#4d4d4d;
	line-height:22px;
}
p, ul, ol{
	margin-bottom:25px;
}
a{
	color:#00528c;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#00528c;
}
ul{
	padding:0;
}
ul li{
	font-family:'Roboto',sans-serif;
	font-size:16px;
	font-weight:400;
	padding-left:8px;
	padding-bottom:8px;
	line-height:1.45vw;
	color:#4d4d4d;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	width:2px;
	height:2px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:9px;
	background:#4d4d4d;
}
strong,b{
	font-weight:700;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-family:'Roboto',sans-serif;
	font-size:1.09vw;
	font-weight:400;
	color:#15203a !important;
	line-height:25px !important;
	text-transform:uppercase;
}
/* TABLAS ******************/
.table-responsive{
	border:none !important;
	margin-bottom:30px;
	font-size:14px;
}
.table th{
	font-weight:400;
	background:#fff;
	color:#414042;
	border:none;
	padding:20px 8px !important;
	text-align:center;
}
.table td{
	text-align:center;
	color:#414042;
	padding:20px 8px !important;
}
.table tr.par{
	border-bottom:1px solid #ddd;
}
/***************************/
/* FORMULARIOS *************/
label{
	font-family:'Roboto',sans-serif;
	font-weight:400;
	font-size:16px;
	color:#33424a;
}
.form-group{
	margin-bottom:1.5vw;
}
.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:1.5vw;
}
.form-control{
	font-family:'Roboto',sans-serif;
	font-weight:400;
	font-size:15px;
	background:#fff;
	border:none;
	box-shadow:none;
	color:#4d4d4d;
	height:45px;
	padding:10px 15px;
	border-radius:10px;
}
textarea.form-control{
	height:120px;
	position:relative;
	padding:10px 15px;
	color:#4d4d4d;
}
.form-control:focus{
	background:#fff;
	box-shadow:none;
	color:#4d4d4d;
}
.form-control::placeholder{
	color:#4d4d4d;
}
textarea.form-control:focus{
	background:#fff;
	box-shadow:none;
	color:#4d4d4d;
}
.boton{
	background:#00528c;
	border:1px solid #00528c;
	text-decoration:none !important;
	float:left;
	line-height:35px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 18px;
	border-radius:30px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.boton:hover{
	background:#558cb2;
	border:1px solid #558cb2;
}
.boton span{
	font-family:'Roboto',sans-serif;
	font-size:16px;
	font-weight:700;
	color:#fff;
	line-height:35px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	position:relative;
	z-index:1;
	text-transform:none;
}
.boton.blanco{
	background:#e1e1d9;
	border:1px solid #e1e1d9;
}
.boton.blanco span{
	color:#4d4d4d;
}
.boton.blanco:hover{
	background:#f7f7f7;
	border:1px solid #f7f7f7;
}
.boton.especial{
	background:#f7f7f7;
	border:1px solid #00528c;
}
.boton.especial span{
	color:#00528c;
}
.boton.especial:hover{
	background:#f7f7f7;
	border:1px solid #00528c;
}
.centrar{
	text-align:center;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
.wpcf7-submit{
	font-family:'Roboto',sans-serif;
	font-weight:700;
	font-size:20px;
	color:#4d4d4d;
	border:none;
	background:#bb9f8a;
	text-align:center;
	padding:6px 20px;
	cursor:pointer;
	border-radius:20px;
	box-shadow:none;
	float:left;
	position:relative;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover{
	background:#d3b49d !important;
	outline:none;
	color:#4d4d4d !important;
	border:none !important;
	box-shadow:none !important;
}
.wpcf7-submit:focus{
	background:#bb9f8a !important;
	outline:none;
	color:#4d4d4d !important;
	border:none !important;
	box-shadow:none !important;
}
.wpcf7-not-valid-tip{
	font-family:'Roboto',sans-serif;
	font-weight:400;
	font-size:11px !important;
	line-height:14px !important;
	color:#c00 !important;
	margin-top:4px;
}
.wpcf7-response-output{
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	text-align:left;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	color:#4d4d4d;
	font-size:14px;
	line-height:18px;
}
.wpcf7-spinner{
	margin:0 !important;
	margin-top:4px !important;
	margin-left:5px !important;
}
.formulario .wpcf7 br{
	display:none;
}
small{
	font-family:'Roboto',sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:16px;
	color:#33424a;
	display:block;
}
/***************************/
@keyframes myfadeInAnimation{
    from{opacity:0;}
    to{opacity:1;}
}
@-webkit-keyframes myfadeInAnimation{
    from{opacity:0;}
    to{opacity:1;}
}
@keyframes rotar{
from{
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
to{
	-ms-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
}
@keyframes apuntar{
from{transform:translate(0,0);}
65%{transform:translate(5px,0);}
to{transform:translate(0,0);}    
}
/***************************/
@media (min-width:992px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
}
@media (min-width:1600px){
.container-fluid{
	max-width:1920px;
}
}
@media (min-width:2000px){
}
@media screen and (min-width:300px) and (max-width:992px){
.mobile{
	display:block;
}
.desktop{
	display:none;
}
header{
	padding:10px 0;
	border:none;
}
body.close-menu header{
	background:#f3efeb;
}
header .logo .img-fluid{
	width:120px;
}
body.close-menu header .logo{
	opacity:0;
}
header .menu{
	display:none;
}
.menu-trigger{
	display:block;
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
}
.menu li{
	display:block;
	padding:18px 0;
	border-bottom:2px solid #b2b2b2;
}
.menu li.ultimo{
	border:none;
	background:#e0d6ce;
}
.menu li.pultimo{
	border:none;
}
.menu a{
	font-size:20px;
	font-weight:500;
	border:none !important;
}
section{
	padding:50px 0;
}
#main{
	min-height:inherit;
	padding-top:82px;
}
.titulo{
	margin-bottom:40px;
}
.slide p{
	font-size:20px;
	line-height:28px;
}
.h-destacado p{
	font-size:20px;
	line-height:28px;
}
.submenu a{
	font-size:20px;
	line-height:25px;
}
.inicio .grupo p{
	font-size:18px;
	line-height:26px;
	margin-top:15px;
}
.confianza{
	border-top:2px solid #00528c;
	border-bottom:none;
}
.confianza h3{
	font-size:14px;
	line-height:18px;
}
.desplegador h3{
	font-size:18px;
	line-height:22px;
}
.donde h1 p{
	font-size:25px;
	line-height:30px;
}
.donde h1 p strong{
	display:block;
}
.donde h2{
	font-size:20px;
	line-height:24px;
	margin-top:0;
	margin-bottom:30px;
}
.lista{
	margin:30px 0;
}
.lista a{
	font-size:20px;
	line-height:25px;
}
.mapa .parche{
	position:relative;
	top:0;
}
.mapa .grupo{
	margin:0;
}
.mapa .listado{
	margin-top:40px;
	min-height:250px;
}
.mapa .modulo h3{
	font-size:20px;
	line-height:25px;
	font-weight:700;
}
.mapa .modulo h4{
	font-size:14px;
	line-height:16px;
}
.mapa .modulo h5{
	font-size:12px;
	line-height:14px;
}
.mapa .modulo span{
	font-size:15px;
	line-height:17px;
	margin-bottom:15px;
}
.mapa .modulo p{
	font-size:14px;
	line-height:16px;
	margin-bottom:20px;
}
.mapa .modulo .encabezado::after{
	height:20px;
}
.mapa .paginador a{
	font-size:14px;
	line-height:16px;
}
.nosotros .modulo{
	padding-right:220px;
}
.nosotros .modulo::before{
	width:100%;
	height:2px;
	left:0;
	top:0;
}
.nosotros .modulo.ultimo{
	padding-top:30px;
	padding-right:30px;
}
.nosotros .modulo h3{
	font-size:16px;
	line-height:22px;
	font-weight:700;
}
.nosotros .modulo .icon{
	width:30%;
	top:-70%;
	right:0;
}
.soluciones{
	padding-top:0;
}
.equipo .forma{
	top:30%;
}
.equipo .modulo h3{
	font-size:16px;
	line-height:20px;
}
.equipo .modulo .cargo{
	font-size:14px;
	line-height:18px;
}
.equipo .modulo p{
	font-size:16px;
	line-height:22px;
}
.ver-equipo{
	font-size:14px;
}
.aviso p{
	font-size:18px;
	line-height:24px;
}
.destacado h2, .destacado h2 a{
	font-size:20px;
	line-height:25px;
}
.destacado h3, .destacado h3 a{
	font-size:20px;
	line-height:25px;
}
.vacantes .modulo{
	padding:0;
	margin-bottom:30px;
}
.vacantes .modulo h2{
	font-size:20px;
	line-height:25px;
	margin-bottom:20px;
}
.vacantes .modulo h3{
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}
.asociados .modulo{
	margin-bottom:50px;
}
.contacto{
	background:#e7e4df;
	padding-top:0;
}
.contacto .descripcion{
	margin-bottom:0;
}
.banner{
	margin-bottom:45px;
}
.banner .titulo{
	margin-bottom:30px;
}
.banner p{
	font-size:20px;
	line-height:25px;
}
h1{
	font-size:25px;
	line-height:30px;
}
h2{
	font-size:20px;
	line-height:25px;
}
p, a, span{
	font-size:16px;
}
p, span{
	line-height:22px;
}
ul li{
	font-size:16px;
	line-height:22px;
}
ul li::before{
	top:10px;
}
.boton span{
	font-size:14px;
}
.wpcf7-form-control-wrap{
	margin-bottom:15px;
}
.wpcf7-submit{
	font-size:18px;
}
footer{
	background:#fff;
	border-top:2px solid #00528c;
	padding:40px 0 30px 0;
}
footer h3{
	font-size:30px;
	line-height:40px;
}
footer p, footer p a{
	font-size:14px;
}
.menu-footer li{
	line-height:16px;
	padding-bottom:5px;
}
.menu-footer a{
	font-size:14px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.slide .modulo{
	height:420px;
	background-repeat:no-repeat;
	background-position:40% center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.slide .modulo .img-fluid{
	display:none;
}
.submenu{
	width:100%;
}
.submenu li{
	border-bottom:2px solid #00528c;
	padding:12px 0;
}
.submenu li .icon{
	width:17px;
	display:none !important;
}
.submenu li.ultimo{
	border-bottom:none;
}
.submenu li.abre span{
	display:none;
}
.submenu li.abre.activo a{
	border-bottom:4px solid #00528c;
}
.submenu li .abrir{
	opacity:1;
}
.inicio .descripcion{
	display:none;
}
.inicio .grupo p{
	font-size:16px;
	line-height:24px;
}
.desplegador{
	border-bottom:2px solid #b2b2b2;
	padding:15px 0 15px 38px;
}
.desplegador .abrir{
	opacity:1;
}
.desplegador.ui-state-active .abrir{
	transform:translateY(-50%) rotate(180deg);
}
.desplegador .icon{
	width:30px;
	left:0;
}
.desplegador h3{
	font-size:20px;
	line-height:25px;
}
.desplegable .contenido{
	text-align:center;
	padding:25px;
}
.desplegable .contenido p{
	text-align:left;
}
.desplegable .contenido .boton{
	float:none;
	display:inline-block;
}
.nosotros .modulo{
	padding-right:0;
}
.nosotros .modulo h3{
	padding-right:150px;
}
.nosotros .modulo.ultimo{
	padding-right:0;
}
.nosotros .modulo.ultimo h3{
	padding-right:0;
}
.nosotros .modulo .icon{
	top:-58%;
}
.soluciones .grupo{
	border:none;
	padding:0;
	margin:0;
}
.banner p{
	font-size:16px;
	line-height:20px;
}
.carrusel .posicion{
	padding:0 55px;
}
.flechas{
	left:0;
    position:absolute;
    right:0;
    top:15%;
    transform:translateY(-50%);
    width:100%;
    z-index:11;
	display:block;
}
.flechas .atras{
	float:left;
}
.flechas .adelante{
	float:right;
}
.flechas .ico{
	width:25px;
}
.equipo .forma{
	top:15%;
}
.ver-equipo{
	display:none;
}
.equipo .modulo .contenido{
	display:block !important;
}
.equipo .modulo .cargo{
	margin:20px 0;
}
.destacado{
	padding:100px 0 60px 0;
}
.destacado .modulo{
	margin-top:30px;
}
.aviso .modulo{
	position:relative;
	top:0;
	transform:none;
	margin-top:30px;
}
.vacantes ul{
	margin-bottom:0;
}
footer h3{
	margin-bottom:40px;
}
footer .modulo{
	position:relative;
	left:0;
	width:100%;
}
footer .grupo{
	margin-bottom:0;
}
footer .correo,.menu-footer.ultimo{
	text-align:left;
}
.menu-footer{
	margin-bottom:0;
	margin-top:40px;
}
.menu-footer.ultimo{
	margin:0;
}
}
@media screen and (min-width:300px) and (max-width:320px){
}