@media (max-width: 576px) {
    h1 {
        font-size: 3rem !important;
    }
    header p {
        font-size: 2rem;
    }
    .columna1 h3 {
        text-align: center;
    }
    .columna1 p {
        text-align: center;
    }
    #nosotros p {
        text-align: center;
    }
    #nosotros ul li button {
        font-size: 15px;
    }
    .descripcion {
        font-size: 18px;
    }
    #myTabContent .active {
        border-radius: 0;
    }
    footer h2 {
        /* font-size: 15px !important; */
        /* width: 10px; */
        /* text-align: center; */
        /* margin: 0 auto; */
        display: none;
    }
    footer p {
        font-size: 1rem;
        /* width: 10px; */
    }
    .derechos {
        display: none;
    }
}

@media (min-width: 576px) {
    h1 {
        font-size: 4rem !important;
    }
    header p {
        font-size: 2.3rem;
    }
    h2 {
        font-size: 30px !important;
    }
    .introducciones {
        font-size: 20px;
    }
    .columna1 h3 {
        text-align: left;
        padding-top: 20px;
    }
    .columna1 p {
        text-align: left;
    }
    #nosotros p {
        text-align: center;
    }
    .nosotros ul li button {
        font-size: 18px;
    }
    .telefono,
    .correo {
        font-size: 18px !important;
    }
    #menu .card {
        width: 10rem !important;
    }
    #menu .card h5 {
        font-size: 17px;
    }
    #menu .card p {
        font-size: 1rem;
    }
    .direccion {
        font-size: 17px;
    }
    footer h2 {
        font-size: 30px !important;
        /* width: 10%; */
    }
    footer p {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 5rem !important;
    }
    header p {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 35px !important;
    }
    .introducciones {
        font-size: 22px;
    }
    .columna1 h3 {
        padding-top: 20px;
    }
    #nosotros p {
        text-align: left;
    }
    .nosotros ul li button {
        font-size: 25px;
    }
    .telefono,
    .correo {
        font-size: 20px !important;
    }
    #menu .card {
        width: 14rem !important;
    }
    #menu .card h5 {
        font-size: 17px !important;
    }
    #menu .card p {
        font-size: 16px;
    }
    .order-md-1 {
        margin-bottom: 30px;
    }
    .direccion {
        font-size: 20px;
    }
    footer h2 {
        font-size: 35px !important;
        /* width: 15%; */
    }
    footer p {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 6rem !important;
    }
    header p {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 40px !important;
    }
    .introducciones {
        font-size: 25px;
    }
    .columna1 h3 {
        padding-top: 20px;
    }
    #nosotros p {
        text-align: left;
    }
    .nosotros ul li button {
        font-size: 28px;
    }
    .telefono,
    .correo {
        font-size: 22px !important;
    }
    #menu .card {
        width: 16rem !important;
    }
    #menu .card h5 {
        font-size: 18px !important;
    }
    #menu .card p {
        font-size: 17px !important;
    }
    .direccion {
        font-size: 22px;
    }
    footer h2 {
        font-size: 40px !important;
        /* width: 20%; */
    }
    footer p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 7rem !important;
    }
    header p {
        font-size: 3rem;
    }
    h2 {
        font-size: 45px !important;
    }
    .introducciones {
        font-size: 26px;
    }
    .columna1 h3 {
        padding-top: 20px;
    }
    #nosotros p {
        text-align: left;
    }
    .nosotros ul li button {
        font-size: 30px;
    }
    .telefono,
    .correo {
        font-size: 24px !important;
    }
    #menu .card {
        width: 17rem !important;
    }
    #menu .card h5 {
        font-size: 19px !important;
    }
    #menu .card p {
        font-size: 18px !important;
    }
    .direccion {
        font-size: 23px;
    }
    footer h2 {
        font-size: 45px !important;
    }
    footer p {
        font-size: 25px;
    }
}

@media (min-width: 1400px) {
    h1 {
        font-size: 8rem !important;
    }
    header p {
        font-size: 3.3rem;
    }
    h2 {
        font-size: 50px !important;
    }
    .introducciones {
        font-size: 28px;
    }
    .columna1 h3 {
        padding-top: 20px;
    }
    #nosotros p {
        text-align: left;
    }
    #nosotros ul li button {
        font-size: 33px;
    }
    .telefono,
    .correo {
        font-size: 26px !important;
    }
    #menu .card {
        width: 18rem !important;
    }
    #menu .card h5 {
        font-size: 20px !important;
    }
    #menu .card p {
        font-size: 20px !important;
    }
    .direccion {
        font-size: 25px;
    }
    footer h2 {
        font-size: 50px !important;
    }
    footer p {
        font-size: 30px !important;
    }
}