/* Footer-Dark.css */

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}

.footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;
    padding-top: 24px;
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 0;
}

.footer-dark .c-List {
    opacity: 0.7;
}

/* categories.css  */

.categories {
    color: #313437;
    background-color: #ebebeb;
}

.categories ul {
    color: #7d8285;
}

.categories p {
    color: #7d8285;
}

.categories h2 {
    margin-bottom: 20px;
    padding-top: 20px;
    color: #d42e12;
}

.promotions h2 {
    margin-bottom: 20px;
    padding-top: 20px;
    color: #d42e12;
    font-size: 24px;
}

.promotion {
    text-align: center;
}
.promotion img {
    border-radius: 20px;
    padding: 10px;
    width: 300px;
    height: 300px;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .categories h2 {
        margin-bottom: 0px;
        padding-top: 7px;
        font-size: 24px;
    }
}

.categories .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 10px;
}

.categories .projects {
    padding-bottom: 40px;
}

@media (max-width: 400px) {
    .categories .projects {
        margin: auto;
        padding-bottom: 40px;
    }
}

.categories .item {
    padding-top: 20px;
    padding-left: 30px;
    min-height: 130px;
}

@media (min-width: 1200px) {
    .categories .item {
        padding-top: 10px;
        padding-left: 30px;
        min-height: 130px;
    }
}

@media (max-width: 767px) {
    .categories .item {
        padding-top: 15px;
        min-height: 160px;
    }
}

@media (max-width: 575px) {
    .categories .item {
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        min-height: 160px;
    }
}

.categories .item .name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit;
}

@media (max-width: 767px) {
    .categories .item .name {
        margin-top: 22px;
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    .categories .item .name {
        margin-top: 22px;
        text-align: center;
    }
}

.categories .item .description {
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    padding-top: 0;
    margin-bottom: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .categories .item .description {
        font-size: 13px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .categories .item .description {
        font-size: 13px;
        padding-left: 35px;
    }
}

@media (max-width: 400px) {
    .categories .item .description {
        font-size: 13px;
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 5px;
        padding-top: 0;
        margin-bottom: 0;
    }
}

.TarjetaAuto {
    background-color: #fff;
    border-radius: 10px;
    min-height: 200px;
}

.categories .img-auto {
    height: auto;
    width: 105%;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .categories .img-auto {
        height: auto;
        width: 100%;
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .categories .img-auto {
        height: auto;
        width: 70%;
        border-radius: 10px;
        position: relative;
        left: 15%;
    }
}

@media (max-width: 400px) {
    .categories .img-auto {
        height: auto;
        width: 80%;
        border-radius: 10px;
        position: relative;
        left: 10%;
    }
}

.categories .btn.btn-primary.projects-bottom {
    border: #fff;
    color: #d42e12;
    background-color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.col.projects-col-bot {
    margin-top: 10px;
    margin-bottom: 14px;
}


.Div.Trajeta {
    width: 150px;
}

/* styles.css */

#imgMenu {
    width: 200px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
}

#reserva {
    color: #d42e12;
}

#reservaF {
    border-color: white;
    color: #757575;
    background-color: #fff;
    font-size: 13px;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    width: 100px;
}

@media (min-width: 992px) {
    #dateReserva {
        font-size: 13px;
        width: 156px;
    }
}

#letraReserva {
    color: #d42e12;
    border-color: #d42e12;
    font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a45858;
    border-color: #d42e12;
}

#Menu {
    font-size: 15px;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    background-color: #d42e12;
    border-color: #d42e12;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #757575;
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #757575;
    border-color: #d42e12;
}


.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}


@media (max-width: 990px) {
    .form-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
        margin-top: 15px;
    }
}

.form-group {
    margin-bottom: 5px;
    float: left;
}





.container2 {
    width: 100%;
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
}

.ContNumeros {
    background-color: #ebebeb;
}

.TarjetaNumeros {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .TarjetaNumeros {
        height: unset;
    }
}

@media (min-width: 576px) {
    .container2 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container2 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container2 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        max-width: 1100px;
    }
}

.Titulo {
    color: #d42e12;
    font-family: inherit;
    font-size: 24px;
    padding-top: 15px;
    /*left: 50px;*/
}

@media (max-width: 575px) {
    .Titulo {
        text-align: center;
    }
}


.Titulo2 {
    color: #d42e12;
    font-family: inherit;
    font-size: 15px;
    width: 53%;
    position: relative;
    bottom: 30px;
    left: 200px;
}

@media (max-width: 575px) {
    .Titulo2 {
        /*color: #757575;*/
        font-family: inherit;
        font-size: 15px;
        width: 100%;
        position: initial;
        text-align: center;
    }
}

@media (min-width: 576px) {
    .TarjetaNumeros {
        flex-direction: row;
    }
}

.TarjetaContenido {
    /*width: 50%;*/
    padding: 1em 5%;
}

.Numero:hover {
    color: #757575;
    text-decoration: blink;
}

.Numero {
    color: #444242;
    font-family: inherit;
    text-decoration: none;
    background-color: transparent;
}

.TarjetaCiudad {
    color: #d42e12;
    font-size: 14px;
    font-family: inherit;
    text-align: center;
    position: relative;
}

.WhatsAppImagen {
    width: 20px;
}

@media (min-width: 768px) {
    .navbar.navbar-light.navbar-expand-md.Sombra {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
}

@media (max-width: 767px) {
    .TarjetaContenido.TC2 {
        /*padding-top: 0;*/
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .row.FilaTarjeta {
        justify-content: center;
        padding-right: 10px;
    }
}

.img36 {
    height: auto;
    width: 440px;
}

@media (max-width: 767px) {
    .img36 {
        height: auto;
        width: 330px;
    }
}

@media (max-width: 1199px) {
    .img36 {
        height: auto;
        width: 330px;
    }
}

.N-Titulo {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #d42e12;
}

@media (max-width: 991px) {
    .N-Titulo {
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #d42e12;
    }
}

.N-Intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 10px;
}

.N-Par {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 400px) {
    .c-cont-t {
        text-align: center;
    }
}

.contacto {
    background-color: #fff;
}

.contacto h3 {
    width: 150px;
    font-size: 20px;
    font-weight: 100;
    margin: 0 auto;
}

@media (max-width: 765px) {
    .img38 {
        height: 220px;
        width: 540px;
    }
}

@media (max-width: 575px) {
    .img38 {
        height: auto;
        width: auto;
    }
}

.c-f1-dev {
    padding-right: 5px;
}

.f1-dev {
    display: none;
}

@media (min-width: 768px) {
    .img-idioma {
        position: relative;
        bottom: 15px;
        left: 16px;
    }
}

.btn.btn-primary.dropdown-toggle.b-idioma {
    background-color: #d42e12;
}

.nav-item.dropdown.idioma {
    margin-left: 15px;
    /*position: relative;*/
    /*left: 15px;*/
    width: 50px;
}

@media (min-width: 768px) {
    .nav-item.nav-idioma {
        height: 10px;
        position: relative;
        bottom: 10px;
        left: 15px;
    }
}


.custom-label {
    text-align: center;
    white-space: nowrap;
    font-family: inherit;
    font-size: 13px;
    color: #d42e12;
    margin-right: 5px;
}

.custom-item {
    color: #757575;
    font-size: 12px;
    font-family: inherit;
}

.custom-button {
    font-size: 13px;
    white-space: nowrap;
}




.menu-p {
    position: relative;
    left: 30px;
}

.btn.btn-primary.btn-sm.dropdown-toggle.b-idioma {
    position: relative;
    left: 10px;
}

.modal-title {
    color: #d42e12;
}

.nav-tabs .nav-link {
    color: #d42e12;
}

.nobr {
    white-space: nowrap;
}


.reservation-label {
    padding: 10px;
    border-top: 1px solid #dee2e6;
    font-size: small;
    color: #d42e12;
}