/*------------- Global -------------*/
img{ border-radius: 3px }


/*------------- Clases existentes -------------*/
.cms-imagenesEnGrillas div{ overflow: hidden }

.cms-stickyHeader {
    padding: 8px;
}


#Menu{
    height: fit-content !important;
    max-height: max-content !important;
    top: 100% !important;
}

@media screen and (max-width: 1024px) {
    #Menu li a{
        font-size: 1.2em !important;
        padding: 10px 20px !important;
    }
}
@media screen and (max-width: 580px) {
    .cms-stickyHeader img{
        height: 60px !important;
    }
}


/*------------- Clases inexistentes ------------- */

/* Cambiar direccion de componente simple con imagen */
@media screen and (min-width: 1024px){
    .cms-simpleConImagen-reverse{ flex-direction: row-reverse }
    .cms-simpleConImagen-reverse div:last-child{ text-align: end }
    .cms-simpleConImagen-reverse h2::after{ left: unset; right: 0 }
}

.cms-mapa iframe{
    height: 300px;
}

.sc3-pocket > div {
    height: auto;
}