/* Navbar */
.responsive_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1000px;
}
@media only screen and (max-width: 1000px) {
	.responsive_header {
		justify-content: space-between;
        width: 90vw;
	}
}
@media only screen and (min-width: 1400px){
	.responsive_header {
		width: 1170px;
	}
}

#navbar {
    padding: 10px 0;
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
    box-shadow: 0px 0px 15px var(--footer_gray);
}

.down_index {
    z-index: 1;
}

#logo {
    height: 32px;
    width: auto;
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    #logo {
        height: 34px;
        width: auto;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    #logo {
        height: 36px;
        width: auto;
    }
}
@media only screen and (min-width: 1400px) {
    #logo {
        height: 40px;
        width: auto;
    }
}

#nav_options {
    margin: 0 70px
}
@media only screen and (max-width: 1000px) {
    #nav_options {display: none;}
}
@media only screen and (min-width: 1001px) and (max-width: 1399px) {
    #nav_options {margin: 0 80px 0 20px;}
}
@media only screen and (min-width: 1400px) {
    #nav_options {margin: 0 110px 0 30px;}
}

/* Introduction to Indicador */
#intro {
    margin: 100px 0 10px 0;
}
@media only screen and (max-width: 1000px) {
    #intro {margin: 80px 0 10px 0;}
}

@media only screen and (max-width: 1000px) {
	.intro_text {
		width: 90vw;
		max-width: 500px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.intro_text {width: 480px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.intro_text {width: 500px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px) {
	.intro_text {width: 540px;}
}
@media only screen and (min-width: 1581px){
	.intro_text {width: 585px;}
}

.intro_text_distance {
	margin: 20px 0 40px 0;
}
	
.presentation_image {
	border-radius:15px;
}
@media only screen and (max-width: 1000px) {
	.presentation_image {
		min-width: 200px;
		width: 90vw;
		max-width: 500px;
		height: auto;
		margin: 40px 0 0 0;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.presentation_image {
		width: 500px;
		height: auto;
		position: relative;
		left: 20px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.presentation_image {
		width: 550px;
		height: auto;
        position: relative;
		left: 100px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
	.presentation_image {
		width: 640px;
		height: auto;
		position: relative;
		left: 50px;
	}
}
@media only screen and (min-width: 1581px){
	.presentation_image {
		width: 700px;
		height: auto;
		position: relative;
		left: 100px;
	}
}

.clients_text {
    margin: 0 0 15px 0;
}
@media only screen and (max-width: 1000px) {
    .clients_text {
        margin: 0 0 10px 0;
    }
}
.client_logo1 {
    width: 163px;
    height: 42px;
    margin: 0 10px 0 0;
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .client_logo1 {
        width: 122px;
        height: 30px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .client_logo1 {
        width: 97px;
        height: 26px;
        margin: 0 4px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
    .client_logo1 {
        width: 81px;
        height: 20px;
        margin: 0;
    }
}
@media only screen and (max-width: 370px) {
    .client_logo1 {
        width: 73px;
        height: 19px;
        margin: 0 0 0 4px;
    }
}

.client_logo2 {
    width: 61px;
    height: 66px;
    margin: 0 10px;
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .client_logo2 {
        width: 45px;
        height: 49px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .client_logo2 {
        width: 36px;
        height: 39px;
        margin: 0 4px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
    .client_logo2 {
        width: 30px;
        height: 33px;
        margin: 0 4px;
    }
}
@media only screen and (max-width: 370px) {
    .client_logo2 {
        width: 27px;
        height: 29px;
        margin: 0 0 0 4px;
    }
}

.client_logo3 {
    width: 84px;
    height: 84px;
    margin: 0 10px;
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .client_logo3 {
        width: 63px;
        height: 63px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .client_logo3 {
        width: 50px;
        height: 50px;
        margin: 0 4px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
    .client_logo3 {
        width: 42px;
        height: 42px;
        margin: 0 4px;      
    }
}
@media only screen and (max-width: 370px) {
    .client_logo3 {
        width: 37px;
        height: 37px;
        margin: 0 0 0 4px;
    }
}

.client_logo4 {
    width: 170px;
    height: 38px;
    margin: 0 10px;
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .client_logo4 {
        width: 127px;
        height: 28px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .client_logo4 {
        width: 102px;
        height: 23px;
        margin: 0 4px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
    .client_logo4 {
        width: 85px;
        height: 19px;
        margin: 0 4px; 
    }
}
@media only screen and (max-width: 370px) {
    .client_logo4 {
        width: 76px;
        height: 17px;
        margin: 0 0 0 4px;
    }
}

.client_logo5 {
    width: 95px;
    height: 65px;
    margin: 0 10px;
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .client_logo5 {
        width: 71px;
        height: 48px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .client_logo5 {
        width: 56px;
        height: 38px;
        margin: 0 4px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
    .client_logo5 {
        width: 47px;
        height: 32px;
        margin: 0 4px; 
    }
}
@media only screen and (max-width: 370px) {
    .client_logo5 {
        width: 42px;
        height: 29px;
        margin: 0 0 0 4px;
    }
}

.client_logo6 {
    width: 65px;
    height: 69px;
    margin: 0 0 0 10px;
}
@media only screen and (min-width: 1001px) and (max-width: 1400px) {
    .client_logo6 {
        width: 48px;
        height: 51px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .client_logo6 {
        width: 38px;
        height: 40px;
        margin: 0 4px;
    }
}
@media only screen and (min-width: 371px) and (max-width: 500px) {
    .client_logo6 {
        width: 32px;
        height: 34px;
        margin: 0 0 0 4px;
    }
}
@media only screen and (max-width: 370px) {
    .client_logo6 {
        width: 29px;
        height: 30px;
        margin: 0 0 0 4px;
    }
}

/* Container describing the tool */
@media only screen and (max-width: 1000px) {
	.tool_text {
		width: 90vw;
		max-width: 500px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.tool_text {width: 430px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.tool_text {width: 450px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px) {
	.tool_text {width: 480px;}
}
@media only screen and (min-width: 1581px){
	.tool_text {width: 520px;}
}

.tool_image {
	border-radius:15px;
}
@media only screen and (max-width: 1000px) {
	.tool_image {
		min-width: 200px;
		width: 90vw;
		max-width: 500px;
		height: auto;
		margin: 40px 0 0 0;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.tool_image {
		width: 500px;
		height: auto;
		position: relative;
		left: 20px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.tool_image {
		width: 550px;
		height: auto;
        position: relative;
		left: 60px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
	.tool_image {
		width: 640px;
		height: auto;
		position: relative;
		left: 20px;
	}
}
@media only screen and (min-width: 1581px){
	.tool_image {
		width: 700px;
		height: auto;
		position: relative;
		left: 60px;
	}
}

/* Comparison */
.comparison_box {
    border-radius: 10px;
    border: 2px solid var(--white);
    padding: 20px;
    width: 270px;
    height: 330px;
    box-shadow: 0px 0px 25px var(--footer_gray);
}

@media only screen and (max-width: 1000px){
    .comparison_box {
        padding: 20px 10px;
        width: 80vw;
        max-width: 350px;
        height: 285px;
    }
}

.comparison_space {
    margin: 0 20px;
}
@media only screen and (max-width: 1000px){
    .comparison_space {margin: 20px 0;}
}

.comparison_emoji {
    margin: 0 12px 0 0;
}

.comparison_icon {
    width: 23px;
    height: 23px;
    margin: 0 12px 0 0;
}

.comparison_strip {
    height: 2px;
    width: 100%;
    margin: 10px 0 15px 0;
    background: var(--gray);
}

.comparison_topic {
    margin: 5px 0;
}
.comparison_topic div {
    font-size: 15px;
    font-weight: 600;
}

/* solution section */
@media only screen and (max-width: 1000px) {
	.solution_text {
		width: 90vw;
		max-width: 500px;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1399px) {
	.solution_text {width: 500px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px) {
	.solution_text {width: 580px;}
}
@media only screen and (min-width: 1581px){
	.solution_text {
		width: 540px;
	}
}
	
@media only screen and (max-width: 1000px) {
	.solution_image {
		min-width: 200px;
		width: 90vw;
		max-width: 500px;
		height: auto;
		margin: 40px 0 0 0;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.solution_image {
		width: 520px;
		height: auto;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.solution_image {
		width: 550px;
		height: auto;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
	.solution_image {
		width: 600px;
		height: auto;
	}
}
@media only screen and (min-width: 1581px){
	.solution_image {
		width: 630px;
		height: auto;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.solution_image_right {
		position: relative;
		left: 80px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.solution_image_right {
        position: relative;
		left: 90px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
	.solution_image_right {
		position: relative;
		left: 100px;
	}
}
@media only screen and (min-width: 1581px){
	.solution_image_right {
		position: relative;
		left: 110px;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.solution_image_left {
		position: relative;
		right: 80px;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.solution_image_left {
        position: relative;
		right: 90px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
	.solution_image_left {
		position: relative;
		right: 100px;
	}
}
@media only screen and (min-width: 1581px){
	.solution_image_left {
		position: relative;
		right: 110px;
	}
}

.container {
    margin: 30px 0 0 0;
}

.container_image {
    height: 330px;
    width: auto;
    border-radius:10px;
}

.container_text {
    max-width: 450px;
}
@media only screen and (max-width: 500px) {
    .responsive_faq {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.yellow_strip {
    height: 4px;
    width: 40%;
    margin: 15px 0 45px 0;
    background: var(--yellow);
}
.strip_alt {
    width: 200px;
}


/* Funcionalities */
.funcionalities_box {
    background-color: var(--white);
    border-radius: 10px;
    width: 270px;
    padding: 10px;
    margin: 10px 0px;
}

@media only screen and (min-width: 1001px) {
	.funcionalities_box {padding: 20px 25px;}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	.funcionalities_box {width: 260px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.funcionalities_box {width: 270px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
	.funcionalities_box {width: 330px;}
}
@media only screen and (min-width: 1581px){
	.funcionalities_box {width: 330px;}
}

.funcionalities_text {
    margin: 5px 0 0 0;
}

.funcionalities_yellow {
    background-color: var(--yellow);
}

/* Plan pricing */
.pricing_menu {
    border-radius: 25px;
    background-color: var(--white);
    padding: 3px;
    box-shadow: 0px 0px 25px var(--footer_gray);
}

.pricing_btn {
    border-radius: 20px;
    background-color: var(--white);
    padding: 12px 55px;
    cursor: pointer;
    font-size: 14px;
}
@media only screen and (max-width: 749px){
    .pricing_btn {padding: 10px 40px;}
}
@media only screen and (min-width: 1400px) {
    .pricing_btn {font-size: 16px;}
}

.pricing_btn_active {
    background-color: var(--yellow);
}

@media only screen and (min-width: 750px){
    .pricing_btn_space {
        width: 15px;
    }
}

.pricing_active {display: block;}
.pricing_inactive {display: none;}

.pricing_specs {
    width: 350px;
    height: 400px;
    margin: 40px 10px 0 10px;
    padding: 15px 20px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 0px 25px var(--footer_gray);
    overflow: hidden;
}
@media only screen and (max-width: 1000px) {
    .pricing_specs {
        width: 80vw;
        max-width: 350px;
        height: 450px;
        padding: 15px 12px;
        margin: 40px 0 0 0;
	}
}
@media only screen and (min-width: 1400px) {
    .pricing_specs {
        width: 400px;
        height: 460px;
	}
}

.pricing_textarea {
    height: 370px;
}
@media only screen and (max-width: 1000px) {
    .pricing_textarea {height: 420px;}
}
@media only screen and (min-width: 1401px) and (max-width: 1580px) {
    .pricing_textarea {height: 430px;}
}
@media only screen and (min-width: 1581px) {
    .pricing_textarea {height: 425px;}
}

.pricing_slight_margin {
    margin: 0 0 0 60px;
}
@media only screen and (max-width: 1000px) {
    .pricing_slight_margin {margin: 0 0 0 50px;}
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .pricing_slight_margin {margin: 0 0 0 40px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    .pricing_slight_margin {margin: 0 0 0 40px;}
}

.counterbalance_diagonal {
    position: relative;
    top: -30px;
}

.diagonal_text {
    background-color: var(--yellow);
    position: relative;
    left: 130px;
    z-index: 2;
    padding: 4px 0;
    text-align: center;
    transform: rotate(15deg);
    font-weight: 700;
    font-size: 16px;
}
@media only screen and (max-width: 400px) {
	.diagonal_text {
        left: 80px;
        font-size: 14px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
	.diagonal_text {
        left: 110px;
        font-size: 14px;
	}
}
@media only screen and (min-width: 1401px) {
	.diagonal_text {
        left: 150px;
	}
}

@media only screen and (max-width: 1400px) {
    .pricing_spacing {
        margin: 10px 0 0 0;
    }
}
@media only screen and (min-width: 1401px){
    .pricing_spacing {
        margin: 20px 0 0 0;
    }
}

.pricing_strip {
    height: 1px;
    width: 100%;
    margin: 5px 0 15px 0;
    background: var(--yellow);
}

.pricing_icon {
    width: 30px;
    height: auto;
    margin: 0 5px 0 0;
}

.pricing_topic {
    margin: 0 0 10px 0;
}

.pro_pricing_button {
    margin: 0px;
    padding: 0px;
}
.free_pricing_button {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}

.pricing_reduction {
    position: relative;
    top: -13px;
}

/* clients opinion */
.avatar_card {
    color: var(--black_background);
    border-radius: 10px;
    border: 2px solid var(--white);
    background-color: var(--white);
    padding: 20px;
    width: 365px;
    height: 180px;
    box-shadow: 0px 0px 25px var(--footer_gray);
}
@media only screen and (max-width: 401px) {
    .avatar_card {
        margin: 10px 0;
        width: 80vw;
        max-width: 365px;
        padding: 10px;
        height: 260px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 1000px) {
    .avatar_card {
        margin: 10px 0;
        width: 80vw;
        max-width: 365px;
        padding: 10px;
        height: 240px;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1399px) {
    .avatar_card {
        width: 440px;
        height: 180px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1580px){
    .avatar_card {
        width: 500px;
        height: 200px;
    }
}
@media only screen and (min-width: 1581px){
    .avatar_card {
        width: 525px;
        height: 220px;
    }
}

.avatar_text div {
    margin: 10px 10px 5px 0;
}
.avatar_text small {
    margin: 5px 10px 10px 0;
}

.avatar_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media only screen and (max-width: 500px) {
    .contato {
        max-width: 90vw;
    }
}
@media only screen and (max-width: 1000px) {
    .contato {
        margin: 60px 0 0 0;
    }
}

.faq_card {
    color: var(--black_background);
    border-radius: 10px;
    border: 2px solid var(--white);
    background-color: var(--white);
    padding: 15px 20px;
    margin: 0 0 20px 0;
    min-height: 15px;
    box-shadow: 0px 0px 25px var(--footer_gray);
}
.faq_card, #contato {
    width: 340px;
}
@media only screen and (max-width: 1000px) {
    .faq_card {
        width: 75vw;
        max-width: 400px;
    }
    #contato {
        width: 85vw;
        max-width: 400px;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .faq_card, #contato {width: 400px;}
}
@media only screen and (min-width: 1201px) {
    .faq_card, #contato {width: 460px;}
}

.faq_collapsible {
    color: var(--black);
}

.faq_active, .faq_collapsible:hover {
    cursor: pointer;
}

.faq_active {
    margin: 0 0 12px 0;
}

.faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq_arrow {
    width: 12px;
    height: 12px;
}


/* footer */
.footer_text {
    width: 70vw;
    max-width: 830px;
    font-weight: 800;
}
@media only screen and (max-width: 1000px) {
    .footer_text {
        width: 85vw;
        text-align: center;
        margin: 0 0 30px 0;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .footer_text {width: 600px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    .footer_text {width: 700px;}
}

.footer_license {
    margin: 8px 0;
}
@media only screen and (max-width: 1000px) {
    .footer_license {
        max-width: 80vw;
        text-align: center;
    }
}