.theme-color {
    color: #d6303c !important;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: #d6303c !important;
}

.link-lang {
    text-decoration: none;
}

.nav-menu:hover {
    color: #d6303c;
    border-bottom: #d6303c 3px solid;
}

.nav-font {
    font-size: 1.2rem;
}

.border-none {
    border: 0px;
}

.swiper-container {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #d6303c !important;
}

.separator-div {
    height: 2rem;
}

.header {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.hline {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-bottom: #d6303c 1px solid;
}

.font-service {
    font-size: 1.3rem;
}

.font-contact-header {
    font-size: 1.5rem;
}

.font-contact {
    font-size: 1.4rem;
}

.vl {
    border-left: 1px solid #000;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
}

.icon-whatsapp {
    font-size: 1.6rem;
}

.icon-service {
    color: #d6303c;
    font-size: 10rem;
}

.icon-warning {
    font-size: 3rem;
    color: #d6303c;
}

.font-booking-header {
    font-size: 1.3rem;
}

.btn-booking {
    font-size: 1.8rem;
}

.btn-booking:hover {
    color: black !important;
}

.float-whatsapp {
    font-size: 3.2rem;
    color: #0C9;
}

.datepicker table tr td.active.active {
    background-color: #d6303c !important;
    background-image: linear-gradient(to bottom, #d6303c, #d6303c) !important;
}

.text-about,
.text-promise,
.text-team {
    font-size: 1.2rem;
}

.msg-ack {
    font-size: 1.2rem;
}

.msg-ack-err {
    font-size: 1.2rem;
    color: #d6303c;
}

.logo-landing,
.logo-ack {
    max-width: 80%;
    max-height: 200px;
}

.invalid-feedback-option {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.padding-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.table-promise {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .nav-menu {
        padding: 13px 20px;
        border-bottom: transparent 3px solid;
    }
    body {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .btn-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: transparent;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .btn-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: 20px;
        background-color: transparent;
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    body {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}