body.custom-background {
	background-color: #ffffff;
}
#imagen-fondo{
	background-image: url("../img/fondo.jpg");
	position: relative;
	width: 85%;
	padding: 0 25px;
}
.titulo-financiamos{
	color:#B5BAC5 !important;
	display: flex !important;
	justify-content: center !important;
	background-color: rgba(0,0,0,0.35);
	-webkit-text-stroke: .5px #BFBFBF;
}
.et_pb_fullwidth_header_subhead{
	-webkit-text-stroke: .5px #000;
}
#fnacimiento{
	margin-top: 8px;
}
.lugar-nac label{
	margin: 0 0 25px 10px; 
}
.ajs-button{
	cursor: pointer;
}
.caja {
   border:1px solid #d9d9d9;
   height:40px;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
   width: 18vw;
}
select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 30px;
   padding: 5px;
   width: 18vw;
}
select:focus{ outline: none;}
.et_pb_row_2{
	margin-top: 25px;
	margin-bottom: 25px;
}

.caja::after{
	content:"\025be";
	display:table-cell;
	padding-top:7px;
	text-align:center;
	width:30px;
	height:30px;
	background-color:#d9d9d9;
	position:absolute;
	top:0;
	right:0px;	
	pointer-events: none;
}
.btn-correo{
	border: 2px solid #0c71c3;
	color: #0c71c3;
	font-size: 20px;
	padding: 10px 17px;
	transition: 0.2s;
}
.btn-correo:hover{
	background-color: #D4D4D4;
	border: 2px solid #D4D4D4;
	cursor: pointer;
}
.direccion{
	color: #666;
	font-size: 20px;
	font-weight: 400;
}
.ver-ubicacion{
	display: none;
	margin: 10px 0 !important;
}
.mobile_menu_bar:before{/*Boton hamburguesa*/
	font-family: "FontAwesome" !important;
	content: "\f0c9" !important;
}
.guion, .previa-auto{
	display: inline-block;
}
.banner-form{
	display: flex;
	justify-content: center;
	padding: 26px;
	margin: -25px 18vw 10px 18vw;
	/*background-color: #E2D5BE;
	border: 1px solid #000;*/
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(226,213,190,1) 40%, rgba(226,213,190,1) 100%); 
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}
.anuncio{
	align-items: center;
	color: #000;
	display: flex;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	height: 10vw;
	text-align: justify;
}
.logoEP{
	width: 10vw !important;
	height: 8vw !important;
}
.clic-aqui{
	display: inline-block !important;
	color: blue;
	/*border: 1px solid #000;*/
}
.espacio{
	padding: 10px 0;
	color: #F4F4F4;
}
.anuncio1{
	border: 1px solid #000;
	margin: -3vw 6vw 2vw 6vw;
	height: 10vw;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top: 13px;
}


@media only screen and (max-width: 996px) {
  .guion{
	display: none;
  }
  .previa-auto{
	font-size: 22px;
	display: block;
  }
}
@media only screen and (max-width: 980px) {
  .anuncio{
  	font-size: 20px;
  }
  .caja {
    width: 38vw;
    margin-bottom: 20px !important;
  }
  select {
  	width: 38vw !important;
  }
  .ver-ubicacion{
  	display: block !important;
  }
}
@media only screen and (max-width: 770px) {
	.anuncio{
		margin-right: 4vw !important;
		margin-left:  4vw !important;
		font-size: 16px;
	}
	.logoEP{
		width: 17vw !important;
		height: 14vw !important;
	}
	.anuncio,.anuncio1{
		margin: 5px 0 10px 0;
		height: 15vw;
	}
}
@media only screen and (max-width: 767px) {
  .caja {
    width: 77vw;
    margin-bottom: 20px !important;
  }
  select {
  	width: 77vw !important;
  }
  #acerca-de-nosotros{
  	padding-bottom: 25px !important;
  }
}
@media only screen and (max-width: 580px) {
	.titulo-financiamos{
		background-color: rgba(0,0,0,0.01);
	}
	.banner-form,.anuncio{
		height: 260px;
		padding-top: 13px;
		margin-top: -25px;
		font-size: 14px;
	}
	.clic-aqui{
		display: none !important;
	}
	.logoEP{
		margin-top: 15vw;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1027px) {
	li a {
		font-size: 18px !important;
	}
}
