@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');

/*MIO*/
body{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #252525;
	font-size:22px
}
h1{
	color: #252525;
	font-size:32px;
	margin: 200px 20px
}
h1 strong{
	font-size:50px
}

.txt-rojo{
	color: #ed1f00;
}
.legal-der{
	position: absolute;
    right: 0;
    top: 70px;
    z-index: 1;
	width:27px;
}
.header{
	background:
       url("../img/nQwVl-0fd83a37-5b5f-4b60-9b7c-126e70c6971e_230314_AON_BANCA_EMPRESAS_2023.jpg") no-repeat center center;
	background-size:cover;
    position: relative;
    height: 700px;
}
.footer{

}
.bg-contenido .container{
	margin-top:50px;
}
hr{
	width:50%;
	border-top: 1px solid #ed1f00;
	float:left;
}
a img, a{
	border:0 none;
}
.titular{
    margin: 30px 0 20px 0;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #ed1c27;
    font-weight: bold;
}
.btnVermas{
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}
.btnVermas button{
    text-align: center;
    background-color: #ed1c27;
    padding: 10px 50px;
    border-radius: 15px ;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
}
a:hover{
    text-decoration: none;
}
.btnVermas button:hover{
    text-decoration: none;
    background-color: #dd141d;
    font-weight: bold;
}
.texto-sub{
    margin: 30px 0 20px 0;
    text-align: center;
    font-size: 25px;
}
.formulario{
    margin-bottom: 20px;
}
.titulo-input{
    display: inline-block;
    width: 100%;
    color: #dd141d;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
    position: relative;
}
.formulario input[type="checkbox"]{
    width: auto;
    display: inline-block;   
}
.formulario label{
    width: 90%;
    max-width: 90%;
    font-weight: normal;
    font-size: 20px;
}
.titulo-input:before{
    content: "-";
    display: inline-block;
    position: absolute;
    color: #dd141d;
    left: 5px;
}
.titulo-input:after{
    content: "-";
    display: inline-block;
    position: absolute;
    color: #dd141d;
    right: 5px;
}
.formulario input{
    width: 100%;
    border: 1px solid #bdbdbd;
}

.input-group{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    
       
}
.texto-sub2{
    margin: 30px 0 20px 0;
    text-align: center;
    font-size: 24px
}
.puntos{
    position: relative;
    padding-bottom: 50px;
}
.puntos img{
    width: 30%;
    display: block;
    margin: 0 auto 15px auto;
}

.texto-punto{
    font-size: 22px;
    text-align: center;
}
.btn_flechas{
    display: inline-block;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(50%);
}
.btn_flechas img{
    display: inline-block;
    width: 100%;
}
.boton{
    margin: 0 auto 30px auto;
    cursor: pointer;
}
.campo-gris{
    background: #e3e3e3;
    display: none;
    padding-top: 2%;
}
footer{
    margin:20px auto;
    font-size: 15px;
    padding: 1px;
    margin-top: 3%;
    padding-top: 20px;
}
.logo-footer{
    margin-top: 10px;
    margin-bottom: 20px;
}
.cerrar{
    background: none;
    border: none;
}



@media(max-width:640px){
    .titular{
        margin: 30px 0 20px 0;
        text-align: center;
        font-size: 25px;
        line-height: 35px;
    }
	h1{
		font-size: 21px;
        margin: 50px 20px;
	}
	h1 strong {
    	font-size: 34px;
	}
	.barra{
		font-size: 30px;
	}
    .header{
        background:
           url("../img/nQwVl-0fd83a37-5b5f-4b60-9b7c-126e70c6971e_230314_AON_BANCA_EMPRESAS_2023.jpg") no-repeat center center;
        background-size:cover;
        position: relative;
        width: 100%;
        height: 250px;
    }
    .legal-der{
        position: absolute;
        right: 10;
        top: 50px;
        z-index: 1;
        width:5px;
    }
    
}
@media(max-width:940px){
    .casa{
        width: 15%;
    }
}
@media(max-width:500px){
    .casa{
        width: 20%;
    }
    .boton{
        width: 60%
    }
}