@media (max-width: 1100px) {
    .container{
        height: 100%;
        overflow-y:scroll;
        scroll-snap-type: y ;

    }
    .menu {
        height: 60px;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 28px;
        cursor: pointer;
        color: #ffffff;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .menu_opciones {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #050a30;
        position: absolute;
        top: 50px;
        left: 0;
        text-align: center;
    }

    .menu_opciones a {
        padding: 10px;
        display: block;
    }

    /* Show menu when active */
    .menu_opciones.active {
        display: flex;
    }
    .page{
        padding-top: 60px;
        scroll-snap-align: start;
   
    }
    /*Titulos--------------------------------------------------------*/
    .titulo-t1{
        padding-top: 60px;
        align-items: baseline;
        text-align: start;
        width: 100%;
    }
    /*Inicio*/

    .cont-pg1{
        padding-top: 30px;
        height: 100%; 
        display: block;
    }

    .row-up>a{
        width: 100%;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .cont-imgl{
        width: 100%;

        align-items: center;
        display: flex;
        justify-content: center;
    }
    .col-left{
        margin-top: 20px;
        align-items: center;
    }

    .circcle-down-pg1{
        margin-top: 20px;
        width: 100%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        padding: 0;
        padding-top: 5%;
        padding-bottom: 5%;
        align-items: center;
      
        flex-direction: column;
    }

    #prom{
        padding: 10%;
        align-items: center;
        text-align: center;
        width: 100%;
        
    }
    #img-prom>button{
        padding: 5px;
        margin: 9px;
    }

    #img-prom{
        align-items: center;
        text-align: center;
        font-size: medium;
        padding-top: 5px;
        padding-right: 0.5em;
        display: flex;
        flex-direction: column;
    }

    #cont-btF{
        margin-top: 20px;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .col-left{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .col-right{
        background-color: aqua;
        width: 100%;
    }
    .responsive-img {
        min-width: 300px; /* Make image adapt on smaller screens */
        height: auto;
    }


    /*Nosotos pagina------------------------------------------------*/
    #nosotros, #grupal, #indivudual-online, #certificaciones{
        display: flex;
        flex-direction: column;
    }

    .cont-pgp{
        height: 100%;
        padding-bottom: 20px;
    }

    #nosotros-a{
        padding: 0;
        font-size: medium;
    }

    .cont-plc{
        padding: 2%;
    }

    .cont-plcS{ 
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    #cont-izq-plc{
        align-items: center;
        width: 100%;
        height: 65%;
    }
    
    #cont-der-plc{
        height: 35%;
        width: 100%;
        background-color: #fff;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-left-radius:0%;
    }

    .img2-pg2{
        width: 80%;
        padding: 0;
       
    }

    .imgS-pg2{
        width: 60%;
        padding: 0;
        align-items:flex-end;
        display: flex;
        justify-content: center;
    }

    .img1-pg2{
        width: 80%;
        padding-right: 10%;
        padding-bottom: 10%;
       
    }



    /*Idiomas pagina_------------------------------------------------------------*/
    .image-pg3{
        margin-bottom: 10px;
        
    }
    .text-pg3{
        font-size: 16px;
        margin-bottom: 15px;
    }
    #idiomas{
        padding-bottom: 20px;
    }

    /*Planes---------------------------------------------------------------------------*/
    #btn-pre-pg4{
        margin-bottom: 30px;
    }

    /*Grupal-------------------------------------------------------------------------------*/
    #txt-pg{
        font-size:  1.5rem;
        padding: 0;
        text-align: center;
    }

    #li-pg{
        font-size: 1.5rem;
    }


    /*individual_presencial ----------------------------------------------------------------*/

    #individual_presen{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: baseline;
        align-items: center;
    }
    
    #left_ip{
        width: 100%;
    }

    #title_ip{
        width: 100%;
        padding: 0;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
      
    
    }

    #content_ip{
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
       
    }
    #content_ip >a{
        text-align: center;
    }

    #right_ip{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-container{
        width: 300px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    
    /*Historias pagina---------------------------------------------------------------*/
    #historias{
        padding-bottom: 50px;
    }
    .carousel-item{
        font-size: 1rem;
        text-align: center;
    }

    .carousel-container{
        margin-top: 20px;
    }
    /*Certificaiones--------------*/
    #btn-info-cer{
        width: 150px;
        font-weight: 1.2rem;
    }

    /*Telec-----------------*/
    table {
        width: 92%;
        font-size: 14px;
    }

    th, td {
        padding: 14px;
        font-size: 10px;
    }
    #cont-telc>a{
        text-align: center;
    }
    #cont-telc>ul{
        text-align: center;
    }
    /*Formulario-----------------------*/
    #formulario-agendar-p {
        height: inherit;
        flex-grow: 1;
    }
    #formulario-agendar-p > section{
        margin-top: 18%;
        margin-bottom: 18%;
        padding: 20px;
        width: 350px;
        height: 650px;
    }


    .special-cuorses-cont{
        height: 100%;
    }

    .special-izq{
        width: 100%;
        padding: 5px;
        text-align: center;
        padding-top: 30px;
    }
    .special-izq > div{
        padding: 0;
        padding-top: 30px;
        align-items: center;
    }
    .special-der{
        width: 100%;
        height: 50vh;
        border-radius: 0;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        padding: 0;
        padding-top: 30px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #telc-text{
        font-size: medium;
    }

    #telc{
        width: 250px;
    }
    #regular-curses > h2{
        height: 20vh;
        padding-top: 30px;
    }
}   
