@media screen and (min-width:300px) and (max-width: 844px){
.menu {
    display: none;
    width: 0%;
    max-height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 30px;
    margin-right: 0;
    right: 0;
    background-color: var(--primary-bg);
    transition: width 0.3s;
    z-index: 100;
    font-size: 10px;
}
#toggler:checked~.menu {
    display: block;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: var(--primary-bg);
    width: 60%;
    height: 600px;
}

.list {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
    font-size: 14px;
}

.navbar {
    position: sticky;
    justify-content: space-between !important;
    z-index: 1001;
    font-size: 12px;
    font-weight: bold;
}
.navbar span{
    margin-top: 15px;
    margin-left: 20px;
}
.navbar label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.navbar>a,
.navbar>label {
    z-index: 2;
    position: relative;
    display: inline-flex;
}

.submenu {
    position: static;
    background-color: var(--primary-bg);
    display: none;
    font-size: 12px;
}

.submenu li {
    padding: 5px 10px 10px 5px;
}

.cs {
    width: 50px;
    height: 50px;
}

.daem {
    width: 80px;
    height: 40px;
}
.content-info{
    grid-template-columns: repeat(2, 1fr);
}
/*-- Youtube --*/

}
@media screen and (max-width: 600px) {
    .menu {
        display: none;
        width: 0%;
        max-height: 100vh;
        overflow: hidden;
        position: absolute;
        top: 40px;
        margin-right: 0;
        right: 0;
        background-color: var(--primary-bg);
        transition: width 0.3s;
        z-index: 100;
        font-size: 10px;
    }
    #toggler:checked~.menu {
        display: block;
        flex-direction: column;
        position: absolute;
        top: 30px;
        right: 0;
        background-color: var(--primary-bg);
        width: 60%;
        height: 600px;
    }

    .list {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        width: 100%;
        font-size: 14px;
    }

    .navbar {
        position: sticky;
        justify-content: space-between !important;
        z-index: 1001;
        font-size: 12px;
        font-weight: bold;
    }
    .navbar span{
        margin-top: 15px;
        margin-left: 20px;
    }
    .navbar label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

    .navbar>a,
    .navbar>label {
        z-index: 2;
        position: relative;
        display: inline-flex;
    }

    .submenu {
        position: static;
        background-color: var(--primary-bg);
        display: none;
        font-size: 12px;
    }

    .submenu li {
        padding: 5px 10px 10px 5px;
    }

    .cs {
        width: 50px;
        height: 50px;
    }

    .daem {
        width: 80px;
        height: 40px;
    }
    /*-- Youtube --*/

    /*-- Noticias --*/
    .noticias-div .noticias{
        width: 230px;
        border-radius: 15px;
    }

    .noticias-div .noticia .noticia-info p {
        font-size: 0.8rem;
    }
    /*-- Sitios --*/
    .sitios-div {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    }
    .sitios-ul{
        display: flex;
        flex-direction: rows;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .sitios-items .img-1{
        width: 80px;
        height: 40px;
    }
    .sitios-items .img-2{
        width: 40px;
        height: 40px;
    }
    /*-- Informacion --*/
    .content-info{
        grid-template-columns: repeat(1, 1fr);
    }
    /*-- Footer --*/
    .footer_top {
        flex-direction: column; 
        align-items: center;
    }

    .footer_section {
        width: 100%;
        padding: 10px 0; 
    }
    .footer_section,
    .map {
        width: 100%;
    }
    .buzon input,
    .buzon textarea {
        width: 100%;
    }
}

/* Estilos específicos para dispositivos de 712px x 1138px */
@media screen and (min-width: 600px) and (max-width: 1030px) {
    #toggler:checked~.menu {
        width: 70%;
    }

    .navbar {
        position: sticky;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        padding: 10px 10px;
    }

    .insignia {
        width: 35px;
        height: 40px;
    }

    .header-content .cs,
    .header-content .daem {
        margin: 5px 0;
    }

    .header-content .Emblema {
        font-size: 16px;
    }

    .carousel-item {
        height: 200px;
    }

    .cs {
        width: 50px;
        height: 60px;
    }

    .daem {
        width: 80px;
        height: 40px;
    }
/*-- Youtube --*/

/*-- Sitios --*/
/*-- Sitios --*/
.sitios-div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}
.sitios-ul{
    display: flex;
    flex-direction: rows;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sitios-items .img-1{
    width: 80px;
    height: 40px;
}
.sitios-items .img-2{
    width: 40px;
    height: 40px;
}

    /*-- Footer --*/
    .footer_top {
        flex-direction: column; 
        align-items: center;
    }

    .footer_section {
        width: 100%;
        padding: 10px 0; 
    }
    .buzon input,
    .buzon textarea {
        width: 100%;
    }
}