@media (min-width: 480px){ 
    .contenedor-operatoria{
        align-items: flex-start;
    }
 }

/* ≥768px */
@media (min-width: 768px){ 
    .contenedor{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; 
        gap: 3rem;
        
    }

    .contenedor-servicios{
        height: 60rem;
        text-align: justify;     
    }

    .contenedor-registro{
        top: 50px;
    }

    .contenedor-principal{
        flex-direction: row;
        height: 75%;
        width: 70%;
    }

    .lado-izquierdo{
        height: 100%;
        border-top-right-radius: 0rem;
        border-bottom-left-radius: 1rem;
        justify-content: space-between;
        gap: 6rem;
    }

    .lado-derecho{
        justify-content: space-between;
    }
}

/* ≥1024px */
@media (min-width: 1024px){ 

    .label-menu{
        display:none;
    }

    
    .contenedor-menu{
        transform: translateX(0);
        position: static;
        display: flex;
        flex-direction: row;
        height: 7rem;
        top: auto;
        
        box-shadow: none;
        justify-content: flex-end;
        align-items: center;
    }

    .lista-links{
        flex-direction: row;
        gap: 3rem;
    }

    .menu-login{
        flex-direction: row;
        gap: 1rem;
    }

    .contenedor-contacto{
        flex-direction: row;
        gap: 5rem;
        align-items: center;
    }

    .contenedor-contacto h3, form{
        width: 50%;
    }

    .contenedor-contacto h3{
        font-size: 3rem;
    }

    .footer-contenido{
        flex-direction: row;
        align-items: flex-start;  
        justify-content: center;
    }

    .footer-nosotros{
        width: 25%;
        align-items: flex-start;
        text-align: start;
    }

    .footer-nostros-iconos{
        display: flex;
        gap: 2rem;
    }

    .footer-nostros-iconos img{
        margin: 0;
    }

    .links{
    
        width: 25%;
        align-items: flex-start;
    }

    .footer-contacto{
        width: 25%;
        align-items: flex-start;
        gap: 1rem;
    }

    .footer-iconos-contacto{
        flex-direction: row;
        gap: 0.7rem;
        text-align: start;
    }

    .footer-iconos-contacto img{
        width: 3rem;
    }

    .footer-diagnostico{
        width: 25%;
        align-items: flex-start;
        text-align: start;
    }

}

/* ≥1280px */
@media (min-width: 1280px){ /* reforzar espacios, límites de ancho */ }