/* FONTS */

@font-face {
    font-family: 'URWGeometric-light';
    src: url(/assets/fonts/URWGeometricLight.otf) format('opentype');
}


@font-face {
    font-family: 'URWGeometric-medium';
    src: url(/assets/fonts/URWGeometricMedium.otf) format('opentype');
}

@font-face {
    font-family: 'URWGeometric-bold';
    src: url(/assets/fonts/URWGeometricExtraBold.otf) format('opentype');
}

:root {
    --cinza: #9a9a9a;
    --dark: #232323;
    --primary: #fed049;
    --cta: #7ce577;
    --azul: #60c3eb;
}

body {
    font-family: 'URWGeometric-light';
    background-color: var(--dark);
    color: #fff;
}



html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--azul);
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 425px) {
    h2 {
        font-size: 1.3rem;
    }
}

button:focus {
    outline: none;
}

/* MENU */
#menu {
    padding: 10px;
    background-color: var(--dark);
    width: 100%;
    top: 0;
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: sticky;
}

#menu img.logo {
    width: 200px;
}

@media (max-width: 360px) {
    #menu img.logo {
        width: 150px;
    }
}

#menu .nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.fa-bars {
    font-size: 1.8rem;
    color: #fff;
}


/* HEADER */

header {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/banners/header.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header#time,
header#empresa {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/new/empresa-fundo.jpg);
    min-height: 700px;
}

h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width:768px) {

    header#time,
    header#empresa {
        min-height: 400px;
    }

}

@media (max-width: 425px) {
    header {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/banners/mob/header.jpg);
    }
}

@media (max-width: 1200px) {
    header {
        min-height: 400px;
        display: flex;
    }
}

@media (max-width: 992px) {
    header {
        text-align: center;
        padding-top: 30px;
    }
}

/* MAIN */
main {
    padding: 50px 0;
}

/* DESCUBRA */
#descubra {
    padding: 50px 0;
}

#descubra h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}

#descubra .saiba a {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    transition: all .3s;
}

#descubra .saiba a:hover {
    background-color: var(--primary);
    color: #fff;
}

/* CHAMADA */
#chamada {
    padding: 40px 0;
    background-color: #434242;
}

#chamada img {
    width: 100%;
}


#chamada .cta a {
    background-color: var(--azul);
    border: 2px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TIME */
#time {
    padding: 50px 0;
}

#time img {
    width: 100%;
}

/* RODAPÉ */

footer {
    padding: 20px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer i.fa-envelope {
    font-size: 1rem;
}

.bold {
    font-weight: bold;
}

footer a, footer a:hover {
    color: #fff;
}


footer hr {
    border-color: rgba(255, 255, 255, 0.24);
}

footer img {
    width: 100%;
}

footer i.fa-instagram {
    font-size: 2rem;
    padding: 20px;
    background-color: #fff;
    height: 60px;
    width: 60px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
}

footer .desen a {
    color: var(--primary);
    font-weight: bold;
}



/* WHATSAPP */
#modalWhatsapp .modal-title {
    color: #000 !important;
}

#modalWhatsapp label {
    color: #000;
}

#modalWhatsapp button.cta {
    color: #000;
    background-color: var(--cta);
    font-size: 1rem;
    font-weight: 500;
    padding: 20px 40px;
    transition: all .5s;
    border: none;
    outline: none;
    width: 100%;
    transition: all .3s;
    font-weight: bold;
    text-transform: uppercase;
}

#modalWhatsapp button.cta:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    z-index: 90;
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@media (max-width: 465px) {

    .btn-whatsapp-pulse {
        bottom: 40px;
    }
}


#sobre .area-card-valores {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#sobre .area-card-valores .card-valores {
    width: 350px;
    margin: 0 20px;
    text-align: center;
}

#sobre .area-card-valores .card-valores .header {
    margin-bottom: 20px;
}

#sobre .area-card-valores .card-valores .header .icon i {
    font-size: 2.3rem;
    color: var(--primary);
    margin-bottom: 10px;
}

#sobre .area-card-valores .card-valores .header h3 {
    color: var(--primary);
    font-weight: bold;
}

#sobre .area-card-valores .card-valores .content p {
    text-align: justify;
}

@media (max-width: 992px) {
    #sobre .area-card-valores {
        flex-wrap: wrap;
    }

    #sobre .area-card-valores .card-valores {
        margin-bottom: 20px;
    }
}