@font-face {
    font-family:'GothamBold';
    src:url('../fonts/Gotham-Bold.otf');
}
@font-face {
    font-family:'GothamBook';
    src:url('../fonts/Gotham-Book.otf');
}
@font-face {
    font-family:'GothamBlack';
    src:url('../fonts/Gotham-Black.otf');
}
@font-face {
    font-family:'GothamMedium';
    src:url('../fonts/Gotham-medium.otf');
}
@font-face {
    font-family:'RobotoRegular';
    src:url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family:'RobotoBold';
    src:url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family:'RobotoBlack';
    src:url('../fonts/Roboto-black.ttf');
}
:root {
    font-size: 16px;
}
*{
    margin: 0;
    padding: 0;
}
.r-regularfont{
    font-family: 'RobotoRegular';
}
.r-boldfont{
    font-family: 'RobotoBold';
}
.g-blackfont{
    font-family:'GothamBlack';
}
.g-boldfont{
    font-family:'GothamBold';
}
.g-mediumfont{
    font-family:'GothamMedium';
}
.fs-12{
    font-size: 0.75rem;
}
.blue {
    color: #253150;
}
.hblue:hover{
    color: #253150;
}
.red{
    color: #BD0F14;
}
.hred:hover{
    color: #BD0F14;
}
.dark-gray{
    color: #333333;
}
.white{
    color: #ffffff;
}
.gray-bg{
    background-color: #F8F8F8;
}
.white-bg{
    background-color: #ffffff;
}
h1{
    font-family:'GothamBlack';
    font-size: 2.2rem;
    color: #253150;
}
h2{
    font-family:'GothamBlack';
    font-size: 2.1875rem;
    color: #253150;
}
h3{
    font-family:'GothamBlack';
    font-size: 1.375rem;
    color: #253150;
}
h4{
    color: #253150;
}
h5{
    color: #253150;
}
p{
    font-family:'RobotoRegular';  
    color: #253150;  
}
p strong,p b,strong,b{
    font-family: 'RobotoBold';
}
/*Header*/
header{
    font-family:'GothamBold';
    display: block;  
    background: #ffffff;
    position: fixed;
    z-index: 16;  
    width: 100%;
    top: 0;
}
.red-band{
    height: 40px;
    width: 100%;
    display: block;
    background:#BD0F14;
}
.brline{
    border-bottom: 1px solid #BD0F14;
}
.navbar{
    padding: 0;
} 
.nav-item {
    padding: 0 15px;
    max-width: 170px;
    width: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.navbar-light .navbar-nav .nav-link{    
	color: #253150;
    width: 100%;
    display: block;
    min-width: min-content;
    text-align: center;  
    max-width: 170px !important;                   
}
.nav-box:hover::before{
    content: "";
    position: absolute;
    left: 15%;
    right: 25%;
    top: 0;
    border: 1px solid #253150;
    width: 30px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #BD0F14;
}
.dropdown {
    position: relative;
    display: inline-block;
}
ul.dropdown-content-menu{
    list-style: none;
    padding: 0;
}  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0.2em 0.5em;
    border-radius: 0.2em;    
	left: 50%;
	transform: translate(-50%, 0%);
    z-index: 1;
} 
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-menu .dropdown-item{
    font-family: 'RobotoRegular';
    border-bottom: 1px solid #B0B6BA;
    color: #B0B6BA;  
    padding: 0.5em 2em;  
}
.dropdown-content-menu .dropdown-item:hover{
    font-family:'RobotoBold';
    color: #BD0F14;
    background: transparent;
}
.dropdown-content-menu li:hover{
    background-color: #bd0f153b;
}
header .button {
    background: #253150;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 5px;
    width: 240px;
    border: none;
    text-decoration: none;
    text-align: center;
}
header .button:hover,
header .button:active,
header .button:focus {
	background: #BD0F14;
	color: #ffffff;
    text-decoration: none;
}
.miga{    
    max-height: 45px;     
    background: #F8F8F8;
    margin-top: 105px;
    height: 100%;
}
.miga .container {
    color: #253150;
    font-size: 	0.75rem;
    display: flex;
    align-content: center;
    align-items: center;
    height: 45px;
}
.miga a{
    font-family:'RobotoRegular';        
    font-size: 0.9em;  
    text-decoration: none;  
}
.miga span{
    margin: 0 2px;
}
.miga a:first-of-type{
    margin-left: 4em;
}
.miga a:hover{
    color: inherit;
}
section{
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
}
section.ftr{
    padding-bottom: 0;
}
/*404*/
section.npage{
    padding: 0;
}
.vcpage{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;    
}
.vcpage .numero{
    font-family: 'GothamBlack';
    text-align: center;
    font-size: 100px;
    color: #253150;
}
.vcpage .info-msj{    
    font-family: 'GothamBlack';
    font-size: 40px;
    text-align: center;
    color: #253150;
    line-height: 1.2;
}
.vcpage p{
    font-family: 'RobotoBold';
    font-size: 14px;
    text-align: center;
    max-width: 370px;
    width: 90%;
    margin: 2em auto;   
    color: #333333; 
}
.vcpage p a{
    text-decoration: none;
}
/*SIOS*/
.sios{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
}
.sios .mensaje {
    background-color: #016D38;
    display: none;    
    margin: 0;
    padding: 4.5px 20px;
    right: 70px;
    position: absolute;
    width: 250px;
    border-radius: 10px 0 0 10px;
}
.sios .mensaje a{
    font-family:'RobotoBold';
    color: #FFDC5D;
    text-decoration: none;
    font-style: italic;
    text-align: right;
    display: block;
}
.sios .mensaje span{    
    color: #fff;
}
/* Banner Principales*/
section.brn{
    padding-top: 0;
}
.banner{    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    width: 100%;
    height: 580px;
    position: relative;
    z-index: 0;
}
.banner img{
    width: 100%;
}
/*Home*/
.banner-content {    
    position: relative;
}
.banner-content img {
    width: 100%;
}
.banner-slide {
    height: 630px;
    margin-top: 105px;
}
.bluebox {
    font-family: 'GothamBold';
    background-color:#253150e0;
    position: absolute;
    top: 55%;
    left: 20%;
    color: #fff;
    text-align: center;    
    width: max-content;
    max-width: 505px;
}
.bluebox.mt{
    margin-top: 4.2em;
}
.bluebox h2 {
    font-family: 'GothamBold';
    font-size: 2.5rem;
    line-height: 2em;
    padding: 0 0.5em;
    margin: 0;
    text-align: left;
    color: #ffffff;
    line-height: 1.5;        
}
.bluebox.large{
    max-width: 540px;
}
.bluebox.home {
    background-color:#253150e0;    
    width: auto;
    top: 40%;
    left: 14%;
}
.bluebox.home h2 {
    text-align: left;    
    line-height: 1.2;  
    padding: 0.75em 0.75em;
    width: min-content;
    min-width: 500px;
}
.bluebox.home h2 a {
    display: block;
    color: #B0B6BA;
    font-size: 1rem;
    text-align: left;
    text-decoration: none;
    padding-top: 1.3em;
}
.bluebox.home h2 a:hover{
    color: #B0B6BA;
    text-decoration: none;
}
.banner-slide .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: -100px;
    padding: 1rem 0;
    list-style-type: none;
    position: relative;
    z-index: 10;
}
.banner-slide .slick-dots li,
.slider-modalidades .slick-dots li,
.entradas-blog .slick-dots li,
.slider-servicios .slick-dots li {
    margin: 0 0.25rem;
}
.banner-slide .slick-dots button,
.slider-modalidades .slick-dots button,
.entradas-blog .slick-dots button,
.slider-servicios .slick-dots button {
    display: block;
    width: 30px;
    height: 3px;
    padding: 0;    
    border: none;    
    background-color: #BBBBBB;    
    text-indent: -9999px;
}
.banner-slide .slick-dots li.slick-active button,
.slider-modalidades .slick-dots li.slick-active button,
.entradas-blog .slick-dots li.slick-active button,
.slider-servicios .slick-dots li.slick-active button{
    background-color: #BD0F14;
}
.slider-modalidades{
    width: 100%;
    height: 485px;
}
.slider-modalidades .slick-dots {
    display: flex !important;
    justify-content: center;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    z-index: 10;
    bottom: -50px;
}
.home-minibox {
    max-width: 375px;
    width: 100%;
    margin: 0 1em;
    height: auto;
}
.home-minibox img{
    width: 100%;
    height: auto;
}
.home-minibox .gray-box {
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    width: 90%;
    margin: -3em auto 0;
    position: relative;
    z-index: 1;
    height: 245px;
    transition: transform 500ms ease-in-out 25ms; 
}
.home-minibox .gray-box:hover{     
    transform: translateY(-10px);    
}
.home-minibox h3{
    position: relative;
    width: min-content;
    margin: 50px auto 35px;     
}
.home-minibox h3::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 1.2em;
}
.home-minibox p{
    max-width: 285px;
    margin: 0 auto;
}
.estudio-home{
    max-width: 1170px;
    margin: 0 auto;    
    border-radius: 5px;
    height: auto;
    position: relative;
    z-index: 2;
    box-shadow: 1px 1px 5px #F8F8F8;
    padding: 1em 0;
}
.estudio-home h4{
    position: relative;
    margin-top: 2em;
}
.estudio-home h4::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.estudio-home img{
    max-width: 300px;
    margin:  auto;
    display: block;
}
.estudio-home p{
    max-width: 435px;
    padding-top: 1.5em;
}
.estudio-home ul.h-menu{
    list-style: none;
    display: inline-flex;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;    
    padding: 0;
}
.estudio-home .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0em;
    content: url(../img/down.png);
    border: none;
}
.estudio-home .af-arrow::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    margin-left: 1em;
    content: url(../img/right.png);
    border: none;
}
.estudio-home ul.h-menu li{
    text-align: center;  
    padding: 1em 0;  
}
.estudio-home ul.h-menu li:hover{
    background: #253150;   
    border-radius: 3px; 
}
.estudio-home ul.h-menu li:hover li a span{
    color: #253150;
} 
.estudio-home ul.h-menu li:hover a{
    color: #ffffff;
}
.estudio-home .h-menu .dropdown-menu li{
    min-width: 280px;
    padding: 0;
}
.estudio-home .h-menu .dropdown-menu li a{
    padding: 1em 0;
    display: inline-flex;
    align-content: center;
    align-items: center;
    width: 100%;
}
.estudio-home .h-menu .dropdown-menu li a:hover{
    color: #253150;
}
.estudio-home ul li a{
    font-family: 'GothamBold';
    color: #253150;
    text-decoration: none;
    font-size: 13px;
    padding: 0 1em;
}
.estudio-home ul li a span{
    max-width: 110px;    
}

.estudio-home ul li img {
    max-width: 50px;
    margin: 0 10px;
    display: block;
}
.dropdown-item:focus,.dropdown-item:active {
    color: #253150;
    background-color: #b0b6ba38;
}
.bg-edificios{
    background-image: url(../img/edificios.png);
    height: 200px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position-x: center;
    margin-top: -150px;
    position: relative;
    z-index: 0;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}
.icon-space{
    max-width: 1170px;
    margin: 0 auto;    
}
.blue-bg{
    background-color: #253150;
    width: 100%;
    margin: 0;
    border-radius: 5px;
}
.blue-bg h4{
    color: #ffffff;
    padding: 2em 0 1em 2em;    
}
.blue-bg h4 span{
    background-color: #BD0F14;
    width: max-content;
    padding: 0 0.8em 0 0.4em;
    margin-left: -9px;
}
.btn-gray{
    font-family: 'GothamBold';
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #B0B6BA;
    color: #B0B6BA;
    padding: 1em ;
    border-radius: 0.4em;
    text-decoration: none;
    display: block;
    max-width: 170px;
    font-size: 14px;
    text-align: center;
}
.btn-gray:hover{
    background: #B0B6BA;
    color: #ffffff;
}
.btn-white{
    font-family: 'GothamBold';
    background: transparent;
    border:1px solid #ffffff;
    color: #ffffff;
    padding: 1em ;
    border-radius: 0.4em;
    text-decoration: none;
    display: block;
    max-width: 170px;
    font-size: 14px;
    text-align: center;
}
.btn-white:hover{
    border: 1px solid #ffffff;
    border-radius: 0.4em;
    color: #ffffff;
}
.btn-white:focus,.btn-white:active{
    border: 1px solid #BD0F14;
    border-radius: 0.4em;
    background-color: #BD0F14;
    color: #ffffff;
}
.icon-box{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);   
    height: 250px;
    position: relative; 
}
.icon-box .vc{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.icon-box:hover{
    border: 1px solid #bd0f1567;
}
.icon-box img{
    width: 50px;    
    margin-bottom: 1em;
}
.icon-box h5{
    font-size: 1.375rem;
}
.icon-box p{
    max-width: 295px;
    margin: 0 auto;
    text-align: center;
}
/*Arrendatario*/
.citi-bg{    
    position: relative;
    display: block;
    width: 100%;
    margin-top: 2em;
}
.citi-bg img.bg-city{
    display: block;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 0;
    height: 498px;
}
.consulta {
    position: relative;
    background: #ffffff;
    box-shadow: 1px 1px 2px #B0B6BA;
    border: 1px solid #b0b6bab9;
    border-radius: 15px;
    padding: 2.7em 6em;
    z-index: 1;
    min-height: 560px;
    margin-top: -10px;
}
.consulta h3{
    position: relative;
    margin-top: 0.5em;
}
.consulta h3::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.consulta p{
    margin-bottom: 3em;
}
.consulta .dropdown{
    margin: 0em 0 2em;
    display: block;
}
.consulta .dropdown small{
    font-family:'RobotoRegular';
    display: none;
    margin-left: 2em;
    color: #BD0F14;
    font-size: 0.75rem;
}
label.error{
    color: #BD0F14;
}
.consulta .dropdown-toggle{
    font-family:'RobotoRegular';
    background:#ffffff ;
    border:1px solid #b0b6ba;
    height: 50px;
    width: 100%;
    text-align: left;
    padding: 0.375rem 0.75rem;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B0B6BA'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-position: 95% center;
    border-radius: 0.25rem;
}
.consulta .dropdown-toggle.error{
    border: 1px solid #BD0F14;
}
.consulta input.font-gray{
    color: #B0B6BA;
}
.consulta .dropdown-menu {
    font-family: 'RobotoRegular';
    width: 95%;
    left: 2.5% !important;
    top: -1em !important;
    background: #f8f8f8;
    border-radius: 10px;
}
.consulta .dropdown-item {
    font-family: 'RobotoRegular';
    color: #253150;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    width: 95%;
    margin: 0 auto;
}
.consulta .dropdown-item:hover, .consulta .dropdown-item:focus {
	color: #ffffff;
	background-color: #bd0f14;
    border-bottom: 1px solid #bd0f14;
    border: none;
    width: 100%;
    padding: 0.25rem 7%;
}
.consulta label {
    font-family: 'RobotoBold';
    font-size: 1rem;
}
.consulta input {
    font-family: 'RobotoRegular';
    height: 50px;
    border: 1px solid #b0b6ba;
}
.consulta button[type=submit],.consulta button[type=reset] {
    font-family: 'GothamBold';
    display: block;
    margin: 4em auto 1em;
    background: #b0b6ba21;
    border: 1px solid #B0B6BA;
    border-radius: 10px;
    color: #B0B6BA;
    padding: 1em 2em;
}
.consulta  button[type=submit].underline-red {
    border: 1px solid #BD0F14;
    background-color: #FCF2F3;
    color: #BD0F14;
    margin-bottom: 0;
}
.consulta .resultados{
    display: none;
    margin: 2em auto 1em;
}
.consulta .resultados p{    
    font-family: 'RobotoBold';
    color: #253150;
    margin-bottom: 1em;
}
.consulta .resultados .text-info-res{
    font-family: 'RobotoRegular';
    background-color: #f8f8f8;
    color: #333333;
    padding: 1em 2em;
}
.consulta .canon-label{
    font-family: 'RobotoRegular';
    display: none;
    color: #B0B6BA;
    font-size: 0.75rem;
    margin-left: 2em;
}
.col-lg-6 .adv-w, .col-lg-6 .adv-w2 {
    position: relative;
    z-index: 1;
}
.adv-w img {
    position: absolute;
    top: 45px;
    height: auto;
    max-width: 350px;
}
.box-arrendamiento{
    height: 100%;   
    position: relative;  
    padding-bottom: 2em;   
    max-width: 475px;
}
.box-arrendamiento img{
    width: 100%;
    height: auto;    
}
.box-arrendamiento h2{    
    margin: 1rem 45px;
    position: relative;
    max-width: 325px;
    font-size: 1.75rem;
}
.box-arrendamiento h2::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.box-arrendamiento p{
    font-family: 'RobotoRegular';
    color: #333333;
    padding: 0;
    margin: 1rem 45px;
}
.box-arrendamiento ul{
    font-family: 'RobotoRegular';
    color: #333333;
    list-style: none;
    margin: 1rem 30px;
    max-width: 385px;
}
.box-arrendamiento li{
    padding: 0 0 1em 0;
}
.box-arrendamiento li::before {
    content: "\2022";
    color: #BD0F14;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1.3em;
}
.box-arrendamiento a{
    border: 1px solid #BD0F14;
    background-color:  #FCF2F3;
    color: #BD0F14;
    margin-bottom: 0;
}
.box-arrendamiento a:hover{
    background-color: #BD0F14;
    border: 1px solid #BD0F14;
    color: #FFFFFF;
}
/*Contacto*/
.form-container {
    max-width: 770px;
    margin: -140px auto 0;
    box-shadow: 1px 1px 2px #b0b6ba;
    border-radius: 15px;
    position: relative;
    background: #ffffff;
}
.form-container h1{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 1em;
}
.form-container p{
    font-family: 'RobotoRegular';
    text-align: center;
    margin: 1em auto;
    width: 90%;
    color: #333333;
}
.form-container .form-group{
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 3em 0;
}
.form-container .form-group:nth-last-of-type(1){
    border-bottom: none !important;
}
.form-group h3{
    font-size: 1.25rem;
}
.form-group p{
    text-align: left;
    width: 100%;
}
.form-group label{
    font-family: 'RobotoBold';
    display: block;
    font-size: 0.875rem;
    color: #333333;
    padding-top: 2em;
    padding-bottom: 0.5em;
}
.form-group label.error-l{
    color: #BD0F14;
}
.form-group input{
    font-family: 'RobotoRegular';
    height: 50px;
    font-size: 0.875rem;
}
.form-group input.error{
    font-family: 'RobotoRegular';
    color: #BD0F14;
    font-size: 0.875rem;
    border: 1px solid #BD0F14;
}
.form-group textarea{
    font-family: 'RobotoRegular';
    font-size: 0.875rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: 100%;
    padding: 1em;
}
.form-group textarea:focus,.form-group textarea:focus-visible{
    border: 1px solid #b0b6ba;
}
.form-group .dropdown{
    margin: 0;
    display: block;
}
.form-group .dropdown small{
    font-family:'RobotoRegular';
    display: none;
    margin-left: 2em;
    color: #BD0F14;
    font-size: 0.75rem;
}
.form-group .dropdown-toggle{
    font-family:'RobotoRegular';
    background:#ffffff ;
    border:1px solid rgba(0, 0, 0, 0.125);
    height: 50px;
    width: 100%;
    text-align: left;
    padding: 0.375rem 0.75rem;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B0B6BA'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-position: 95% center;
    border-radius: 0.25rem;
}
.form-group .dropdown-toggle:focus{
    border: 1px solid #b0b6ba;
}
.form-group .dropdown-toggle.error{
    border: 1px solid #BD0F14;
}
.form-group input.font-gray{
    color: #B0B6BA;
}
.form-group .dropdown-menu {
    font-family: 'RobotoRegular';
    width: 95%;
    left: 2.5% !important;
    top: -1em !important;
    background: #f8f8f8;
    border-radius: 10px;
}
.form-group .dropdown-item{
    font-family: 'RobotoRegular';
    color: #253150;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.form-group .dropdown-item:hover, .form-group .dropdown-item:focus {
	color: #ffffff;
	background-color: #bd0f14;
    border-bottom: 1px solid #bd0f14;
    border: none;
    width: 100%;
    
}
.form-group .col-lg-6 .dropdown-item:hover, .form-group .col-lg-6 .dropdown-item:focus{
    padding: 0.25rem 7%;
}
.form-group small.note{
    font-family: 'RobotoRegular';
    display: none;
    color: #B0B6BA;
    margin-left: 2em;
    font-size: 	0.75rem;
}
.form-group label.error {
    font-family: 'RobotoBold';
    font-size: 	0.75rem;
    margin-top: 0;
    padding-top: 0;
    color: #BD0F14;
    margin-left: 2em;
}
.form-group .aggree{
    display: flex;
    margin-top: 2em;
    align-content: center;
    align-items: flex-start;
}
.aggree .tx-politicas{
    font-family: 'RobotoRegular';
    font-size: 	0.75rem;    
}
.captcha{
    width: 100%;
    margin-top: 2.5rem;
}
.captcha img{
    display: block;
    margin: 0 auto;
}
.form-group  input[type=submit] {
    font-family: 'GothamMedium';
    border: 1px solid #BD0F14;
    background-color: #FCF2F3;
    color: #BD0F14;
    margin-bottom: 0;
    margin-top: 3em;
}
.form-group  input[type=submit]:hover,.form-group  input[type=submit]:active{
    background-color: #BD0F14;
    border-color: #BD0F14;
    color: #FFFFFF;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #FFFFFF;    
}
.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: #F8F8F8;  
    position: relative;
    border-top: 1px solid #b0b6ba;
    border-bottom: 1px solid #b0b6ba;
    padding: 0 1em;
}
.table-striped > tbody > tr:nth-of-type(even):last-of-type {
    border-bottom:none;    
}
.form-group .sin-documentos{
    font-family: 'RobotoRegular';
    height: 50px;
    width: 100%;
    color: #B0B6BA;
    display: flex;
    align-items: center;
    padding-left: 1em;
    font-size: 0.875rem;
}
/*Blog*/
.h-450{
    height: 450px;
}
.mt-n200{
    margin-top: -400px;
}
.blog{
    padding-bottom: 100px;
}
.blog-card{
    max-width: 370px;
    margin: 0;
}
.blog-card img{
    width: 100%;
    height: auto;
}
.blog-card .text-card {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 0px #707070;
    height: 240px;    
}
.blog-card a{
    font-family: 'GothamBold';
    font-size: 1rem;
    text-decoration: none;
}
.blog-card span{
    text-decoration: underline;
}
.blog-card:hover span{
    color: #253150;
}
.text-card h5 {
    font-size: 20px;
    color: #253150;
    padding: 1em;    
}
.btn-blog{
    margin-left: auto;
    margin-right: 0;
    padding: 0.7em;
    background: transparent;
}
.entradas-blog{
    margin-top: 2em;
    width: 100%;
}
.entradas-blog .slick-dots {
    display: flex !important;
    justify-content: center;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    z-index: 10;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%);
}

/*Propietario*/
.proteger{
    background-image: url(../img/bg-dg.png);
    height: 330px;
    margin-bottom: 100px;
    margin-top: 20px;
    padding-top: 0.5em;
}
.proteger p{
    color: #253150;
    max-width: 530px;
    margin-bottom: 2em;
    margin-top: 2em;
    font-size: 16px;
}
.proteger h2{
    font-size: 1.875rem;
    position: relative;
}
.proteger h2::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 1.2em;
}
.info-seguro-l ul{
    font-family:'RobotoRegular';
    list-style: none;
}
.info-seguro-l ul li::before{
    content: "\2022";
    color: #BD0F14;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.info-seguro-l ul li{
    padding-bottom: 1.2em;
}
.seguro h3 {
    position: relative;
    margin-top: 55px;
    margin-left: auto;
    max-width: 395px;
    width: 100%;
    font-size: 1.75rem;
    margin-right: auto;
}
.seguro h3::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.seguro p{
    max-width: 395px;
    width: 100%;
    margin: 0.7em auto;
    padding: 0;
}
.seguro .info-seguro-l ul{
    margin-left: 1.875rem;
    margin-top: 2em;
    padding-left: 1em;
    max-width: 370px;
}
.seguro .fsimage{
    position: absolute;
    left: -27px;
    height: 100%;
}
.info-seguro{    
    max-width: 470px;    
    margin-left: 1em;
}
.info-seguro-l{
    max-width: 672px;
    display: flex;
    position: relative;
}
ul.icons{
    list-style: none;
    padding: 0;
    max-width: 395px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
ul.icons li {    
    font-family: 'GothamBold';
    font-size: 0.9rem;
    background: #FFFFFF ;
    border-radius: 8px;
    height: 55px;
    margin-bottom: 0.875rem;
    display: flex;
    align-content: center;
    align-items: center;
    color: #253150;
}
ul.icons li img{
    margin: 0 1em;
}
h2.beneficios{
    font-size: 1.75rem;
    position: relative;    
}
h2.beneficios::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.carousel-x4 {
    position: relative;    
    width: 100%;
    height: 370px;    
}
.carousel-x4 .slick-prev {
    position: absolute;   
    width: 50px; 
    top: calc(100% - 25px);
    left:calc(50% - 35px);
    transform: translate(-50%, -50%);
}
.carousel-x4 .slick-prev:hover svg{
    fill: #BD0F14;
}
.carousel-x4 .slick-next {
    position: absolute;  
    width: 50px;   
    top: calc(100% - 25px);
    left:calc(50% + 35px);
    transform: translate(-50%, -50%);
}
.in-slide {
    max-width: 270px;
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px 6px 0 0;
    height: 290px;
    margin: auto;
    position: relative;
}
.in-slide img {
    display: block;
    width: 100%;
}
.in-slide p{
    font-family:'RobotoRegular';
    text-align: center;
    max-width: 215px;
    margin: 2em auto;
}
.in-slide .filtro {
	position: absolute;
	background: linear-gradient(0deg, rgba(37,49,80,1) 0%, rgba(37,49,80,0) 68%);
	top: 0;
	height: 92px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.min-container{
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;    
}
.info-pago {
    background: url(../img/edificios2.png) no-repeat;
    background-size: 300px;
    background-position-y: bottom;
    background-position-x: right;
    height: 200px;
}
.info-pago p.fondo {
    height: 200px;
    padding-top: 60px;
}
.info-pago .recomendacion {
    width: 45%;
    margin: 0 auto;
}
.col-lg-6 .adv-w, .col-lg-6 .adv-w2 {
    position: relative;
    z-index: 1;
}
.adv-w2 img{
    position: absolute;
    top: -55px;
    left: -55px;
}
.recomendacion p {
    font-family:'GothamMedium';
    max-width: 300px;
}
.recomendacion p a {
    background: #BD0F14;
    padding: 0 1.5em 0 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: max-content;
}
/*preguntas*/

.faq{
    position: relative;
    margin-top: 5.3em;
    margin-left: auto;
    margin-right: auto;    
    border-radius: 2em;
    max-width: 570px;
    width: 100%;
    z-index: 1;
    float: left;
}
.faq .accordion-flush .accordion-item{
    border: 1px solid #B0B6BA; 
}
.faq .accordion{
    border-radius: 1em;    
}
.accordion-flush{
    border-radius: 1em;
}
.accordion-flush .accordion-item:last-child {
	border-radius: 1em;
}
.faq .accordion-button{
    height: 115px;
    font-size: 	1.125rem;
    font-family: 'GothamBlack';
}
.faq .accordion-button::after{
    height: 1.25rem;
}
.faq .text{
    max-width: 470px;
    padding: 1.8em 1.6em ;
}
.faq .accordion-body {
    font-family: 'RobotoRegular';
    font-size: 1rem;
    color: #333333;
	margin: 0em 2.8em 0em;
	border-top: 1px solid #B0B6BA;
    padding: 1rem 0;
    height: 200px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 1em;
}
/*Somos*/
.nuestra{
    max-width: 682px;
    width: 100%;
    margin: 0 0 0 auto;
}
.nuestra p{
    max-width: 574px;
    margin: 0 auto;
    position: relative;
}
.nuestra h2{
    font-size: 1.5625rem;
    position: relative;
    max-width: 574px;
    margin: 1.5em auto 1em;
}
.nuestra h2::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.nuestra p.sgrayline::before{
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
    top: 35px;
}
.nuestra-l{
    max-width: 465px;
    width: 100%;
    height: 100%;    
}
.nuestra-l .colum-sec-top{
    padding: 2rem;
    height: 35%;
    margin-bottom: 5%;
}
.nuestra-l .colum-sec-bottom{
    padding: 2rem;
    height: 63%;
}
.nuestra-l .colum-sec-full{
    height: 100%;
    padding: 2rem 0 0;
}
.nuestra-l .colum-sec-full .fiscal{
    margin: 0 auto 0 0;
    max-width: 455px;
}
.nuestra-l h2{
    font-size: 1.5625rem;  
    position: relative;  
}
.nuestra-l h2::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.nuestra-l h2.noline::after{
    width: 0;
    height: 0;
}
.nuestra-l h4{
    font-family: 'GothamBlack';
    font-size: 1.25rem;
    margin: 0 1.5em;
    max-width: 574px;
}
.nuestra-l p{
    padding: 1.2em 0;
}
.nuestra-l ul{
    font-family: 'RobotoRegular';
    list-style: none;
    margin-top: 2em;
}
.nuestra-l .colum-sec-full ul{
    padding: 0 4rem;
}
.nuestra-l .colum-sec-full h2{
    margin: 0 2rem;
}
.nuestra-l ul li::before {
    content: "\2022";
    color: #BD0F14; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
}
.nuestra-l .full {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.nuestra-l .full img{
    width: 100%;
}
.nuestra-l p.ex-p{
    max-width: 375px;
    margin: 0 auto;
}
.fiscal{
    font-size: 1.5625rem;
    margin: 1.5em auto 1em;
    max-width: 574px;
}
.column-icon .rect{
    background-color: #ffffff;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    height: 63px;
    margin: 0.5em 0;
}
.column-icon .rect img{
    margin: 0 1em 0 1.5em;
}
.column-icon .rect span{
    font-family: 'GothamBold';
    font-size: 0.875rem;
    color: #253150;
}
.gobierno{
    max-width: 100%;
}
.gobierno h3{
    font-size: 1.5625rem;
    position: relative;
    max-width: 574px;
    margin: 1.5em 1.5em;
}
.gobierno h3::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.gobierno img{
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    width: 90%;
    height: auto;
}
.gobierno.nuestra-l{
    max-width: 465px;
    width: 100%;
    height: 100%;    
}
.colum-bluebox {
    background-color: #253150;
    padding-bottom: 5px;
    border-radius: 5px 5px 0 0;
    padding: 2rem;
    height: 133px;
    display: flex;
    align-content: center;
    align-items: center;
}
.colum-bluebox h2{
    color: #ffffff;
    font-size: 1.5625rem;
    position: relative;
    max-width: 574px;
    margin: 0;
}
.colum-pdf{
    position: relative;
    max-width: 182px;
    width: 100%;
    height: 150px;
}
.colum-pdf:hover,.colum-pdf:active,.colum-pdf:focus {
    border: 1px solid #bd0f1567;
}
.colum-pdf img{
    display: block;
    max-width: 40px;
    width: 100%;
    margin: 0 auto;
}
.colum-pdf p{
    padding: 1em 0 0;
    margin: 0 auto;
    font-family: 'RobotoBold';
    text-align: center;
    font-size: 0.875rem;
    width: 75%;
    line-height: 1;
}
.colum-pdf span{
    font-family: 'RobotoRegular';
    display: block;
    font-size: 0.75rem;
    text-align: center;
    color: #253150;
}
.colum-pdf-p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.colum-medidas-p{
    width: 100%;
    max-width: 574px;
    margin: 1em auto 1.5em;
    background-color: #F8F8F8;
    border-radius: 13px;
    box-shadow: 1px 1px 5px #e2e2e2;
    position: relative;
    display: flex;
}
.colum-medidas-p p{
    padding: 1em;
}
/*Lenguaje*/
.info {
    margin-top: 100px;
    margin-bottom: 265px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.search-box {
    background: linear-gradient(180deg, rgba(255,255,255,1) 78%, rgba(37,49,80,0.1) 100%);
    box-shadow: 1px 1px 3px 1px #9b9b9b;
    border-radius: 0.8em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 230px;
    max-width: 970px;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.search-box .input-group{
    width: 80%;
    max-width: 770px;
    margin: 0 auto;    
}
.search-box .input-group input{
    font-family: 'RobotoRegular';   
}
.search-box .input-group{
    background-color: #f8f8f8;
}
.search-box .input-group.left {     
	width: 90%;
	max-width: 570px;
	margin-left: 100px;
}
.search-box h3{
    font-family:'GothamBlack';
    color: #253150;
    width: max-content;    
    position: relative;
    margin: 2em auto 1.5em;
    display: block;
    padding-top: 2em;
    font-size: 1.875rem;
}
.search-box h3.left{
    margin: 2em auto 1.5em 100px; 
}
.search-box h3::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;    
    top: 100%;
}
.search-box input{
    height: 50px;
}
.search-box .input-group-text img{
    margin-top: 6px;
}
.search-box.preguntas{
    margin-top: -250px;
    background: url(../img/preguntas/ciudad.png) #F8F8F8;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: bottom;
}
.form-control::placeholder {
	color: #B0B6BA;
	opacity: 0.9;
}
.lupa {
    background-image: url(../img/search-gray.png);
    background-repeat: no-repeat;
    padding: 0 1.5em;
    background-position: center center;
    width: 67px;
}
.lupa.redsearch{
    background-image: url(../img/search.png);
}
.lupa.redsearch:active{
    background-image: url(../img/search-white.png);
}

.input-group-text.redsearch {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color:  #FCF2F3;
    border: 1px solid #BD0F14;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}
.input-group-text.redsearch:active{
    background-color: #BD0F14;
}
.form-control:focus {
    color: #253150;
    background-color: #fff;
    border: 1px solid #b0b6ba;
    outline: 0;
    box-shadow: none;
}
#mySearch-results {
    position: absolute;
    top: 45px;
    width: 360px;
    background: #f8f8f8;
    height: 110px;
    overflow-y: scroll;
    left: 10px;
    border-radius: 5px;
    z-index: 5;
}
#mySearch-results div{
    font-family: 'RobotoRegular';
    font-size: 14px;
    padding: 0.5em 2em;
    color: #253150;
    border-bottom: 1px solid #ced4da ;
}
#mySearch-results div:hover,#mySearch-results div:focus,#mySearch-results div:active{
    color: #ffffff;
    background-color: #BD0F14;    
}
.filtro .btn {
    margin: 0 auto;
    padding: 0;
}
.filtro .btn-secondary {
    font-family: 'RobotoBold';
    height: 50px;
    width: 170px;
    background: #FFFFFF;
    border: none;    
    border: 1px solid #ced4da;
    background-image: url(../img/icon_flecha-inactivo.svg);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 50%;
    background-size: 20px;
    color: #253150;
    font-size: 1rem;
}
.filtro .btn-secondary img{
    margin: 0 1rem 0 0;
}
.filtro .btn-secondary:focus{
    border: 1px solid #ced4da;
}
.filtro .btn-secondary:active,
.filtro .btn-secondary:hover,
.filtro .btn-secondary:focus{
    color: #bd0f14;
    background-image: url(../img/icon_flecha-activo.svg);
}
.filtro .dropdown{
    display: block;
}
.filtro .dropdown-toggle::after{
    border: none;
}
.filtro .dropdown-menu{
    background: #F8F8F8;
}
.filtro .dropdown-item{
    font-family: 'RobotoRegular';
    border-bottom: 1px solid #ced4da;    
    margin: auto;
    font-size: 0.875rem;
    height: 32px;    
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #ffffff;
	background-color: #bd0f14;
    border: none;
}
.btn-buscar {
    display: none;
}
.punto {
	max-width: 275px;
	margin-bottom: 3em;
}
.lenginm .tit {
	font-family: 'RobotoBlack';
	font-size: 1em;
	color: #333333;
	margin: 1em auto;
}

.lenginm .accordion-button, 
.pservicio .accordion-button,
.ppoliticas .accordion-button {
	padding: 1.5rem 0;
    font-size: 1.375rem;
}
.punto p {
	font-family: 'RobotoRegular';
    color: #333333;
}
.pagination {
	font-family: 'GothamMedium';
	margin-top: 2em;
	justify-content: flex-end;
}
.pagination img{
    width: 40px;
    margin-top: -7px;
}
.page-link{
    border: none;
    font-size: 1.1em;
    color: #B0B6BA;
}
.page-link.next{
    padding-right: 0;
}
.page-link:hover,.page-link:focus {
	z-index: 2;
	color: #BD0F14;
	background-color: transparent;
	border-color: transparent;
    box-shadow: none;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #BD0F14;
	border-color: transparent;
	border-radius: 50%;
    padding: 5px 15px;
}
.resultado{
    font-size: 1.875rem;
}
.texto{
    font-family:'RobotoRegular';
    color: #333333;
    max-width: 280px;
}
.texto .termino{
    font-family: 'RobotoBlack';
    margin-bottom: 1em;
    font-size: 1rem;
    color: #333333;
}
/*Puntos*/
.tit {
	font-family: 'RobotoBlack';
	font-size: 1em;
	color: #333333;
}
.city {
	font-family: 'GothamBlack';
	color: #253150;
	font-size: 1.1em;
	padding: 0 0 1em;
}
.punto span{
    display: block;
    margin: 0;
    padding: 0;
}
/*privacidad*/
.aviso {
	font-family: 'RobotoRegular';
	color: #333333;
	font-size: 1rem;
    padding: 0 0 2rem 0;
}
.aviso ul{
    list-style: none;
}
.aviso ul li::before {
	content: "\2022";
	color: #BD0F14;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.aviso ul a{
    font-size: 1rem;
}
.aviso > a{
    font-family: 'RobotoBold';
}
.fecha {
	font-family: 'RobotoRegular';
	font-size: 0.75rem;
	text-align: right;
	margin: 3em 0 0.5em auto;
}
.fecha.left {
	text-align: left;
}
.dec {
	display: inline-flex;
	margin: 0 0.2em;
}
.linea{
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);;    
    width: 100%;
}
/*Intermediarios*/
.fondo-servicios{
    height:430px ; 
    position: relative;
    z-index: 1;   
}
.interm_serv{
    position: relative;
    z-index: 2;
}
.interm_serv .container{
    z-index: 3;
}
a#test{
    font-family: 'GothamBold';
}
.fondo-servicios.sombra{
    -webkit-box-shadow: 0px 10px 13px -7px #7e7e7e, 2px 2px 5px 5px rgba(156, 156, 156, 0); 
    box-shadow: 0px 10px 13px -7px #7e7e7e, 2px 2px 5px 5px rgba(129, 129, 129, 0);
}
.slider-servicios{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -460px;
    margin-bottom: 100px;
}
.slider-servicios .in-slide {
    width: 275px;    
    height: 350px;
    border-radius: 5px;  
    margin-bottom: 5px;  
}
.slider-servicios .in-slide:hover{
    -webkit-box-shadow: 0px 1px 2px 1px #b0b6ba41; 
    box-shadow: 0px 1px 2px 1px #b0b6ba41;
}
.slider-servicios .slick-dots {	
	justify-content: center;	
	padding: 1rem;	
	list-style-type: none;
    position: absolute;
    z-index: 10;	
    bottom: -70px;			
    left: 50%;
    transform: translate(-50%) ;
    display: flex !important;
}
.flotante{
    display: inline-flex;
    margin: 1em 0.5em;
}

.slider-servicios .in-slide p{
    max-width: 230px;
}
.in-slide h2{
    font-size: 1.25rem;
    margin: 1em auto;
}
.in-slide h3{
    font-size: 1.25rem;
    margin: 1em auto;
}
.more {        
    margin-right: 25px;
    margin-top: -30px;
}
.more-open {
    margin-right: 25px;
    margin-bottom: -30px;
    display: block;
    position: absolute;
    bottom: -460px;
    right: 80px;
}
.interm p{
    max-width: 350px;
    margin-top: 2em;
    text-align: left;
}
.interm h3{
    max-width: 250px;
}
.productos{
    position: relative;
    z-index: 0;
}
.productos .in-slide{
    background: #ffffff;
    height: auto;
    max-height: 315px;
    min-height: 315px;
    position: relative;
    z-index: 0;
}
.productos .in-slide p {
    margin: 1em;
    text-align: left;
}
.productos .in-slide a{
    font-family: 'GothamBold';
}
/*Servicios*/
.backgro {
    background-color: #F8F8F8;
    width: 100%;
    height: 395px;
    position: absolute;
    z-index: 0;
    top: 65px;
}
ul.submenu {
    height: 70px;
}
.submenu li {
    height: 100%;
}
.backmenu  {
    position: relative;
    z-index: 2;
    margin-top: -65px;
}
.tab-content {
    position: relative;
    z-index: 1;
}
.backmenu .submenu {
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    box-shadow: 2px 2px 5px #999;
    background-color: white;
    max-width: 1070px;
    margin: 0 auto;
}
.backmenu .nav-link {
    color: #B0B6BA;
    height: 100%;
}
.backmenu .nav-link:hover {
    color: #253150;
}
.backmenu .nav-pills .nav-link:hover.active {
    color: #ffffff;
}
.submenu-link[aria-selected="false"] {
    display: block !important;    
}

.backmenu .nav-pills .nav-link.active {
    background-color: #253150;
    font-size: 1em;
    height: 100%;
}
.backmenu .nav-pills #arrendamiento.nav-link.active {
    border-radius: 0.25rem 0 0 0.25rem;
}
.backmenu .nav-pills #judiciales.nav-link.active {
    border-radius: 0 0.25rem 0.25rem 0;
}
.backmenu .nav-pills .nav-link {
    border-radius: 0;
}
.colum-sec-p .intabs button {
    padding: 1em 0;
    text-align: left;
    margin: 1em 0;
}
.banner-sec{    
    padding: 2rem 3rem 0 3rem;
    width: 100%;
}
.banner-sec .indicador{
    padding-bottom: 1rem;
    display: block;
}
.banner-sec picture img{
    width: 100%;
}
.indicador img{
    margin-right: 0.7em;
}
.nproductos{    
    margin: 0 auto;
    padding: 2em 0 0 0;
    text-align: center;
    max-width: 650px;
}
.nproductos.intermediarios{
    width: 100%;
    max-width: 100%;
}
.tab-content{
    padding-top: 2em;
}
.tab-content h2{
    font-size: 1.75rem;
}
.tab-content p{
    max-width: 475px;
}
.especial-img img{
    display: block;
}
.especial-img a{
    font-family: 'GothamBold';
}
.submenu-dos {
    min-width: 210px;
}
.submenu-dos button{
    margin-bottom: 1em;
}

.submenu-dos .nav-link{
    font-family: 'RobotoRegular';
    color: #B0B6BA;
}
.submenu-dos .nav-link.active {
    font-family:'RobotoBold';
    color: #253150;
    background-color: transparent;    
    width: max-content;
}
.submenu-dos .nav-link.active span{
    width: 70%;
    height: 3px;
    background: #BD0F14;
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.submenu-dos.intabs .nav-link.active  span{
    width: 100%;
}
.upper-tab::after,.upper-tab::before{
    background: #F8F8F8;
}
.upper-tab {
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
    background: #F8F8F8;
    margin-top: -4em;
    padding-top: 4em;
    padding-bottom: 3em;
}
.upper-tab img{
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding-right: 15px;
}
.upper-tab h2{
    font-size: 1.375rem;
}
.upper-tab p{
    margin-top: 2rem;
    color: #333333;
}
.upper-tab.nprod{
    position: relative;
    z-index: 2;
    margin-top: 70px;
}
.low-tab {
    margin-top: 50px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.low-tab .lenginm{
    width: 98%;
    margin: auto;
}
.low-tab .lenginm .punto-servicio{
    max-width: 775px;
    margin-left: 5rem;
}
.low-tab .lenginm p{
    max-width: 100%;
    margin: 0 auto;
    color: #333333;
}
.low-tab .fiscal{
    margin-left: 1em;
}
.low-tab .fiscal h4{
    font-family: 'GothamBlack';
    font-size: 1.25rem;
}
.low-tab .colum-bluebox h2{
    position: relative;
}
.low-tab .colum-bluebox h2::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.low-tab .info-seguro-up{
    max-width: 475px;
    margin-right: 0;
    margin-left: auto;
}
.low-tab .info-seguro-up h2{
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}
.low-tab .info-seguro-l ul{
    max-width: 368px;
    margin-left: 2em;
}
.low-tab .info-seguro-l ul li {
    padding-bottom: 0em;
}
.low-tab .content-down{
    width: 100%;
    padding: 0em 1rem;
    margin-top: 1rem;
    max-width: 475px;
    margin-right: 0;
    margin-left: auto;
}
.low-tab .content-down .colum-dato{
    max-width: 390px;
    margin: 0 auto;
}
.low-tab .judiciales{
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
}
.low-tab .judiciales .mini-slide .block-slide {    
    height: 400px;
}
.low-tab .judiciales #pills-judiciales .mini-slide .block-slide {
	height: 400px;
	margin-right: 0;
	margin-left: auto;
}
.nprod .low-tab{
    margin-top: 100px;
}
#v-pills-tab button{     
    text-align: left; 
}
.inner-tab-content{
    display: flex;
    margin-top: 1em;
}
.tabs-servicios{
    width: 100%;
    max-width: 775px;
}
.tabs-servicios h3{
    font-size: 1.75rem;
    text-align: center;
}
.tabs-servicios .mini-banner{
    max-width: 700px;
    margin: 1em auto;
    display: block;
}
.tabs-servicios .mini-banner img{
    width: 100%;
    height: auto;
}
.tabs-servicios p{
    width: 100%;
    max-width: 700px;
    margin: 1em auto;
    color: #333333;
}
.tabs-servicios .accordion{
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
.tabs-nservicios ul,
.tabs-nproductos ul{
    font-family:'RobotoRegular';
    list-style: none;
    color: #333333;
}
.tabs-nservicios ul li::before{
    content: "\2022";
    color: #BD0F14; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1.2em; 
}
ul.prod-list  >  li::before {
    content: "\2022";
    color: #BD0F14; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1.2em; 
}
.prod-list{
    max-width: 640px;
    width: 100%;
    margin: 4em auto 2em;
}
.prod-list li{
    padding-bottom: 1em;
    color: #333333;
}
.sub-list{
    margin-top: 1em;
}
.sub-list li{
    padding-bottom: 0;
}
.sub-list li::before{
    content: "-";
    margin-right: 1em;
}
.aula-cajon{
    width: 100%;
    max-width: 700px;
    margin: 1em auto;
}
.aula-info{
    background-color: #ffffff;
    padding: 1.2rem;
    align-items: center;
    text-align: center;
    max-width: 275px;    
    border: 1px solid #ccc;
    border-radius: 5px;
}
.aula-info h4{
    font-size: 2em;
    font-family: "GothamBlack";
    color: #253150;
}
.aula-info img{
    width: 25%;
}
.aula-info p{
    font-size: 14px;
}
.msn-intab {
    width: 100%;
    padding: 0;
}
.msn-intab p{
    margin: 0;
}
.w-320{
    width: 320px !important;
} 
.redbox {
    width: max-content;
    text-align: center;
    background-color: #BD0F14;
    padding: 5px;
    margin:1em 0 2rem 0;
}
.redbox h4 {
    font-family:'GothamMedium';
    color: #ffffff;
    font-size: 1em;
    padding: 0 0.3em;
    margin: 0;
}
.m-34{
    margin-top: 34px;
}
.m-50{
    margin-top: 50px;
}
.cajon-lateral{
    max-width: 375px;
    max-height: 425px;
}
.cajon-lateral .colum-dato{
    padding: 1em 2em;
}
.cajon-lateral .colum-dato p{
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 320px;
    color: #333333;
}
.mini-slide {
    margin: 0 auto;
    width: 100%;
    height: 425px;
}
.mini-slide .block-slide {
    max-width: 365px;
    width: 100%;    
    height: 425px;
}
.mini-slider .slick-dots{ 
    display: flex;
    width: 100%;
    max-width: 750px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}
.mini-slider ul.slick-dots li::before{
    content: '';
}
.mini-slider ul.slick-dots li{
    margin: 0.5rem 0.25rem;
}
.mini-slider .slick-dots button {
    display: block;
    width: 30px;
    height: 3px;
    padding: 0;
    border: none;
    background-color: #BBBBBB;
    text-indent: -9999px;
}
.mini-slider .slick-dots li.slick-active button {
    background-color: #BD0F14;
}
#pills-novedades .low-tab .mini-slide .block-slide{
    margin-right: 0;
    margin-left: auto;
}
h3.wl{
    position: relative;
}
h3.wl::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.block-slide p{
    width: 320px;
    margin: 0 auto;
    color: #333333;
    max-width: 100%;
}
.block-slide .text {
    height: 285px;
    min-height: 285px;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 0 5px 5px;
}
.judiciales .block-slide .text {
    height: 240px;
    min-height: 220px;
}
.mini-slide .block-slide h5 {
    font-family: 'GothamBlack';
    width: 320px;
    margin: 0 auto;
    font-size: 22px;
    padding: 1em 0;
}
.mini-slide .block-slide .content {
    width: 320px;
    margin: 0 auto;   
    height: 160px;
    overflow: hidden;     
}
.mini-slide .block-slide .text > a {
    font-family: 'GothamBold';
    display: block;
    text-align: end;
    max-width: 320px;
    margin: 1em auto;
}
.block-slide .content p:last-of-type{
    padding-top: 1em;
}
.low-tab .colum-docs {
    max-width: 475px;
}
/*Acordion*/
.accordion-button{
    padding: 1.5rem 1.25rem;
}
.accordion-header button{
    font-family:'GothamBlack';
}
.accordion-button.collapsed{
    color: #253150;
}
.accordion-button:not(.collapsed) {
	color: #BD0F14;
	background-color: inherit;
	box-shadow: none;
}
.accordion-button:focus {
	z-index: 3;
	border-color: none;
	outline: 0;
	box-shadow: none;
}
.accordion-button::after {	
	background-image: url(../img/icon_flecha-inactivo.svg);
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../img/icon_flecha-activo.svg);
	transform: rotate(0deg);
}

/*General*/
section.titulo{    
    padding: 0;
}
.titulo h1{
    max-width: 770px;    
    margin-left: auto;
    margin-right: auto;
}
.tit-espace{
    margin-top: 1.875rem;
}
.btn {
    font-family: 'GothamBold';
    display: block;
    margin: 1em auto;
    border-radius: 10px;
    padding: 1em 2em;
    font-size: 13px;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.w-17 {
    max-width: 170px;
}
.b0-bg {
    background-color: #b0b6ba27;
}
.red-outline-btn {
    background: transparent;
    border: 1px solid #BD0F14;
    color: #BD0F14;
}
.red-outline-btn:hover,.red-outline-btn:active,.red-outline-btn:focus{
    background: #BD0F14;
    color: #FFFFFF;
}
.dark-blue-btn {
    background: #253150;
    color: #ffffff;
}
.dark-blue-btn:hover,.dark-blue-btn:active,.dark-blue-btn:focus{
    background: #B0B6BA;
    color: #ffffff;
}
.gray-cl-bg {
    background: #b0b6ba3a;
}
.bordered-box{
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.dark-border{
    border: 1px solid #b0b6ba;
}
.rbox.dark-border{
    display: none;
}
.wb-l{
    border-left: none !important;
}
.rbox{
    border-radius: 5px;
}
.rbox2x{
    border-radius: 10px;
}
.modal-backdrop {
	background-color: #253150;
}
.modal-backdrop.show {
	opacity: 0.9;
}
.modal-header{
    border: none;
}
.modal-content{
    max-width: 470px;
    position: relative;
}
.btn-close{
    position: absolute;
    top: -40px;
    right: 0;
    color: #ffffff;
    opacity: 1;
    background: url(../img/icon-cerrar-blanco.svg);
}
.modal-body .red{
    font-family:'GothamBlack';
    color: #BD0F14;
    text-align: center;   
    width: 280px; 
    font-size: 1.1em;
}
.modal-body .blue{
    font-family:'GothamBlack';
    color: #253150;
    text-align: center;   
    width: 280px; 
    font-size: 1.1em;
}
.modal-body .adv{
    font-family:'RobotoRegular';
    color: #333333;
    text-align: center;
    width: 280px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    justify-content: center;
}
.modal-body .error-title.red,.modal-body .error-title.blue{
    width: 100%;
    font-size: 1.125rem;
    margin: 0 0 1em 0;
}
.modal-body p{
    margin: 0;
    padding: 0;
}
.modal-footer{
    border: none;
}
.modal-footer .btn{
    border-radius: 5px;
    background: #b0b6ba23;
    border: 1px solid #B0B6BA;
    color: #B0B6BA;
}
.modal-footer .btn:hover, .modal-footer .btn:focus{
    background: #253150;
    border: 1px solid #253150;
    color: #ffffff;
}
/*Footer*/
footer{
    width: 100%;
    background: #253150;
    color: #ffffff;
    padding: 50px 0 3em;
}
footer h2{
    position: relative;
    color: #ffffff;
    margin-bottom: 50px;    
    font-size: 1.875rem;
}
footer h2::after{
    content: '';
    position: absolute;    
    width: 35px;
    height: 3px;
    background: #BD0F14;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
footer p{
    font-family:'RobotoRegular';
    font-size: 1em;
    color: #ffffff;
}
footer p span{
    display: block;
}
footer p.minus{
    max-width: 260px;
}
footer a,footer a:hover{
    color: #ffffff;
}
footer .button{
    font-family:'GothamBold';
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #B0B6BA;   
    color: #B0B6BA;
    padding: 1em 2em;
    border-radius: 0.4em; 
    text-decoration: none;
    width: max-content;
    margin: 0 ;
}
footer .button:hover{
    background: #B0B6BA;
    color: #ffffff;
    text-decoration: none;
}
footer .lineav{
    height: 115px;
    width: 1px;
    background: #BD0F14;
}
.footer-sec{
    background: #B0B6BA;
    margin-top: 18px;
    padding-top: 2em;
    padding-bottom: 2.5em;
}
.footer-sec h4{
    font-family:'GothamBlack';
    font-size: 0.875rem;
    color: #253150;
}
.footer-sec h5{
    font-family:'GothamBlack';
    font-size: 0.84rem;
    color: #253150;
}
.footer-sec .logos img{
    vertical-align: bottom;
    padding-right: 0.2em;
}
.footer-sec .logos img.logo{
    max-width: 140px;
}
.footer-sec ul{
    list-style: none;
    padding: 0;    
}
.footer-sec ul li{
    font-family:'GothamBold';
    font-size: 0.875rem;    
}
.footer-sec ul li a{
    font-family:'GothamBook';
    color: #253150;
    text-decoration: none;
    display: block;  
    padding: 5px 0;  
    width: auto;
}
.footer-sec ul li a:hover{
    background: #ffffff;
    border-radius: 0 5px 5px 5px;
    text-decoration: none;
    padding: 5px;
}
.footer-sec p{
    font-family:'GothamBook';
    font-size: 0.9em;
    color: #253150;
}
.footer-sec p span{
    font-family: 'GothamBlack';
}
.footer-sec .contactenos span{
    font-family:'GothamBook';
    color: #253150;
    font-size: 0.75rem;
}
.footer-sec .contactenos a{
    font-family:'GothamBook';
    color: #253150;
    font-size: 0.75rem;
    text-decoration: none;
    margin-left: 0.2em;
}
.footer-sec .contactenos .oficina{
    font-family:'GothamBold';
    font-size: 0.875rem;
    padding-top: 1.5em;
    display: block;
}
.footer-sec p a{
    color: #253150;
    text-decoration: none;
}
.footer-sec .accordion-item{
    background: #B0B6BA;
}
.footer-sec .accordion-button{
    background: #B0B6BA;
}
.footer-sec .accordion-button:not(.collapsed) {
	color: #FFFFFF;	
}
.footer-sec .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
.social ul{
    display: inline-flex;
}
.social li{
    padding: 5px 10px ;
}
.social ul li a{
    display: inline-flex;
    padding: 0;
}
.social ul li a:hover {
    background: transparent;
    border-radius: 0;
    text-decoration: none;
    padding: 0;
}
.cien{
    padding: 1em 0;
}
.footer-sec .lineav {
    height: 150px;
    width: 1px;
    background: #A4A4A4;
    display: inline-flex;
}
.footer-sec .contenido-wf{
    display: inline-block;
    border-left: 1px solid #A4A4A4;
    padding-left: 1em;
}
.footer-sec .contenido-wf h5{
    font-family: 'GothamBold';
}
.terminos {
	border-top: 1px solid #A4A4A4;	
	width: 100%;
	display: block;
	text-align: center;	
    background: #B0B6BA;
    height: 45px;
}
.terminos ul{
    font-family:'Roboto Cn';
    list-style: none;
    display: inline-flex;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.terminos li:first-of-type{
    border: none;
}
.terminos li{
    color: #ffffff;    
    padding: 0 20px;
}
.terminos li a{
    font-family:'GothamMedium';
    color: #253150;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 2.8125rem;
    height: 100%;
}
.terminos li a:hover,.terminos li a:focus,.terminos li a:active{
    color: #ffffff;
    text-decoration: underline;
}
.terminos li a:hover.nohover{
    color: #253150;
    text-decoration: none;
    cursor: default;
}
.blue-rights{
    font-family:'GothamBook';
    height: 45px;
    line-height: 2.8125rem;
    color: #ffffff;
    text-align: center;
    width: 100%;
    background: #253150;
    font-size: 0.75rem;    
}
.footer-sec .accordion-header button{
    font-family:'GothamBlack';
    font-size: 0.875rem;
    color: #253150;
}
.footer-sec .accordion-header .accordion-button:focus {    
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.ae-hide{
    display:flex;
}
/*Media Query*/
@media (max-width: 1600px){
    .banner{
        height: 460px;
    }
}
@media (max-width: 1440px){
    .bluebox.home {
        top: 23%;
        left: 6%;
    }
}
@media (max-width: 1399.98px) {
    .navbar-brand img {
        width: 100%;
    }    
    .home-minibox{
        margin: 0 auto;
    }
    .banner-slide {
        height: 560px;
    }
    .info-seguro {        
        margin-left: 0;
    }
    .interm p {       
        margin-top: 1em;
    }
    .bluebox.home {
        top: 35%;
        left: 4%;
    }
    .low-tab .colum-sec-p{
        padding: 1rem;
    }
}
@media (max-width: 1199.98px) {
    header .button{
        width: 220px;
    }
    .banner {
        height: 390px;
    }
    .estudio-home h4{
        margin: 0 20px;
    }    
    .estudio-home p{
        margin: 0 20px 20px;
    }
    .estudio-home ul.h-menu{
        margin-left: 20px;
    }
    .icon-box {
        height: auto;
        margin: 1.5rem 0 0;
        min-height: 250px;
    }
    .blog-card .text-card {       
        border-bottom: 1px solid #7e7e7e;
    }
    .blog-card {        
        margin: 0 auto;
    }
    .especial-img{
        height: 315px;
        padding: 0em 1em;
    }
    .nuestra p {
        max-width: 90%;
        margin: 0 auto;
    }
    .nuestra h2 {
        margin: 1.5em 2rem 1em;
    }
    .nuestra-l .colum-sec-top {
        margin-bottom: 3.5%;
    }
    .seguro h3{
        max-width: 90%;
    }
    .seguro p{
        max-width: 90%;
    }
    ul.icons{
        max-width: 90%;
    }
    .info-pago .recomendacion {
        width: 50%;
        margin: 0 auto;
    }
    .adv-w2 img {
        left: -80px;
    }
    .faq .accordion-button {
        height: 150px;
    }
    .faq .accordion-body{
        height: auto;
    }
    .backmenu .nav-pills .nav-link,.backmenu .nav-pills .nav-link.active{        
        font-size: 0.8em;        
    }  
    .upper-tab img {
        width: 100%;
        height: auto;
    } 
    .upper-tab.nprod {        
        margin-top: 70px;
    } 
    #pills-novedades .low-tab .mini-slide .block-slide {
        margin-right: auto;
        margin-left: auto;
    }
    .cajon-lateral {
        margin-left: auto;
        margin-right: auto;
    }
    .low-tab .mini-slide .block-slide {        
        margin: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1090px) {
    .miga {
        margin-top: 130px;        
    }
}
@media screen and (min-width:991.98px) and (max-width:1090px){
    header .button{
        width: 130px;
    }    
}

@media (max-width: 991.98px) { 
    section.brn {
        padding-top: 0;
    } 
    section.titulo{
        padding-top: 2em;
    }  
    .header-mb{
        height: 65px;
        background:#FFFFFF;   
        border-bottom: 2px solid #BD0F14;     
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 15;
    }
    .logo-mb{
        display: block;
        width: 100%;        
    }
    .logo-mb .img{
        display: block;
        margin: 1em auto;
        height: 23px;
        width: auto;
    }
    .red-band{
        height: 5px;
    }
    .header-mb .container{
        position: relative;
    }
    .menu{
        position: absolute;
        top: 0;
        left: 2.1875rem;
        cursor: pointer;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 14;
        top: 0;
        left: 0;
        background-color: #FFFFFF;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 70px;
    }
    .sidenav .accordion-button {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.5625rem;
        padding-right: 0.8rem;
    }
    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color:#253150e0;
        z-index: 3;
        cursor: pointer;
        transition: 0.5s;
    }  
    .sidenav a {
        font-family:'GothamBold';
        padding: 8px 8px 8px 5px;
        text-decoration: none;
        font-size: 1em;
        color: #253150;
        display: block;
        transition: 0.3s;
    }      
    .sidenav a:hover {
        color: #BD0F14;
    }  
    .cerrar{
        display: none;
    }    
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 25px;
        font-size: 36px;
        z-index: 15;         
    }
    .sidenav .accordion-body{        
        padding: 0 1.25rem;
        background: #ffffff;            
    }    
    .sidenav .accordion-button{
        font-family: 'GothamBlack';
        background: #F8F8F8;
        font-size: 14px;
    }
    .sidenav .accordion-item{
        border: none;
        margin-bottom: 3px;
    }
    .sidenav .accordion-header.link {
        border: none;
        margin-bottom: 3px;        
        background: #F8F8F8;
    }
    .sidenav .accordion-header.link a{
        color: #253150;
        display: flex;
    }
    .sidenav .accordion-header.link a.accordion-button::after {
        background-image: url(../img/icon_flecha-inactivo-der.svg);
        background-repeat: no-repeat;
        transform: rotate(0deg);
        max-width: 15px;
        display: inline-block;
        background-size: 10px;
    }
    .sidenav .accordion-header.link a:hover{
        color: #BD0F14;
    }
    .sidenav .accordion-header.link a:hover.accordion-button::after {
        background-image: url(../img/icon_flecha-activo-der.svg);                        
    }
    .sidenav ul{
        list-style: none;
        padding: 0;
    }
    .sidenav ul li{
        border-bottom: 1px solid #A4A4A4;
    }
    .sidenav ul li a{
        font-family:'RobotoRegular';
        color: #A4A4A4;  
        padding: 1em;  
        font-size: 0.75rem;        
    }
    .miga {
        background: #F8F8F8;
        width: 100%;
        height: 40px;
        margin-top: 65px;        
        border-top: none;
        z-index: 2;
    }
    .miga .container {        
        margin-top: 9px;        
    }
    .miga a:first-of-type {
        margin-left: 1.5rem;
    }
    .btn-blue {
        width: 100%;
        display: block;
        background: #253150;
        height: 45px;
    }
    .btn-blue img {
        margin-left: 1.5625rem;
        margin-right: 0.5em;
    }
    a.btn-blue, a.btn-blue:hover, a.btn-blue:active {
        color: #B0B6BA;
        font-size: 14px;
    }
    .banner {
        height: 560px;        
        width: 100%;               
    }
    .vcpage{
        height: calc(100vh - 105px);
    }
    /*Sios*/
    .sios{        
        bottom: 50%;        
    }
    /*Home*/
    .banner-slide {        
        margin-top: 0px;
    }
    .bluebox.home {
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .bluebox.home h2 {
        width: 80%;
        font-size: 1.375rem;
        min-width: auto;
        padding: .75em 1.5em;
    }
    .bluebox.home h2 a {
        padding-bottom: 1em;
    }
    .banner-slide .slick-dots {
        margin-top: 1.5em;
        padding: 0;
    }
    .estudio-home ul.h-menu {
        list-style: none;
        display: block;
        background-color: transparent;
        border: none;
        border-radius: 5px;
        width: 95%;
        padding: 1rem;
        margin: 0 auto;
    }
    .estudio-home h4 {
        width: 95%;
        margin: calc(1rem + 20px);
    }
    .estudio-home ul.h-menu li {
        background-color: #FFFFFF;
        border: 1px solid #B0B6BA;
        border-radius: 5px;
        padding: 0.9em;
        margin: 0.5em auto;
    }
    .estudio-home ul li a {          
        display: block;
        text-align: left;
    }
    .estudio-home .af-arrow{
        position: relative;
    }
    .estudio-home .af-arrow::after {        
        position: absolute;
        right: 1rem;
    }
    .estudio-home p {
        margin: 1rem calc(1rem + 20px);
        padding: 0;
    }
    .estudio-home .h-menu .dropdown{
        display: block;
        position: relative;
    }
    .estudio-home .dropdown-toggle::after {
        position: absolute;
        right: 1rem;
    }
    .estudio-home .h-menu .dropdown-menu li {
        border: none;
    }
    .btn-blog{
        margin-top: 1em;
    }
    .bluebox {
        top: 60%;
    }
    .proteger {
        background-image: url(../img/bg-ogray.png);
        height: auto;
        background-size: 100% 75%;
        background-position: bottom;
        background-repeat: no-repeat;
        max-height: 680px;              
    }
    .proteger img {
        margin-top: 0;
        max-width: 480px;
    }
    .seguro .info-seguro-l ul {        
        max-width: 100%;
    }
    .seguro h3{
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .seguro p {
        margin-left: auto;
        margin-right: auto;
        width: 90%;        
    }
    ul.icons {        
        max-width: 90%;   
        margin: 0 auto;     
    }
    .info-seguro{    
        max-width: 672px;    
        margin:0 auto;
        width: 100%;
    }
    .info-seguro-l {
        max-width: 648px;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    h2.beneficios {
        max-width: 672px;
        margin: 0 auto;
    }
    .info-pago{
        height: auto;
    }
    .info-pago {
        background-position-y: 25%;
    }
    .adv-w2 img {
        left: -20px;
    }
    .info-pago .recomendacion {
        width: 40%;        
    }
    .especial-img{
        max-width: 340px;
        margin: 1em auto;
        height: auto;
        padding: 0;
    }
    .especial-img.bordered-box{
        border: none;
        box-shadow: 0 0 3px #ced4da;
    }
    .especial-img img {
        display: block;
        width: 100%;
    }
    .colum-dato{
        padding: 1em 1.5em;
    }
    /*Footer*/    
    .footer-sec .contenido-wf {
        margin: 1em auto;
        display: block;
        text-align: left;
        padding: 0;
        border-left: none;
        border-top: 1px solid #A4A4A4;
    }
    .footer-sec .contenido-wf h5 {        
        padding-top: 2em;
    }
    .contenido-wf .social,.contenido-wf .cien{
        text-align: center;
    }
    .blue-rights,.terminos {        
        height: auto; 
        line-height: 1.5;
        padding: 1em 10%;                     
    }
    .terminos ul{
        display: block;
    }
    .terminos ul li a{
        font-size: 0.875rem;  
    }
    .nohover{
        display: none;
    }
    .footer-sec{
        padding-top: 2em;
    }
    .footer-sec .lineav {
        height: 1px;
        width: 90%;
        background: #A4A4A4;
        display: block !important;
        margin: 2em auto;        
    }    
    .footer-sec .contactenos span {
        font-size: 0.875rem;
    }
    .footer-sec .accordion-button {
        padding: 1rem 1.25rem;
    }
    .footer-sec .accordion-body {
        padding: 0rem 1.25rem;
    }
    /*somos*/
    .nuestra{
        margin: auto;
    }
    .nuestra img{
        width: 100%;
    }
    .nuestra-l {
        max-width: 672px;        
        margin: 1em auto;
    }
    .nuestra-l.gobierno {
        max-width: 682px;        
        margin: 1em auto;
    }
    .gobierno {
        max-width: 682px;
        margin: 0 auto
    }
    .gobierno img.mapa {
        max-width: 310px;
        margin: 0 auto;
        display: block;
        width: 90%;
        height: auto;
    }
    /*Lenguaje*/
    .info {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .search-box {
        margin-top: -130px;
        margin-bottom: 100px;
        background:  linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(37,49,80,0.1) 100%);
    }
    .search-box.filtro {
        height: 330px;
    } 
    .filtro {
        margin: 1em 0;
    }    
    .filtro .btn-secondary {
        margin: 0 0 0 auto;
        display: block;
    }   
    
    .btn-buscar {
        display: block;
        margin: 1em auto;
        padding-top: 1em;
        padding-bottom: 1.5em;
    }
    .btn-buscar input {
        font-family: 'GothamBold';
        text-decoration: none;
        background: #b0b6ba33;
        border: 1px solid #B0B6BA;
        display: block;
        text-align: center;
        max-width: 130px;
        margin: 0 auto;
        color: #B0B6BA;
        padding: 0 1em;
        border-radius: 0.25rem;
        width: 100%;
    }
    .btn-buscar input:hover{
        border: 1px solid #BD0F14;
        background-color:  #FCF2F3;
        color: #BD0F14;
    }
    .btn-buscar input:focus, .btn-buscar input:active {
        border: 1px solid #BD0F14;
        background-color:  #bd0f14;
        color: #ffffff;
    }
    .lenginm{
        margin-top: 2em;
    }
    .search-box h3.left {
        margin: 2em auto;
    }
    .search-box .input-group.left {
        margin-left: auto;
    }
    .search-box.preguntas {
        margin-top: -150px;  
        margin-bottom: 0;  
        height: 300px;    
    }
    .vcpage{
        height:100vh;    
    }
    .productos .in-slide {
        width: 100%;
        max-width: 340px;
    }
    .productos .in-slide p{
        max-width: 350px;
        margin: 1.5em;
    }
    .productos .in-slide h2{
        margin: 1.5rem 0.625rem;
    }
    .intermediarios .container.mt-n200 {
        margin-top: -335px;
    }
    .intermediarios .h-450{
        height: 270px;
    }

    .intermediarios .container.mt-n200 h2.white{
        color: #253150;
        padding-bottom: 2rem;
    }
    .upper-tab img {
        width: 100%;
        height: auto;
        max-width: 70%;
        margin: 0 auto;
    }
    .backgro{
        height: 630px;
    }
    .upper-tab .colum-sec-p{
        max-width: 487px;
        margin: 1em auto;
        width: 100%;
    }
    .low-tab .tab-container{
        max-width: 487px;
        margin: 1em auto;
        width: 100%;
    }
    .backmenu {        
        z-index: 2;        
    }
    .backmenu.minus{
        margin-bottom: -55px;
    }
    .backmenu .nav-submenu{
        display: none;
    }
    .backmenu .submenu {
        align-items: center;
        flex-wrap: nowrap;
        width: 85%;
        box-shadow: none;
        background-color: #F8F8F8;        
        margin: 0 auto;
        color: #253150;
    }    
    .backmenu .nav-submenu:active{
        background-color: #253150;
    }    
    .backmenu .nav-pills .nav-link.active {
        font-size: 1em;
        width: 95%;
        margin: 0 auto;
        background-color: #f8f8f8;
        position: relative;
        z-index: 2;
        color: #253150;
        padding: 0;
    }
    .backmenu .nav-pills .nav-link:hover.active {
        color: #ffffff;   
        background-color: #253150;     
    }    
    .backmenu .nav-pills .nav-link {
        font-family: 'RobotoRegular';
        font-size: 1em;        
        margin: 0 auto;
        background-color: #f8f8f8;
        position: relative;
        z-index: 2;  
        color: #253150; 
        width: 95%;   
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);     
        border-radius: 0;
    }
    .backmenu .nav-pills .nav-link:active{
        background-color: #253150;
        color: #ffffff;
    }
    .backmenu .nav-pills .inferior{        
        margin: 0 auto;
        background-color: #f8f8f8;
        position: relative;
        z-index: 2;
        width: 95%;
        font-size: 	0.875rem;
        height: 40px;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
    }
    .backmenu .nav-pills .inferior:first-of-type {
        border-radius: 0.25rem 0.25rem 0 0;
        padding-top: 0.3em;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        height: 50px;
    }
    .backmenu .nav-pills .inferior:last-of-type{
        border-radius: 0 0 0.25rem 0.25rem;
        padding-bottom: 0.3em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }    
    .ae-dropdown{
        max-width: 375px;
        width: 90%;
        margin: 0 auto 20px;
        display: block;
        padding: 1rem;
        background-color: #253150;
        color: #ffffff;
        box-shadow: 2px 2px 5px #999;
        background-image: url(../img/icon_flecha-white.svg);
        background-repeat: no-repeat;
        background-position:95% center ;
        background-size: 20px;
    }
    .ae-dropdown.n-egative{
        background-color: #ffffff;
        color: #ffffff;
        background-image: url(../img/icon_flecha-inactivo-up.svg);
        margin-bottom: -10px;
    }
    .ae-dropdown span{
        font-family: 'GothamBold';
        font-size: 	0.875rem;
        color: #fff;
        margin-left: 1em;
    }
    .ae-dropdown.n-egative span{
        color: #253150;
    }
    .ae-hide{
        display:none;
    }
    .low-tab {
        margin-top: 80px;        
    }
    .inner-tab-content{
        display: block;
    }
    .inner-tab-content .nav-pills{
        margin-bottom: 1em;
    }
    #v-pills-tab button,
    #v-pills-home-tab button{        
        text-align: center;
        margin: 0 auto;
    }
    .box-arrendamiento{
        margin: 1rem auto;        
    }
    .consulta{
        max-width: 475px;
        margin: auto;
    }
    .faq{
        float: none;
        margin-top: 3em;
    }
    .form-container {        
        margin: -65px auto 0;
    }
    .form-container .form-group {
        padding: 30px 0;
    }
    .aula-info {
        display: flex;
        width: 100%;
        max-width: 100%;
    }
    .aula-info h4{
        font-size: 1.25rem;
        text-align: left;
    }
    .aula-info p{
        text-align: left;
    } 
    .aula-info .aula-text{
        margin-left: 1rem;
    }   
    .low-tab .colum-sec-p {
        padding: 0;
        max-width: 375px;
        margin: 0 auto;
    }
    #pills-novedades .low-tab .mini-slide .block-slide {
        margin-right: auto;
        margin-left: auto;
    }
    .cajon-lateral {
        margin-left: auto;
        margin-right: auto;
    }
    .low-tab .mini-slide .block-slide {        
        margin: 1em auto;
    }
}



@media (max-width: 767.98px) {
    h1{
        font-size: 1.875rem;
    }
    h2{
        font-size: 1.875rem;
    }    
    .menu{                
        left: 0;        
    }
    .banner {
        height: auto;                
    }
    .bluebox{
        width: 90%;
        margin: auto;
    }
    .bluebox h2{
        font-size: 1.875rem;
    }
    .nproductos h2{
        max-width: 340px;
        margin: auto;
    }
    .intermediarios.nproductos h2{
        max-width: 375px;
        text-align: left;
    }
    .intermediarios .blog-card{
        max-width: 372px;
        margin: auto;
    }
    .footer-sec{
        padding-top: 0.5em;
    }
    .footer-sec ul {        
        padding-left: 0.5em;
    }
    .footer-sec .accordion-button{
        padding: 1.5rem 0;
        z-index: 1;
    }
    footer .button{
        margin: 0 auto;
    }
    footer .lineav {
        height: 1px;
        width: 80%;
        margin: 1em auto;
    }
    footer p{
        margin: 25px auto 25px 3em;
        max-width: 308px;
    }
    footer p.minus {
        max-width: 300px;
        margin: 25px auto 25px 3em;
    }
    footer button{
        display: block;
        margin: 0 auto;
    }
    .footer-sec{
        margin-top: 10px;
    }
    
    .slider-modalidades .slick-dots{
        bottom: -70px;
    }
    .blue-bg h4 {
        text-align: center;
        padding: 1em 0 1em;
    }
    .blue-bg h4 span {
        margin: 0.2em auto;
    }
    .blue-bg h4 span {        
        padding: 0 1em ;
    }
    .icon-space .blue-bg{
        padding: 2em;
    }
    .icon-box {
        height: auto;
        min-height: 190px;
        display: inline-flex;
        width: 100%;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .icon-box .vc {
        margin: 0;
        position: relative;
        top: auto;
        left: auto;
        -ms-transform: none;
        transform: none;
        width: 100%;
        display: inline-flex;
    }
    .icon-box h5 {
        padding-top: 1em;
        max-width: 130px;
    }
    .icon-box img {
        margin: 1em 0;
    }
    .icon-box .bloque {
        width: 70%;
    }
    .icon-box p {
        margin: 0;
        text-align: left;
        padding-bottom: 1.5em;
    }
    .banner-slide {
        height: 630px;
    }
    .info-seguro {
        max-width: 514px;
    }
    h2.beneficios::after {        
        top: 3.6em;
    }
    .info-pago .recomendacion {        
        margin: 0 5em 0 auto;
    }
    .info-pago .dark-blue-btn{
        margin: 0 8em 0 auto;
    }
    .info-pago p.fondo {
        width: 90%;
        margin: auto;
    }
    .bluebox,
    .bluebox.large{
        top: 60%;
        left: 50%;
        transform: translate(-50%, 0);
        width:max-content ;
        max-width: 90%;
    }
    .estudio-home p{
        width: 95%;
        margin: 0 auto;
        padding: 0.5rem 1rem;
    }
    .estudio-home h4 {
        width: 100%;
        margin: 1rem 1.7rem;        
    }
    .nuestra-l .colum-sec-top,.nuestra-l .colum-sec-bottom{
        height: auto;
        margin: 1em auto;
    }
    .info-seguro-l {
        max-width: 490px;
    }
    .nuestra-l .full {
        width: 100%;
        position: relative;
        margin-bottom: -32px;
    }
    .mb-space{
        width: 100%;
        height: 170px;
        overflow: hidden;
    }
    .mb-space.open{
        height: auto;
    }
    .colum-pdf{
        margin: 0 auto;
    }
    /*lenguaje*/
    .punto {
        margin-left: auto;
        margin-right: auto;
    }
    .pagination {        
        justify-content: center;
    }
    footer .lineav {
        height: 1px;
        width: 90%;
        display: block !important;
        margin: 0 auto 0 105px;
        background: #BD0F14;
        max-width: 125px;
    }
    .fecha {        
        margin: 3em 0;
        width: 53%;
        text-align: left;
    }
    .fecha.left{
        width: 100%;
    }
    .in-slide {
        margin: 0 auto;
    }
    .vcpage .info-msj {
        font-size: 29px;
    }
    .low-tab .container{
        max-width: 100%;
        padding: 0;
    }
    .low-tab .tab-container {
        max-width: 100%;
    }
    .low-tab .tab-container h3{
        max-width: 487px;
        margin: 0 auto;
    }
    .tabs-nservicios ul, .tabs-nproductos ul {
        max-width: 487px;
        margin:1.5em auto;
    }
    .banner-sec {
        padding: 2rem 0rem 0 0rem;
        width: 100%;
    }
    .backgro {        
        top: 0px;
    }
    .backgro.n_servicios{
        top: 60px;
    }
    .upper-tab.nprod {
        margin-top: 0;
    }
    .form-container {
        margin: -55px auto 0;
    }
    .form-container .form-group {
        width: 95%;
    }
    .low-tab .container.unwide {
        max-width: 375px;   
        overflow-y: hidden;     
    }
    .container.unwide .mini-slide {
        margin: 1rem auto;
        height: auto;
    }
    .container.unwide .mini-slide .block-slide {
        height: auto;
    }
    .container.unwide .mini-slide .block-slide .content {        
        max-height: 100%; 
        padding-bottom: 1rem;    
        margin-bottom: 1rem;   
    }
    .container.unwide .block-slide .text {
        height: auto;     
        padding: 0 2em;
        width: 100%;   
    }
    .low-tab .more{
        display: none !important;
    }
    .m-34,.m-50 {
        margin-top: 0;
    }  
    
    .lenginm .accordion-button, .pservicio .accordion-button, .ppoliticas .accordion-button {
        padding: 1.5rem 0;
        font-size: 	1.125rem;
    }
    .low-tab .lenginm {
        width: 100%;
        margin-top: 50px;
        max-width: 375px;
    }
    .low-tab .lenginm .punto-servicio {
        max-width: 100%;
        margin-left: 1rem;
    }
    .low-tab .content-down {        
        max-width: 375px;   
        margin: 0 auto 2rem;     
    }
    .low-tab .colum-docs {
        max-width: 375px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
    }
    .low-tab .colum-docs .colum-pdf {
        position: relative;
        max-width: 320px;        
        height: 90px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .low-tab .colum-bluebox h2 {
        font-size: 1.375rem;
    }
}


@media (max-width: 575.98px) {
    .bluebox.home {        
        max-width: 375px;        
    }
    .container {
        max-width: 375px;
        width: 90%;
        margin: auto;
        padding: 0;
    }
    .upper-tab .container {
        max-width: 375px;
        width: 90%;
        margin: auto;
        padding: 0;
    }
    .upper-tab img {        
        padding-right: 0px;
    }
    .tabs-nservicios.tab-content {
        padding-top: 2em;
        padding-bottom: 80px;
    }
    .tabs-nservicios.tab-content.aux {
        padding-top: 2em;
        padding-bottom: 0;
    }
    .container.mt-n200{
        margin-top: -400px ;
    }
    section.titulo {
        padding-top: 0em;
    }
    .blog-card .text-card {
        border-bottom: 1px solid #7e7e7e;
        border-left: 1px solid #7e7e7e;
    }
    .intermediarios .blog-card .text-card {
        border-bottom: 1px solid #7e7e7e;
        border-left: none;
    }
    .bg-edificios {        
        height: 100px;
        margin-top: -50px;
        z-index: 0;
    }
    .terminos {
        height: auto;
        line-height: 1.5;
        padding: 1em 0;
    }
    .menu{        
        left: 0px;        
    }
    .banner-slide {
        height: 535px;        
    }
    ul.icons li {
        height: 70px;
    }
    
    .estudio-home,.icon-space .blue-bg, .sm-box{
        max-width: 375px;
        margin: 0 auto;
    }
    .info-seguro-up img{
        width: 100%;
        margin-top: -30px;
        height: auto;
    }
    .info-seguro-up img.aux {
        width: 100%;
        margin-top: 0px;
        height: auto;
    }
    .info-seguro-l{
        max-width: 351px;
    }
    .info-seguro-l.unwide{
        max-width: 375px;
        width: 90%;
    }
    .low-tab .info-seguro-l ul {
        max-width: 368px;
        margin-left: 1em;
        margin-right: 1em;
        width: 90%;
    }
    .info-seguro{
        max-width: 375px;
    }
    .info-adj{
        max-width: 375px;
        margin: 0 auto;
    }
    h2.beneficios{
        max-width: 375px;
        font-size: 1.375rem;
    }
    .seguro h3,.proteger h2{
        font-size: 1.375rem;
        max-width: 95%;
    }
    .adv-w2 img {
        top: -35px;
        left: -66px;
    }
    .info-pago .recomendacion {
        width: 53%;
    }
    .info-pago .recomendacion {
        margin: 0 2em 0 auto;
    }
    .info-pago .dark-blue-btn {
        margin: 0 2em 0 auto;
    }
    .info-pago {        
        padding-bottom: 2em;
        background-position-y: 40%;
    }    
    .info-pago p.fondo {        
        margin-top: 60px;
        height: 130px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .proteger img {
        margin-top: 0;
        max-width: 90%;
    }
    .seguro .info-seguro-l ul {
        max-width: 85%;
    }
    .blog-card {
        max-width: 375px;        
        margin: 0 auto;
    }
    .blog-button{
        max-width: 375px;        
        margin: 0 auto;        
    }
    .proteger p {
        max-width: 375px;
    }
    .nuestra {
        max-width: 375px;
        width: 100%;
        margin: 0 auto;
    }
    .nuestra h2 {
        margin: 1.5em auto 1em;
        max-width: 300px;
        width: 90%;
    }
    .nuestra p{
        max-width: 300px;
        margin: auto;
        width: 90%;
    }
    .nuestra .img-down{
        max-width: 90%;
        display: block;
        margin: auto;
    }
    .nuestra-l {
        max-width: 375px;
        width: 100%;
        margin: 0 auto;
    }
    .nuestra-l.gobierno{
        margin: 2em auto;
        max-width: 375px;
    }
    .nuestra-l .full {                
        margin-bottom: -64px;
    }
    .nuestra-l p{
        max-width: 300px;
        margin: auto;
    }
    .nuestra-l p.ex-p{
        max-width: 375px;
    }
    .nuestra .arrange-mb{
        display: flex;
    }
    .min-container.gbn{
        max-width: 375px;
    }
    .estudio-home h4 {
        width: 95%;
    }
    .colum-pdf {
        position: relative;
        max-width:100%;
        width: 100%;
        height: 90px;
        display: inline-block;
    }
    .colum-pdf-p {        
        display: inline-flex;
        align-items: center;
    }
    .colum-pdf img {        
        margin: 0 2em;
    }
    .colum-pdf div{
        width: 100%;
    }
    .colum-pdf p {        
        font-size: 0.875rem;
        width: 100%;  
        text-align: left;      
    }
    .colum-pdf span{
        text-align: left;
    }
    .info {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .search-box{                
        margin:auto;
    }
    .search-box.filtro {
        height: 275px;
        margin-bottom: 2em;
    }
    .search-box h3.left {
        font-size: 1.25rem;
    }
    .lenginm {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .pservicio {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .ppoliticas{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    footer h2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    footer .lineav {
        margin: 0 auto 0 13%;
    }
    #mySearch-results {
        width: 100%;
    }
    .bluebox,
    .bluebox.large {
        width: max-content;        
    }
    .bluebox h2 {
        font-size: 1.65rem;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }        
    .faq {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .faq .accordion-button {
        height: auto;
        padding: 0 1em;
    }
    .faq .accordion {
        border-radius: 1em;
        margin: 0;
    }
    .fecha {                
        width: 60%;        
    }
    .nfound{
        width: 90%;
        margin: 0 auto;
    }
    .search-box.preguntas {
        height: 330px;
    }
    .search-box h3{
        width: 90%;
    }
    .texto{
        max-width: 310px;
        margin: 0 auto;
    }
    .icon-space .blue-bg {
        padding: 1.2em;
    }
    .icon-box p {
        padding-right: 0.5em;
    }
    .especial-img {
        max-width: 375px;        
    }
    .slider-servicios .in-slide{
        margin: 0 auto;
    }
    .in-slide {
        margin: 0 20px;
    }
    .productos .in-slide {
        width: 100%;
        max-width: 375px;
        margin: auto;
    }
    .upper-tab img {
        max-width: 100%;        
    }
    .upper-tab .colum-sec-p h3{
        text-align: center;
        font-size: 1.25rem;
    }
    .low-tab {
        margin-top: 70px;
    }
    .tabs-nservicios .low-tab {
        margin-top: 30px;
    }
    .low-tab .tab-container h3 {
        max-width: 375px;
        margin: auto;
    }
    .low-tab .container {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }
    .tabs-nservicios ul, .tabs-nproductos ul {
        max-width: 375px;        
    }
    .banner-sec {
        padding: 1rem 0rem 0 0rem;        
    }
    .consulta {
        padding: 30px 1em;
    }
    .box-arrendamiento h2,
    .box-arrendamiento p,
    .box-arrendamiento ul {
        margin: 1rem 1rem;        
    }
    .form-group  input[type=submit] {        
        margin-bottom: 3em;
        margin-top: 3em;
    }
    .captcha img {
        display: block;
        margin: 0 auto;
        max-width: 95%;
    }
    .low-tab .colum-sec-p {
        padding: 0;
        max-width: 375px;
        margin: 0 auto;
        width: 90%;
    }
    .colum-sec-p .accordion-button {
        padding: 1.5rem 0rem;
    }
    .low-tab .container.unwide {
        max-width: 375px;
        overflow-y: hidden;
        width: 90%;
    }
    .low-tab .lenginm {
        width: 90%;
        margin-top: 0px;        
    }
    .low-tab .content-down .colum-dato {
        max-width: 375px;        
    }
    .low-tab .content-down {
        max-width: 375px;
        margin: 0 auto 2rem;
        width: 90%;
    }
    .low-tab .colum-docs {
        max-width: 375px;
        width: 90%;
    }
    .block-slide p {        
        margin: 0 auto;
        color: #333333;
        max-width: 100%;
    }
    .mini-slide .block-slide .content {
        max-width: 100%;
    }
    .backmenu .nav-pills .inferior {
        width: 80%;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        border-right: 1px solid rgba(0, 0, 0, 0.125);
    }
    .cajon-lateral {
        max-width: 375px;
        max-height: max-content;
    }
    .mini-slide .block-slide .content {        
        height: max-content;        
    }
    .colum-bluebox {
        height: 103px;
    }
}

@media (max-width: 480px) {
    .banner-slide {
        height: 460px;        
    }
    .proteger {
        max-height: 620px;
    }
    footer .lineav {
        margin: 0 auto 0 13%;
    }
    
    .faq .text {        
        padding: 1.8em 0.6em;
    }
    .faq .accordion-body {
        margin: 0em 1.8em 0em;
    }
    footer h2 {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .info-seguro-l ul{
        width: 100%;
    }
    .info-seguro {
        max-width: 100%;
    }
    .info-seguro-l {
        max-width: 100%;
    }
    .info-seguro-up{
        max-width: 100%;
    }
    .info-seguro-up img {
        max-width: 100%;        
    }
    .seguro .info-seguro-l ul {
        padding: 0;
    }
    footer .lineav {
        margin: 0 auto 0 15%;
    }
    .bluebox h2 {        
        line-height: 1.2;
    }
    .titulo h1 {
        max-width: 85%;
    }
    .fecha {                
        width: 82%;        
    }
    .slider-servicios .in-slide {
        margin: 0 auto;
    }
    .in-slide {
        margin: 0 20px;
    }
    .low-tab .tab-container h3 {
        max-width: 375px;
        width: 90%;
        margin: auto;
    }
    .ae-dropdown span {
        margin-left: 0;
    }
    .low-tab .colum-bluebox h2 {
        font-size: 1.25rem;
    }
}
@media (max-width: 375px) {
    .miga {
        height: auto;
    }
    .info-pago{
        padding-bottom: 3em;
    }
    .info-pago .recomendacion {
        width: 70%;
    }
    .adv-w2 img {
        display: none;
    }
    .info-pago p.fondo {
        margin-top: 70px;
    }
    .info-pago .dark-blue-btn {
        margin: 0  auto;
    }
    .nuestra-l p.ex-p {
        max-width: 90%;
        word-break: break-word;
    }
    .nuestra-l.gobierno {
        margin: 2em auto -3em;
        max-width: 375px;
    }
    .bluebox h2 {        
        width: auto;
        max-width: 100%;
    }
    .search-box h3.left {
        width: 90%;
    }
    footer p,footer p.minus {        
        max-width: 90%;
    }
    .fecha {                
        width: 100%;        
    }
    .search-box h3 {        
        padding-top: 1em;
        font-size: 1.5rem;
    }
    .search-box.preguntas {
        height: 285px;
    }
    .in-slide {
        margin: 0 auto;
    }
    .backgro {
        height: 680px;
    }
    .banner-sec .indicador {
        font-size: 0.9em;
    }
    .indicador img {        
        width: 0.7em;
    }
    .banner-sec .indicador {
        font-size: 0.8em;
    }
    .tabs-nservicios .low-tab {
        margin-top: 30px;
    }
    .backmenu .nav-pills .nav-link {
        width: 100%;
    }
}
@media (max-width: 330px){
    .intermediarios .container.mt-n200 {
        margin-top: -350px;
    }
    .intermediarios .container.mt-n200 h2.white {
        color: #253150;
        padding-bottom: 1rem;
    }
    .miga a:first-of-type {
        margin-left: 0;
    }
}

.radiocheck {
    
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.radiocheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.radiocheck .checkmark {
    position: absolute;
    top: 32px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #808080;
    background-color: #F9F9F9;
    border-radius: 0px;
}
  
.radiocheck:hover input ~ .checkmark {
    border: 1px solid #808080;
    background-color: #F9F9F9;
    border-radius: 0px;
}
  
.radiocheck input:checked ~ .checkmark {
    background-color: #253150;
    border: 1px solid #707070;
}
  
.radiocheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.radiocheck input:checked ~ .checkmark:after {
    display: block;
}

.radiocheck .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
