@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

h1, h2, h3, h4, h5, h6{
  font-family: "Spectral", serif;
}

/*logo*/
#header .header-logo img {
    max-width: unset;
    max-height: unset;
    width: 100%;
}

#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 1px solid rgb(0 0 0) !important;
}
/*<#######>*/

/*header*/
@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav>ul li:hover>a {
        color: #5b5c63;
    }
}

.header-extra-info-text *, .header-extra-info-icon * {
    color: #ffffff !important;
}
/*<###############>*/

/*slide*/
.imagem-slide.slide-item {
    position: relative;
}

.imagem-slide.slide-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, black 46%, transparent 80%);
}

.titulo-slide h1 {
    font-size: 3.5em !important;
}

.titulo-slide {
    position: relative;
}

.titulo-slide:before {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(45deg, #ffffff, #ffffff00);
    width: 25%;
    animation: fadeIn 5s ease-in-out;
}

.texto-slide h2 {
    font-family: 'Poppins';
    font-weight: 400 !important;
}

.botao-slide a {
    background: transparent;
    border-color: #fff;
    border: 2px solid;
}

.imagem-slide.slide-item:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/arquivos/marca-dagua.webp);
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
    width: 20%;
    background-size: contain;
    margin: auto;
    animation: fadeInPulse 6s ease-in-out infinite;
}
/*<########>*/

/*btn-geral*/
a.btn.btn-primary {
    border-radius: 30px;
}

.fa-arrow-circle-right:before {
    position: relative;
    top: 2px;
    left: 20px;
    font-size: 20px;
}
/*<########>*/

/*sec-empresa*/
.text-empresa {
    margin-bottom: 20px;
    font-size: 16px;
}
/*<#########>*/

/*sec-servicos*/
.custom-icon-style-1 {
    transform: none;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.custom-icon-style-1:before {
    border: 0;

}

.custom-icon-style-1 img {
    transform: none;
    min-width: 100%;
    min-height: 100%;
    border: unset;
}

.custom-icon-box-style-1 h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    color: #fff !important;
    z-index: 2;
    font-size: 30px !important;
}

.custom-icon-box-style-1 p {
    display: none;
}

.custom-icon-style-1:before {
    background: linear-gradient(0deg, black, transparent);
    opacity: 1 !important;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: linear-gradient(0deg, black, transparent);
}

.custom-icon-box-style-1:hover h3 {
    color: #ffffff !important;
}
/*<######>*/

/*sec-doutor*/
.card-img img {
    border-radius: 30px;
    margin-top: 30px;
}

#section-html-modulo_1 h2 {
    text-align: center;
}

#section-html-modulo_1 hr {
    margin: auto;
}

.text-doutor p {
    font-size: 20px;
}

#section-html-modulo_1 {
    padding: 70px 0;
}
/*<######>*/

/*sec-cta*/
.img-cta img {
    border-radius: 0 20px 20px 0;
}

.text-cta {
    position: relative;
    background: #0e0d24;
    height: 100%;
    padding: 20px;
    padding-top: 30px;
    border-radius: 20px 0px 0 20px;
    z-index: 1;
}

#section-html-modulo_2 hr {
    display: none;
}

#section-html-modulo_2 .col-md-6 {
    padding: 0;
}

#section-html-modulo_2 {
    padding: 40px 0;
    background: #f7f7f7;
}

.titulo-cta h1 {
    color: #fff;
    font-weight: 400;
}

.desc-cta p {
    color: #fff;
    font-size: 17px;
}

a.btn.btn-primary.btn-cta {
    background: #0dc143;
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s ease-in-out;
    font-weight: 600;
    border-color: #0dc143 !important;
}

a.btn.btn-primary.btn-cta:hover {
    background: #16dd52;
}

span.fa-3x.fa-whatsapp.fab {
    font-size: 20px;
    background: #ffffffd6;
    padding: 6px;
    border-radius: 30px;
    color: #0dc143;
}

.text-cta:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/arquivos/marca-dagua_1.webp);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    filter: invert(1);
    opacity: 2%;
}
/*<######>*/

/*sec-equipe*/
#section-html-modulo_3 {
    position: relative;
    background: url(/arquivos/bg-cta.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

#section-html-modulo_3 hr {
    display: none;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, black, #00000087);
}

.desc-equipe p {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.4;
    font-weight: 200;
}

.btn-equipe a {
    background: #0dc143;
    color: #fff;
    padding: 15px 40px;
    font-size: 17px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.btn-equipe {
    margin-top: 40px;
}
/*<#######>*/

/*sec-depoimentos*/
.img-depoimento {
    display: none;
}

.testimonial.testimonial-style-2 blockquote {
    font-family: 'Poppins';
}
/*<#####>*/

/*sec-parceiros*/
.img-parceiro img {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    border-radius: 50px;
    padding: 30px;
    border: 5px solid;
    border-color: #a05f5f;
}

#parceria-clinica {
    padding: 50px 0;
}

.overflow-hidden.tilte-parceiro {
    text-align: center;
}

#parceria-clinica hr {
    margin: auto;
}

.text-parceiro p {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 300;
}

span.destaque {
    font-weight: 700;
}
/*<####>*/

/*sec-footer*/
footer:before {
    opacity: 1;
}
/*<#######>*/

/*sec-capa*/
section.page-header:before {
    background: linear-gradient(90deg, #5b5c63 65%, transparent);
    opacity: 1;
}
/*<########>*/

#page_galeria .page-header.page-header-modern.page-header-lg {
    margin: 0;
}

@keyframes fadeIn{
   0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: .1;
    transform: scale(1.05); /* Slight enlargement for pulse start */
  }
  50% {
    opacity:0;
    transform: scale(1); /* Return to original size */
  }
  80% {
    opacity:.2;
    transform: scale(1.05); /* Slight enlargement again */
  }
  100% {
    opacity: 0;
    transform: scale(1); /* Return to original size and full opacity */
  }
}

@media (max-width: 700px) {
    .slide-item {
        position: absolute !important;
        width: 100%;
    }
    
    .imagem-slide.slide-item:before {
    background: #000000a8;
}

.card-img img {
    margin-bottom: 30px;
}

.text-doutor p {
    font-size: 15px;
}

.text-cta {
    border-radius: 20px;
}

.img-cta {
    display: none;
}

.desc-equipe p {
    font-size: 16px;
}

.img-parceiro img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.text-parceiro p {
    font-size: 15px;
}

.imagem-slide.slide-item:after {
    width: 50%;
}
}