h1, h2, h3, h4, h5, h6, a, button, input, textarea, li, p {
    font-family: "Montserrat", sans-serif !important;
}

.navbar-nav {
    display: none;
}

#header-site .container {
    display: flex;
    justify-content: center;
}

/*slide*/
#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    text-transform: none;
    display: block;
    text-align: center;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    border-radius: 50px;
    font-weight: 300 !important;
    font-size: 20px;
    background: none;
    border: 1px solid;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
    background-color: #0ddf74;
    border-color: #0ddf74;
}

header#header-site .logo img#logo_topo {
    max-height: 100px !important;
}

.seta-p-baixo {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

img.seta-ed {
    height: 100px;
    width: 100px !important;
    margin-bottom: -60px;
    filter: invert(1) opacity(0.5);
    opacity: 0 !important;
    transition: all .5s;
    animation: slide-down 1.5s infinite ease-in-out;
}

#section-slide:hover img.seta-ed {
    animation: slide-down 1.5s infinite ease-in-out;
    opacity: 1 !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*-------------------------*/
/*empresa*/
#section-empresa .col-md {
    display: flex;
    align-items: center;
}

/*-------------------*/
/*html-2*/
#section-html-modulo_2 .container.my-md-5.pt-md-4.pt-xl-0 {
    padding: 0;
    margin: 0;
    min-width: 100% !important;
    !i; !; !i; !; margin-bottom: 0px !important;
    !i; !; }

/*tipos-de-gados*/
section#tipos-gados {
    padding: 60px 0px;
}

.title-gados {
    display: flex;
    text-transform: uppercase;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
}

.linha-top, .linha-bottom {
    padding: 20px 70px;
}

img.img-gados {
    border-radius: 50px;
    filter: drop-shadow(2px 4px 6px black);
}

#tipos-gados .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
}

#tipos-gados h3 {
    font-size: 45px;
}

#tipos-gados .row p {
    font-size: 22px;
}

.btn-gados a {
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid;
    transition: all .5s;
}

.btn-gados {
    margin-top: 10px;
}

/*------------------------*/
/*carrosel tec*/
img.img-princ {
    border-radius: 30px;
    filter: drop-shadow(2px 4px 3px black) brightness(0.8);
}

#carrosel-tec .item h4 {
    transform: translateY(-120%);
    padding: 5px 25px;
    color: white;
    font-size: 20px;
}

.title-tec {
    text-align: center;
    padding: 35px 0px;
    text-transform: uppercase;
}

/*-------------------*/
/*fazenda-sustentavel*/
section#carrosel-tec {
    background-color: #2a3a32;
    color: white;
}

#fazenda-sustent {
    padding: 60px;
    background-color: #2a3a32;
    color: #ffff;
    text-align: center;
}

#fazenda-sustent p {
    font-size: 20px;
    text-transform: uppercase;
}

#fazenda-sustent .text strong {
    font-weight: bolder;
}

/*-------------------*/
/*mvv-sec*/
#mvv-sec .box:hover {
    border-color: #0ddf74;
}

#mvv-sec .box {
    padding: 20px;
    height: 100%;
    border: 1px solid #0000004a;
    border-top: 7px solid #0000004a;
    border-radius: 20px;
    transition: all .5s;
}

#mvv-sec .box img {
    height: 100px;
    float: left;
    margin-right: 15px;
}

#mvv-sec .box p {
    font-size: 14px;
}

#mvv-sec .box h4 {
    font-size: 20px;
}

/*--------------------------*/
/*gados-raÃ§as*/
.item-gados {
    height: 100%;
    width: 100%;
    padding: 40px;
}

section#gados {
    display: flex;
    background-color: #ffefeb;
    padding: 10px;
}

#gados img {
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px black);
}

.btn-tipos-gados {
    margin-top: -3%;
    margin-bottom: 5%;
    text-align: right;
    padding-right: 50px;
}

.btn-tipos-gados a {
    padding: 10px 50px;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    filter: drop-shadow(0px 0px 6px black);
    border: 1px solid;
    transition: all .5s;
    background-color: #ebebe9d1;
}

/*------------------------*/
/*-----------fim-html-2------------*/
.title-gados p {
    text-transform: math-auto;
}

/*contato*/
#section-html-modulo_2 .pb-2.pb-md-4.mb-2.mb-md-5 {
    padding-bottom: 0px !important;
    !i; !; margin-bottom: 0px !important;
    !i; !; }

section#section-contato {
    background-color: #2a3a32;
    margin: 0px;
    min-width: 100% !important;
    color: white;
    margin-top: 0px !important;
    !i; !; margin-bottom: 0px !important;
    !I; !; padding-bottom: 40px !important;
    !I; !; padding-top: 40px !important;
    !i; !; }

#section-contato .btn-primary {
    color: white;
    border: 1px solid white;
    background-color: transparent;
}

/*------------------------------*/
/*footer*/
#footer button.btn.bg-newsletter.rounded-0.btn-primary {
    color: white;
    border: 1px solid #c09f9f;
}

/*----------------------*/
.btn-gados a:hover {
    background-color: #0DDF74;
    border-color: #0DDF74;
    color: white;
}

.btn-tipos-gados a:hover {
    background-color: #0DDF74;
    border-color: #0DDF74;
    color: white;
}

.title-gados .line-bottom {
    height: 3px;
    width: 100px;
    background-color: #0DDF74;
    margin-bottom: 15px;
}

/*novo-contato*/
#section-contato .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
}

.width-contato {
    max-width: 100%;
    width: 500px;
}

.width-contato textarea#mensagem {
    width: 100%;
}

.form-group.width-contato, .hidden-captcha .form-group, .hidden-captcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

.width-contato select {
    width: 100%;
}

#section-contato input, select, textarea {
    border-radius: 20px !important;
    color: #6C758C !important;
    font-weight: 600;
}

#section-contato .hidden-captcha .captcha {
    margin-right: 10px;
}

/*---------------------*/
#footer .btn-primary:hover {
    background-color: white !important;
    color: #6C758C !important;
}

#section-html-modulo_2 button {
    position: absolute;
    top: calc(50% - 50px);
    height: 50px;
    width: 50px;
    background: #fff;
    color: #333;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#section-html-modulo_2 button.owl-prev {
    right: calc(100% - 45px);
}

#section-html-modulo_2 button.owl-next {
    left: calc(100% - 45px);
}

@media screen and (max-width: 700px) {
    #section-slide .owl-item-text .owl-item-text-content .titulo-slide {
        font-size: 30px;
    }

    .texto-slide {
        font-size: 20px !important;
        !i; !; !o; !o, ; !o; !; }

    #section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
        padding: 10px 30px !important;
    }

    #mvv-sec .col-md-4 {
        margin: 10px 0px;
    }

    .title-gados {
        display: flex;
        !i; !; flex-direction: column;
        padding: 0px 10px;
    }

    .btn-gados a {
        padding: 10px 20px;
    }

    #tipos-gados h3 {
        font-size: 30px;
    }

    #tipos-gados .row p {
        font-size: 15px;
    }

    #tipos-gados .col-md-7 {
        padding: 40px 60px;
        text-align: center;
    }

    .linha-top, .linha-bottom {
        padding: 25px;
    }

    #fazenda-sustent p {
        font-size: 14px;
    }

    #fazenda-sustent h3 {
        font-size: 25px;
    }

    section#gados {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .btn-tipos-gados {
        margin-bottom: 30px;
    }

    .title-tec h3 {
        font-size: 20px;
    }

    img.seta-ed {
        opacity: 1 !important;
    }
}
