@media (max-width: 1440px) {


}

@media (min-width: 767px) {

    .see-phone{
        display: none !important;
    }
}

@media (max-width: 767px) {
    #catalogo img{
        height: 16em;
        object-fit: cover;
    }

    .d-none-phone{
        display: none !important;
    }

    input[type="date"] {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        line-height: 1;
        padding: 5px;
    }

    h1 {
        line-height: 1;
    }

    #sobre-nosotros img, #objetivos img, #visiones img {
        width: 23em;
    }

}

