/* Estilos paginas */
.background-subpage{
    background: rgb(9 9 9 / 81%);;
}

.separation{
    margin-top: 34px;
}

/* Disable redirections */

.disable{ 
    pointer-events: none; 
}

/* Media query */

@media only screen and (max-width:472px) {
    #header {
        transition: all 0.5s;
        z-index: 997;
        padding-bottom: 18px;
        padding-top: 17px;
        padding-left: 14px;
    }

    .logo{
        font-size: 22px !important;
    }

    .d-flex-movil{
        display: contents !important;
    }
     
    .get-started-btn {
        margin: 16px 48px 0 0 !important;
    }
    .contact .info{
        border-top: none;
        border-bottom: none;
    }

    .separation-body-movil{
        padding-top: 44px !important;
    }
}

@media only screen and (min-width:768.9px) and (max-width:798px) {
    .responsive-movil{
        margin-right: 23px !important;
    }
}

@media only screen and (max-width:767.98px){
    
    .footer-movil{
        text-align: center;
    }
    .redireccion-footer-movil{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .titulo-footer-movil{
        font-size: 36px !important;
    }

    .contenido-txt-movil{
        font-size: 19px !important;
    }
    .subtitulo-txt-movil{
        font-size: 22px !important;
    }

    .redirection-txt-movil{
        font-size: 19px !important;
    }

    .social-links a {
        font-size: 24px !important;
        padding: 10px 0 !important;
        width: 43px !important;
        height: 43px !important;

    }

    .titulo-location-movil{
        font-size: 36px !important;
    }

    .subtitulo-location-movil{
        font-size: 33px!important;
    }

    .info-movil-location{
        font-size: 24px !important;
    }

    .contact .info i {
        font-size: 34px;
        width: 69px;
        height: 69px;
    }
    .contact .info{
        border-top: none;
        border-bottom: none;
    }

    .flex-movil{
        justify-content: center;
    }

    .txt-movil-cards{
        text-align: center;
    }
}

@media only screen and (min-width:767px) and (max-width:991.98px){
    .contact .info p {
        padding: 0 0 10px 55px;

    }
}