body{
    font-family: 'Montserrat';
}

.navbar-brand img{
    @media (max-width: 991.98px) { 
        max-width: 90px;
     }
}

.nav-link img{
    @media (max-width: 991.98px) { 
        max-width: 155px;
     }
}

.btn-contacto{
    color: #FFF;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 100px;
    font-size: 14px;
    line-height: 18px;
}

.btn-compartir{
    color: #FFF;
}

#imagen-compartir {
    transition: transform 0.25s ease-in-out; /* Smooth rotation */
}

#share-wrapper {
    transition: opacity 0.25s ease-in-out; /* Smooth fade-in/out */
}


.cabecera{
    background-image: url(../img/img_cabcera@2x.png);
    background-position: center;
    background-size: cover;
    color: #FFF;
    @media (min-width: 1200px) { 
        /*padding-top: 95px;
        padding-bottom: 60px;*/
        background-image: url(../img/img_cabcera@2x.png);
        min-height: 650px;
    }
    @media (min-width: 992px) { 
        /*padding-top: 95px;
        padding-bottom: 60px;*/
        background-image: url(../img/img_cabcera@2x.png);
        min-height: 580px;
    }
    
}

.cabecera-interior{
    background-image: url(../img/cabecera-interiores.png);
    background-position: center;
    background-size: cover;
}

h1{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    @media (min-width: 992px) { 
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}

.cabecera p{
    font-size: 14px;
    line-height: 16px;
    @media (min-width: 992px) { 
        font-size: 14px;
        line-height: 18px;
    }
}

.main-copy{
    max-width: 740px;
    text-align: center;
}

.main-copy img{
    margin-top: 50px;
    margin-bottom: 15px;
    @media (min-width: 992px) { 
        margin-top: 320px;    
    }
}

h1.title-resp{
    font-size: 18px;
    line-height: 22px;
    color: #005073;
    font-weight: 400;
}

.tarjetas{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #005073;
    @media (min-width: 992px) { 
        padding: 40px;
       
    }
}

.tarjeta-container{
    background-color: #EFF3F7;
}

.pasos p{
    font-size: 14px;
    @media (min-width: 992px) { 
      line-height: 18px;
    }
}

.numero-paso{
    font-size: 33px;
    line-height: 47px;
    color: #4981A7;
    font-weight: bold;
}

.pasos-subtitle{
    font-size: 27px !important;
    line-height: 35px ;
    color: #4981A7;
    font-weight: 500;
}

.tarjetas label{
    font-weight: 500;
}

.tipo-tarjeta-box{
    background-color: #EFF3F7;
    border-radius: 20px;
    flex: 1 1 95%;
    font-size: 16px;
    line-height: 30px;
    flex-wrap: wrap;
    

    @media (min-width: 992px) { 
        padding: 30px 45px;
        margin-left: 10px;
        margin-right: 10px;
        flex: 1 1 20%;
    }
    @media (min-width: 1200px) { 
        padding: 30px 45px;
        margin-left: 10px;
        margin-right: 10px;
        flex: 1 1 22%;
    }   

    
}

.tipo-tarjeta-wrap{
    border-radius: 30px;
    
    font-size: 16px;
    line-height: 30px;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    padding: 2px;
    @media (min-width: 992px) { 
        margin-left: 10px;
        margin-right: 10px;
        
    }
    
}

.tipo-tarjeta-wrap.active{
    border: 2px solid #005073;
}

.tipo-tarjeta-wrap img{
    border-radius: 30px;
}

.tipo-tarjeta-wrap h3{
    position: absolute;
    text-align: center;
    bottom: 15px;
    width: 100%;
    color: #FFF;
    
}

.tipo-tarjeta-wrap:hover h3{
    bottom: 50px;
    transition:all 0.5s linear;
}

.tipo-tarjeta-wrap.active h3{
    bottom: 50px;
}

.imagen-tarjeta{
    display: none;
    @media (min-width: 992px) { 
        display: block;
    }
}

.tipo-tarjeta-box img{
    height: 20px;
    @media (min-width: 992px) {
        height: 55px;
    }
}

.form-tarjeta{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    @media (min-width: 992px) { 
        padding-top: 40px;
        padding-right: 80px;
    }
}

.form-tarjeta h3{
    font-size: 18px;
    line-height: 30px;
}

.form-legal{
    color: #4981A7;
}

.dropdown-toggle{
    width: 100%;
    color: #005073;
    border: 1px solid #4981A7;
    font-weight: bold;
}

ul.dropdown-menu{
    width: 100%;
    padding-left: 20px;
    @media (min-width: 992px) { 
        padding-left: 200px;
    }
}

.dropdown-menu li{
    width: 100%;
}

.dropdown-menu li a{
    text-decoration: none;
    color: #005073;
}

.dropdown img{
    height: 15px;
}

.dropdown-menu li img{
    height: 15px;
}

.btn-importe{
    
    padding: 5px;
    border: 1px solid #4981A7;
    color: #4981A7;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    max-height: 40px;
    @media (min-width: 992px) { 
        padding: 10px 40px;
    }
}

.importes{
    gap: 10px;
    align-items: baseline;
}

.importes button, .importes div{
    flex: 1 0 23%;
    
}

.btn-importe.checked{
    border: 3px solid #4981A7;
    background-color: #DFE8F0;
    
}

.form-tarjeta label{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    @media (min-width: 992px) { 
        line-height: 30px;
        
    }
}

.metodo-envio label{
    font-size: 16px;
    line-height: 22px;
}

.envio-detail{
    color: #A3C0D3;
    font-size: 14px;
    line-height: 22px;
}

.col-img{
    
    padding-left: 10px;
    
}

.img-tarjeta{
    background-color: #EFF3F7;
    border-radius: 20px;
    padding: 20px;
    @media (min-width: 992px) { 
        padding: 40px;
    }
}

.img-tarjeta p{
    color: #005073;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;

}

.tarjeta-container{
    position: relative;
}

.cantidad-tarjeta{
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #FFF;
    color: #005073;
    font-size: 18px;
    line-height: 30px;
    border-radius: 100px;
    padding: 7px 20px;
}

.texto-mensaje, .texto-de, .texto-para{
    font-weight: 400;
}

.btn-tarjeta{
    background-color: #005073;
    border-radius: 100px;
    color: #FFF;
    width: 100%;
    font-weight: bold;
}

.btn-tarjeta:hover{
    background-color: #4981A7;
    color: #FFF;
}

.btn-faq{
    font-weight: 400;
    max-width: 140px;
}

.form-control::placeholder {
    color: #4981A7;
    opacity: .5;
}

input, textarea {
    border: 1px solid #4981A7 !important;
}

input::-webkit-input-placeholder {        
    color: #4981A7;
    font-size: 16px;
    line-height: 30px;
    opacity: .5;
}

input:-ms-input-placeholder {        
    color: #4981A7;
    font-size: 16px;
    line-height: 30px;
    opacity: .5;
}

input::-moz-placeholder {        
    color: #4981A7;
    font-size: 16px;
    line-height: 30px;
    opacity: .5;
}

textarea::-webkit-input-placeholder {        
    color: #4981A7;
    font-size: 16px;
    line-height: 30px;
    opacity: .5;
}

textarea:-ms-input-placeholder {        
    color: #4981A7;
    font-size: 16px;
    line-height: 30px;
    opacity: .5;
}

textarea::-moz-placeholder {        
    color: #4981A7;
    font-size: 16px;
    line-height: 30px;
    opacity: .5;
}

footer .container{
    border-top: 2px solid #005073;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    @media (min-width: 992px) { 
        text-align: start;
    }
}


/** FOOTER **/
footer{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    

    

    

    .copyright{
        color: #999999;
        font-size: 13px;
        line-height: 18px;
        a{
            color: #999999;
        }
    }

    

    .arrow-up{        
        border: 1px solid #005073;
        border-radius: 50%;  
        padding: 10px 13.5px;      
    }

    .arrow-up:hover{       
        border: 1px solid #333333;
    } 

    .go-up{
        fill: #005073;
    }
}

footer .address{
    color: #4981A7;
    font-size: 14px;
    line-height: 20px;        
}

footer a{
    text-decoration: none;
    color: #4981A7;     
    font-size: 12px;
    line-height: 30px; 
}

footer .email {
    color: #A3C0D3;
    font-size: 14px;
    line-height: 20px; 
}

.footer-social{
    display: flex;
    justify-content: center;
    align-items: center;
    
    @media (min-width: 992px) { 
        justify-content: end;
        align-items: center;
    }
    
}

.footer-social a{
    color: #4981A7;
    font-size: 14px;
    line-height: 30px; 
}

.footer-social img{
    margin-top: -10px;
}

footer.row{
    border-top: 1px solid #005073;
}


.texto-interior h1{
    font-size: 20px;
    line-height: 30px;
    color: #005073;
    font-weight: 700;
    margin-bottom: 10px;
}

.texto-interior h2{
    font-size: 20px;
    line-height: 30px;
    color: #005073;
    font-weight: 400;
}

.texto-interior h3{
    font-size: 16px;
    line-height: 20px;
    color: #005073;
    font-weight: 700;
    text-transform: uppercase;
}

.texto-interior p{
    font-size: 16px;
    line-height: 20px;
    color: #222526;
}

.texto-interior hr{
    color: #222526;
    height: 2px;
}

.half-bottom-border {
    position: relative;
  }
  
  .half-bottom-border::after {
    content: '';
    position: absolute;
    bottom: 0;
     width: 50%; /* show only half the width */
    border-bottom: 2px solid #005073;
  }
  .half-bottom-border:last-of-type::after {
    content: none;
  }

a#CybotCookiebotDialogPoweredbyCybot, 
div#CybotCookiebotDialogPoweredByText {
    display: none;
} 

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo { 
    display: none !important;
}