@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');

body {
    font-family: "Red Hat Text", sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
}

.color-primary {
    color: white !important;
}

.color-secondary {
    color: #0D217F;
}

.color-red {
    color: #BE1522 !important;
}

.btnFacebook{
    background-color: #1877F2 !important;
    border-radius: 8px;
}

.btnWhatsapp {
    background-color: #25D366 !important;
    border-radius: 8px;
}

.btnTiktok{
    background-color: #040404 !important;
    border-radius: 8px;
}

.btnInstagram{
    background-color: #ce2886 !important;
    border-radius: 8px;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.btn-white {
    background-color: #FFFFFF !important;
    color: #0D217F !important;
    border: none !important;
    font-weight: 600;
}

.redes-sociais {
    list-style: none;
    padding: 0;
    margin: 0;
}

.redes-sociais li {
    display: inline-block;
    margin: 0;
    padding: 8px;
}

.redes-sociais li:hover {
    opacity: 0.7;
}

.botao-whatsapp {
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: auto;
    height: auto;
    padding: 8px 16px;
    border-radius: 24px;
    z-index: 1010;
    transition: ease-in-out 0.2s;
    background: linear-gradient(to bottom, #61FD7D, #2BB826);
    ;
}

.botao-whatsapp a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

.navbar-blue {
    background-color: #0D217F;
    background-image: url('../img/frame-menu.svg');
    background-position: left top;
    background-repeat: no-repeat;
}

#menuMobile {
    background-color: #0D217F;
    background-image: url('../img/frame-menu.svg');
    background-position: left top;
    background-repeat: no-repeat;
    display: none !important;
}

#mySidenav .redeSociais {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}

#mySidenav .redeSociais li {
    display: inline-block;
}

#mySidenav .redeSociais li:last-child {
    margin-right: 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 48px;
}

.sidenav a {
    padding: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 32px;
    color: #0D217F;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: black;
}

.sidenav .redeSociais li {
    margin-left: 8px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 48px;
    margin-left: 50px;
}

.nav-item {
    margin: 0 16px;
    color: white
}

#heroBanner {
    background: url(../img/capa.png) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 18vh 0;
    text-align: center;
    color: white;
}

#heroBanner-sm {
    background: url(../img/capa.png) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 5vh 0;
    text-align: center;
    color: white;
}

#heroBanner h1,
#heroBanner-sm h2 {
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card ul li {
    padding: 0;
    margin: 0;
}

.text-bg-primary {
    background-color: #E4E1FD !important;
    color: #0D217F !important;
}

.text-bg-secondary {
    background-color: #F8DFE1 !important;
    color: #BE1522 !important;
}

.active,
.card-title {
    color: #0D217F;
}

#navbarSupportedContent input {
    border: 1px solid #0D217F;
    background-color: #eee;
    font-size: 12px;
    text-align: left;
    width: 100% !important;
    min-width: 240px;
    max-width: 320px !important
}

#navbarSupportedContent input::placeholder {
    color: #0D217F !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0);
}

section.container-fluid {
    --bs-gutter-x: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.linkProduto {
    text-decoration: none;
    color: inherit;
}

#carouselProduto {
    width: auto;
    background: url(../img/slide-bg.svg) no-repeat center right;
    background-size: contain;
}

.btn {
    max-width: 320px;
}

.btn-primary {
    background-color: #0D217F;
    border: none;
    text-transform: uppercase;
}

.btn-red {
    background-color: #BE1522;
    border: none;
    text-transform: uppercase;
    width: 100%;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item .nav-link {
    background-color: #E4E1FD;
    color: #0D217F;
    border: none;
    margin-right: 8px;
    border-radius: 8px;
    font-weight: bold;
}

.nav-tabs .nav-item:hover {
    border: none;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .active {
    background-color: #0D217F;
    color: #ffffff;
}

.tab-pane p {
    font-size: 0.9em;
    font-weight: 400;
    color: #232323;
}

.card {
    border: none;
    border-top: solid 4px #0D217F;
    box-shadow: none;
    box-shadow: 0 4px 8px rgba(0, 0, 128, 0.15) !important;
    position: relative;
}

.card-title {
    font-family: "Red Hat Display", sans-serif !important;
    color: #363942;
    font-weight: 900;
    font-size: 16px;
}

.listaModalidade {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 4px;
    left: 8px;
    display: table;
}

.listaModalidade li {
    display: inline-block;
    padding: 4px 8px !important;
    margin-right: 8px !important;
    font-size: 10px;
    font-weight: bold;
    border-radius: 16px;
    text-transform: uppercase;
}
.textDetalhes {
    font-size: 10px;
    line-height: 0.5;
    color: #606060;
}

.aluguel {
    background-color: #F8DFE1;
    color: #BE1522 !important;
}

.venda {
    background-color: #E4E1FD;
    color: #0D217F !important;
}

.cap-sm {
    color: #363942;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.preco {
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    font-weight: 900;
    color: #BE1522;
}

.preco-md {
    font-weight: bold;
    color: #BE1522;
}

.preco-xl {
    font-size: 2.5em;
    font-weight: bold;
    color: #BE1522;
}

.ordCheckbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0D217F;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    position: relative;
}

.ordCheckbox:checked {
    background-color: #0D217F;
}

.ordCheckbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tabOrcamento {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

footer {
    background-color: #0D217F;
    color: #ffffff !important;
    font-size: 0.9em;
}

footer a {
    color: #ffffff !important;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    padding: 4px 0;
}

#segundaDobra {
    width: 100%;
    background-color: #232323;
}

@media only screen and (max-width: 450px) {

    #menuPrincipal {
        display: none !important;
    }

    #menuMobile {
        display: block !important;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }


    #heroBanner {
        padding: 10vh 0;
    }

    .btn {
        max-width: 80%;
        margin: 0 auto;
    }

    #heroBanner h1,
    #heroBanner-sm h2 {
        font-weight: 900;
        font-size: 36px;
        text-transform: uppercase;
    }
}