/* 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;
}

.bold {
    font-weight: bold;
}

.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#alinha {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/banners/alinhadores.jpg);
    min-height: 700px;
}

header#pedia {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/servicos/pediatria/grey/1.jpg);
}

header#fixo {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/servicos/braquetes/header.jpg);
    min-height: 600px;
}

@media (max-width:768px) {
    header#alinha {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/banners/alinhadores.jpeg);
        min-height: 400px;
    }

    header#fixo {
        background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(/assets/images/servicos/braquetes/header-mob.jpg);
        min-height: 500px;
    }
}


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

@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;
}

/* RODAPÉ */

footer {
    padding: 20px;
}

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

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

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

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

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

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 img {
    width: 200px;
}

/* 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;
    }
}


/* 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;
}

@media (max-width: 769px) {
    #chamada {
        text-align: center;
    }
}

/* INVISIALIGN */

#invi video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#invi .first .row {
    display: flex;
    align-items: flex-start;
}


#invi .area-card-invi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#invi .area-card-invi .card-invi {
    width: 350px;
    background-color: #fff;
    text-align: center;
    color: #000;
    margin: 20px 10px;
    padding: 20px;
}



#invi .area-card-invi .card-invi i {
    color: var(--primary);
    font-size: 2rem;
}

@media (max-width: 769px) {
    #invi {
        text-align: center;
    }
}




/* JORNADA DO PACIENTE */
#jornada {
    padding: 40px 0;
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(/assets/images/banners/invisa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jornada h2 {
    margin-bottom: 40px;
    font-size: 2rem;
}

#jornada .area-card-jornada {
    display: flex;
    justify-content: center;
    margin-left: 60px;
}

#jornada .card-jornada {
    width: 150px;
}

#jornada .card-jornada.left1 {
    position: relative;
    left: -15px;
}

#jornada .card-jornada.left2 {
    position: relative;
    left: -30px;
}

#jornada .card-jornada.left3 {
    position: relative;
    left: -45px;
}

#jornada .card-jornada.left4 {
    position: relative;
    left: -60px;
}

#jornada .card-jornada.left5 {
    position: relative;
    left: -75px;
}

#jornada .card-jornada .content {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

#jornada .card-jornada .content .line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    top: 10px;
    z-index: 10;

}

#jornada .card-jornada .content h4 {
    font-size: 1rem;
    padding: 0 10px;
}


#jornada .card-jornada .content i {
    color: #e0c87e;
    position: relative;
    z-index: 20;
}

.progress .progress-value i {
    font-size: 2.4rem;
    color: var(--primary);
}

.progress {
    background: none;
    box-shadow: none;
    width: 150px;
    height: 150px;
    line-height: 150px;
    position: relative;
}

.progress:after {
    content: "";
    border-radius: 50%;
    border: 15px solid #ccc;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.progress>span {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    border-width: 15px;
    border-style: solid;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    border-color: #000;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}


.progress .progress-value {
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

@keyframes top-load1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes barra-top {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}



@keyframes bottom-load1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes barra-bottom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}


@keyframes barra-full {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.progress.blue .progress-bar {
    border-color: var(--primary);
}

.progress.blue .progress-left .progress-bar.top-bar {
    animation: barra-top 1s linear forwards 1s;
}

.progress .progress-right .progress-bar.top-bar {
    left: -100%;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    animation: top-load1 1s linear forwards;
}

.progress.blue .progress-left .progress-bar.bottom-bar {
    animation: barra-bottom 1s linear forwards 1s;
}

.progress .progress-right .progress-bar.bottom-bar {
    left: -100%;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    animation: bottom-load1 1s linear forwards;
}


@media (max-width: 769px) {
    #jornada .area-card-jornada {
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
    }

    #jornada .area-card-jornada .card-jornada {
        margin: 0 auto;
        margin-bottom: 20px;
    }


    #jornada .card-jornada.left1,
    #jornada .card-jornada.left2,
    #jornada .card-jornada.left3,
    #jornada .card-jornada.left4,
    #jornada .card-jornada.left5 {
        left: 0px;
    }

    .progress.blue .progress-left .progress-bar.top-bar {
        animation: barra-full 1s linear forwards 1s;
    }

    .progress .progress-right .progress-bar.top-bar {
        animation: barra-full 1s linear forwards;
    }

    .progress.blue .progress-left .progress-bar.bottom-bar {
        animation: barra-full 1s linear forwards 1s;
    }

    .progress .progress-right .progress-bar.bottom-bar {
        animation: barra-full 1s linear forwards;
    }

}

.progress i.numero {
    font-weight: bold;
}