@media (max-width: 1440px) {
    .initial-img>img {
        width: 70%;
        margin: 30px;
    }
}

@media (max-width: 1025px) {

    /*Seccion de beneficios*/
    .cards-befits {
        height: auto;
    }

    .card-container {
        width: 33%;
    }


    /*Seccion de planes*/

    .plans {
        flex-direction: column;
        align-items: center;
    }

    .plan-container {
        width: 90% !important;
        max-width: 500px;
        margin: 20px auto;
        padding: 1.5rem;
    }

    .plan-features {
        width: 100%;
        text-align: left;
    }

    .plan-features li {
        word-break: break-word;
        word-wrap: break-word;
    }


}



/*Tablet*/

@media (max-width: 856px) {
    .initial-img>img {
        width: 90%;
        margin: 20px;
    }

    /*Video*/
    .video {
        width: 80%;
    }

    /*Modal plan Free*/

    .modal-planFree {
        width: 98%;
    }

    .modal-content-grid {
        display: flex;
        flex-direction: column;
    }

    /*Columna izquierda*/
    .modal-left-free>h2 {
        margin-top: 20px;
        text-align: center;
        font-size: 46px;
    }

    .modal-left-free>p {
        text-align: center;
        margin: 8px 30px;
        font-size: 26px;
    }

    .modal-left-free h3 {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        font-size: 26px;
    }

    .benefits-list {
        margin: 5px 30px;
    }

    .benefits-list li {
        display: flex;
        justify-content: center !important;
        font-size: 20px;
    }

    .inactive {
        display: none !important;
    }

    .active {
        display: block;
    }

    .div-btnStart {
        display: flex;
    }

    .btn-start-trial {
        max-width: 350px;
        font-size: 18px;
        width: 320px;
    }

    /*Columna derecha*/
    .modal-right-free>h2 {
        margin-left: 22px;
    }

    .timeline-free {
        margin: 0px;
    }

    .timeline-card {
        margin-right: 30px;
    }

    .timeline-card span,
    p {
        font-size: 20px !important;
    }

    /*Terminos y condiciones*/
    .modal-terminos {
        width: 90%;
    }


    .modal-body ol li {
        font-size: 15px !important;
    }

    /*Footer*/

    .footer-logo-text>h2 {
        width: 45% !important;
    }

    .footer-logo-text>p {
        font-size: 16px !important;
        width: 47% !important;
    }
}

@media (max-width: 769px) {

    /*Menu principal*/
    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    #btn-demo {
        display: inline-block;
        margin: 15px auto;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }

    #btn-demo {
        display: inline-block;
        margin: 15px auto;
    }

    /*Seccion Beneficios*/
    .cards-befits {
        height: auto;
    }


    /*Seccion Planes de Servicio*/
    .plan-container {
        width: 75%;
    }


    /*Seccion footer*/
    .footer-logo-text>h2 {
        width: 60%;
    }

    .footer-logo-text>p {
        font-size: 12px !important;
    }

    .footer-logo-text {
        display: flex;
    }




}



/*Telefonos*/

@media (max-width: 431px) {

    /*Seccion Hero*/
    .display-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .initial-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    .div-novelty-banner {
        display: flex;
        flex-direction: row;
    }


    .initial-text>h1 {
        font-size: 28px;
        margin: 20px 30px;
        text-align: center;
    }

    .initial-text>p {
        font-size: 19px !important;
        margin: 20px 30px;
        text-align: center;
    }

    .initial-img-responsive {
        display: block;
        width: 50%;
        margin: 8px;
    }

    .initial-img {
        display: none;
    }


    .question {
        font-size: 18px;
        margin: 20px 30px;
    }

    .initial-buttons {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
        padding: 0px !important;
    }

    .btn-start,
    .btn-yellow {
        max-width: 200px;
        margin-top: 0px;
        font-size: 13px;
        height: 50px;
    }

    .btn-start {
        margin-right: 8px;

    }

    .btn-yellow {
        width: 180px;
        text-align: center;
    }

    /*Sobre mi*/
    #aboutMe>p {
        display: none;
    }

    .text-video-responsive {
        display: block;
        margin: 30px;
    }

    .text-video-responsive>p {
        font-size: 16px !important;
    }

    .text-video-responsive>ul>li {
        font-size: 16px !important;
    }

    /*Beneficios*/
    .card-container {
        width: 70%;
    }

    .card {
        height: 185px;

    }

    .benefit-surprise>img {
        width: 70px !important;
        margin-left: 30px;
    }

    .benefit-surprise>p {
        font-size: 14px;
        margin-right: 30px;
    }

    /*Planes*/
    .plan-hidden {
        display: none;
    }

    .plans-responsive {
        display: block;
    }

    /*Footer*/
    .footer-logo-text {
        flex-direction: column;
    }

    .footer-logo-text>h2 {
        text-align: center;
    }

    .footer-logo-text>p {
        text-align: center;
    }

    .footer-contact>h4 {
        text-align: center;
    }

    .footer-info {
        flex-direction: column;
        text-align: center;
    }

    /*Modal Free Plan*/

    .modal-left-free {
        height: 200px !important;
    }

    /*Columna izquierda*/

    .modal-left-free>h2 {
        margin: 6px 10px;
        text-align: center;
        font-size: 30px;
    }

    .modal-left-free>p {
        margin: 10px;
        text-align: center;
        font-size: 18px !important;
    }

    .modal-left-free h3 {
        display: none;
    }

    .p-movil {
        display: none;
    }


    .icon-responsive {
        display: block;
    }

    .icon-responsive p {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        font-size: 15px !important;
    }

    .icon-responsive p span {
        display: flex;
    }

    .icon-responsive p span img {
        width: 24px;
        margin-right: 5px;
        margin-bottom: 0px;
    }



    .benefits-list {
        display: none;
    }


    /*Columna derecha*/
    .modal-right-free>h2 {
        font-size: 18px;
    }

    .timeline-card span,
    p {
        font-size: 14px !important;
    }

    .btn-start-trial {
        font-size: 16px;
        width: 250px;
        padding: 5px;
    }

    /*Modal Terminos y condiciones*/
    .modal-header>h2 {
        font-size: 25px !important;
        margin: 20px;

    }

    .modal-body ol li {
        font-size: 14px;
    }

}






@media (max-width: 376px) {
    .modal-left-free h3 {
        font-size: 20px;
        margin-right: 30px;
    }

    .benefits-list li {
        font-size: 16px;
    }

    .modal-right-free>h2>img {
        width: 30px;
    }

    .modal-right-free>h2 {
        font-size: 16px;
    }

    .icon-responsive p {
        font-size: 14px !important;
    }

    .icon-responsive p span img {
        width: 20px;
        margin-right: 5px;
        margin-bottom: 0px;
    }


}



@media (max-width: 321px) {

    /*Hero*/
    .initial-buttons {
        flex-direction: column;
    }

    .btn-start,
    .btn-yellow {
        width: 200px;
    }

    /*Beneficios*/
    .fw-bold {
        font-size: 18px;
    }

    .text-muted {
        font-size: 15px !important;
    }

}