.grecaptcha-badge {
    display: none!important;
}

nav .botao-principal a {
    background-color: #097268;
    padding: 7px 13px !important;
    color: #fff !important;
    border-radius: 5px;
    margin-left: 30px;
}

.redes-sociais-widget {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.redes-sociais-widget a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background-color: #097268;
    padding: 0px 30px 0px 2px;
    border-radius: 40px;
    font-weight: 700;
    border: 2px solid #097268;
    transition: all 1s;
}

.redes-sociais-widget a:hover {
    background-color: #F3EEE8;
}

.redes-sociais-widget a:hover svg {
    fill: #097268;
}

.redes-sociais-widget a svg {
    width: 30px;
    fill: #F3EEE8;
}

.redes-sociais-widget a:hover span {
    color: #097268;
}

.redes-sociais-widget a span {
    font-size: 18px;
    color: #F3EEE8;
}

.consulte-exame form {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.consulte-exame form label {
    font-family: "Montserrat", Sans-serif;
    color: #097268;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.consulte-exame form input {
    background-color: #F3EEE8;
    max-width: 240px;
    width: 100%;
    border: 1px solid #097268;
}

.consulte-exame form .btn-exame {
    font-family: "Montserrat", Sans-serif;
    background-color: #097268;
    color: #F3EEE8;
    border-radius: 10px;
    max-width: 100px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: all 1s;
}

.consulte-exame form .btn-exame:hover {
    background-color: #F3EEE8;
    color: #097268;
}

.card-terms .elementor-heading-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 285px;
    overflow-y: auto;
}

.card-terms span,
.card-terms a {
    display: block;
    background-color: #F3EEE8;
    padding: 20px 30px;
    border-radius: 60px;
    margin-right: 20px;
    width: 95%;
}

.card-terms .elementor-heading-title::-webkit-scrollbar {
    width: 39px;
}

.card-terms .elementor-heading-title::-webkit-scrollbar-track {
    background: #F3EEE8;
    border-radius: 60px;
}

.card-terms .elementor-heading-title::-webkit-scrollbar-thumb {
    background-color: #00383F;
    border-radius: 60px;
    border: 5px solid #F3EEE8;
}

.card-terms .elementor-heading-title::-webkit-scrollbar-thumb:hover {
    background-color: #097268;
}

.cards-terms-home .card-terms a{
    background-color: #097268;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #F3EEE8;
	transition: all .6s;
}

.card-terms a {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #097268;
}

.cards-terms-home .card-terms li:hover a,
.card-terms li:hover a {
	background-color: #00383F;
    color: #F3EEE8;
	transition: all .6s;
}

.cards-terms-home .card-terms .elementor-heading-title::-webkit-scrollbar-track {
    background: #097268;
}

.cards-terms-home .card-terms .elementor-heading-title::-webkit-scrollbar-thumb {
    border: 5px solid #097268;
}

/*FORM HOLDER*/
.form-holder p {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-holder label {
        margin-bottom: 5px;
}

.form-holder h6 {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #00383F;
}

.form-holder input,
.form-holder textarea,
.form-holder select {
    font-family: "Montserrat", Sans-serif;
    border-radius: 10px;
    background-color: #F3EEE8;
    color: #097268;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #097268;
}

.form-holder .wpcf7-file {
    padding: 5px;
    width: 100%;
}

.form-holder .small {
    font-size: 12px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
}

.form-holder input::placeholder,
.form-holder textarea::placeholder{
    font-family: "Montserrat", Sans-serif;
    color: #097268;
}

.form-holder .wpcf7-submit {
    display: flex;
    width: 100%;
    background-color: #097268;
    border: none;
    border-radius: 15px;
    color: #F3EEE8;
    font-size: 18px;
    font-family: "Mazzard Soft", Sans-serif;
    margin-top: 20px;
    border: 2px solid #097268;
    transition: all 1s;
}

.form-holder .wpcf7-submit:hover {
    background-color: #F3EEE8;
    color: #097268;
    border: 2px solid #097268;
}

@font-face {
  font-family: "Mazzard Soft", Sans-serif;
  src: url('https://vetpopular.com.br/wp-content/uploads/2025/04/mazzardsofth-extrabold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap!important;
}

@media (min-width: 1025px) and (max-width: 1078px) {
    .elementor-33 .elementor-element.elementor-element-38ae5c9 {
        --width: 85%;
    }
}