/*
Theme Name: BIOAGRO
Theme URI: https://www.agenciahelp360.com.br/
Description: BIOAGRO - Tema exclusivo Help360
Author: Giordano Magalhaes
Author URI: https://www.agenciahelp360.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Poppins', sans-serif;
*/

/* 
=================================================================
GENERAL
=================================================================
*/

html,
body {
    height: 100%;
}
body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(30, 30, 30, 1);
}
.body-modal {
    overflow: hidden;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.wrapShort {
    max-width: 800px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3f7286;
    text-decoration: none;
}
a:visited {
    color: #3f7286;
    text-decoration: none;
}
a:hover {
    color: #e04445;
    text-decoration: none;
}
a:active {
    color: #3f7286;
    text-decoration: none;
}

.darkGreen {
    color: #255c49;
}
.lightGreen {
    color: #08928a;
}
.transition200 {
    transition: all 200ms linear;
}

/* 
=================================================================
HEADER
=================================================================
*/

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0 40px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo-h {
    display: none;
}
#header-logo-h {
    max-height: 50px;
}

.header_scroll {
    position: fixed;
    background: none;
    background-color: #08706a;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    padding: 5px 0;
}
.header_scroll #header-logo-h {
    display: block;
}
.header_scroll #header-logo-v {
    display: none;
}
.header_scroll #menuprinc a {
    font-size: 16px;
    color: #fff;
}
.header_scroll #menuprinc a:hover {
    color: #ffa05d;
}
.header_scroll #menumob-btn {
    color: #fff;
}

#menumob-rs {
    display: flex;
    justify-content: center;
}
#menumob-rs a {
    position: relative;
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(7, 90, 198, 1);
    font-size: 30px;
    color: #fff;
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    background-color: rgba(252, 185, 0, 1);
}
#menumob-rs [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.d-hero-button:hover {
    transform: scale(1.03);
}

/* 
=================================================================
MENU
=================================================================
*/
#menuprinc {
}
#menuprinc ul {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menuprinc a {
    display: inline-block;
    padding: 4px 18px 2px;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: #fff;
}
#menumob {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 112, 107, 0.99);
    padding: 30px;
}
#menumob .wrap {
    width: 100%;
    max-width: 500px;
}
#menumob-logo {
    margin-bottom: 40px;
    text-align: center;
}
#menumob-menu {
}
#menumob-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menumob-menu ul li {
    margin: 5px auto;
    padding: 5px 10px;
}
#menumob-menu a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/* 
=================================================================
ABOUT US
=================================================================
*/

#qs {
    padding: 70px 0;
    background-image: url(/wp-content/themes/ecollog/img/qs-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.d-aboutus {
    padding: 0 0 35px 0;
}

.d-aboutus-container {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.d-aboutus-left {
    width: 50%;
    margin: 30px 0;
}

.d-aboutus-left h3 {
    font-size: 18px;
}

.d-aboutus-left h1 {
    padding-bottom: 5px;
}

.d-aboutus-left .line {
    height: 5px;
    width: 100px;
    border-radius: 5px;
}

.d-aboutus-left article {
    font-size: 18px;
    margin-top: 40px;
}

.d-aboutus-left > article p:nth-child(3) {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-aboutus-right img {
    width: 100%;
    max-width: 400px;
}

/* 
=================================================================
MAP
=================================================================
*/

.d-map {
    height: auto;
    max-width: 1200px;
    padding-top: 35px;
    margin: 0 auto;
}

.d-map-container {
    width: 80%;
    height: 372px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    background: url("/wp-content/themes/ecollog/img/wave.png") no-repeat top
        right;
}

.d-map-container-img img {
    border-radius: 10px;
}

.d-map-container-article {
    width: 100%;
    margin: 0;
}

.d-map-container-article h3 {
    font-size: 18px;
}

.d-map-container-article h1 {
    padding-bottom: 5px;
}

.d-map-container-article .line {
    height: 5px;
    width: 100px;
    border-radius: 5px;
}

.d-map-container-article > article > p {
    width: 80%;
    margin-top: 20px;
}

/* 
=================================================================
SERVICES
=================================================================
*/

.d-services {
    background: url("/wp-content/themes/ecollog/img/services.png") no-repeat
        center;
    background-size: cover;
    padding: 70px 0;
}

.d-services-container button {
    border: none;
    outline: none;
    padding: 6px 30px 5px 30px;
    border-radius: 20px;
}

.d-services-container button:hover {
    transform: scale(1.03);
}

.servicos-lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.servicos-lst-item {
    max-width: 480px;
    margin: auto;
}
.servicos-lst-item-title {
    font-size: 26px;
    font-weight: 600;
}
.servicos-lst-item a {
    display: block;
    margin: auto;
    width: fit-content;
    padding: 5px 14px;
    border-radius: 7px;
    transition: all 200ms linear;
}
.servicos-lst-item a:hover {
    background-color: #08706a;
}

/* 
=================================================================
BENEFITS
=================================================================
*/

.d-benefits-container {
    padding: 70px;
    margin: 0 auto;
    max-width: 1200px;
}

.d-benefits-header h3 {
    font-size: 18px;
}

.d-benefits-header h1 {
    padding-bottom: 5px;
}

.d-benefits-header .line {
    height: 5px;
    width: 100px;
    border-radius: 5px;
}

.d-benefits-header p {
    color: #4e4e4e;
    margin: 70px -35px 35px -35px;
}

.d-benefits-grid {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 36px;
    justify-items: center;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(3, 33%);
}

.d-benefits-item {
    display: flex;
}

.d-benefits-item i {
    margin-right: 6px;
}

/* 
=================================================================
BRANDS
=================================================================
*/

.d-contracting {
    max-width: 1200px;
    margin: 0 auto;
}

.d-contracting-header {
    margin: 70px;
}

.d-contracting-header h3 {
    font-size: 18px;
}

.d-contracting-header h1 {
    padding-bottom: 5px;
}

.d-contracting-header .line {
    height: 5px;
    width: 100px;
    border-radius: 5px;
}

.d-contact-info-items-btns {
    width: fit-content;
    margin: auto;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.d-contact-info-items-btns a {
    margin: auto;
}
.d-contact-info-items-btns a span {
    display: block;
    position: relative;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff5c00;
    transition: all 200ms linear;
}
.d-contact-info-items-btns a:hover span {
    background-color: #ff9100;
}
.d-contact-info-items-btns a span [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    font-size: 24px;
    color: #fff;
}
.d-contact-info-items-btns a div {
    display: none;
    margin: auto;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.slick-slider {
    width: 75%;
    margin: 2rem auto;
}

.slick-slider .prev-arrow {
    position: absolute;
    z-index: 1000;
    top: 30%;
    left: -10%;
    color: #bfafb2;
}

.slick-slider .next-arrow {
    display: block;
    position: absolute;
    top: 30%;
    right: -10%;
    color: #bfafb2;
}

.slick-slider .prev-arrow:hover {
    color: #000;
}

.slick-slider .next-arrow:hover {
    color: #000;
}

.slick-slider img {
    width: 270px;
    height: 150px;
    object-fit: contain;
    align-content: center;
    display: block;
    margin: auto;
}

/*
=================================================================
CONTACT
=================================================================
*/
.d-contact {
    padding: 70px 0;
    background-image: url(/wp-content/themes/ecollog/img/plantas-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.d-contact-banner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: rgb(253, 149, 0);
    background: linear-gradient(
        180deg,
        rgba(253, 149, 0, 1) 0%,
        rgba(227, 134, 1, 1) 84%,
        rgba(193, 114, 2, 1) 100%,
        rgba(0, 0, 0, 0.5522584033613445) 100%,
        rgba(0, 0, 0, 1) 100%
    );
}

.d-contact-banner-paragraph {
    width: 525px;
    font-size: 38px;
}

a.d-contact-banner-button {
    display: inline-block;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #000;
}

.d-contact-banner-button:hover {
    transform: scale(1.03);
}

.d-contact-container {
    width: 80%;
    max-width: 1200px;
    padding: 70px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.d-contact-info {
    width: 50%;
}

.d-contact-info-items * {
    margin: 8px;
    font-size: 20px;
    display: inline-block;
}

.d-contact-form {
    width: 300px;
    padding: 32px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0px #0000003d;
}

.d-contact-form form {
    display: flex;
    flex-wrap: wrap;
}

.d-contact-form form * {
    width: 100%;
    margin: 8px 0;
    padding: 8px;
    border-radius: 25px;
    border: 2px solid #fa9300ff;
    resize: none;
}

.d-contact-form form input[type="submit"] {
    outline: none;
    border: none;
}

.d-contact-form form textarea {
    height: 150px;
}

.d-contact-form form input[type="submit"]:hover {
    transform: scale(1.03);
}

/* 
=================================================================
FOOTER
=================================================================
*/

.d-footer {
    height: auto;
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}
