@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Meddon&display=swap');

.meddon {
    font-family: "Meddon", cursive;
}

/*
TAGS PRINCIPAIS
*/

body {
    overflow-x: hidden;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: "Inter", sans-serif;
}

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

h1, h2, h3, h4, h5, p {
    margin: 0;
    font-family: "Inter", sans-serif;
}

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

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

.btn-revendedora {
    display: flex;
    justify-content: center;
}

.btn-revendedora a {
    background-color: #5ca52e;
    color: white;
    display: block;
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
    font-family: "Inter", system-ui;
}

.mobile-catalogo {
    display: none;
    font-family: "Inter", system-ui;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
PRINCIPAL
*/
#highlight {
    background-image: url("./images/banners/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

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

#highlight .highlight-content > div {
    width: 700px;
}

#highlight .logo {
    text-align: start;
}

#highlight .message-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem 0 5rem 0;
}

#highlight .message-1 {
    font-size: 70px;
    color: #ede1cc;
    text-align: start;
    font-weight: bold;
    line-height: 80px;
}

#highlight .message-2 {
    font-size: 90px;
    color: #FFFFFF;
    text-align: start;
    width: 100%;
    font-weight: bold;
    line-height: 85px;
}


/*
OPORTUNIDADES
*/
#opportunities {
    padding: 7rem 16px;
}

#opportunities h2 {
    font-size: 36px;
    font-weight: bold;
    color: #133C30;
}

#opportunities p {
    font-size: 24px;
    margin: 2rem 0;
    text-align: justify;
}

#opportunities .btn-revendedora a {
    width: 100%;
}

/*
DETALHES
*/
#details-container .details {
    background-color: #133c30;
    color: #f4e6d0;
    font-weight: bold;
    padding: 2rem 16px;
}

#details-container .details p {
    text-align: center;
    font-size: 30px;
}


/*
VALORIZAMOS PESSOAS
*/
#value-peoples {
    background-color: #ede1cc;
    padding: 7rem 16px;
}

#value-peoples h2 {
    font-size: 36px;
    font-weight: bold;
    color: #133C30;
}


#value-peoples .value-peoples-content p {
    font-size: 24px;
    margin: 2rem 0;
    text-align: justify;
}

#value-peoples .btn-revendedora a {
    width: 100%;
}

/*
PILARES DA EMPRESSA
*/
#pillars-company {
    background-color: #133c30;
    padding: 7rem 16px;
}

#pillars-company h2 {
    font-size: 36px;
    font-weight: bold;
}

#pillars-company p {
    font-size: 24px;
    margin: 15px 0;
}

#pillars-company .row-1 {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
}

#pillars-company .row-2 .values {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pillars-company .row-2 .values .title p {
    font-weight: bold;
    font-size: 40px;
}

#pillars-company .mission {
    background-color: #ede1cc;
}

#pillars-company .vision {
    background-color: #f9f2e7;
}

#pillars-company .values {
    background-color: #FFFFFF;
}

#pillars-company .pillar {
    border-radius: 30px;
    padding: 4rem;
}

#pillars-company .row-2 .values-content {
    display: flex;
    justify-content: center;
    align-content: center;
}

#pillars-company .row-2 .values-content h3 {
    font-weight: bold;
    font-size: 24px;
}

#pillars-company .row-2 .values-content p {
    font-size: 20px;
}

#pillars-company .btn-revendedora {
    margin-top: 5rem;
}

#pillars-company .pillar h3 {
	color: #133c30;
	font-size: 40px;
	font-weight: bold;
}

/*
NOSSA CULTURA
*/
#our-culture {
    background-color: #ede1cc;
    padding: 7rem 16px;
}

#our-culture h2 {
    font-size: 64px;
    font-weight: bold;
    color: #133C30;
}

#our-culture p {
    font-size: 24px;
    margin: 2rem 0;
    text-align: justify;
}

#our-culture .our-culture-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#our-culture .btn-revendedora {
    justify-content: start;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #ece4d7;
    padding: 0;
}

#duvidas .duvidas-container {
    background: #133c30;
    margin: 0;
    padding: 6rem 0;
}

#duvidas h2 {
    color: #FFFFFF;
    font-size: 55px;
    margin-bottom: 4rem;
}

#duvidas .title p {
    color: #FFFFFF;
}

#duvidas .box {
    background: #133c30;
    height: 50px;
    position: relative;
    margin-top: 150px;
}

#duvidas .box:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50vw solid #ece4d7;
    border-right: 50vw solid #ece4d7;
    border-top: 300px solid #133c30;
}

#duvidas .card .btn {
    color: black;
}

#duvidas .btn-revendedora {
    margin-top: 4rem;
}

#duvidas .accordion-content {
    padding: 0 1rem;
}

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

.card .btn {
    color: var(--color-text-two);
    font-weight: 600;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

.card .btn:hover {
    color: var(--color-text-one);
}

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 0;
}

/*
CADASTRO
*/

#seja-revendedora {
    background-color: #ece4d7;
    padding: 7rem 16px;
}

#seja-revendedora .title h2 {
    color: #a5834a;
    font-size: 50px;
    text-transform: uppercase;
}

#seja-revendedora h2 span {
    color: #133c30;
    font-weight: 800;
    font-size: 70px;
}

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

#seja-revendedora .form-container > .container {
    width: 43%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#seja-revendedora .form-container .logo-icon-left {
    position: absolute;
    left: 9%;
    top: 0;
}

#seja-revendedora .form-container .logo-icon-right {
    position: absolute;
    right: 9%;
    top: 0;
}

.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: .875rem;
    margin-bottom: 0;
    margin-top: 0;
}

#cadastro-consultora input, select, textarea {
    float: left;
    width: 100%;
    padding: 2px 2%;
    border: 1px solid gray;
    font-size: 1rem;
    border-radius: 3px;
}

#cadastro-consultora input, select {
    height: 35px;
}

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

#cadastro-consultora input[type="button"] {
    background-color: #5ca52e;
    color: #FFFFFF;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
}

#cadastro-consultora input[type="button"]:hover {
    background-color: #5ca52ecc;
    transition: 0.3s;
}

#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;
}

.error input, .error select {
    border: 1px solid #F00004;
}

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

#cadastro-consultora #salvar-cadastro {
	background-color: #5ca52e;
    color: #ffffff;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
    width: 100%;
    color: #ffffff;
    position: relative;
    border: none;
}

#cadastro-consultora #salvar-cadastro:hover {
    background-color: #5ca52ecc;
    transition: 0.3s;
}

/*
FOOTER
*/

.footer_info {
    background-color: #133c30;
    color: var(--color-text-two);
    float: left;
    width: 100%;
}

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

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

.footer_info a:hover {
    color: #ece4d7;
}

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

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

.copyright {
    background-color: #36594f;
    color: #FFF;
    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: 1640px) {
    #duvidas {
        background-color: #0a3428;
        background-image: unset;
        min-height: auto;
        padding-top: 1rem !important;
    }
}

@media (max-width: 1580px) {
    #seja-revendedora .form-container .logo-icon-left,
    #seja-revendedora .form-container .logo-icon-right {
        display: none;
    }

    #seja-revendedora .form-container > .container {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    #highlight .message-1 {
        font-size: 60px;
        line-height: unset;
    }

    #highlight .message-2 {
        font-size: 80px;
        line-height: unset;
    }

    #highlight .message-container {
        margin: 3rem 0 3rem 0;
    }
}

@media (max-width: 1024px) {
    .instafeed-container {
        min-height: 500px;
    }

    #highlight .highlight-content {
        width: 100% !important;
        justify-content: center;
    }

    #highlight .highlight-image {
        display: none;
    }

    #pillars-company .row-1,
    #pillars-company .row-2 .values,
    #pillars-company .row-2 .values-content{
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .mobile-catalogo {
        display: block;
        position: fixed;
        transform: rotate(-90deg);
        z-index: 9999;
        top: 150px;
        right: -70px;
        background-color: #9fc7b1;
        border-radius: 20px 20px 0 0;
        padding: 20px 20px;
    }

    .mobile-catalogo a {
        color: var(--color-text-white);
        text-transform: uppercase;
        font-weight: 700;
    }

    #opportunities .opportunities-image {
        display: none;
    }

    #opportunities .opportunities-content .mobile-image {
        display: block !important;
        text-align: center;
        margin: 2rem 0;
    }

    #value-peoples .value-peoples-image {
        display: none;
    }

    #value-peoples .value-peoples-content .mobile-image {
        display: block !important;
        text-align: center;
        margin: 2rem 0;
    }

    #pillars-company {
        padding: 0;
        background: #FFFFFF;
    }

    #pillars-company .row-1 {
        gap: 0;
        margin-bottom: 0;
    }

    #pillars-company .container {
        padding: 0;
    }

    #pillars-company .pillar {
        border-radius: 0;
    }

	#pillars-company .row-2 {
		padding-top: 2rem;
	}
	
    #pillars-company .row-2 .values .col-12 {
        padding: 0;
        width: 100%;
    }

    #pillars-company .pillar {
        padding: 2rem 25px;
    }

    #pillars-company .row-2 .values {
        padding: 0 26px;
    }

    #pillars-company .row-2 .values-content {
        gap: 30px;
    }

    #pillars-company .btn-revendedora {
        margin: 3rem 0;
    }

    #duvidas .box {
        display: none;
    }
}

@media (max-width: 768px) {
    #opportunities,
    #value-peoples,
    #our-culture,
    #duvidas .duvidas-container,
    #seja-revendedora {
        padding: 2rem 16px;
    }

    #details-container .details p {
        font-size: 20px;
    }

    #opportunities p {
        font-size: 20px;
    }

    #details-container .details p br {
        display: none;
    }

    #value-peoples .value-peoples-content p {
        text-align: start;
    }

    #our-culture h2 {
        font-size: 48px;
		margin-top: 2rem;
    }

	#pillars-company .pillar h3 {
		font-size: 40px;
	}
	
    #our-culture p {
        text-align: start;
    }
	
	#duvidas h2 {
		font-size: 24px;
	}
	
	#duvidas h2 br {
		display: none;
	}
	
	#seja-revendedora .title h2 {
		font-size: 20px;
	}
	
	#seja-revendedora h2 span {
		font-size: 48px;
	}
}

@media (max-width: 600px) {
    #highlight {
        background-image: url('./images/banners/banner-mobile.webp');
        background-position: center;
    }

    #highlight .container {
        display: none;
    }
}
       