/*
TAGS PRINCIPAIS
*/

body {
    overflow-x: hidden;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}


.workcontrol_load {
  display: none;
  text-align: center;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 82%);
  z-index: 999;
}

.workcontrol_load .load_message {
  position: absolute;
  width: 100%;
  top: 35%;
  margin-top: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  background: url(../load_w.gif) center top no-repeat;
  background-size: 40px;
  padding-top: 40px;
}

.workcontrol_load_content {
  display: none;
  color: #555;
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  width: 500px;
  padding: 30px;
  background-color: white;
  max-width: 85%;
  margin: 0 auto;
  top: 35%;
  position: relative;
  z-index: 999;
}

.workcontrol_load_close {
  margin-top: 20px;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  background-color: #252525;
  border-radius: 5px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.workcontrol_load_close:hover {
  background-color: #252525cc;
}

.workcontrol_load_content img {
  display: inline-block;
  vertical-align: middle;
}

.workcontrol_load_content p {
  display: block;
  margin: 10px 0 0 0;
}

.workcontrol_load_content .min {
  font-size: 0.7rem;
}

.workcontrol_load_content .big {
  font-size: 1.1rem;
  font-weight: bold;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
HEADER
*/

.top-line {
    background: linear-gradient(to right, #BC995A, #FBE5BB);
    width: 100%;
    padding: 5px 0;
}

.btn_container {
    text-align: end;
    margin: 15px 15px;
}

.btn_container .btn_reseller a {
    background-color: var(--color-orange-500);
    color: white;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    padding: .625rem 1.2rem;
    border: none;
    border-radius: 900px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3) !important;
    transition: all 0.2s ease-in-out;
}

.btn_container .btn_reseller a:hover {
    background-color: var(--color-orange-500-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding: 0;
}

/* HEADER */
main {
    font-family: 'Source Serif 4', serif;
}

.reseller_background {
    background-image: url("images/banners/banner-gardtz.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    width: 100%;
    height: 750px;
    display: flex;
}

.reseller_background .reseller_content {
    width: 50%;
    margin-left: auto;
    display: block;
    align-content: center;
    padding-bottom: 40px;
    padding-left: 15px;
}

.reseller_background .reseller_content .reseller_content_div {
    width: 80%;
}

.reseller_background .reseller_content .reseller_content_div img {
    margin-bottom: 35px;
}

.reseller_content .reseller_content_orange {
    color: var(--color-orange-800);
    font-size: 2.525rem;
    font-family: 'Gloock', serif;
    font-weight: 500;
}

.reseller_content .reseller_content_brown {
    color: var(--color-brown-500);
    font-size: 2.525rem;
    font-family: 'Gloock', serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.reseller_background .reseller_content .reseller_content_text{
    font-weight: 500;
    font-size: 1.425rem;
    width: 85%;
    line-height: 1.2;
}

.reseller_background .reseller_content .reseller_content_btn {
    margin-top: 50px;
}

.reseller_background .reseller_content .reseller_content_div div a {
    background-color: var(--color-orange-200);
    border: none;
    border-radius: 30px;
    padding: 12px 25px;
    color: var(--color-brown-500);
    font-size: 1.6rem;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    font-family: 'Source Serif 4', serif;
}

.reseller_background .reseller_content .reseller_content_div div a:hover {
    background-color: var(--color-orange-200-hover);
}

/* END HEADER */

/* ABOUT */
.about {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 150px 40px;
    gap: 30px;
}

.about article {
    /* flex: 1; */
    width: 45%;
}

.about .about_content header h1{
    color: var(--color-brown-500);
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.about .about_content header h1 span {
    color: var(--color-orange-800);
}

.about_video {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about_video div {
    width: 60% !important;
    height: 90%;
}

.about_video div iframe {
    width: 420px;
    height: 100%;
    margin: 40px;
    border: solid 5px #d4d4d4;
}

.about_content .about_content_text {
    width: 60%;
}

.about_content .about_content_text p span{
    color: var(--color-brown-500);
    font-weight: bold;
}

.about_content .about_content_text p{
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: justify;
}

.about_content .about_content_btn {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.about_content .about_content_btn a {
    max-width: 100% !important;
    background-color: var(--color-orange-200);
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    color: var(--color-brown-500);
    font-size: 1.3rem;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
}

.about_content .about_content_btn a:hover {
    background-color: var(--color-orange-200-hover);
}
/* END ABOUT */

/* CULTURE */
.culture {
    width: 100%;
    background-color: #FFFBF5;
    overflow: hidden;
    padding-bottom: 60px;
    font-family: 'Georgia', serif;
}

.culture .culture_header {
    text-align: center;
    margin: 70px auto;
}

.culture .culture_header h1 {
    color: #5C3C0D;
    font-weight: bold;
    font-size: 2.5rem;
}

.culture .culture_content {
    margin: auto 50px;
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.culture .culture_content article {
    background-color: #FBE5BBB2;
    border-radius: 10px;
    border: 1px solid #EDDDBD;
    padding: 40px 50px;
    width: 380px;
    box-shadow: 0 2px 5px #F2F2F2;
}

.culture .culture_content article header img {
    margin-bottom: 20px;
}

.culture .culture_content article header h2 {
    color: #5C3C0D;
    font-size: 1.7rem;
    margin-bottom: 25px;
    font-weight: bold;
}

.culture .culture_content article p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
    padding-bottom: 20px;
}

.culture::after {
    content: '';
    display: block;
    height: 40px;
}

.culture .culture_content .culture_content_btn {
    text-align: center;
    margin-top: 50px;
}

.culture .culture_content .culture_content_btn a {
    background-color: var(--color-orange-500);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    padding: .725rem 4rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
}

.culture .culture_content .culture_content_btn a:hover {
    background-color: var(--color-orange-500-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}
/* END CULTURE */

/* ADVANTAGES */
.advantages {
    padding: 3rem 1rem;
    text-align: center;
    background-color: #fff;
}

.advantages header {
    text-align: center;
    margin: 60px auto 50px auto;
}

.advantages header h1 {
    color: #5C3C0D;
    font-weight: bold;
    font-size: 2.5rem;
}

.advantages_container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.advantages_container .advantages_container_image {
    flex: 1 1 300px;
    display: flex;
    justify-content: end;
}

.advantages_container article img {
    width: 100%;
    max-width: 500px;
    object-fit: cover;
}

.advantages_container .advantages_container_text {
    flex: 1 1 300px;
    display: flex;
    justify-content: start;
    padding-top: 30px;
}

.advantages_container ul {
    list-style-type: disc;
    text-align: left;
    margin: 0;
    list-style-position: inside;
    line-height: 2.7;
    font-size: 1.2rem;
    font-weight: 500;
}

.advantages_container_btn {
    flex-basis: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}

.advantages_container_btn a {
    display: inline-block;
    padding: .625rem 4rem;
    background-color: var(--color-orange-200);
    color: var(--color-brown-500);
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
}

.advantages_container_btn a:hover {
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--color-orange-200-hover);
}
/* END ADVANTAGES */

/* PURPOSE */
.purpose {
  padding: 5rem 2rem;
  background-color: #FFFBF5;
}

.purpose_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
}

.purpose_content .purpose_content_image {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.purpose_content_image img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  display: block;
}

.purpose_content .purpose_content_text {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    row-gap: 2.5em;
}

.purpose_content_text {
  max-width: 500px;
}

.purpose_content_text header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color-brown-500);
}

.purpose_content_text_one p {
  font-size: 1.3rem;
  font-weight: 450;
  line-height: 1.3;
  color: var(--color-brown-500);
}

.purpose_content_text_two {
    background-color: #fce8c8;
    padding: 2rem 4rem;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.3rem;
}

.purpose_content_text_btn {
    flex-basis: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}

.purpose_content_text_btn a {
    display: inline-block;
    background-color: var(--color-orange-500);
    color: #fff;
    font-weight: bold;
    padding: .725rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}

.purpose_content_text_btn a:hover {
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--color-orange-500-hover);
}
/* END PURPOSE */

/* STEPS */
section.steps {
    text-align: center;
    padding: 60px 20px;
}

section.steps h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-brown-500);
    margin-bottom: 7rem;
}

/* Conteúdo em linha com espaçamento */
.steps_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 10rem;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 60px;
}

/* Linha tracejada entre os círculos */
.steps_content::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 0;
    width: 58%;
    margin: 0 auto;
    background-image: repeating-linear-gradient(
        to right,
        #fae1b0,
        #fae1b0 25px,   
        transparent 25px,
        transparent 50px 
    );
}

/* Cada etapa */
.steps_content article {
    position: relative;
    z-index: 1;
    max-width: 349px;
}

.steps_content article p {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1;
    margin-top: 10px;
    width: 100%;
}

/* Círculos com ícones */
.steps_content_form,
.steps_content_start {
    background-color: var(--color-orange-200);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.steps_content_whats {
    background-color: var(--color-orange-500);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.steps_content img {
    width: 36px;
    height: 36px;
}

.steps .steps_content .steps_content_btn {
    width: 100%;
    margin-top: 8rem;
}

.steps .steps_content .steps_content_btn a {
    display: inline-block;
    background-color: var(--color-orange-200);
    color: var(--color-brown-500);
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    padding: .725rem 4rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
}

.steps .steps_content .steps_content_btn a:hover {
    background-color: var(--color-orange-200-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}
/* END STEPS */

/* BENEFITS */
.benefits {
    padding: 4rem 2rem;
    background-color: #FFFBF5;
}

.benefits_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.benefits_container_text {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.benefits_container_text .benefits_container_text_div {
    text-align: start;
}

.benefits_container_text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-brown-500);
    margin-bottom: 50px;
}

.benefits_container_text ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px !important;
    line-height: 2.2;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 50px;
}

.benefits_container_text ul li {
    margin-bottom: 10px;
}

.benefits_container_btn a {
    display: inline-block;
    background-color: var(--color-orange-500);
    color: #fff;
    font-weight: bold;
    padding: .725rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1.4rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: center;
}

.benefits_container_btn a:hover {
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--color-orange-500-hover);
}

.benefits_container_image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.benefits_container_image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 50px;
    object-fit: cover;
}
/* END BENEFITS */

/* TESTIMONIALS */
.testimonials {
    text-align: center;
    padding: 60px 20px;
}

.testimonials header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-brown-500);
    margin-bottom: 2rem;
}

.testimonials_content_card {
    background-color: #FFFBF5;
    border: 1px solid #C389354D;
    border-radius: 20px;
    padding: 2rem;
    width: 515px;
    min-height: 520px;
}

.testimonials_content_card header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
} 

.testimonials_content_card header h2 {
    padding: 50px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: start;
} 

.testimonials_content_card header .img-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials_content_card .img-wrapper img {
    width: 110px;
    height: 110px;
    object-fit: cover !important;
    display: block;
    border-radius: 50%;
    border: 2px solid #C38935;
    padding: 2px;
    background-color: white;
    box-sizing: border-box; /* <-- adiciona isso */
}

.testimonials_content_card p {
    text-align: start;
    font-weight: 500;
}

.testimonials .testimonials_btn a {
    display: inline-block;
    background-color: var(--color-orange-200);
    color: var(--color-brown-500);
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    padding: .725rem 4rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
}

.testimonials .testimonials_btn a:hover {
    background-color: var(--color-orange-200-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}

/*
OPTIONS - START
*/

.testimonials .content {
    padding: 20px 50px;
}

.browsing_history .owl-nav {
    top: -115px;
}

.testimonials .owl-nav {
    display: block !important;
}

.testimonials .owl-nav .owl-prev,
.testimonials .owl-nav .owl-next {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    margin: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.testimonials .owl-nav .owl-prev:hover,
.testimonials .owl-nav .owl-next:hover {
    background-color: transparent !important;
}

.testimonials .owl-nav .owl-prev span,
.testimonials .owl-nav .owl-next span {
    font-size: 6rem;
}

.testimonials .owl-nav .owl-prev {
    left: -10%;
}

.testimonials .owl-nav .owl-next {
    right: -10%;
}

.testimonials .owl-nav .owl-prev i,
.testimonials .owl-nav .owl-next i {
    font-size: 2rem;
}

.testimonials article a {
    display: block;
    transition: transform 0.4s ease-in-out;
}

.testimonials article a:hover {
    opacity: 1;
    transform: scale(1.02);
}

.testimonials:not(.pdt) article a img {
    margin-bottom: 10px;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
}

.testimonials article a:hover img {
    border-color: var(--color-background-black);
}

.testimonials article a h2 {
    font-size: .9rem;
    color: var(--color-text-grey);
    font-weight: bold;
    text-transform: uppercase;
}

/*
OPTIONS - END
*/
/* END TESTIMONIALS */

/* FAQ */
.faq {
    padding: 4rem 2rem;
    background-color: #FFFBF5;
}

.faq header {
    text-align: center;
}

.faq header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-brown-500);
    margin-bottom: 2rem;
}

.faq article {
    padding: 0 8rem;
}

#duvidas h2 {
    color: black;
}

.card {
    border-radius: 20px;
    border: none;
    background-color: white;
    text-align: left;
}

.card .btn {
    color: black;
    font-weight: 500;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 20px;
    background-color: white;
}

.card-header:first-child:hover {
    background-color: #fef7ea;
}

.faq .faq_btn {
    text-align: center;
}

.faq .faq_btn a {
    display: inline-block;
    background-color: var(--color-orange-500);
    color: #ffff;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
    padding: .725rem 4rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
}

.faq .faq_btn a:hover {
    background-color: var(--color-orange-500-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}

/* END FAQ */

/* SUBSCRIBE */
.subscribe {
    text-align: center;
    padding: 60px 20px;
}

.subscribe .subscribe_header {
    text-align: center;
    width: 100%;
    margin-bottom: 4rem;
}

.subscribe .subscribe_header header {
    width: 50%;
    margin: 0 auto; /* Centraliza horizontalmente */
}

.subscribe header span {
    color: var(--color-orange-500);
}

.subscribe header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--color-brown-500);
    margin-bottom: 2rem;
}

.subscribe_content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Texto à esquerda */
.subscribe_content_text {
    color: var(--color-brown-500);
    text-align: start;
    background-color: #FDF2DD;
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    height: fit-content;
}

.subscribe_content_text div {
    padding: 50px 35px;
}

.subscribe_content_text p + p {
    margin-top: 20px;
}

.subscribe_content_text p .text_bold {
    font-weight: bold;
}

.subscribe_content_text p strong {
    display: block;
    margin-top: 10px;
}

/* Formulário à direita */
.subscribe_content_form {
    background-color: #ffeac2;
    padding: 50px 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 710px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: "Montserrat", sans-serif;
}

.subscribe_content_form label {
    display: flex;
    margin-bottom: 5px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 1.1rem;
}

.subscribe_content_form input::placeholder {
    color: #d4d4d4;
    padding-left: 15px;
}

.input,
.input,
.input_double {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
}

.input_double {
    flex-direction: row;
    gap: 15px;
}

.input_double > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.subscribe_content_form_btn button {
    display: inline-block;
    background-color: var(--color-orange-500);
    color: #ffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    padding: .625rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
    width: 100%;
    margin-top: 20px;
}

.subscribe_content_form_btn button:hover {
    background-color: var(--color-orange-500-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}
/* END SUBSCRIBE */


/*
QUADROS
*/

#quadros {
    padding: 80px 0;
}

.board-1 {
    display: flex;
    flex-direction: column;
    min-height: 14em;
    padding: 3em;
    color: #000000;
    background-color: #000000;
    border-radius: 20px;
}

.board-2 {
    display: flex;
    flex-direction: column;
    min-height: 14em;
    padding: 3em;
    color: #000000;
    background-color: white;
    border-radius: 20px;
}

/*
DEPOIMENTOS
*/

#depoimentos h2 {
    color: #000000;
}

/*
CADASTRO
*/

#seja-revendedora h2 {
    color: #000000;
}

#seja-revendedora p {
    padding-top: 15px;
}

.titulo-cadastro h2 {
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

#consultora-vantagens header h3 {
    color: var(--color-text-two);
    margin-bottom: 35px;
}

#cadastro-consultora label {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

#cadastro-consultora input, select, textarea {
    float: left;
    width: 100%;
    padding: 13px 20px !important;
    border: 1px solid #c4c4c4;
    font-size: 1rem;
    border-radius: 25px !important;
}

#cadastro-consultora input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

#cadastro-consultora textarea {
    height: 221px;
}

#cadastro-consultora select option:first-child {
  color: gray;
}

#cadastro-consultora #salvar-cadastro {
    display: inline-block;
    background-color: var(--color-orange-500);
    color: #ffff;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    padding: .625rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    transition: all 0.2s ease-in-out;
    width: 100%;
    margin-top: 20px;
}

#cadastro-consultora #salvar-cadastro:hover {
    background-color: var(--color-orange-500-hover);
    box-shadow: 6px 8px 0px rgba(0, 0, 0, 0.2);
}

#cadastro-consultora input[type="file"] {
    border: none;
    cursor: pointer;
}

#campo-cidade {
    float: left;
    width: 30%;
    margin: 0 1%;
}

#campo-uf {
    float: left;
    width: 18%;
}

#campo-endereco {
    float: left;
    margin-right: 1%;
    width: 81%;
}

#campo-numero {
    float: left;
    width: 18%;
}

.campo-obrigatorio {
    color: var(--color-text-red);
}

.left {
    width: 49%;
    overflow: hidden;
    margin-right: 1%;
    float: left;
}

.right {
    width: 49%;
    overflow: hidden;
    margin-left: 1%;
    float: right;
}

#cadastro-consultora .error input, 
#cadastro-consultora .error select {
    border: 1px solid red !important;
}

label[for*="option-"] {
    font-size: .8rem;
}

#cadastro-consultora .error .validationMessage {
    color:red !important;
}

/*
INSTAFEED
*/

.instafeed {
    background-color: var(--color-background-two);
    float: left;
}

.instafeed .box-absolute-insta {
    background-color: var(--color-background-two);
    position: absolute;
    height: calc(25vw - 4px);
    width: calc(25vw - 2px);
    z-index: 9;
}

.instafeed-container {
    min-height: 360px;
}

.instafeed h4,
.instafeed h5 {
    color: #000000;
    position: absolute;
    bottom: 20px;
}

.instafeed a,
.instafeed i {
    color: #000000;
}

.instafeed a:hover,
.instafeed a:hover i {
    color: var(--color-text-one);
}

/*
FORMUL�RIO
*/

.form-control-lg, .btn-lg {
    font-size: .8rem;
    border: 1px solid black;
    padding: 10px 15px;
}

#contato textarea {
    height: 170px;
}

#contato .btn {
    background-color: var(--color-background-two);
    color: #000000;
}

#contato .btn:hover {
    background-color: var(--color-background-one);
}

/*
FOOTER
*/

.footer_info {
    color: #000 !important;
    background-color: var(--color-orange-200);
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: #000000;
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: var(--color-text-one);
}

.footer_info h3 {
    color: #000 !important;
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: #000000;
    font-size: .9rem;
}

.copyright {
    background-color: #FBE5BB;
    color: #000000;
    width: 100%;
}

/*
OUTROS
*/

.spinner {
    animation: rotator 1.4s linear infinite;
    -webkit-animation: rotator 1.4s linear infinite;
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.no-border {
    border: none !important;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/*
MEDIA
*/
@media (max-width: 1440px) {
    /* HEADER */
    .reseller_background .reseller_content div {
        width: 90%;
    }

    .reseller_content .reseller_content_orange,
    .reseller_content .reseller_content_brown
    {
        font-size: 2.5rem;
    }
    /* END HEADER */

    /* ABOUT */
    .about {
        margin: 100px 40px;
    }

    .about article {
        width: 50%;
    }

    .about_video div iframe {
        margin: 20px auto;
    }

    .about_content .about_content_text {
        width: 70%;
    }

    .about_content .about_content_btn a {
        padding: 12px 45px;
    } 

    .about_video div {
        width: 70% !important;
        height: 90%;
    }
    /* END ABOUT */

    /* STEPS */
    .steps_content::before {
        width: 60%;
    }
    /* END STEPS */
}

@media (max-width: 1024px) {
    /* HEADER */
    .reseller_background .reseller_content div {
        width: 95%!important;
    }

    .reseller_background .reseller_content div a {
        padding: 12px 20px!important;
    }
    /* END HEADER */

    /* ABOUT */
    .about_content .about_content_text {
        width: 90%;
    }

    .about_content .about_content_btn a {
        padding: 12px 25px;
        font-size: 1.1rem;
    }

    .about_video div {
        width: 95% !important;
    }
    /* END ABOUT */

    /* CULTURE */
    .culture .culture_content article {
        width: 100%;
    }
    /* END CULTURE */

    /* ADVANTAGE */
    .advantages_container .advantages_container_text {
        justify-content: center;
    }
    /* END ADVANTAGE */

    /* STEPS */
    .steps_content article {
        max-width: 200px;
    }

    .steps_content article p {
        font-size: 19px;
    }
    /* END STEPS */

    /* FAQ */
    .faq article {
        padding: 0;
    }
    /* END FAQ */

    /* SUBSCRIBE */
    .subscribe .subscribe_header header {
        width: 80%
    }

    .subscribe_content_text,
    .subscribe_content_form
    {
        max-width: 100%;
    }
    /* END SUBSCRIBE */

    .instafeed-container {
        min-height: 500px;
    }
}

@media (max-width: 991px) {
    /* HEADER */
    .reseller_content .reseller_content_orange,
    .reseller_content .reseller_content_brown
    {
        font-size: 1.6rem;
    }

    .reseller_background .reseller_content .reseller_content_text {
        font-size: 1rem;
    }

    .reseller_background .reseller_content .reseller_content_div div a {
        font-size: 1.2rem;
    }
    /* END HEADER */

    /* ABOUT */
    .about .about_content header h1 {
        font-size: 2rem;
    }

    .about_content .about_content_text {
        width: 95%;
    }

    .about_video div {
        width: 95% !important;
    }

    .about_content .about_content_btn a {
        font-size: .950rem;
    }
    /* END ABOUT */

    /* STEPS */
    section.steps {
        padding: 40px 16px;
    }

    section.steps h1 {
        font-size: 1.8rem;
        margin-bottom: 4rem;
    }

    .steps_content {
        flex-direction: column;
        align-items: center;
        column-gap: 0;
        row-gap: 3rem;
    }

    .steps_content article {
        max-width: 230px;
    }

    .steps_content::before {
        display: none;
    }

    .steps_content article p {
        font-size: 1rem;
        text-align: center;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .steps_content_form,
    .steps_content_start,
    .steps_content_whats {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
    }

    .steps_content img {
        width: 40px;
        height: 40px;
    }

    .steps_content > div:last-child {
        margin-top: 30px;
    }

    .steps .steps_content .steps_content_btn a {
        font-size: 1.4rem;
        padding: 12px 45px;
        box-shadow: 2px 4px 0px #c8b490;
        width: 69%;
    }
    /* END STEPS */

    /* BENEFITS */
    .benefits_container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .benefits_container_text {
        text-align: center;
        align-items: center;
    }

    .benefits_container_text h1 {
        text-align: center;
    }

    .benefits_container_btn a {
        font-size: 1.3rem;
    }
    /* END BENEFITS */

    /* TESTIMONIALS */
    .testimonials_content_card {
        width: auto;
        height: auto;
    }
    /* END TESTIMONIALS */

    .header-site-logo {
        text-align: center;
    }

    li.nav-item {
        text-align: center;
        border-bottom: 1px solid var(--color-background-one);
    }

    #menu-categories {
        position: relative;
    }

    #menu-categories .navbar-toggler {
        width: 35px;
        height: 55px;
    }

    #vantagens > .container > .row {
        margin-top: 48px;
    }

    .vantagens {
        position: initial;
        margin-top: 0;
        width: 350px;
    }

    .order-first {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    /* HEADER */

    .btn_container {
        text-align: center;
    }

    .reseller_background {
        background-image: url("images/banners/banner-mobile-gardtzz.webp");
        background-size: cover;
        background-position: center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
    }

    .reseller_background .reseller_content {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reseller_background .reseller_content .reseller_content_div {
        width: 80%;
        height: 100%;
        display: flex;               
        flex-direction: column;     
    }

    .reseller_background .reseller_content .reseller_content_div img {
        width: 180px;
        margin-bottom: 25px;
    }

    .reseller_content .reseller_content_orange,
    .reseller_content .reseller_content_brown {
        font-size: 2.5rem;
    }

    .reseller_content .reseller_content_orange {
        color: var(--color-orange-200);
    }

    .reseller_content .reseller_content_brown {
        color: var(--color-orange-800);
    }

    .reseller_background .reseller_content .reseller_content_text {
        font-size: 1.5rem;
        width: 100%;
    }

    .reseller_background .reseller_content .reseller_content_btn {
        margin-top: auto;
        align-self: stretch; /* ocupa toda a largura da div pai */
        width: 100%;
    }

    .reseller_background .reseller_content .reseller_content_div a {
        display: block;
        width: 100%;
        padding: 10px 20px;
        font-size: 1.3rem;
        background-color: #f5dcb0;
        color: #000;
        border-radius: 999px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
    }
    /* END HEADER */

    /* ABOUT */
    .about {
        flex-direction: column;
        align-items: center;
        margin: 60px auto;
        gap: 30px;
    }

    .about article {
        width: 100%;
    }

    .about .about_content header {
        text-align: center !important;
    }

    .about_video {
        width: 100%;
        justify-content: center;
    }

    .about_video div {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .about_video div iframe {
        width: 100%;
        height: 700px !important;
        height: auto;
        margin: auto 40px;
    }

    .about .about_content header h1{
        margin: 40px 20px 20px 20px;
        font-size: 4rem;
    }

    .about_content .about_content_text {
        margin: auto 40px;
        width: auto;
    }

    .about_content .about_content_btn {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

    .about_content .about_content_btn a {
        width: 100%;
        display: inline-block;
        font-size: 1.3rem;
    }
    /* AND ABOUT */

    /* CULTURE */
    .culture .culture_content .culture_content_btn a {
        padding: .725rem 1rem;

    }
    /* END CULTURE */

    /* STEPS */
    .steps .steps_content .steps_content_btn a {
        font-size: .925rem;
        padding: 12px 45px;
        box-shadow: 2px 4px 0px #c8b490;
        width: 90%;
    }
    /* END STEPS */

    /* ADVANTAGES */
    .advantages_container {
        flex-direction: column;
        gap: 1.5rem;
    }

    .advantages_container .advantages_container_image  {
        max-width: 100%;
    }

    .advantages h1 {
        font-size: 1.7rem;
    }

    .advantages_container ul {
        font-size: 1rem;
    }
    /* END ADVANTAGES */

    /* SUBSCRIBE */
    .subscribe .subscribe_header header {
        width: 100%;
        margin: 0 auto; /* Centraliza horizontalmente */    
    }

    .subscribe_content_text,
    .subscribe_content_form {
        max-width: 100%;
    }

    .input_double {
        flex-direction: column;
    } 
    /* END SUBSCRIBE */

    #cadastro-consultora section {
        width: 100%;
    }

    .instafeed-container {
        min-height: 600px;
    }

    .navbar-collapse {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 580px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    #vantagens h1 {
        font-size: 1.5rem;
    }

    .instafeed-container {
        min-height: 450px;
    }

    /* HEADER */
    .reseller_content .reseller_content_orange,
    .reseller_content .reseller_content_brown {
        font-size: 1.2rem;
    }

    .reseller_background .reseller_content .reseller_content_text {
        font-size: .825rem;
        width: 100%;
    }

    .reseller_background .reseller_content .reseller_content_div a {
        padding: 10px 20px !important;
        font-size: .825rem !important;
    }
    /* END HEADER */

    /* CULTURE */
    .culture .culture_header h1 {
        font-size: 2rem;
    }

    .culture .culture_content .culture_content_btn {
        margin-top: 0;
    }

    .culture .culture_content .culture_content_btn a {
        padding: .625rem 1rem;
        font-size: 1.2rem !important;
    }
    /* END CULTURE */

    /* ABOUT */
    .about .about_content header h1{
        font-size: 2.2rem;
    }

    .about_content .about_content_btn a {
        font-size: 1.1rem;
    }
    /* END ABOUT */

    /* ADVANTAGE */
    .advantages_container_btn a {
        padding: .625rem 1rem;
        font-size: 1.2rem !important;
    }
    /* END ADVANTAGE */

    /* PURPOSE */
    .purpose_content_image img {
        width: 330px;
        height: 330px;
    }

    .purpose_content_text header h1 {
        font-size: 2rem;
        font-weight: bold;
        color: var(--color-brown-500);
    }

    .purpose_content_text_one p {
        font-size: 1rem;
    }

    .purpose_content_text_two {
        padding: 1rem;
        font-size: 1rem;
    }

    .purpose_content_text_btn a {
        padding: .625rem 1rem;
        font-size: 1.1rem !important;
    }
    /* END PURPOSE */

    /* TESTIMONIALS */
    .testimonials_content_card {
        width: auto;
        height: auto;
    }

    .testimonials_content_card header {
        display: block;
        align-items: center;
        margin-bottom: 20px;
    }

    .testimonials_content_card header h2 {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 1.6rem;
        text-align: start;
    }

    .benefits_container_text ul {
        font-size: 1rem;
    }

    .testimonials .testimonials_btn a {
        font-size: 1.2rem;
        padding: .725rem 2rem;
    }
    /* END TESTIMONIALS */

    /* FAQ */
    .faq .faq_btn a {
        font-size: 1.1rem;
        padding: .725rem 2rem;
    }

    /* SUBSCRIBE */
    .subscribe header h1 {
        font-size: 1.8rem
    }
    /* END SUBSCRIBE */
}
