@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
    scroll-behavior: smooth;
    padding-top: 70px;
}

body,
html {
    height: 100%;
    position: relative;
    font-family: Montserrat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

a {
    outline: none;
    text-decoration: none !important;
}

a,
button,
i {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

input:focus,
input.form-control:focus,
textarea:focus,
textarea.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input,
input::-webkit-input-placeholder {
    font-size: 0.8rem;
}

textarea,
textarea::placeholder {
    font-size: 0.8rem;
}

.form-select {
    font-size: 0.8rem;
}

.form-select option {
    font-size: 0.8rem;
}

.text-danger {
    font-size: 0.6rem;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.navbar .container {
    padding: 0 125px;
}

.navbar .navbar-brand img {
    width: 75px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background: #bd2040;
}

.navbar .navbar-nav .nav-item {
    margin-right: 8px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    background: #bd2040;
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #212121;
    position: relative;
    padding: 3px 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar .lang {
    border: 1px solid #212121;
    padding: 4px 16px;
    border-radius: 50px;
}

.navbar .lang a {
    color: #212121;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar .lang a.active {
    color: #bd2040;
}

.navbar .lang a:first-child {
    border-right: 1px solid #212121;
    padding-right: 5px;
}

footer {
    background: #bd2040;
    padding: 30px 0;
}

footer .logo img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

footer .address h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    text-align: right;
}

footer .address p {
    color: #fff;
    font-weight: 400;
    text-align: right;
    font-size: 1rem;
    margin-top: 8px;
}

footer .hours h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    text-align: right;
}

footer .hours p {
    color: #fff;
    font-weight: 400;
    text-align: right;
    font-size: 1rem;
    margin-top: 8px;
}

footer .socmed h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    text-align: right;
}

footer .socmed .icons {
    text-align: right;
    margin-top: 8px;
}

footer .socmed .icons a {
    margin-right: 8px;
}

footer .socmed .icons a svg {
    font-size: 2.5rem;
    color: #fff;
}

.floating {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    text-align: center;
}

.floating .cs {
    background: #118c7e;
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: unset;
    -webkit-animation: fadeInMenu 0.6s ease;
    animation: fadeInMenu 0.6s ease;
    cursor: pointer;
}

.floating .cs img {
    width: 35px;
}

.floating .cs:hover {
    background: #118c7e;
}

.floating .tabs {
    display: flex;
    flex-direction: column;
    -webkit-animation: fadeInMenu 0.6s ease;
    animation: fadeInMenu 0.6s ease;
}

.floating .tabs a {
    padding: 8px 16px;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
}

.floating .tabs a svg {
    font-size: 1rem;
}

.floating .tabs a.whatsapp {
    background: #055e54;
    margin-bottom: 8px;
}

.floating .tabs a.instagram {
    background: #d62976;
}

@-webkit-keyframes fadeInMenu {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@media (orientation: portrait) {
    .navbar .container {
        padding: 0 15px;
    }

    .navbar .navbar-nav {
        padding: 15px 0;
    }

    .navbar .navbar-toggler {
        border: unset;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar .navbar-toggler svg {
        font-size: 1.5rem;
        color: #bd2040;
    }

    .navbar .lang {
        width: 100%;
        text-align: center;
    }

    footer .address h4 {
        text-align: center;
        margin-top: 16px;
    }

    footer .address p {
        text-align: center;
        margin-top: 16px;
    }

    footer .hours h4 {
        text-align: center;
        margin-top: 16px;
    }

    footer .hours p {
        text-align: center;
        margin-top: 16px;
    }

    footer .socmed h4 {
        text-align: center;
        margin-top: 16px;
    }

    footer .socmed .icons {
        text-align: center;
        margin-top: 16px;
    }
}
