@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.contenido{
    overflow-x:hidden;
}

/************header*************/
@media(min-width: 756px){
	.nav-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: fixed;
	z-index: 999;
}
h1{
	color: #333333;
}
.logo-n{
	width: 30%;
}
.horario-empresa{
	display: flex;

}
.horario-empresa p{
	
	color: white;
	margin: auto 0;
	margin-left: 15px;
	font-size: .8rem;
}
.logo-n{
	padding: 3px 0;
	

}
.redes-empresa{
	display: flex;
}
.redes-empresa a{
	margin-left: 15px;
}
.redes-empresa a svg{
  color: white;
  font-size: 1.2rem;
}
.logo-n a{
	width: 70%;
	padding: 5px;
	display: flex !important;
	display: block;
	
}
.logo-n a img{
	width: 30%;
}
.logo-n a span{
	width: 65%;
	color: #00235A;
	font-weight: 700;
	font-size: 2rem;
	margin: auto 0;
	text-align: center;
}
.logo-n a:hover{
	text-decoration: none;
}

.cabeza-info{
	width: 100%;
	display: flex;
    background: #00235A;
	justify-content: space-between;
	padding: 10px 3%;
	-webkit-box-shadow: inset 0px 15px 50px -48px rgba(99,99,99,1);
-moz-box-shadow: inset 0px 15px 50px -48px rgba(99,99,99,1);
box-shadow: inset 0px 15px 50px -48px rgba(99,99,99,1);
}
.menu-nuevo{
	width: 70%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0;
	
	
}
.menu-nuevo li{
	list-style: none;
	margin: auto 0;
	border-right: 1px solid  #444;
}
.box-menu-logo{

	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:  0 3%;
	background: white;
	-webkit-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);


}
#menu-movil{
	display: none;
}
.menu-blanco{
	background: white;
	-webkit-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
border: 0;
}
.menu-nuevo li a{
	text-decoration: none;
	padding: 15px 25px;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #636363;
	transition: .5s;
	margin: 0 3px;
	text-transform: uppercase;
}
.menu-nuevo li a:hover{
	background: #00235A;
	color: white;
}
.menu-nuevo li a.active{
	background: #00235A;
	color: white;
}
/************ Head-banner*************/
.head-banner{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	overflow:hidden;

}

.p-head-bnr{
	color: white;
	width: 60%;
}
.cont-head-banner{
	width: 60%;
	margin-left: 4%;
	position: absolute;
	padding-top: 100px;
	z-index: 5;
}
.head-banner img{
	position: relative;
	z-index: 2;
	width: 100%;
}


.title-head-bnr{
	font-size: 60px;
	color: #001659;
}
.title-head-bnr h1{
	font-size: 4rem;
	font-weight: 800;
	color: #000;
}
.title-head-bnr h1 span{
	font-size: 4rem;
	font-weight: 800;
	color: #325DA8;
}


.p-head-bnr{
	color: #636363;
}

.nav-head{
	display: flex;
	margin: 16px 0;
}

.nav-head a{
	text-decoration: none;
	color: white;
	padding: 15px 38px;
}

.en-nav-head-a{
	background: #325DA8;
	padding: 8px 10;
	transition:.5s;
	background: #325DA8;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
}

.en-nav-head-a:hover{
	background: #00235A;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0,22,89,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(0,22,89,1);
	box-shadow: -4px 17px 21px -11px rgba(0,22,89,1);
	color: white;
	text-decoration: none;
}




.nosotros-nuevo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0px 3%;
	
}
.texto-nosotros{
	width: 50%;
	padding: 100px 0;
	padding-right: 3%;
	display: flex;
	
	flex-direction: column;
	justify-content: center;
}
.logo-fondo{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.logo-fondo img{
	width: 30% !important;
	margin: auto 0;
	box-shadow: none !important;
}
.logo-fondo img.verde-fondo{
	width: 50%;
}
.nosotros-valores h2{
	font-size: 1.2rem;
	font-weight: 600;
}
.texto-nosotros h1{
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 20px;
	
}
.contacto-item{
	padding-top: 120px;
}
.texto-nosotros a{
	display: block;
	padding: 15px 20px;
	width: 30%;
	color: white;
	font-weight: 600;
	text-align: center;
	margin-top: 40px;
	transition: .5s;
	background: #325DA8;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);

}
.texto-nosotros a:hover{
	color: white;
	background: #00235A;
	text-decoration: none;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0, 35, 90,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(0, 35, 90,1);
	box-shadow: -4px 17px 21px -11px rgba(0, 35, 90,1);
}
.img-nosotros{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide-nosotros{
	
	overflow: hidden;
	-webkit-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
}
.img-nosotros img{
	width: 100%;
	-webkit-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
	
}
.nosotros-nuevo.all{
	    padding: 0 3%;
    padding-top: 120px;
    padding-bottom: 30px;

}
.box-slider-direction{
	width: 100%;
	display: flex;
	position: absolute;
	z-index: 99;
	top: 0
}

.box-slider-direction a{
	position: relative !important;
	top: 0;
	background: #005DF2;
	display: block;
	width: 45px;
	height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 1 !important;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1);
    -moz-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1);
    box-shadow: -4px 17px 21px -11px rgba(0,93,242,1);
}
.fondo-vivienda{
	background: #f2f2f2;
	padding: 15px 3%;
}
.fondo-vivienda h1{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 20px;
}
.tab-vivienda{
	justify-content: center !important;
	border:none !important;

	margin: 40px 0 !important;
}
.tab-vivienda .nav-item{
	width: 15%;
	margin-left: 8px;
}
.tipo-bono{

	    padding: 30px !important;
    display: flex !important;
    flex-direction: column;
    background: #00235A !important;

}
.tipo-bono.active {

    transition: .5s;
    background: #325DA8 !important;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
}
.tipo-bono svg{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	color: white;
	font-size: 2rem;
}
.tipo-bono span{
	color: white;
	text-align: center;
}
.contenido-bono{
	padding: 10px 3%;
	background: white;
}
.contenido-bono h2{
	font-size: 1.2rem;
	font-weight: 600;
	padding: 15px 0;
}
.contenido-bono li {
	padding-left: 15px;
	font-size: .9rem;
}
.contenido-bono p{
	font-size: .9rem;
}
.contacto{
	width: 100%;
	display: flex;
	justify-content:space-between;
}
.texto-contacto{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.texto-contacto iframe{
	width: 100%;
	height: 100%;
}
.img-contacto{
	width: 50%;
	background-image: url('../img/contacto.jpg');
	background-size: cover;
}
.img-contacto form{
	width: 90%;
	position: relative;
	z-index: 5;
	padding: 50px 40px;
	background: white;
	-webkit-box-shadow: -1px 0px 31px -16px rgba(0,0,0,1);
-moz-box-shadow: -1px 0px 31px -16px rgba(0,0,0,1);
box-shadow: -1px 0px 31px -16px rgba(0,0,0,1);
margin-left: -20%;
}
.img-contacto form h1{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 15px;
}
.enviar-mensaje{

  border: none !important;
  width: 100%;
  padding: 15px 25px !important;
   background: #325DA8 !important;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
	box-shadow: -4px 17px 21px -11px rgba(50,93,168,1);
    transition: .5s;
    
}
.enviar-mensaje:hover {
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1) !important;
    -moz-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1) !important;
    box-shadow: -4px 17px 21px -11px rgba(0,93,242,1) !important;
	transition: 0.3s;

}
.img-contacto form input{
	height: 50px;
	background: #F3F4F5;
	border: none;
}
.img-contacto form  textarea{
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	background: #F3F4F5;
	border: none;
}
.img-contacto form input::placeholder{
	color: #a2a2a2;
}
.img-contacto form textarea::placeholder{
	color: #a2a2a2;
}
.capa-contacto{
	width: 100%;
	padding: 20% 0;
	
}
/************ fin head-banner*************/
.por-que-elegirnos{
	display: flex;
	width: 100%;
	padding: 0%;
}
.img-elegido{
  width: 50%;
}
.img-elegido img{
	width: 115%;
}
.container-beneficio{
	  width: 50%;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  background: #00235A;
	  padding: 00px 0;
}
.container-beneficio h2{
	color: white;
	margin-bottom: 30px;
	font-size: 2rem;
	text-align: center;
}
.caja-beneficio{
	background: #f8f8f8;
	width: 80%;
	padding: 20px 40px;
	margin-bottom: 20px;
	margin-left: -5%;
	display: flex;
	transition: .5s;
	-webkit-box-shadow: -10px 10px 20px -7px rgba(0,0,0,1);
-moz-box-shadow: -10px 10px 20px -7px rgba(0,0,0,1);
box-shadow: -10px 10px 20px -7px rgba(0,0,0,1);
}
.caja-beneficio:hover{
	transform: scale(1.02);
	background: white;
}
.caja-beneficio svg{
	font-size: 1.8rem;
	margin: auto 0;
	margin-right: 10px;
	color: #325DA8;
	text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	
}
.caja-beneficio p{
	margin-bottom: 0;
	font-size: .9rem;
	margin: auto 0;
}
.empresas{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 3% 10%;
	justify-content: center;
}
.empresas h2{
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.empresas div{
	width: 20%;

}

.empresas div img{
	width: 100%;
}
.empresa-d{
	display: flex;
	background: #00235A;
	justify-content: space-between;
	padding: 5px 3%;
}
.empresa-d p{
	font-size: .7rem;
	margin-bottom: 0;
	color: white;
}
.mn a{
	color: white;
	font-size: .9rem;
	display: block;
	padding: 3px 0;
}
.p-footer{
	font-weight: 300;
	color: #666;
	display: flex;
}
.p-footer span{
	margin: auto 0;
	margin-left: 5px;
	color: white;
	font-size: .9rem;
}
.p-footer svg{
	font-size: 2rem;
	margin: auto 0;
	color:#023092 !important;
	background: #F4F6F9;
	padding: 8px
}
.redes-sociales a svg{
	color: white;
	font-size: 2.1rem;
}

.servicios{
	padding-top: 120px;
	min-height: 100vh
	background: fixed 50% 50%;
	background-image: url('../img/fondo_servicio.jpg');
	background-size: cover;
}
.capa-servicio{
	min-height: 100vh;
	background: rgba(0,0,0,0.5);
}
.servicios h1{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	padding: 30px 0;
	color: white;
}
.box-servicio-all{
	width: 100%;
	padding: 3% 5%;
	display: flex;
	flex-wrap: wrap;
}
.box-servicio{
	width: 30%;
	padding:30px 10px;
	margin-bottom: 2%;
	margin-left: 2%;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 10px 10px 40px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 40px -12px rgba(0,0,0,0.75);
box-shadow: 10px 10px 40px -12px rgba(0,0,0,0.75);
transition: 1s;
}
.box-servicio svg{
	font-size: 3.5rem;
	color: #325DA8;
	display: block;
	margin:0 auto;
	margin-bottom: 30px;
}
.box-servicio:hover{
   
   transition: .5s;
   background: rgba(50,93,168,0.8);
}
.box-servicio:hover svg{
	color: white;
}
.box-servicio:hover h2{
	color: white;
}
.box-servicio:hover p{
	color: white;
}
.box-servicio:hover li{
	color: white;
}
.box-servicio h2{
	text-align: center;
	font-size: 1.2rem;
	color: #444;
}
.box-servicio p{
	font-size: .8rem;
}
.box-servicio li{
	font-size: .8rem;
}
}
@media(max-width: 756px){
	

	.nav-header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: fixed;
	z-index: 999;
}
.logo-n{
	width: 100%;
	background:white;
}
.horario-empresa{
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;

}
.horario-empresa p{
	
	color: white;
	margin: auto 0;
	display: flex;
	justify-content: center;
	font-size: .8rem;
	margin-bottom: 5px;
}
.horario-empresa p.tel{
	width: 35%;
}
.horario-empresa p.mail{
	width: 55%;
}
.horario-empresa p.horario{
	width: 100%;
	text-align: center;
}
.horario-empresa p svg{
	margin: auto 0;
}
.logo-n{
	padding: 3px 0;
	z-index: 15;
	display: flex;
	padding-right: 5%;
	justify-content: space-between;
	-webkit-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);

}
.redes-empresa{
	display: none;
}
.redes-empresa a{
	margin-left: 15px;
}
.redes-empresa a svg{
  color: white;
  font-size: 1.2rem;
}
.logo-n a{
	width: 70%;
	padding: 5px;
	display: flex !important;
	display: block;
	
}

#menu-movil{
	margin: auto 0;
	font-size: 1.5rem;
	display: block;
}
.logo-n a img{
	width: 20%;
	height: 45.8px;
}
.logo-n a span{
	width: 65%;
	color: #00235A;
	font-weight: 700;
	font-size: 1.5rem;
	margin: auto 0;
	
}
.logo-n a:hover{
	text-decoration: none;
}

.cabeza-info{
	width: 100%;
	display: flex;
	z-index: 15;
    background: #00235A;
	justify-content: space-between;
	padding: 10px 3%;
	-webkit-box-shadow: inset 0px 15px 50px -48px rgba(99,99,99,1);
-moz-box-shadow: inset 0px 15px 50px -48px rgba(99,99,99,1);
box-shadow: inset 0px 15px 50px -48px rgba(99,99,99,1);
}
.menu-nuevo{
	width: 70%;
	display: flex;
	justify-content:flex-start;
	flex-direction: column;
	position: fixed;
	background: white;
	top: 0;
	z-index: 9;
	margin-left: -70%;
	left: 0;
	padding-top: 140px;
	height: 100vh;
	margin-bottom: 0;
	transition: .5s;
	
	
}

.menu-nuevo.abierto{
	margin-left: 0;
	transition: .5s;
}

footer{
	flex-direction: column;
}
footer > div{
	width: 100% !important;
	margin-bottom: 20px;
}
footer div iframe{
	 width: 100%;
}
.menu-nuevo li{
	list-style: none;
	border-bottom: 1px solid  #444;
}
.box-menu-logo{

	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	background: white;
	


}
.menu-blanco{
	background: white;
	-webkit-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 0px 10px 26px -17px rgba(0,0,0,0.75);
border: 0;
}
.menu-nuevo li a{
	text-decoration: none;
	padding: 15px 25px;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #636363;
	transition: .5s;
	margin: 0 3px;
	text-transform: uppercase;
}
.menu-nuevo li a:hover{
	background: #00235A;
	color: white;
}
.menu-nuevo li a.active{
	background: #00235A;
	color: white;
}
/************ Head-banner*************/
.head-banner{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 130px;

}

.p-head-bnr{
	color: white;
	width: 90%;
}
.cont-head-banner{
	width: 100%;
	margin-left: 4%;
	position: absolute;
	z-index: 5;
}
.head-banner img{
	position: relative;
	z-index: 2;
	width: 100%;
}

.cont-head-banner p{
	font-size: .8rem;
	font-weight: 600;
	color: white;
}


.title-head-bnr{
	font-size: 60px;
	color: #001659;
}
.title-head-bnr h1{
	font-size: 1.5rem;
	font-weight: 800;
	color: #000;
}
.title-head-bnr h1 span{
	font-size: 1.5rem;
	font-weight: 800;
	color: #325DA8;
}


.p-head-bnr{
	color: #81838E;
}

.nav-head{
	display: flex;
	margin: 16px 0;
}

.nav-head a{
	text-decoration: none;
	color: white;
	padding: 15px 38px;
}

.en-nav-head-a{
	background: rgb(50, 93, 168);
	padding: 8px 10;
	transition:.5s;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
	box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
}

.en-nav-head-a:hover{
	background: #00235A;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0,22,89,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(0,22,89,1);
	box-shadow: -4px 17px 21px -11px rgba(0,22,89,1);
	color: white;
	text-decoration: none;
}




.nosotros-nuevo{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0px 3%;
	
}
.texto-nosotros{
	width: 100%;
	padding: 30px 0;
	padding-right: 3%;
	display: flex;
	
	flex-direction: column;
	justify-content: center;
}
.logo-fondo{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.logo-fondo img{
	width: 30% !important;
	margin: auto 0;
	box-shadow: none !important;
}
.logo-fondo img.verde-fondo{
	width: 50%;
}
.texto-nosotros h1{
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 20px;
	
}
.texto-nosotros h2{
	font-size: 1.2rem;
}
.texto-nosotros p{
	text-align: justify;
}
.contacto-item{
	padding-top: 120px;
}
.texto-nosotros a{
	display: block;
	padding: 15px 20px;
	width: 60%;
	color: white;
	font-weight: 600;
	text-align: center;
	margin-top: 40px;
	transition: .5s;
	background: rgb(50, 93, 168);
	-webkit-box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
	box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);

}
.texto-nosotros a:hover{
	color: white;
	background: #00235A;
	text-decoration: none;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0, 35, 90,1);
	-moz-box-shadow: -4px 17px 21px -11px rgba(0, 35, 90,1);
	box-shadow: -4px 17px 21px -11px rgba(0, 35, 90,1);
}
.img-nosotros{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
.img-nosotros.nuevo{
	display: flex;
	width: 100%;
}
.slide-nosotros{
	
	overflow: hidden;
	-webkit-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
}
.img-nosotros img{
	width: 100%;
	-webkit-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
box-shadow: 5px 10px 26px -17px rgba(0,0,0,0.75);
	
}
.nosotros-nuevo.all{
	    padding: 0 3%;
    padding-top: 120px;
    padding-bottom: 30px;

}
.box-slider-direction{
	width: 100%;
	display: flex;
	position: absolute;
	z-index: 99;
	top: 0
}

.box-slider-direction a{
	position: relative !important;
	top: 0;
	background: #005DF2;
	display: block;
	width: 45px;
	height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 1 !important;
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1);
    -moz-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1);
    box-shadow: -4px 17px 21px -11px rgba(0,93,242,1);
}
.fondo-vivienda{
	background: #f2f2f2;
	padding: 15px 3%;
}
.fondo-vivienda h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: 20px;
}
.tab-vivienda{
	justify-content: center !important;
	border:none !important;

	margin: 40px 0 !important;
}
.tab-vivienda .nav-item{
	width: 30%;
	margin-left: 8px;
}
.tipo-bono{

	    padding:5px !important;
    display: flex !important;
    flex-direction: column;
    background: #00235A !important;

}
.tipo-bono.active {

	background: rgb(50, 93, 168) !important;
    transition: .5s;
    -webkit-box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
    -moz-box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
    box-shadow: -4px 17px 21px -11px rgba(50, 93, 168,1);
}
.tipo-bono svg{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	color: white;
	font-size: 1rem;
}
.tipo-bono span{
	color: white;
	text-align: center;
	font-size: .8rem;
}
.contenido-bono{
	padding: 10px 3%;
	background: white;
}
.contenido-bono h2{
	font-size: 1rem;
	font-weight: 600;
	padding: 15px 0;
}
.contenido-bono li {
	padding-left: 15px;
	font-size: .9rem;
}
.contenido-bono p{
	font-size: .9rem;
}
.contacto{
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content:space-between;
}
.texto-contacto{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.texto-contacto iframe{
	width: 100%;
	height: 100%;
}
.img-contacto{
	width: 100%;
	background-image: url('../img/contacto.jpg');
	background-size: cover;
}
.img-contacto form{
	width: 90%;
	position: relative;
	z-index: 5;
	padding: 50px 40px;
	background:rgba(255,255,255,0.9);
	-webkit-box-shadow: -1px 0px 31px -16px rgba(0,0,0,1);
-moz-box-shadow: -1px 0px 31px -16px rgba(0,0,0,1);
box-shadow: -1px 0px 31px -16px rgba(0,0,0,1);
 margin: auto;
}
.img-contacto form h1{
	font-size: 1rem;
	text-align: center;
	margin-bottom: 15px;
}
.img-contacto form p{
	font-size: .9rem;
}
.enviar-mensaje{

  border: none !important;
  width: 100%;
  padding: 15px 25px !important;
  background: rgb(50, 93, 168) !important;
    transition: .5s;
    
}
.enviar-mensaje:hover {
	-webkit-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1) !important;
    -moz-box-shadow: -4px 17px 21px -11px rgba(0,93,242,1) !important;
    box-shadow: -4px 17px 21px -11px rgba(0,93,242,1) !important;
	transition: 0.3s;

}
.img-contacto form input{
	height: 50px;
	background: #F3F4F5;
	border: none;
}
.img-contacto form  textarea{
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	background: #F3F4F5;
	border: none;
}
.img-contacto form input::placeholder{
	color: #a2a2a2;
}
.img-contacto form textarea::placeholder{
	color: #a2a2a2;
}
.capa-contacto{
	width: 100%;
	padding: 20% 0;
	
}
/************ fin head-banner*************/
.por-que-elegirnos{
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 0%;
}
.img-elegido{
  width: 100%;
}
.img-elegido img{
	width: 100%;
}
.container-beneficio{
	  width: 100%;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  background: rgba(1,36,90,0.8);
	  padding: 0px 0;
	  padding-top: 20px;
}
.container-beneficio h2{
	color: white;
	margin-bottom: 30px;
	font-size: 1.3rem;
	text-align: center;
}
.caja-beneficio{
	background: #f8f8f8;
	width: 80%;
	padding: 20px 10px;
	
	margin-left: 0 !important;
	margin:0  auto !important ;
	margin-bottom: 20px !important;
	display: flex;
	transition: .5s;
	-webkit-box-shadow: -10px 10px 20px -7px rgba(0,0,0,1);
-moz-box-shadow: -10px 10px 20px -7px rgba(0,0,0,1);
box-shadow: -10px 10px 20px -7px rgba(0,0,0,1);
}
.caja-beneficio:hover{
	transform: scale(1.02);
	background: white;
}
.caja-beneficio svg{
	font-size: 1.8rem;
	margin: auto 0;
	margin-right: 10px;
	color:rgb(50, 93, 168);
	text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
	
}
.caja-beneficio p{
	margin-bottom: 0;
	font-size: .9rem;
	margin: auto 0;
}
.empresas{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 5% 5%;
	justify-content: center;
}
.empresas h2{
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.empresas div{
	width: 40%;
	margin-left: 2%;
}

.empresas div img{
	width: 100%;
}
.empresa-d{
	display: flex;
	background: #00235A;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px 3%;
}
.empresa-d p{
	width: 100%;
	font-size: .7rem;
	margin-bottom: 5px;
	color: white;
	text-align: center;
}
.mn a{
	color: white;
	font-size: .9rem;
	display: block;
	padding: 3px 0;
}
.p-footer{
	font-weight: 300;
	color: #666;
	display: flex;
}
.p-footer span{
	margin: auto 0;
	margin-left: 5px;
	color: white;
	font-size: .9rem;
}
.p-footer svg{
	font-size: 2rem;
	margin: auto 0;
	color:#023092 !important;
	background: #F4F6F9;
	padding: 8px
}
.redes-sociales a svg{
	color: white;
	font-size: 2.1rem;
}

.servicios{
	padding-top: 120px;
	min-height: 100vh
	background: fixed 50% 50%;
	background-image: url('../img/fondo_servicio.jpg');
	background-size: cover;
}
.capa-servicio{
	min-height: 100vh;
	background: rgba(0,0,0,0.5);
}
.servicios h1{
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 30px 0;
	color: white;
}
.box-servicio-all{
	width: 100%;
	padding: 3% 5%;
	display: flex;
	flex-wrap: wrap;
}
.box-servicio{
	width: 100%;
	padding:20px 10px;
	margin-bottom: 2%;
	margin-left: 2%;
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 10px 10px 40px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 40px -12px rgba(0,0,0,0.75);
box-shadow: 10px 10px 40px -12px rgba(0,0,0,0.75);
transition: 1s;
}
.box-servicio svg{
	font-size: 2.5rem;
	color: rgb(50, 93, 168);
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
}
.box-servicio p{
	font-size: .8rem;
}
.box-servicio li{
	font-size: .8rem;
}
.box-servicio:hover{
   
   transition: .5s;
   background: rgba(50, 93, 168,0.8);
}
.box-servicio:hover svg{
	color: white;
}
.box-servicio:hover h2{
	color: white;
}
.box-servicio:hover p{
	color: white;
}
.box-servicio:hover li{
	color: white;
}
.box-servicio h2{
	text-align: center;
	font-size: 1rem;
	color: #444;
}





}
