* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    position: fixed;
    margin: 0 !important;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.div_logo {
    width: 40%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .div_logo a {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .div_logo a img {
        width: 30%;
    }

nav {
    width: 60%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .btn_menu {
        background: none;
        border: none;
        color: #2b3180;
        font-size: 30px;
        display: none;
    }
    .nav_menu {
        list-style: none;
        margin: 0 !important;
        padding: 0;
        z-index: 100;
    }
        .nav_menu li {
            margin: 20px;
            padding: 5px;
            float: left;
        }
        .nav_menu li a {
            display: block;
            width: 100%;
            text-decoration: none;
            text-align: center;
            font-size: 15px;
            color: #2b3180;
            font-weight: bold;
            border: solid 2px transparent;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
        }
        .nav_menu li a:hover {
            font-size: 15px;
            border-bottom: solid 2px #2b3180;
        }
        .active {
            border-bottom: solid 2px #2b3180 !important;
        }

#div_contenedor {
    width: 100%;
    max-width: 100%;
}
.slider {
    width: 100%;
    height: 90%;
    padding: 80px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/fondo-landing.png");
}
    #datos {
        width: 100%;
        height: 100%;
        display: flex;
    }
        #anuncio {
            width: 50%;
            height: 100%;
            float: left;
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: center;
            padding-left: 8%;
            gap: 30px;
            z-index: 1;
            animation:slide-in-left .5s cubic-bezier(.25,.46,.45,.94) both
        }
            @keyframes slide-in-left {
                0% {
                    transform: translateX(-100%);
                }
                100% {
                    transform: translateX(0);
                }
            }

            #anuncio h1{
                color: #243577;
                font-family: "Poppins", sans-serif;
                font-size: 4.0rem;
                font-style: normal;
                font-weight: 600;
                line-height: 112%; /* 5.25rem */
                letter-spacing: -0.08906rem;
            }
            #anuncio p {
                color: #353D5A;
                font-family: "Poppins", sans-serif;
                font-size: 1.1rem;
                font-style: normal;
                font-weight: 500;
                line-height: 131%; /* 1.80125rem */
                letter-spacing: -0.01513rem;
                width: 100%;
            }
            #anuncio .time-p{
                color: #243577;
                font-family: "Poppins" , sans-serif;
                font-size: 1.2rem;
                font-style: normal;
                font-weight: 700;
                line-height: 150%; /* 2.15625rem */
                letter-spacing: -0.01581rem;
            }
            .btn-hero{
                display: flex;
                width: 300px;
                height: 55px;
                justify-content: center;
                align-items: center;
                border-radius: 28px;
                background: #6304E6;
                color: #FFF;
                text-align: center;
                font-family: Poppins;
                font-size: 1.2rem;
                font-style: normal;
                font-weight: 600;
                line-height: 150%; /* 2.34375rem */
                letter-spacing: -0.01719rem;
                text-decoration: none;
            }
            .btn-hero:hover{
                background: #20004d;
            }

        #div_pform {
            width: 70%;
            float: left;
            display: flex;
            flex-direction: column;
            justify-content: center;
           
        }
            @keyframes slide-in-right {
                0% {
                    transform: translateX(100%);
                }
                100% {
                    transform: translateX(0);
                }
            }

            #div_form {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background-repeat: no-repeat;
                background-size: 100%;
                animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both
            }
                .complement-form {
                    width: 600px;
                    animation: girar 12s linear infinite;
                    border-radius: 50%;
                }

                @keyframes girar {
                    from {
                      transform: rotate(0deg);
                    }
                    to {
                      transform: rotate(360deg);
                    }
                }

                #formulario {
                    position: absolute;
                    width: 45% ;
                    padding: 20px;
                    border-radius: 15px;
                    background-color: #253577;
                }
                    #formulario p {
                        padding-top: 10px;
                    }
        .sp_texto_destacado {
            color: white;
            font-size: 10px;
        }
        .text {
            color: white;
            width: 100%;
            height: 40px;
            background-color: transparent;
            font-size: 12px;
            padding-top: 15px;
            border: none;
            border-bottom: solid 1px white;
        }
        ::placeholder {
            color: rgb(198, 198, 198);
        }
        #prog {
            color: white;
            font-size: 15px;
            margin-top: 10px;
            /* border-radius: 25px; */
        }
        #programa {
            font-size: 14px;
            padding-top: 10px;
            border-radius: 5px;
            margin-top: 5px;
        }
        #programa_chzn {
            display: block !important;
            width: 100% !important;
        }
    #thank {
        color: white;
        margin: 10px;
    }
    #btn_enviar {
        width: 100%;
        border: solid 2px white;
        border-radius: 10px;
        padding: 8px;
        color: white;
        background: linear-gradient(90deg, rgb(198, 12, 204) 48%, rgb(189, 12, 284, 0.99) 68%, rgb(189, 12, 284, 0.99)  95%);
        cursor: pointer;
    }
    #btn_enviar:hover {
        background: transparent;
        cursor: pointer;
        border: solid 2px rgb(198, 12, 204);
        box-shadow: 0px 0px 10px rgb(198, 12, 204);
    }

#cont_carreras {
    background-color: white;
}
    #div_areas_pagina {
        width: 100%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 40px;
    }
        #div_areas_pagina h3 {
            color: #243577;
            text-align: center;
            font-family: "Poppins" , sans-serif;
            font-size: 1.8rem;
            font-style: normal;
            font-weight: 700;
            line-height: 150%; /* 3.75rem */
            letter-spacing: -0.0275rem;
        }

    .programas {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #0E183E;
        padding: 5% 10%;
    }
        .programas-tecno {
            width: 100%;
            height: 100%;
        }
            .swiper {
                width: 100%;
                transform: translatey(-140px);
            }
            .swiper-slide {
                text-align: center;
                font-size: 18px;
                border-radius: 30px;
                background: #4264EB;
                box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
                display: flex !important;
                justify-content: center;
                align-items: center;
                padding: 30px;
            }
                .info-programa {
                    width: 70%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    padding: 0 20px;
                    text-align: center;
                    color: white;
                    gap: 20px;
                }
                    .info-programa span {
                        color: #FFF;
                        font-family: Poppins;
                        font-size: 1.2rem;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 119%; /* 1.93375rem */
                        letter-spacing: -0.01788rem;
                    }
                    .info-programa a {
                        color: #FFF;
                        font-family: Poppins;
                        font-size: 1rem;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 119%; /* 1.93375rem */
                        letter-spacing: -0.01788rem;
                        text-decoration: none;
                        border: solid 2px white;
                        padding: 10px 20px;
                        border-radius: 30px;
                    }
                .img-prog {
                    width: 140px;
                    height: 140px;    
                    background-size: cover;
                    border-radius: 50%;
                }

                .img-prog-1 {
                    background-image: url("../images/carreras/BANNER-TECNOLOGIA-EN-REGENCIA-DE-FARMACIA-2-CELULAR.jpg");
                }

                .img-prog-2 {
                    background-image: url("../images/carreras/BANNER-TECNOLOGIA-EN-LOGISTICA-3-CELULAR.jpg");
                }

                .img-prog-3 {
                    background-image: url("../images/carreras/BANNER-TECNOLOGIA-EN-GESTION-DE-SEGURIDAD-1-CELULAR.jpg");
                }

                .img-prog-4 {
                    background-image: url("../images/carreras/BANNER-TECNOLOGIA-EN-GESTION-FINANCIERA-Y-CONTABLE-4-CELULAR.jpg");
                }
            .swiper-slide img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .swiper-button-next {
                color: white !important;
            }
            .swiper-button-prev {
                color: white !important;
            }
            .swiper-pagination-bullet {
                background-color: white !important;
            }

            .modal {
                display: none; /* Oculto al inicio */
                position: fixed;
                z-index: 9999;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background-color: rgba(0, 0, 0, 0.9);
                justify-content: center;
                align-items: center;
              }

              .info-prog {
                display: grid;
                grid-template-columns: auto auto;
                align-content: center;
                gap: 15px;
              }

              .info-prog span {
                width: 100%;
                border-radius: 10px;
                padding: 10px;
                color: #1e3d8f;
                font-family: arial;
                font-weight: 700;
                font-size: 18px;
                border: solid 1px #1e3d8f;
                text-align: left;
              }

              .modal-img img {
                width: 100%;
                border-radius: 15px;
              }
              
              .modal-content {
                width: 50%;
                background-color: #fff;
                border-radius: 12px;
                padding: 40px;
                max-width: 750px;
                text-align: center;
                position: relative;
              }

              .modal-body {
                display: flex;
                flex-direction: column;
                gap: 10px;
              }

              .modal-info {
                display: flex;
                flex-direction: column;
                gap: 15px;
                align-items: center;
              }

              .modal-info p{
                font-size: 1rem;
              }
              
              .close {
                position: absolute;
                top: 15px;
                right: 20px;
                font-size: 32px;
                color: #333;
                cursor: pointer;
              }
              
              .close:hover {
                color: #000;
              }
              
              
              

        .convenios {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: -60px;
        }
            .convenios h3 {
                color: #FFF;
                text-align: center;
                font-family: Poppins;
                font-size: 1.2rem;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 3rem */
                letter-spacing: -0.022rem;
            }
        
            .logos-convenios {
            width: 100%;
            height: 100px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
            .logos-convenios .logo {
                width: 150px;
                background-size: cover;
            }
            .logos-convenios .logo img {
                width: 100%;
                padding: 10px;
                height: auto;
            }

.razones {
    width: 100%;
    height: 800px;
    display: flex;
    padding: 30px 0;
}
    .img-razones {
        width: 50%;
        height: 100%;
        background-size: cover;
    }
        .img-razones .img-razones1 {
            width: 50%;
            padding: 20px 0 20px 60px;
            position: absolute;

        }

        .img-razones2 {
            width: 33%; 
            position: absolute; 
            transform: translateX(50px);
            left: 0;
        }

        .img-razones3 {
            width: 18%; 
            position: absolute; 
            left: 0; 
            transform: translate(350px, 300px);
        }

    .info-razones {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 80px 20px 20px;
        text-align: center;
        color: white;
        gap: 20px;
    }
        .info-razones h4 {
            color: #243577;
            font-family: Poppins;
            font-size: 2.5rem;
            font-style: normal;
            font-weight: 700;
            line-height: 110%; /* 3.1625rem */
            letter-spacing: -0.03163rem;
            text-align: left;
        }
        .info-razones p {
            color: #0E183E;
            font-family: Poppins;
            font-size: 1rem;
            text-align: left;
        }
        .info-razones span {
            color: #0E183E;
            font-family: Poppins;
            font-size: 1.1rem;
            font-weight: 600;
            text-align: left;
        }z
        .lista-razones {
            width: 100%;
            display: flex;
            flex-direction: column;
            list-style: none;
        }
            .lista-razones li {
                color: #0E183E;
                font-family: Poppins;
                font-size: 1rem;
                font-weight: 400;
                text-align: left;
                padding: 10px 0;
                display: flex;
                gap: 10px;
            }

.que_es {
    width: 100%;
    height: 800px;
    background: rgba(36, 53, 119, 0.05);
    display: flex;
    padding: 30px 0;
}
    .info-que-es {
        width: 50%;
        height: 100%;
        padding: 20px 20px 20px 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
        .info-que-es span {
            color: #B57F0B;
            font-family: Poppins;
            font-size: 1.1875rem;
            font-style: normal;
            font-weight: 600;
            line-height: 120%; /* 1.78125rem */
            letter-spacing: -0.02256rem;
        }
        .info-que-es h4 {
            color: #243577;
            font-family: Poppins;
            font-size: 2.5rem;
            font-style: normal;
            font-weight: 700;
            line-height: 110%; /* 3.09375rem */
            letter-spacing: -0.03094rem;
        }
        .info-que-es p {
            color: #353D5A;
            font-family: Poppins;
            font-size: 1rem;
            font-style: normal;
        }
        .span2 {
            color: #0E183E !important;
        }

    .tips-que-es {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
        .tips-que-es .tip {
            height: 90px;
            padding: 15px 20px;
            border-radius: 16px;
            border-left: 5px solid #F8AD0B;
            display: flex;
            gap: 10px;
        }
            .tips-que-es .tip img {
                width: 30px;
            }
            .span-item{
                color: #0E183E !important;
                font-family: Poppins;
                font-size: 1.1rem !important;
                font-style: normal;
                font-weight: 400;
            }

    .img-que-es {
        width: 50%;
        display: flex;
        justify-content: center;
    }
        .img-que-es img {
            width: 95%;
            padding: 0;
        }

.testimonios {
    width: 100%;
    height: 500px;
    background: #0E183E;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .info-test {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-self: center;
        flex-direction: column;
        padding: 20px 20px 20px 120px;
        gap: 20px;
    }
        .info-test span {
            color: #ffff;
            font-family: Poppins;
            font-size: 1.2rem;
            font-style: normal;
            font-weight: 500;
            line-height: 119%; /* 1.93375rem */
            letter-spacing: -0.01788rem;
        }
        .info-test h4 {
            color: #ffff;
            font-family: Poppins;
            font-size: 2.5rem;
            font-style: normal;
            font-weight: 700;
            line-height: 110%; /* 3.09375rem */
            letter-spacing: -0.03094rem;
        }
        .info-test p {
            color: #ffff;
            font-family: Poppins;
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 119%; /* 1.93375rem */
            letter-spacing: -0.01788rem;
            width: 80%;
        }

    .testimonials {
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 120px 0px 0px;
        gap: 20px;
    }
        .test-cont {
            width: 50%;
            height: 250px;
            background: white;
            border-radius: 20px;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 20px;
        }
            .test-cont p {
                padding-top: 20px;
                text-align: center;
            }
            .person {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 10px;
                padding: 0;
            }
                .person img {
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                }
                .name {
                    color: #0E183E;
                    font-family: Poppins;
                    font-size: 1.1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 119%; /* 1.93375rem */
                    letter-spacing: -0.01788rem;
                    text-align: center;
                    border-left: solid 5px #F8AD0B;
                    padding-left: 10px;
                }
                .name span {
                    color: #0E183E;
                    font-family: Poppins;
                    font-size: 1.1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 119%; /* 1.93375rem */
                    text-align: center;
                }
                .name p {
                    color: #0E183E;
                    font-family: Poppins;
                    font-size: 0.8rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 119%; /* 1.93375rem */
                    text-align: left;
                    padding-top: 0px;
                }

.escogernos {
    width: 100%;
    height: 900px;
    padding: 3%;
}
    .cont-escogernos {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: #F7F7F7;
        padding: 8%;
    }
        .cont-escogernos span {
            color: #C68A0A;
            font-family: Poppins;
            font-size: 1.5625rem;
            font-style: normal;
            font-weight: 600;
            line-height: 150%; /* 2.34375rem */
            letter-spacing: -0.02969rem;
        }
        .cont-escogernos h4 {
            color: #243577;
            font-family: Poppins;
            font-size: 2.8rem;
            font-style: normal;
            font-weight: 600;
            line-height: 110%; /* 3.09375rem */
            letter-spacing: -0.03094rem;
        }
        .cont-escogernos .img-cifras {
            position: absolute;
            width: auto;
            right: 10%;
            transform: translateY(-20%);
        }

.preguntas {
    width: 100%;
    height: 800px;
    background: rgba(68, 84, 147, 0.19);
    display: flex;
    padding: 20px;
}
    .content-acordion {
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 8% 2% 2% 10%;
        gap: 20px;
    }
        .content-acordion h4 { 
            width: 100%;
            color: #243577;
            font-family: "Poppins" , sans-serif;
            font-size: 1.8rem;
            font-style: normal;
            font-weight: 700;
            text-align: left;
            line-height: 150%; /* 3.75rem */
            letter-spacing: -0.0275rem;
        }
        .faq-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
            .faq-item {
                background-color: #1e3d8f;
                color: white;
                font-family: poppins;
                font-size: 1rem;
                border-radius: 10px;
                overflow: hidden;
                transition: all 0.3s ease;
            }
                .faq-question {
                    padding: 20px 40px;
                    cursor: pointer;
                    position: relative;
                }
                .faq-question:hover {
                    background-color: #2c50af;
                }
                .faq-question.active {
                    outline: 2px dashed #50c8ff;
                    outline-offset: 2px;
                }
                .frame-label {
                    position: absolute;
                    top: -12px;
                    left: 10px;
                    background: #50c8ff;
                    color: black;
                    font-size: 10px;
                    padding: 2px 6px;
                    border-radius: 4px;
                }
                .faq-answer {
                    background-color: #f9f9f9;
                    color: #333;
                    padding: 15px 20px;
                    display: none;
                }
                .faq-answer.open {
                    display: block;
                }

    .content-img-acordion {
        width: 40%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0px 20px 20px;
    }

        .pgf-img1 {
            width: 65%;
            height: auto;
        }
        .pgf-img2 {
            width: 22%;
            height: auto;
            position: absolute;
            transform: translate(100px , 120px);
        }
        .pgf-img3 {
            width: 15%;
            height: auto;
            position: absolute;
            transform: translate(-100px , 120px);
        }

        /* .content-img-acordion img {
            height: 80%;
            border-radius: 20px;
        } */
 
          .sliderl {
            overflow: hidden;
            position: relative;
            width: 100%;
          }
          
          .slide-track {
            display: flex;
            width: calc(200px * 20); /* 200px por logo × 20 logos (10 originales + 10 duplicados) */
            animation: scroll 40s linear infinite;
            gap: 20px;
          }
          
          .log-empresa {
            width: 200px;
            height: 100px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
          }
          
          .log-empresa img {
            max-width: 100%;
            height: auto;
            transition: filter 0.3s ease;
          }
       
          
          @keyframes scroll {
            0%   { transform: translateX(0); }
            100% { transform: translateX(-50%); } /* Mueve justo la mitad para que encaje con duplicados */
          }
          
          .cont-escogernos .img-mobile-cifras {
            display: none;
        }

.empresas {
    width: 100%;
    height: 220px;
    background: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
    .empresas h5 {
        color: #000826;
        text-align: center;
        font-family: Poppins;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 3rem */
    }
        .logos-empresas {
            width: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }
        
#footer {
    width: 100%;
    background: #000826;
    height: 450px;
}
    .content-footer {
        width: 100%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1%;
        gap: 20px;
    }
        .img-footer {
            width: 60%;
            height: 45%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .img-footer img {
                width: 400px;
            }
        .columns-footer {
            width: 60%;
            height: 55%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .services {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }
                .services h6 {
                    color: white;
                    font-family: Poppins;
                    font-size: 1.2rem;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 150%; /* 3rem */
                }
                .services span {
                    color: white;
                    font-family: Poppins;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 119%; /* 1.93375rem */
                    text-align: center;
                }
            .contact {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }
                .contact h6 {
                    color: white;
                    font-family: Poppins;
                    font-size: 1.2rem;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 150%; /* 3rem */
                }
                .contact span {
                    color: white;
                    font-family: Poppins;
                    font-size: 1rem;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 119%; /* 1.93375rem */
                    text-align: center;
                }
            .social {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
            }
                .social h6 {
                    color: white;
                    font-family: Poppins;
                    font-size: 1.2rem;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 150%; /* 3rem */
                }
                .links-socials {
                    width: 100%;
                    height: 60px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                }
                    .social-logo {
                        width: 100%;
                        padding: 0;
                        border-radius: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                    .social-logo img {
                        width: 65%;
                    }
        
    #footer p {
        height: 10%;
        background: #020133;
        color: white;
        padding: 10px;
        text-align: center;
    }

    @media (max-width: 1200px) {
        .complement-form {
            width: 500px;
        }   

        .que_es { 
            height: auto;
        }

        .lista-razones li img {
            width: 20px;
        }

        .img-que-es img{
            padding: 0;
        }

        .tips-que-es {
            grid-template-columns: repeat(1, 1fr);
        }

        .cont-escogernos .img-cifras {
            width: 80%;
            transform: translateY(0%);
        }

        

        #formulario {
            width: 30%;
        }
    }

    @media (max-width: 1060px) {
        nav {
            display: none;
        }

        .div_logo a img {
            width: 70%;
        }

        #anuncio h1 {
            font-size: 3rem;
        }

        .razones {
            padding: 20px;
        }

        .img-razones {
            height: auto;
        }

        .info-razones h4 {
            font-size: 2.5rem;
        }

        .img-que-es {
            align-items: center;
        }

        .img-que-es img {
            width: 100%;
            height: 60%;
        }

       

        

        .img-razones3{
            transform: translate(315px, 240px);
        }
    }

    @media (max-width: 888px) {

        .modal-content {
            width: 70%;
        }
        
        .slider{
            height: 1150px;
            padding: 25% 0 20px 0;
        }
            #datos{
                display: block;
            }
                #anuncio{
                    width: 100%;
                    height: auto;
                    padding: 5% 10%;
                    display: flex;
                    align-items: center;
                }

        #div_areas_pagina {
            height: 220px;
        }

        #anuncio h1{
            font-size: 2.5rem;
            text-align: center;
        }
            #anuncio p{
                text-align: center;
            }

        #div_pform {
            width: 100%;
            height: 60%;
        }
            
                .complement-form {
                    width: 600px;
                }
                    #formulario {
                        width: 40%;
                    }

        .razones {
            flex-direction: column;
            height: auto;
        }
            .img-razones {
                width: 100%;
                height: auto;
                padding: 0;
                align-items: center;
                justify-content: center;
            }
                .img-razones {
                    width: 100%;
                    height: auto;
                    padding: 0 10%;
                }

                .img-razones .img-razones1 {
                    position: relative;
                    padding: 0;

                    width: 100%;
                }

                .img-razones2 {
                    width: 55%;
                    transform: translateX(150px);
                }

                .img-razones3 {
                    width: 30%;
                    transform: translate(480px, 300px);
                }


            
            .info-razones {
                width: 100%;
                height: auto;
                padding: 40px;
                align-items: center;
            }
                .info-razones h4 {
                    text-align: center;
                    padding: 0;
                    font-size: 2rem;
                }
                .info-razones p {
                    text-align: center;
                    padding: 0;
                }

        .que_es {
            flex-direction: column-reverse;
        }
            .img-que-es {
                width: 100%;
                height: auto;
                padding: 0;
                align-items: center;
                justify-content: center;
            }
                .img-que-es img {
                    width: 50%;
                }
                .info-que-es {
                    width: 100%;
                    padding: 8%;
                    align-items: center;
                }
                    .info-que-es span {
                        text-align: center;
                    }
                    .info-que-es h4 {
                        text-align: center;
                        font-size: 2rem;
                    }
                    .info-que-es p {
                        text-align: center;
                        padding: 0;
                    }
                    .span2 {
                        text-align: center;
                        padding: 0;
                    }
    
        .testimonios {
            height: auto;
            padding: 30px;
            flex-direction: column;
            gap: 40px;
        }
            .info-test {
                width: 100%;
                height: auto;
                padding: 0;
                align-items: center;
            }
                .info-test p {
                    text-align: center;
                }

            .testimonials {
                width: 100%;
                height: auto;
                padding: 0;
            }

        .escogernos {
            height: auto;
            padding: 30px;
        }
            .cont-escogernos h4 {
                font-size: 2rem;
            }

        .preguntas {
            height: auto;
        }

        .img-cifras {
            display: none;
        }

        .img-mobile-cifras {
            display: block;
        }

        .cont-escogernos .img-mobile-cifras {
            width: 100%;
            display: block;
            padding: 50px 15px;
        }
    }

    @media (max-width: 725px) {
        .div_logo a img {
            width: 120%;
        }

        .complement-form {
            width: 500px;
        }
        
        .logos-convenios .logo img {
            padding: 0;
        }

        #formulario {
            width: 45%;
        }

        .cont-escogernos {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .cont-escogernos img {
            width: 100%;
            position: relative;
            right: 0;
            height: auto;
        }

        .content-img-acordion {
            display: none;
        }
        
        .content-acordion {
            width: 100%;
        }

        #footer {
            height: auto;
        }

        .img-footer {
            height: auto;
        }

         .img-footer img {
            width: 200px;
         }

        .columns-footer {
            flex-direction: column;
        }
        
        .content-footer {
            height: 80%;
        }

        .img-razones .img-razones1 {
            position: relative;
            padding: 0;
            width: 100%;
        }

        .img-razones2 {
            width: 50%;
            transform: translateX(120px);
        }

        .img-razones3 {
            width: 26%;
            transform: translate(400px, 300px);
        }
    }

    @media (max-width: 560px) {

        .modal-content {
            width: 90%;
        }

        .info-prog {
            grid-template-columns: auto;
        }

        #div_form {
            padding: 0;
        }

        #formulario {
            transform: translate(0);
            width: 75%;
        }
        .complement-form {
            width: 100%;
        }

        #div_areas_pagina {
            align-items: start;
        }

        .logos-convenios {
            display: flex;
        }

        .logos-convenios .logo {
            width: 100px;
            height: auto;
        }

        .programas {
            padding: 0 3%;
        }

        .testimonials {
            flex-direction: column;
        }
       
        .test-cont {
            width: 90%;
            height: auto;
        }

        .cont-escogernos {
            height: auto;
        }

        .logos-empresas{
            display: fle;
        }

        .img-razones .img-razones1 {
            position: relative;
            padding: 0;
            width: 100%;
        }

        .img-razones2 {
            width: 48%;
            transform: translateX(75px);
        }

        .img-razones3 {
            width: 25%;
            transform: translate(280px, 200px);
        }

        .convenios h3 {
            font-size: 1rem;
        }

        .info-razones h4 {
            font-size: 1.8rem;
        }

        .info-que-es span {
            font-size: 1rem;
        }

        .info-que-es h4 {
            font-size: 1.8rem;
        }

        .info-que-es .tip span {
            display: flex;
            text-align: left;
            align-items: center;
        }
        
        .img-que-es img {
            width: 70%;
        }

        .info-test span {
            font-size: 1rem;
        }

        .info-test h4 {
            font-size: 2rem;
        }

        .cont-escogernos {
            align-items: start;
            padding: 20px;
        }
        .cont-escogernos span {
            font-size: 1rem;
        }

        .cont-escogernos h4 {
            font-size: 1.8rem;
        }
    }