@charset "UTF-8";

/* Variáveis de cor */

/*:root {
    --primaria: #CAAA93;
    --secundaria: #F0D9D1;
    --terciaria: #f2f2f2;
    --quaternaria:  #7f2A4A;
}*/


.bg-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cor-prim {
    color: var(--quaternaria);
}


.bg-primaria{
    background-color: var(--primaria);
}

.bg-secundaria{
    background-color: var(--secundaria);
}


figure {
    margin: 0px;
}


.wd-40 {
    width: 40%;
}

.wd-100 {
    width: 100%;
}

.banner-paginas {
    background-size: contain;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.banner-paginas h1 {
    color: white;
}

.text-banner-paginas {
    height: 300px;
}

.btn-branco {
    padding: 8px 40px;
    text-decoration: none;
    background-color: white;
    color: var(--quaternaria);
    border: 1px solid var(--quaternaria);
    border-radius: 20px;
}

.btn-branco:hover {
    transition: 1s;
    background-color: var(--quaternaria);
    color: white;
    border: 1px solid white;

}

.btn-primaria {
    padding: 8px 40px;
    text-decoration: none;
    background: var(--quaternaria);
    color: white;
    border-radius: 20px;
}

.btn-primaria:hover {
    transition: 1s;
    color: var(--quaternaria);
    background: white;
    border: 1px solid var(--quaternaria);

}

.hr-custom {
    width: 200px;
    margin-left: -100px;
    color: white;
    opacity: 1;
}

.hr-custom-azul {
    width: 200px;
    margin-left: -100px;
    color: var(--quaternaria);
    opacity: 1;
}

.h2-branco {
    color: white;

}

.h2-azul {
    color: var(--primaria);

}


/* Slide Swiper da Home */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

  
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: white;!important;
}

.btn-position {

    position: absolute; 
    bottom: 40px;
}

/* Header*/

.contatos-header a {
    position: relative;
    color: var(--quaternaria);
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    font-size: 18px;
}

.link-li li {
    list-style: none;
}

.link-li li a{
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}


.contatos-header a:before {
    content: "";
    position: absolute;

    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--quaternaria);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.contatos-header a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.nav-custom-hover a {
    position: relative;
    color: white!important;
    text-decoration: none;  
    font-size: 16px;
}

.nav-custom-hover a:before {
    content: "";
    position: absolute;

    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-custom-hover a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



/* Banner Home */

.banner-home {
    
    background-size: cover;
    background-position: center;
    width: 100%;
}

.text-banner {
    height: 500px;
}

.banner-home h1 {
    color: white;
}

.banner-home p {
    color:  white;
}



/* Banner Home */


.bg-sobre {
    
    background-repeat: no-repeat;
    background-size: contain;
}

.h3-nome {
    font-size: 40px;
    color: white;
}

.pd-sobre {
    padding-top: 100px;
}


/* A Clínica */

.pd-slide-clinica {
    padding-left: 100px;
    padding-right: 100px;
    background: transparent;
}

/* Social Media */

.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--quaternaria);
    font-weight: 1000;
}

.bg-social {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Área de atuação */

.card-servico h4{
    color: white;
}
.card-servico p{
    color: white;
}

/* Sobre */
.formacao p {
    color: white;
}

.sombra-img {
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.b-radius {
    border-radius: 5px;
}

.card-equipe {
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.card-equipe h5 {
    color: white;
}
.card-equipe span {
    color: white;
    font-style: italic;
}
.card-equipe p {
    color: white;
}

/* Termos */

.termos-custom h6 {
    font-size: 30px;
    color: var(--primaria);
}

.border-termos {
    border-right: 1px solid var(--primaria);
    border-left: 1px solid var(--primaria);
}

.bg-termos {
    background-color: #c6c6c6;
}

.termos-custom p {
    color: var(--primaria);
}


/* Blog Home */

.blog-card h4 {
    color: var(--primaria);
}

.arrow-blog:after, .arrow-blog:after {
    color: var(--primaria);
}

/* Contato */

.mapa-contato iframe {
    border-radius: 20px;
     box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
     width: 100%;
     height: 50vh;
}

.contato-custom h5 {
    color: var(--primaria);
}

.contato-custom p {
    color: var(--primaria);
}

.contato-custom a {
    color: var(--primaria);
    text-decoration: none;
}

.form-contato input {
    border: 1px solid var(--primaria);
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.form-contato textarea {
    border: 1px solid var(--primaria);
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

/* Footer */



.bg-footer-02 {
     background: var(--primaria);
}

.footer-custom h5 {
    color: var(--quaternaria);
}

.footer-custom p {
    color: var(--quaternaria);
}

.footer-custom a {
    color: var(--quaternaria);
    text-decoration: none;
}


.bg-footer-02 h5 {
    color: white;
}

.bg-footer-02 p {
    color: white;
}

.bg-footer-02 a {
    color: white;

}
.border-footer {
    border-top: 2px solid var(--primaria);
}


.mapa iframe {
    width: 100%;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url(../img/arrow.svg);
}

.accordion-button:focus {
    box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.3);
    border-color: transparent!important;
}

.justify {
    text-align: justify;
}
.accordion-item {
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--primaria);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    background-color: var(--primaria);
    color: white;
}

.accordion-button:not(.collapsed)::after {
    color: white;
}

.text-serv-p p {
    color: white;
}

.text-serv-p li {
    color: white;
}


.img-serv-p iframe {
    width: 100%;
}

.img-serv {
    border-radius: 100%;
}

.hg-custom {
    height: 140px;
}


/*------------------------------
    Whats Flutuante
------------------------------*/

/* whatsapp */
.whatsapp {
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    border-radius: 30%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    z-index: 999;
}

.whatsapp {
  
  animation-duration: 1s; /* don't forget to set a duration! */

}


/*------------------------------
   Depoimentos Cards google
------------------------------*/

#card-depoimento{position:relative;top:0}
#card-depoimento:hover{top:-4px;box-shadow: 0px 6px 6px  rgba(0, 0, 0, 0.3);;
   transition: all .2s ease-in-out}

.b-radius-10 {
    border-radius: 10px;
}

.ava-custom p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.b-radius-100 {
    border-radius: 100%;
}

.nome-depoimento {
    font-size: 14px;
    font-weight: bold;
}

.font-date {
    font-size: 12px;
    color: #989898;
}

.overflow-depoi {
    height: 100px;
    overflow-y: scroll;
    max-width: 100%;
}

.color-star i{
    color: #fdc400;
}

.overflow-depoi::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

.overflow-depoi::-webkit-scrollbar-track {
    background: #eeeeee;        /* color of the tracking area */
}

.overflow-depoi::-webkit-scrollbar-thumb {
    background-color: #929292;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #eeeeee;  /* creates padding around scroll thumb */
}
.fs-7 {
    font-size: 14px;
}

.shadow-depoi {
    border-radius: 10px;
    box-shadow: 0px 2px 2px  rgba(0, 0, 0, 0.3);
    background-color: white;
}

.pad-depoi {
    padding: 10px 20px;
}

.text-depoi-card p{
    font-size: 14px;
    margin-bottom: 0px;
}

.icone-google img {
    width: 20px!important;

}

.wd-avatar {
    width: 50px!important;
}