@charset "UTF-8";
*, ::after, ::before {
    box-sizing: border-box;
}
body{
    font-family:sans-serif;
}
h4{
    font-size:24px;
    line-height: 1.25;
}
.topnav{
    width:100%;
    position:fixed;
    background-color:#0a2b4a;
    top:0;
    padding:9px;
    z-index:100;
}
.fondo_modal{
    position:fixed; 
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    display:none;
    z-index:1000;
}
.ventana_modal_mail{
    position:fixed;
    width:70%;
    height:100%;
    margin: 0 0 0 15%;
    background-color:white;
    display:none;
    z-index:1100;
    overflow: auto;
    padding-left:10px;
    padding-right:10px;
}
.ventana_modal{
    position:fixed;
    width:70%;
    height:100%;
    margin: 0 0 0 15%;
    background-color:white;
    display:none;
    z-index:1100;
    overflow: auto;
    padding-left:10px;
    padding-right:10px;
}
.cerrar_modal{
    width:96%;
    text-align:right;
    color:black;
    font-size: x-large;
}
.faq-frame{
	border-top: solid thin; 
	border-color: #000000;
    background-color: white;
}
.faq__content{
	background-color:white;
	text-align:justify;
}
.faq__content .last{
	padding-bottom: 32px;
}
.faq__content p{
	padding-left: 10px;
	padding-right: 10px;
}
summary {
	font-size: 1.25rem;
	font-weight: 600;
	background-color: #fff;
	color: #333;
	padding: 1rem;
	outline: none;
	border-radius: 0.25rem;
	text-align: left;
	cursor: pointer;
	position: relative;
  }
  details > summary::after {
	position: absolute;
	content: "+";
	right: 20px;
  }
  details[open] > summary::after {
	position: absolute;
	content: "-";
	right: 20px;
  }
  details > summary::marker {
	display: none;
  }

  details[open] summary ~ * {
	animation: sweep .5s ease-in-out;
  }
  @keyframes sweep {
	0%    {opacity: 0; margin-top: -10px}
	100%  {opacity: 1; margin-top: 0px}
  }
.footer{
    background-color: #0a2b4a;
    padding-top: 20px;
}
.footer_p{
    line-height: 1.8;
}
.footer_dir{
    line-height: 1;
}
.footer_dir_a{
    color:#ffffff;
}
.footer-classic-nav-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.direccion{
    padding:0 30px;
}
.footer_brand{
    padding: 0 25px 0 0;
}
.footer_txt{
    color:#aab2b9;
    text-decoration: none;
}
.footer_brand_img{
    width:100%;
    height: 170px;
}
.footer-bottom{
    border-top: outset 1px #d7dde5;
}
.align-table{
    display: table-cell;
}
.logo-img {
    max-width: 200px;
    max-height: 52px;
}
.section_intermedio{
    background-color: rgba(229,229,229,0.5)
}
.background-callmeback{
    background:rgba(0,0,0,0.2);
    border-radius:10px;
    padding: 20px 20px;
}
.h4-callmeback{
    margin:0;
    text-align: center;
}
.check-callmeback{
    font-size: 14px;
}
.form-index{
    margin-top: 10px;
    border-radius: 10px;
    border: 0;
    height: 30px;
    padding: 1px 15px;
}
.section-main{
    background: url("/images/pareja-992.webp") no-repeat;
    background-position-x: center;
    background-size: cover;
    background-attachment: fixed;
    color:white;
}
section{
    width: 100%;
    position: relative;
}
.content_main{
    padding: 100px 0 0 0;
    max-width: 1200px;
    margin: 0 auto 0 auto;
}
.content_intermedio{
    padding: 35px 0 35px 0;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
}
.titular_h3{
    font-size: 36px;
    color:#404044;
}
.titular_h3 b{
    color:#005585;
}
.welcome-p{
    text-align: justify;
    color:#888888;
    line-height: 2.14286;
}
.sub-info{
    padding:0 15px 0 15px;
}
.sub-info h2{
    font-size:17px;
}
.sub-info p{
    font-size:14px;
}
.action{
    text-align: center;
    font-size: 18px;
    margin-top:50px;
}
.compara_action{
    text-align: center;
    margin:30px 0 100px 0;
    display: inline-block;
}
.button{
    color: white;
    background-color: #505cfd;
    padding: 11px 35px;
    border-radius: 30px;
    display:inline-block;
    text-decoration:none;
    font-family:"Poppins", sans-serif;
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
}
.button:hover{
    background-color: #2c343b;
}
.content_bancos{
    max-width: 1200px;
    margin:30px auto 0 auto;
    display: flex;
    flex-wrap:wrap;
}
.content_bancos div{
    margin-bottom: 30px;
}
.col-12{
    width:100%;
    flex: 0 0 100%;
}
.col-7{
    width:66.66667%;
    flex: 0 0 66.66667%;
}
.col-3{
    width: 24%;
    flex: 0 0 25%;
    box-sizing:border-box;
}
.row-col-3{
    width: 33%;
    /*flex: 0 0 33%;*/
}
.logo-bank{
    padding: 0 15px;
    height: 39px;
}
.logo-bank img{
    max-width: 100%;
    max-height: 100%;
}
.steps-h1{
    font-size: 51px;
    text-decoration: underline;
    margin:0;
}
.steps-h2{
    font-size: 1.8em;
    color:#005585;
    margin: 10px 0 0 0;
}
.step-container{
    padding-right: 2%;
}
.step-container p{
    color:#888888;
}
.step-container p a{
    color:#aab2b9;
    text-decoration: underline;
}
.hipotecas_mensuales{
    padding: 30px 5%;
    background-color: #404044;
}
.hipoteca_destacada{
    background-color: white;
    border-radius: 20px;
    margin: 0 10px;
    padding-top: 60px;
}
.mes_entidad{
    width: 100%;
    text-align: center;
}
.top3_button{
    width: 95%;
    margin: 0 0 30px 2.5%;
    height: 57px;
    padding-top: 20px;
}
.box_hipoteca{
    margin-bottom: 30px;
}
.copy_hipo{
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.copy_hipo li{
    margin-bottom: 12px;
}
.titular_hipotecas{
    color: white;
    font-size: 36px;

}
#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: white;
    color: black;
    padding: 10px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#cajacookies button {
    color: black;
}

@media only screen and (max-width: 767px) {
    .col-sm-12 {
        width:100% !important;
        flex: 0 0 100% !important;
        display: inline-block;
    }
}
    .col-4{
        width:30%;
        flex: 0 0 30%;
        display: inline-block;
    }
@media only screen and (min-width: 990px) {
    .content_main h1{
        font-weight:400;
        font-size:51px;
        line-height: 1.36667;
        padding: 0 15px;
        text-align: center;
    }
    .step-box{
        display: flex;
    }
    .titular_h3 hr{
        max-width: 303px;
        margin-left: -12.3%;
        border-top: 3px solid #005585;
    }
    #menu{
        display:block !important;
    }
    .menu-icon{
        display:none;
    }
    .topnav #menu{
        float:right;
        margin:-44px 10% 0 0;
    }
    .topnav #menu a{
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        margin: 14px 16px 0 14px;
        padding-bottom: 5px;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 2.2px;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
    }
    .topnav #menu a:hover, .topnav #menu a:focus {
        background-size: 100% 2px;
    }
    .texto_intermedio{
        padding: 0 16% 0 0;
    }
}
@media only screen and (max-width: 990px) {
    .col-sm-12{
        width:100% !important;
        flex: 0 0 100% !important;
    }
    .step-box{
        display: block;
        padding: 0 5%;
    }
    .steps-h1{
        font-size:35px !important;
    }
    .content_intermedio{
        display:block !important;
    }
    .texto_intermedio{
        padding: 0 5% !important;
    }
    .titular_h3{
        font-size:24px;
    }
    .background-callmeback{
        padding:3% 5%;
    }
    .content_main h1{
        font-weight:400;
        font-size:36px;
        line-height: 1.36667;
        padding: 0 15px;
        text-align: center;
    }
    .logo-img{
        margin-left: 40px;
    }
    .menu-icon{
        display:block;
        position: absolute;
        background-color: #ddd;
    }
    .topnav #menu {
        display: none;
    }
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        z-index: 100;
    }

    .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        background-color: #04AA6D;
        color: white;
    }
    .titular_h3 hr{
        display:none;
    }
    .footer_brand{
        padding: 0 25px !important;
    }
    .footer_links{
        padding: 0 25px !important;
    }
}