html {
    scroll-behavior: smooth;
}

:root {
    --verde-whatsapp: #00bc5d;
    --azul-telefone: #007aff;
    --cinza-principal: #DADADA;
    --azul-rota: #1a4385;
    --azul-claro: #1e88e5;
    --azul-clarinho: #5685d0;
    --azul-escuro: #06194b;
}

@font-face {

    font-family: Poppins;
    src: url(../font/Poppins-Regular.ttf)
}
@font-face {

    font-family: Poppins-bold;
    src: url(../font/Poppins-Bold.ttf)
}


/* reset css */

* {

    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1 {

    font-size: calc(1.375rem + 1.5vw);
    font-family: 'Poppins-bold', 'Arial Narrow', Arial, sans-serif;
}

h2 {
    font-size: calc(1.575rem + .9vw);
    font-family: 'Poppins-bold', 'Arial Narrow', Arial, sans-serif;

}

h3 {
    font-size: calc(1.3rem + .6vw);
    font-family: 'Poppins', 'Arial Narrow', Arial, sans-serif;
}

h4 {
    font-size: calc(1.275rem + .3vw);
    font-family: 'Poppins', 'Arial Narrow', Arial, sans-serif;
}

h5 {
    font-size: calc(1.125rem + .1vw);
    font-family: 'Poppins', 'Arial Narrow', Arial, sans-serif;
}

h6 {
    font-size: calc(1.045rem + .1vw);
    font-family: 'Poppins', 'Arial Narrow', Arial, sans-serif;
}


@media screen and (max-width: 720px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 920px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (min-width: 1199px) {
    .container {
        max-width: 1300px;
    }

    .container-card {
        max-width: 1200px;
    }

    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }

}





@media screen and (min-width: 1399px) {
    .container {
        max-width: 1500px;
    }

    .container-card {
        max-width: 1300px;
    }
}

@media screen and (max-width:260px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1rem;
    }

    h4 {
        font-size: .7rem;
    }
}

.invisible {
    display: none !important;
}

.visible {
    display: block !important;
}


.contatosLink {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: calc(40%);
    left: 0px;
    z-index: 5;
}

.itemPhone {
    background-color: #26a7eb;
    border-radius: 0px 10px 10px 0px;
}

.contatosLink a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    text-decoration: none;
    color: white;
    border-radius: 0px 8px 8px 0px;
    transition: .2s ease-in-out;
}

.itemWhatsapp {
    background-color: #00bc5d;
    border-radius: 0px 10px 10px 0px;
}

@media screen and (max-width: 600px) {
    .itemPhone {
        display: none;
    }

    .itemWhatsapp {
        display: block !important;
        text-align: center;
        padding: 24px 8px;
        transition: all .3s ease;
        color: #fff !important;
        font-size: 20px;
        background-color: #00e676;
        left: 0;
        position: fixed;
        top: 50%;
        z-index: 5;
    }

    .contatosLink a {
        width: auto;
        height: auto;
    }

    .itemWhatsapp a svg {
        width: 20px;
        height: 20px;
    }


}


/* cookie */
.cook {
    position: fixed;
    bottom: 14%;
    left: 3%;
    z-index: 100000000;
}

.cookies-content {
    z-index: 100;
    position: fixed;
    bottom: 13%;
    left: 6%;
}

.content_cookie {
    width: 360px;
    height: 170px;
    box-shadow: 0 0 10px #292929;
    border-radius: 5px;
    padding: 1.5em;
    line-height: 26px;
    background-color: #faf7f7;
    font-size: 12px;
}

.content__msg a {
    font-weight: bolder;
    color: #1A4385;
    font-size: 14px;
   
}

.content__action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__button {
    border-radius: 5px;
    background-color: #2F4480;
    padding: .4em;
    margin-top: 0.3em;
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: center;
    color: #fff;
    font-family: 'MohrRoundedBold', 'Poppins', 'Arial Narrow', Arial, sans-serif;
    cursor: pointer;
    font-size: 17px;
}

.desaparecer {
    display: none;
}

.content_img {
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-direction: row;
}

.cookie-img {
    align-self: flex-start;
}

.cookie-img img {
    width: 55px;
    height: 40px;
}


.baus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.text-bau {
    height: auto;
    width: auto;
    background-color: #d3d3d3;
    padding: .2em;
    text-align: center;
    border-radius: 25px;
    margin-bottom: -5px;

}

.text-bau p {
    margin: 0;
    font-weight: bold;
}

#imagembau{
    width: 32px;
    height: 32px;
}


@media screen and (max-width:590px) {
    
    .cookies-content {
        left: 13%;
        bottom: 14%;
    }
    
    .content_cookie {
        width: 220px;
        height: auto;
        padding: .6em;
        opacity: .8;
        
    }

    .content_img {
        flex-wrap: wrap;
        gap: 0;
        text-align: center;
    }

    .content__msg {
        margin-top: -2px;
    }

    #alturaimg {
        height: 50px !important;
        width: 50px !important;
    }
    .panel-group {
        margin-bottom: 40px !important;
    }

    .item_lista_bradesco li {
        padding: 1em 0;
    }

}

@media(min-width:701px){
    .aligncenter-desk{
        justify-content: left!important;
    }
}



/* change order */

.change-order{
    order: 1;
}
.change-order-ajust{
    order: 2;
}

@media(min-width:990px){
    .change-order{
         order: 2;
    }
    .change-order-ajust{
        order: 1;
    }
}


/* Caixa tabela de preços inicio */

.unimed__precos{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*background-color: #f5f5f5;*/
    /* padding: 60px;*/
}

.unimed__precos svg{
    background-color: white;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.unimed__precos *{
    color: white;
}

.unimed__precos a{
    font-weight: 700;
    background-color: #f68934;
    padding: 5px 10px;
    border-radius: 5px;
}

.unimed__precos-card{
    background-color: #1a4385;
    border-radius: 10px;
    padding: 40px;
    margin: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width:500px) {
    .direction-flex{
        flex-direction: column;
        width: 100%
    }

    .direction-flex .painel__text{
        width: 100%;
    }

    .direction-flex .painel__text p{
        width: 100%;
    }

    .direction-flex .painel__img{
        width: 100%;
    }

    .unimed__precos{
        flex-direction: column!important;
    }
	
}


/* Caixa tabela de preços fim */


