﻿/* ---------------- PARTNERS ----------------- */

.flex-vantages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	padding-top:10px;
}

.flex-vantages .individual-wrapper {
	width: 50%;
}

.flex-vantages .individual-wrapper:nth-child(3) {
	width: 100%;
}


/* -------------- DISTRIBUTION ----------------- */

.gallery-section .description {
    padding-left: 10%;
    padding-right: 10%;
}

section.testemunhos {
	background-color: #f4f4f4;
	margin-bottom: 40px;
}

section.testemunhos h1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 300;
	padding: 20px 0;
}

section.testemunhos .testemunhos-wrapper {
	margin: 0 5% 40px;
	text-align: center;
}


section.testemunhos .testemunhos-wrapper .item {
	background-color: #fff;
	padding: 0 30px 10px;
	margin: 100px 20px 0px;
	display: flex;
	flex-direction: column;
}

section.testemunhos .testemunhos-wrapper .item .profile-image {
	border: 4px solid #fff;
	border-radius: 50%;
	width: 115px;
	height: 115px;
	background-size: cover;
	background-position: center;
	margin: -70px auto 0;
}

section.testemunhos .testemunhos-wrapper .item h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 100px;
	color: #c30000;
	margin: 0;
	padding: 0;
}

section.testemunhos .testemunhos-wrapper .item .body {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin-top: -50px;
}

section.testemunhos .testemunhos-wrapper .item .footer {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #242424;
	padding: 20px 0;
}

.testemunhos .edge-holder.next {
	right: -5%;
}

.testemunhos .edge-holder.previous {
	left: -5%;
}

.highlight-footer-wrapper .button.white:hover span {
	color: #fff;
}

.highlight-footer .highlight-background {
	background-size: cover;
	background-size: initial;
	background-repeat: no-repeat;
	background-position: 40% 50%;
}

.testemunhos-wrapper .edge-holder .edge-button {
	top: calc(50% + 25px);
}

/* ---------- MEMBER DESCRIPTION --------------- */
h3 {
	color: #fff;
}

.highlight-footer-wrapper {
	text-align: center;
	padding: 100px 10%;
	color: #fff;
}

.highlight-footer-wrapper h1 {
	font-size: 28px;
	color: #fff;
}

.highlight-footer {
	margin-bottom: 50px;
}

.button.white {
	background-color: #fff;
	color: #c30000;
	border: none;
}

.member-description h2 {
	text-transform: uppercase;
}

.individual-icon-wrapper .icon-subtitle {
	font-size: 8px !important;
	vertical-align: text-top;
}

#gold-title {
	font-weight: 300;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3em;
	font-family: 'Roboto', sans-serif;
}

.gold-text {
	text-align: center;
}

#gold-title span {
	text-transform: none;
	font-weight: bold;
}

.member-description {
	padding-left: 5%;
	padding-right: 5%;
}

.member-description .member-description-table {
	margin-top: 25px;
}

.member-description .member-description-title {
	text-transform: uppercase;
	color: #c30000;
}

.member-description .description-global-wrapper {
	display: block;
	width: 100%;
	padding: 15px 0px 15px;
	border-bottom: 1px solid #ebebeb;
}

.member-description .description-global-wrapper .individual-icon-wrapper {
	position: relative;
	float: left;
	height: 150px;
}

.member-description .description-global-wrapper .individual-icon-wrapper img {
	width: 99px;
	height: 98px;
}

.member-description .description-global-wrapper .individual-icon-wrapper p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.member-description .description-global-wrapper .individual-icon-wrapper p span {
	font-size: 9px;
	vertical-align: text-top;
}


.member-description .gold-text.bottom {
	padding: 30px 0px 15px;
}

.member-description .page-title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 40px;
}

.member-description .distribution-area {
	padding-top: 10px !important;
}

/* ------- ADVANTAGES SECTION ---------- */

.advantages-section {
	padding: 25px 5% 40px;
}

.advantages-section .individual-wrapper {
	padding: 15px 3% 0px;
	    height: 180px;
}

.advantages-section .individual-wrapper img {
	max-width: 50%;
}

.advantages-section .individual-wrapper .text-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.advantages-section .individual-wrapper .text-container p:first-child {
	text-align: center;
	font-size: 16px;
}

.advantages-section .title {
	padding-bottom: 40px;
	font-size: 32px;
	color: #242424;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}


/* ------- SLICK SECTION ---------- */

.gallery-section.licenciamento {
	padding: 0px 0px 60px;
}

.gallery-section.licenciamento .slick-images-wrapper .description {
	padding-left: 10%;
}

.gallery-section.licenciamento .slick-images-wrapper .description .inner-item {
	margin-top: 0px;
	top: 25%;
}

.gallery-section.licenciamento .slick-images-wrapper .description .inner-item .big-title {
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	font-size: 24px;
	margin-top: 14%;
}


.gallery-section.licenciamento .slick-images-wrapper .logo {
	width: 50px;
	height: 50px;
	fill: none;
}

/* ------- CONTACT SECTION ---------- */

.contact-section {
	padding: 0px 3% 15px;
}

.contact-section .title {
	padding-top: 40px;
	font-size: 32px;
	color: #242424;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

.contact-section .parag {
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
}



.contacts-section input,
.contacts-section textarea {
	width: 100%;
	float: left;
}

.contacts-section input {
	height: 55px;
	line-height: 55px;
	border: 1px solid #242424;
}

.contacts-section input,
.contacts-section textarea,
.contacts-section .dropdown {
	border: 1px solid #242424;
	height: 55px;
	line-height: 55px;
	padding: 5px 24px;
}

.contacts-section .dropdown {
	padding: 0px 15px;
}

.contacts-section textarea {
	height: 200px;
	resize: none;
	line-height: 1.2em;
}

.contacts-section input,
.contacts-section textarea,
.contacts-section input::-webkit-input-placeholder {
	font-size: 22px;
}

.contacts-section .error input,
.contacts-section .error textarea {
	border: 1px solid #c30000;
}

.contacts .error input[type=text] {
	color: #c30000;
}

.contacts-section .form-error {
	font-size: 16px;
	color: #c30000;
	float: left;
	padding: 5px 0;
	position: absolute;
	top: 100%;
}

.contacts-section input::-webkit-input-placeholder {
	color: #bebebe;
	text-transform: none !important;
}

.contacts-section ::-moz-placeholder {
	color: #bebebe;
	text-transform: none !important;
}
/* firefox 19+ */
.contacts-section :-ms-input-placeholder {
	color: #bebebe;
	text-transform: none !important;
}
/* ie */
.contacts-section input:-moz-placeholder {
	color: #bebebe;
	text-transform: none !important;
}


.error.required::after {
	color: #c30000;
}

.required::after {
	content: "*";
	position: absolute;
	top: 0;
    right: 0;
	font-size: 14px;
	padding-left: 10px;
}

.dropdown:not(.prefix-phone) {
	text-align: left;
	cursor: pointer;
}

.dropdown-phone,
.prefix-phone {
	border-right: transparent;
	text-align: center !important;
}

.prefix-phone {
	padding: 0;
}

.dropdown-phone .dropdown-menu {
	text-align: center;
}

.dropdown .phone-lang-img {
	display: inline-block;
}

.dropdown p {
	display: inline-block;
	font-size: 22px;
}

.dropdown .dropdown-menu {
	border-radius: 0;
	border: 1px solid #ddd;
	border-top-color: transparent;
	margin-top: 0;
	min-width: 100%;
	padding: 0;
	max-height: 200px;
	overflow-y: auto;
	left: -1px;
	right: -1px;
	font-size: 18px;
}

.dropdown .dropdown-menu > li {
	padding-left: 24px;
	padding-right: 24px;
}

/* caret */
.dropdown-arrow {
	background-color: #242424;
	position: absolute;
	top: 50%;
	right: 4%;
}

.see-more .dropdown-arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	right: 0;
	top: 0;
}

.dropdown-phone .dropdown-arrow {
	background-color: #242424;
	position: absolute;
	top: 50%;
	right: 10%;
}


.contacts-section .left-container .form-container {
	margin-top: 25px;
}

.contacts-section .left-container .form-container > div:not(:last-child) {
	padding-right: 25px;
}

.contacts-section .form-container.row > div.col-xs-12 {
    margin-bottom: 30px;
}


.contacts-section .left-container .form-container > .required {
    position: relative;
    margin-bottom: 30px;
}


.contacts-section .left-container .form-container .mandatory-fields {
	font-size: 16px;
	text-align: left;
}

.contacts-section .left-container .form-container .google-recaptcha {
	padding-top: 50px;
	padding-bottom: 20px;
	-webkit-transform: scale(0.77);
	transform: scale(0.77);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.form-btn-container {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}


#recaptcha-size {
	width: 304px;
	height: 78px;
}

#recaptcha-frame {
	width: 100%;
	height: 100%;
}

.contact-section.distribution .title {
	padding-top: 40px;
}

textarea + label[placeholder]::before, input[type="email"] + label[placeholder]::before,
input[type="number"] + label[placeholder]::before,
input[type="text"] + label[placeholder]::before {
	text-transform: none;
	font-size: 22px;
}

textarea::placeholder {
	color: #bebebe;
}

.contacts-section .prefix-phone {
	border-left: none;
	border-right: none;
}


/* ---------- CONTACTS FOOTER --------------- */
.business-corporate-contacts {
	border-top: 1px solid #ebebeb;
}

.business-corporate-contacts .business-corporate-text-wrapper-left {
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.business-corporate-contacts .business-corporate-text-wrapper-left p {
	color: #bebebe;
}

.business-corporate-contacts .business-corporate-text-wrapper-right {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.business-corporate-contacts .business-corporate-text-wrapper-right h2 {
	font-weight: lighter;
}

.business-corporate-contacts .business-corporate-text-wrapper-right .wrapper-right-paragraph2 {
	text-transform: none;
}

.business-corporate-contacts .business-corporate-text-wrapper-left h2 {
	font-size: 32px;
	font-weight: 300;
}

.business-corporate-contacts .business-corporate-text-wrapper-right h2 {
	font-size: 32px;
	font-weight: 300;
}

.gold-text {
	padding-bottom: 80px;
}


@media screen and (min-width: 768px) {

	/* ---------------- PARTNERS ----------------- */
	.advantages-section {
		padding: 25px 5% 80px;
	}

	.flex-vantages {
		padding-bottom: 40px;
	}

	.contact-section .parag {
		padding: 0 10%;
	}

	.flex-vantages .individual-wrapper {
		width: 33.33%;
	}

	.flex-vantages .individual-wrapper:nth-child(3) {
		width: 33.33%;
	}


	.gallery-section .gallery-list .description .inner-item .big-title {
		font-weight: 300;
		font-size: 32px;
	}

	#gold-title {
		font-size: 32px;
		padding-top: 60px;
		padding-left: 15%;
		padding-right: 15%;
	}

	.gold-text {
		font-size: 18px;
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 0;
	}

	.gallery-section .gallery-list .description .inner-item {
		width: auto !important;
		padding-top: 30px;
		padding-bottom: 2px;
	}

	section.testemunhos .testemunhos-wrapper .item .body {
		font-size: 24px;
	}

	section.testemunhos .testemunhos-wrapper .item .footer {
		font-size: 14px;
	}

	.highlight-footer .highlight-background {
		background-position: 25% 95%;
	}

	.highlight-footer .highlight-partners {
		background-position: center;
	}

	.highlight-footer-wrapper {
		padding: 100px 15%;
	}

	.highlight-footer-wrapper h1 {
		font-size: 38px;
		padding: 0 20%;
		color: #fff;
	}


	.business-licenciamento .global-wrapper {
		max-width: 920px;
		margin: 0 auto;
	}


	/* ---------- ADVANTAGES SECTION --------------- */
	.advantages-section {
		padding: 50px 3%;
	}



	.disclaimer-section p {
		font-size: 20px;
	}

	/* ---------- SLICK SECTION --------------- */
	#distributionSlick .edge-holder .edge-button {
		top: auto;
		bottom: 25px;
	}

	.testemunhos-wrapper .edge-holder .edge-button {
		top: calc(50% - 25px);
	}

	.gallery-section.licenciamento .slick-images-wrapper .description {
		padding-left: 15%;
	}

	.gallery-section.licenciamento .slick-images-wrapper .description .inner-item {
		top: 0px;
	}

	/* ---------- CONTACTS SECTION --------------- */
	.contact-section .section-wrapper {
		max-width: 1095px;
		margin: 0px auto;
	}

	.contact-section .form-container {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}

	.contacts-section .left-container .form-container {
		margin-top: 40px;
	}

	.contacts-section .left-container .form-btn-container {
		text-align: right;
	}

	.dropdown .phone-lang-img {
		margin-left: 10%;
	}

	.contacts-section .left-container .form-btn-container #contacts-btn {
		width: 105px;
	}

	.required::after {
		font-size: 18px;
        right: 0;
	}

	.contacts-section .left-container .form-container .google-recaptcha {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		padding-bottom: 45px;
	}

	/*.contacts-section .left-container .form-container > .required.phone-input {
        margin-bottom: 60px;
    }*/

	/* ---------- CONTACTS FOOTER --------------- */
	.business-corporate-contacts .business-corporate-text-wrapper-left {
		display: inline-block;
		float: left;
		margin-top: 30px;
		margin-bottom: 0px;
		margin-left: 50px;
	}

	.business-corporate-contacts .business-corporate-text-wrapper-left h2 {
		display: inline-block;
		margin-right: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.business-corporate-contacts .business-corporate-text-wrapper-left p {
		display: inline-block;
		text-align: left;
		font-size: 14px;
		line-height: 13px;
	}

	.business-corporate-contacts .business-corporate-text-wrapper-right {
		display: inline-block;
		float: right;
		margin-top: 30px;
		margin-bottom: 20px;
		margin-right: 50px;
	}

	.business-corporate-contacts .business-corporate-text-wrapper-right h2 {
		margin-bottom: 0px;
		margin-top: 0px;
	}
}


@media screen and (min-width: 992px) {
	.section-imgTop {
		background-position: 50% 50%;
		height: 446px;
	}

	.advantages-section .section-wrapper {
		max-width: 870px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1025px) {
	.breadcrumb-section .breadcrumb-wrapper {
		margin: 0px 1.75%;
		border-bottom: 1px solid #ddd;
	}

	.business-licenciamento .global-wrapper {
		max-width: 1095px;
	}

	.menu-section .buttons.business #business-links .item.selected {
		color: #c30000;
		border-bottom: 3px solid #c30000;
	}
}

@media screen and (min-width: 1200px) {
	.advantages-section .individual-wrapper {
		padding: 15px 3% 0px;
	}
}

@media screen and (max-width: 370px) {
	.gallery-section.licenciamento .slick-images-wrapper .description .inner-item {
		top: 15%;
	}
}
