@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url(https://db.onlinewebfonts.com/c/ac19b86e7466ec4f2da923fa32762d81?family=Seiva+Display+Test+Medium);


{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    
}
/* Variáveis de cor */

:root {
    --primaria: #93d0ac;
    --secundaria: #89b7df;
    --terciaria: #eab9c2;
    --quaternaria: #f4d2a4;
}

/* Personalizando Barra de rolagem */

.cor-prim {
    color: var(--quaternaria);
}


.bg-primaria{
    background-image: #f4f1f0;

}
.bg-primaria-2{
    background-image: linear-gradient( var(--secundaria), var(--primaria) );

}
.bg-primaria-3{
    background-color: #eab9c2;
}

.bg-secundaria{
    background-color: var(--secundaria);
}
.bg-quater{
    background-color: #e6d1d0;

}
.bg-verde-gradient{
  background: linear-gradient(to right, #89b7df 50%, #eab9c2 100%), 
                  url('sua-imagem.jpg') 
                no-repeat center center;
}
.bg-verde{
    background-color: #89b7df ;
}
.bg-verde-invertido{
    background-color: #89b7df ;
    border-top: 1px solid white;
}
.bg-roxo{
    background-color: #7d31f6;

}


figure {
    margin: 0px;
}


.wd-60 {
    width: 60%;
}

.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;
}

.text-title-principal {
    color: var(--primaria)!important;
}

.text-title-principal-mobile {
    color: var(--primaria)!important;
}

.text-title-principal p{
    color: var(--primaria)!important;
    font-size: 30px;
    font-weight: bold;
}

.text-title-principal-mobile p{
    color: var(--primaria)!important;
    font-weight: bold;
}

.wd-40 {
    width: 50%;
}

.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);

}

.btn-secundaria {
    padding: 8px 40px;
    text-decoration: none;
    background: var(--primaria);
    color: #a7775f;
    border-radius: 20px;
}

.btn-secundaria:hover {
    transition: 1s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}

.btn-form{
    background: #83A548;
    padding: 18px;
    width: 186px;
    margin-left: 15px;
    text-decoration: none;
    font-family: 'bookman-old-style-regular';
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 8px;
}

.btn-form:hover {
    transition: 1s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}

.btn-sub{
    background: #83A548;
    font-family: 'bookman-old-style-regular';
    color: white;
    padding: 16px 40px 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.btn-sub:hover {
    transition: 1s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}


.btn-prima {
    padding: 20px;
    text-decoration: none;
    font-family: 'bookman-old-style-regular';
    font-weight: bold;
    font-size: 18px;
    font-family: boo;
    color: var(--secundaria);
    background: white;
    border-radius: 8px;
    border: 1px solid var(--secundaria);


}

.btn-prima:hover {
    transition: 1s;
    color: white;
    background: var(--terciaria);
    border: 1px solid var(--terciaria);

}

.btn-terciaria {
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    color: var(--terciaria);
    background: white;
}

.btn-terciaria:hover {
    transition: 1s;
    background:var(--terciaria);
    color: white;
    border: 1px solid var(--primaria);

}
.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;
}
.btn-position {

    position: absolute; 
    bottom: 40px;
}

/* Header*/

.logo-custom img{
    width: 150px;
}

.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-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.text-banner {
    height: 450px;
}


.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 */

.page-numbers .current {
    background-color: var(--primaria)!important;
    padding: 5px;
    border-radius: 5px;
    color: var(--secundaria)!important;
}


.page-numbers .page-numbers {
    background-color: var(--primaria);
    padding: 5px;
    border-radius: 5px;
    background-color: #e8e8e8;
    color: black;
    text-decoration: none;
}

.page-numbers {
    display: flex;
    padding-top: 30px;
    justify-content: center;
}

.page-numbers li{
    list-style: none;
    padding: 10px;
}

.entry-title {
    font-size: 25px;
    height: 75px;
}

.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: rgb(95, 95, 95)}

.footer-custom p {
color: rgb(95, 95, 95)}
.term-color{
    color: var(--secundaria) !important;
}
.footer-custom a {
    color: rgb(95, 95, 95);   
    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;

}


.accordion-item {
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 20px !important;


}

.accordion-button:not(.collapsed) {
    
    font-weight: bold;
    font-size: 20px;
    background-color: white;
    color: #5d5d5d;
    padding: 32px 16px 32px 16px;
    border-radius: 20px !important;

}

.accordion-item:last-of-type .accordion-button.collapsed {
    font-weight: bold;
    font-size: 20px;
    padding: 32px 16px;
    border-radius: 20px !important;
    color: #5d5d5d;

}

.accordion-button:not(.collapsed)::after {
    color: white;
    
}
.accordion-header
{
    border-radius: 50px;
}

.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;
}

/* Para quem é indicado */

.quadro-indic {
    border: 3px solid var(--terciaria);
    border-radius: 30px;
    box-shadow: 8px 8px 8px rgb(221, 221, 221);
    color: white;
    background-color: var(--secundaria);

}
.quadro-indic:hover{
    background-color: var(--terciaria);
}
.quadro-indic p{
    font-size: 19px;
    font-family: 'bookman-old-style-regular';
}

.quadro-indic i{
    font-size: 30px;
    color: var(--terciaria)!important;

}
.title-cuida{
    font-size: 40px;
    font-weight: 600;
    color: var( --secundaria);
}
.title-cuida-2{
    font-size: 40px;
    color: white;
}

.text-indic{
    text-align: justify;
    line-height: 23px;
    word-spacing: 0,3px;
}
.text-cuid {
    color: #6c8f7a;
    font-size: 20px;
}
.text-olter{
    text-align: center;
    color: white;
}
.title-older{
    font-size: 40px;
    color: var(--terciaria);
    font-weight: 600;
    text-align: start;

}
.icon-user{
    color: white;
    font-size: 50px;
    text-align: justify;
    
}
.closecl {
    background-color: var(--terciaria) !important;
    color: white;
    
}
/* V 2-0 */

.img-depo-dra{
    background-color: white ;
}

/* Banner */

.text-projet{
    color: white;
    font-size: 40px;
    font-weight: 300;
    line-height:1.2em;
}
.img-drabanner{
    height: 810px;
    width: 694;
}
.text-back{
    color: #83563D;
}
.bg-verde-2 {
    background-color: #2e4f41;
    border-top: 1px solid white;
}
.text-temp{
    color: var(--quaternaria);
    line-height: 28.17px;
    font-size: 24px;

}
.seu-ema{
    border: 1px solid var(--primaria);
    width: 365px;
    height: 51px;
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
}

.banner-sobre{
    background: linear-gradient(to right, #ffc2cd 50%, #f4d2a4 100%), url(sua-imagem.jpg) no-repeat center center;    background-repeat: no-repeat;
    background-size: cover;
}
.banner-servico{
    background-color: #e6d1d0;
    background-repeat: no-repeat;
    background-size: cover;
}
/* end - Banner */

/* Iframe */

.banner-v{
    background-image: url(../img/fundo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-depo{
    background-image: url(../img/fundo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-prin{
    background-image: url(../img/Banner-de-fundo.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.banner-sec{
    background-image: url(../img/Sobre-Background-1980x800.webp);

}
.text-video{
    color: white;
    font-size: 40px;
    font-weight: 600;

}
.nome-dra-depo{
    color: white;
}
.text-video-2{
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.back-3{
    color: #929292 var(--quintenaria);
}
.sombra-img-2{
    border-radius: 31px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);

}

/* end - Iframe */


/* Sobre */

.text-sobre{
    color: #d4b3a4;
    font-weight: 700;
    font-size: 30px;
    line-height:1.2em;
}
.text-banner-menor{
    color: white;
    font-size: 25px;
    font-weight: 300;
    line-height: 45px;
}
.text-sobre-2{
    font-weight: 700;
    color: #a7775f;
    font-size: 50px;
}
.text-sobre-3{
    color: var(--quinternaria);
    font-weight: 600;
    font-size: 40px;
    margin-left: 40px;
    color: var(--secundaria);


}
.text-geral p {
    color: rgb(95, 95, 95);
    margin-left: 40px;
    font-size: 18px;

}
.sty-iframe iframe {
    border: 3px solid white;
    padding: 20px;
    border-radius: 31px;
    width:60%!important; 
    height:60vh!important;

}

.foto-thatia{
    border-radius: 30px;
    width: 690px;
    height: 539px;

}
.text-total{
    display: block;
}
/* end - Sobre */


/* Indicados */


.title-sect{
    font-size: 50px;
    color: #e8e8e8;
    font-weight: 700;
}
.text-sect{
    font-weight: 500;
    color: #e8e8e8;
    font-size: 23px;
    text-align: justify;
}
.text-sect-2{
    font-weight: 400;
    color: #e8e8e8;
    font-size: 16px;
    text-align: justify;
}
.sombra-img-3{
    border-radius: 10px;
}

.img-ngtv{
    border-radius: 100%;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.genero{
    color: white;
    font-size: 30px;
    font-weight: 700;
}
.icone{
    color: #eeeeee;
}
.text-dic{
    color: wheat;
    text-align: justify;
}

/* end - Indicados */


/* Serviços */
.borda-t{
    border-top: 1px solid white;
}
.title-Servic{
    color: var(--secundaria);
    font-weight: 600;
    font-size: 30px;

}
.title-Servic-2{
    color: #6c8f7a;
    font-weight: 900;
    font-size: 32px;
}

.hr-white{
    background-color: var(--terciaria);
    width: 100%;
}
.text-aba{
    color: white;
    text-align: justify;
}
.text-aba-2{
    color: rgb(0, 0, 0);
    text-align: justify;
}
.title-faq{
    color: #f7007c;
}
.text-ser p{
    color: var(--terciaria);
    text-align: justify;
}
/* end - Serviços */


/* Perguntas Frequentes */

.number-1{
    font-size: 80px;
    color: #ffffff;

}
.card-ser{
    border-radius: 30px ;
    background-color: #af7d62;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);

}
.card-ser:hover{
    background-color: rgb(119, 119, 119);
    box-shadow: 0px 10px 10px  rgba(251, 142, 255, 0.3);

}


.img-anali-lef{
    padding-left: 50px;
}
.img-sobr{
    border-radius: 30px;
    margin-top: 30px;
    box-shadow: 0px 10px 10px  rgba(251, 142, 255, 0.568);

}
.img-sobr:hover{
    box-shadow: 0px 10px 10px  rgba(255, 13, 74, 0.3);

}
.logo-1{
    width: 500px;
    height: 500px;
}
.lista-1 ul{
    list-style: none;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    padding-left: 0px;
    color: white;

}

/* End - Perguntas Frequentes  */



/* Form */


.title-form{
    color: var(--quinternaria);
    font-weight: 600;
    font-size: 40px;

}
.text-cuid strong{
    color: var(--quinternaria);
}
.banner-form{
    background-image: url(/wp-content/themes/tathiana/assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.form-control{
    border-radius: 8px;
    border: 1px solid var(--primaria);
    padding: 16px;
    border-radius: 8px;
}
.img-draform{
    width: 526px;
    height: 826px;
}
.icon-person{
    width: 50px;
    margin-left: 170px;
    margin-bottom: 55px;
    height: 50px;
}

.text-end-1{
    color: rgb(95, 95, 95) ;  
    font-size: 16px !important;
    line-height:1.4em;
}
.logo-footer{
    width: 200px;
}
.title-contat{
    color: white important;
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;

}
.title-contat-1{
    color: var(--quaternaria);
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;
    margin-top: 55px;

}
.localiza{
    color: white;
    width: 18px;
    height: 18px;
}
.text-link{
    color: rgb(95, 95, 95) !important;
}
.icon-footer-2{
    width: 18px !important;
    height: 18px;
}
.seu-email-2{
    color: white !important;
    font-weight: 300;
    font-size: 16px;

}
.bt-sumbmi{
    border-radius: 8px;
    padding: 16px 19px 16px 19px;
    border: 1px solid #83A548;
    width: 344px;
    height: 56px;
}
.logo-drath
{
    margin-bottom: 30px;
}

.card-whats {
    border: 4px solid white;
    background-color: var(--secundaria);
    border-radius: 20px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.card-whats:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.card-whats p {
    font-weight: bold;
}

.card-mail {
    border: 4px solid white;
    background-color: #6c8f7a;
    border-radius: 20px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.card-mail:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.card-mail p {
    font-weight: bold;
}
.card-mail p {
    font-weight: bold;
}

.link-form {
    text-decoration: none;
}
.dotted-line {
    width: 100%;
    border-top: 2px dotted white;
}
.title-new{
    color: #000000;
    font-size: 25px;
}
.img-new{
    width: 170px;
}

.icon-contato i {
    font-size: 40px;
    color: white;
}

.title-card {
    font-size: 22px;
    color: #ffffff;
}
.btn-card-serv {
    padding: 8px 30px;
    text-decoration: none;
    font-family: 'bookman-old-style-regular';
    font-weight: 400;
    font-size: 15px;
    font-family: boo;
    background: var(--terciaria);
    color: white;
    border-radius: 10px;
}
.btn-card-serv:hover {
    padding: 8px 30px;
    text-decoration: none;
    font-family: 'bookman-old-style-regular';
    font-weight: 400;
    font-size: 15px;
    font-family: boo;
    background: var(--quinternaria);
    color: white;
    border-radius: 10px;
}
.func-consul{
    
    color: var(--quinternaria);
    font-weight: 600;
    font-size: 40px;
    font-family: 'bookman-old-style-regular';

}

.text-consul {
    color: var(--terciaria);
    text-align: justify;
    margin-left: 40px;
    font-size: 21px;
    font-family: 'bookman-old-style-regular';
}

.title-modal-s{
    font-size: 20px;
    font-weight: 500;
    color: var(--terciaria);

}
.btn-caixa {
    text-decoration: none;
    font-family: 'bookman-old-style-regular';
    font-weight: 600;
    font-size: 18px;
    font-family: boo;
    color: var(--quaternaria);
    background: var(--secundaria);
    border-radius: 8px;
    border: 1px solid var(--primaria);
}
.btn-caixa:hover {
    transition: 1s;
    color: #ffffff;
    background: var(--terciaria);
    border: 1px solid var(--primaria);

}
.bord-serv{
    border-top: 3px solid white;
}
.title-card-interno-1{
    color: var(--terciaria);
    font-weight: 500;
    font-size: 25px !important;
}
.text-card-s{
    font-size: 19px;
    color: var(--terciaria);
}