@media (max-width: 576px) {
    .columna1 h3 {
        text-align: center;
    }
    .columna1 p {
        text-align: center;
    }
    .ABC p {
        text-align: center;
    }
    #myTab li button {
        border-radius: 0;
    }
    #nosotros ul li button {
        font-size: 15px;
    }
    #myTabContent p {
        font-size: 14px;
    }
    .carousel-indicators li {
        display: none;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 12px;
        width: 65%;
    }
    .carousel-item .carousel-caption .descripcion {
        font-size: 11px;
        width: 65%;
        display: none;
    }
    .carousel-item .carousel-caption p {
        font-size: 11px;
        width: 65%;
    }
    .descripcion {
        font-size: 18px;
    }
    #myTabContent .active {
        border-radius: 0;
    }
}

@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;
    }
    .ABC p {
        text-align: left;
    }
    .nosotros ul li button {
        font-size: 18px;
    }
    #myTabContent p {
        font-size: 15px;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 22px;
        width: 65%;
    }
    .carousel-item .carousel-caption p {
        font-size: 20px;
        width: 65%;
    }
    .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;
    }
}

@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 ul li button {
        font-size: 25px;
    }
    #myTabContent p {
        font-size: 20px;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 25px;
    }
    .carousel-item .carousel-caption p {
        font-size: 24px;
    }
    .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;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 6rem !important;
    }
    header p {
        font-size: 2.7rem;
    }
    h2 {
        font-size: 40px !important;
    }
    .introducciones {
        font-size: 25px;
    }
    .columna1 h3 {
        padding-top: 20px;
    }
    .nosotros ul li button {
        font-size: 28px;
    }
    #myTabContent p {
        font-size: 23px;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 26px;
        width: 60%;
    }
    .carousel-item .carousel-caption p {
        font-size: 25px;
        width: 60%;
    }
    .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;
    }
}

@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 ul li button {
        font-size: 30px;
    }
    #myTabContent p {
        font-size: 25px;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 27px;
        width: 60%;
    }
    .carousel-item .carousel-caption p {
        font-size: 26px;
        width: 60%;
    }
    .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;
    }
}

@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 ul li button {
        font-size: 33px;
    }
    #myTabContent p {
        font-size: 26px;
    }
    .carousel-item .carousel-caption h3 {
        font-size: 28px;
        width: 60%;
    }
    .carousel-item .carousel-caption p {
        font-size: 27px;
        width: 60%;
    }
    .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;
    }
}