@import url("../fonts/Barlow/stylesheet.css");

html body {
	border: 0;
	padding: 0;
	margin: 0;
	
	font-family: "Barlow-Regular";
	/* font-style: initial; */
	-webkit-font-smoothing: antialiased;
	
	background-color: #ffffff;
	color: #22262C;
}

html, * {
	/* cursor: none; */
}

*:focus {
	outline: none;
}

body {
	position: relative;
	
	
}

.clearfix::after{ 
	content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}

.clearfix {
	clear: both;
}

.container-fluid {
	overflow-x: hidden;
}

.container {
	position: relative;
	/* max-width: 1035px; */
}

.img-container {
	position: relative;
}
.img-container > img,
.img-container > svg {
	width: 100%;
}

.bggrey {
	background-color: rgba(34,38,44, 0.05);
}

.animate__animated {
	opacity: 0;
}
.animate__animated.opacity1 {
	opacity: 1;	
}

/* .animate__animated.animate__bounce {
	opacity: 1;
} */

.animate__delay-03s {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.animate__delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animate__delay-07s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.animate__delay-1_2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.animate__delay-1_5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}


.header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	
	padding: 40px 0px;
	
	z-index: 9999;
	
	transition-timing-function: ease-in;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
	
.header-container .header-logo {
	width: 200px;
	
	transition-timing-function: ease-in;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.header-container .header-menu-container {
	text-align: right;
}

.header-container ul {
	display: inline-block;
	
	margin-top: 0; 
	margin-bottom: 0;
}

.header-container ul li {
	display: inline-block;
	
	text-transform: uppercase;
	margin-left: 20px;
}
.header-container ul li a:hover {
	font-family: "Barlow-Bold";
}

.header-container ul.social-icons li {
	margin-left: 10px;
}

.header-container ul.social-icons img {
	height: 16px;
}


.header-container.small {
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);	
}
.header-container.small .header-logo {
	width: 140px;
}


@media (max-width: 991px) {
	.header-menu-container {
		display: none;
	}
}

@media (max-width: 550px) {
	.header-container {
		padding: 20px 0px;
	}
	
	.header-container .header-logo {
		width: 160px;
	}
	
	.header-.menu-container {
		
	}
}


.header-container .mobile-menu-icon,
.header-container .mobile-close-icon {
	position: relative;
	width: 40px;
	
	float: right;
	
	cursor: pointer;
	
	display: none;
}

.menu-wrap-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	
	text-align: center;
	
	z-index: 99;
	
	display: none;
}

.menu-wrap-container.active {
	display: block;
}

.menu-wrap-container .menu-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	width: 95%;
}

.menu-wrap-container .menu-container ul {
	padding-left: 0;
}

.menu-wrap-container .menu-container ul li {
	display: block;
	font-size: 20px;
	line-height: 64px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu-wrap-container .menu-container ul li:hover {
	font-weight: bold;
}

.menu-wrap-container .menu-container ul .lb {
	width: 30px;
	height: 2px;
	background-color: #00A162;
	
	margin: 7px auto;
}

.menu-wrap-container .menu-container ul.social-icons li {
	display: inline-block;
	margin: 0 10px;
}
.menu-wrap-container .menu-container ul.social-icons img {
	height: 32px;
}

.header-container.mobile-menu .mobile-menu-icon {
	display: none;
}

.header-container.mobile-menu .mobile-close-icon {
	display: block;
}

@media (max-width: 991px) {
	.header-container .header-menu-container {
		display: none;
	}
	
	.header-container .mobile-menu-icon {
		display: block;
	}
}

.menu-language-container {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.menu-language-container a.active,
.menu-language-container a:hover{
	font-weight: bolder;
	color: #ff5c35;
}

.language-selection-mobile .menu-language-container {
	font-size: 28px;
}

.footer-container {
	position: relative;
	
	padding: 40px 0px;
	background-color: #22262C;
	color: #ffffff;
	
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-container .footer-links {
	text-align: right;
}
.footer-container .footer-links a {
	margin-left: 20px;
	font-family: "Barlow-SemiBold";
}
.footer-container .footer-links a:hover {
	font-family: "Barlow-Bold";
}

.home .sec-1 {
	position: relative;
	
	height: 100vh;
	
	overflow: hidden;
}


.home .sec-1 .title-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #23262B;
	
	max-width: 1020px;
	width: 100%;
	
	padding: 0 10px;
	
	z-index: 1;
}

.home .sec-1 .title-container .title-1-container {
	position: relative;
	
	font-family: "Barlow-Bold";
	text-align: center;
	font-size: 130px;
	line-height: 110px;
	
	font-size: 71px;
	line-height: 75px;
	
	text-transform: uppercase;
	
	color: #000000;
}

.home .sec-1 .title-container .title-2-container {
	position: relative;
	
	font-family: "Barlow-Light";
	text-align: center;
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	
	text-transform: uppercase;
	
	color: #000000;
}

.home .intro-ball {
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: 0;
	border-radius: 50%;
}

.home .sec-1 .intro-ball.mundi-ball-1 {
	background-color: #B8CDE0;
	right: 50%;
	margin-right: 520px;
}
.home .sec-1 .intro-ball.mundi-ball-2 {
	right: 50%;
	margin-right: 400px;
	transform: rotate(-30deg);
}
.home .sec-1 .intro-ball.mundi-ball-3 {
	background-color: #FF937A;
	right: 50%;
	margin-right: 280px;
}
.home .sec-1 .intro-ball.mundi-ball-4 {
	background-color: #E8D998;
	right: 50%;
	margin-right: 460px;
	margin-bottom: 104px;
}
.home .sec-1 .intro-ball.mundi-ball-5 {
	background-color: #FF5C35;
	right: 50%;
	margin-right: 340px;
	margin-bottom: 104px;
}
.home .sec-1 .intro-ball.mundi-ball-6 {
	background-color: #E8D998;
	left: 50%;
	transform: translate(-50%,0);
}
.home .sec-1 .intro-ball.mundi-ball-7 {
	background-color: #B8CDE0;
	left: 50%;
	margin-left: 280px;
}
.home .sec-1 .intro-ball.mundi-ball-8 {
	left: 50%;
	margin-left: 400px;
	transform: rotate(25deg);
}
.home .sec-1 .intro-ball.mundi-ball-9 {
	background-color: #FF937A;
	left: 50%;
	margin-left: 520px;
}
.home .sec-1 .intro-ball.mundi-ball-10 {
	background-color: #FF937A;
	left: 50%;
	margin-left: 460px;
	margin-bottom: 104px;
}


.home .intro-ball {
	transform: translate(-50%,-50%);
	z-index: -1;
}
.home .intro-ball.intro-ball-1 {
	background-color: #E8D998;
	top: 50%;
	left: 10%;
	
	-webkit-animation-name: introballanim; 
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: introballanim;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.home .intro-ball.intro-ball-2 {
	background-color: #FF937A;
	top: 20%;
	left: 60%;
	
	-webkit-animation-name: introballanim2; 
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: introballanim2;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.home .intro-ball.intro-ball-3 {
	background-color: #B8CDE0;
	top: 80%;
	left: 85%;
	
	-webkit-animation-name: introballanim3; 
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-name: introballanim3;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	/* animation-delay: 8s; */
}

@-webkit-keyframes introballanim {
  0% {width: 400px; height: 400px;}
  50% {width: 600px; height: 600px;}
  100% {width: 400px; height: 400px;}
}
@-webkit-keyframes introballanim2 {
  0% {width: 600px; height: 600px;}
  50% {width: 400px; height: 400px;}
  100% {width: 600px; height: 600px;}
}
/* @-webkit-keyframes introballanim3 {
	  0% {width: 400px; height: 400px;}
	  50% {width: 600px; height: 600px;}
	  100% {width: 400px; height: 400px;}
	} */
@-webkit-keyframes introballanim3 {
  0% {width: 500px; height: 500px;}
  25% {width: 600px; height: 600px;}
  50% {width: 500px; height: 500px;}
  50% {width: 400px; height: 400px;}
  100% {width: 500px; height: 500px;}
}


@media (max-width: 990px) {
	.home .sec-1 .title-container .title-1-container {
		font-size: 32px;
		line-height: 32px;
	}
	
	.home .sec-1 .title-container .title-2-container {
		font-size: 38px;
		line-height: 42px;
	}
	
	.home .sec-1 .intro-ball {
		width: 80px;
		height: 80px;
	}
	
	.home .sec-1 .intro-ball.mundi-ball-1 {
		right: inherit;
		margin-right: inherit;
		left: 0;
		
	}
	.home .sec-1 .intro-ball.mundi-ball-2 {
		right: inherit;
		margin-right: inherit;
		left: 0;
		margin-left: 80px;
		transform: rotate(-30deg);
	}
	.home .sec-1 .intro-ball.mundi-ball-3 {		
		right: inherit;
		margin-right: inherit;
		left: 0;
		margin-left: 160px;
	}
	.home .sec-1 .intro-ball.mundi-ball-4 {
		right: inherit;
		margin-right: inherit;
		left: 0;
		margin-left: 40px;
		margin-bottom: 70px;
	}
	.home .sec-1 .intro-ball.mundi-ball-5 {
		right: inherit;
		margin-right: inherit;
		left: 0;
		margin-left: 120px;
		margin-bottom: 70px;
	}
	.home .sec-1 .intro-ball.mundi-ball-6 {
		left: 50%;
		/* transform: translate(-50%,0); */
		margin-left: -40px;
	}
	.home .sec-1 .intro-ball.mundi-ball-7 {
		left: 50%;
		margin-left: 280px;
		
		left: inherit;
		margin-left: inherit;
		right: 0;
		margin-right: 160px;
	}
	.home .sec-1 .intro-ball.mundi-ball-8 {
		left: 50%;
		margin-left: 400px;
		transform: rotate(25deg);
		
		left: inherit;
		margin-left: inherit;
		right: 0;
		margin-right: 80px;
	}
	.home .sec-1 .intro-ball.mundi-ball-9 {
		left: 50%;
		margin-left: 520px;
		
		left: inherit;
		margin-left: inherit;
		right: 0;
	}
	.home .sec-1 .intro-ball.mundi-ball-10 {
		left: 50%;
		margin-left: 460px;
		margin-bottom: 104px;
		
		left: inherit;
		margin-left: inherit;
		right: 0;
		margin-right: 40px;
		margin-bottom: 70px;
	}
	
}

@media (max-width: 600px) {
	
	.home .sec-1 {
		height: 80vh;
	}
	
	.home .sec-1 .intro-ball.mundi-ball-1,
	.home .sec-1 .intro-ball.mundi-ball-2,
	.home .sec-1 .intro-ball.mundi-ball-3,
	.home .sec-1 .intro-ball.mundi-ball-4,
	.home .sec-1 .intro-ball.mundi-ball-5 {
		left: -80px;
	}
	
	.home .sec-1 .intro-ball.mundi-ball-6 {
		display: none;
	}
	
	.home .sec-1 .intro-ball.mundi-ball-7,
	.home .sec-1 .intro-ball.mundi-ball-8,
	.home .sec-1 .intro-ball.mundi-ball-9,
	.home .sec-1 .intro-ball.mundi-ball-10 {
		right: -40px;
	}
}


@media (max-width: 500px) {
	
	/* .home .sec-1 .title-container .title-1-container {
		font-size: 22px;
		line-height: 24px;
	} */
	
	.home .sec-1 .title-container .title-2-container {
		font-size: 28px;
		line-height: 28px;
	}
}



.home .sec-2 {
	position: relative;
	background-color: #22262C;
	
	padding: 100px 0;
	
	color: #ffffff;
	
	z-index: 3;
	
}

.home .sec-2 .text-1-container {
	font-family: "Barlow-Bold";
	font-size: 28px;
	line-height: 34px;
	
	position: relative;
	z-index: 3;
	/* margin-bottom: 40px; */
}

.home .sec-2 .text-2-container {
	font-family: "Barlow-Regular";
	font-size: 22px;
	line-height: 32px;
}

.home .sec-2 .mundi-dummy-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home .sec-2 .mundi-dummy-container .mundi-dummy {
	position: absolute;
	/* top: -4%; */
	bottom: -23%;
	left: 140px;
	transform: translate(0,-50%);
	width: 450px;
	
	transform-origin: 14% 93%;
	
	-webkit-animation-name: mundi-dummy-balance-anim; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 8s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: reverse;
	animation-name: mundi-dummy-balance-anim;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: reverse;
}

.mundi-ball {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

@media (max-width: 550px) {
	.mundi-ball {
		width: 80px;
		height: 80px;
	}
}


.home .sec-2 .mundi-dummy-ball {
	bottom: -80px;
	left: 0px;
	background-color: #E8D998;
}

.home .sec-2 .mundi-dummy-container .mundi-dummy .origin {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 0px;
	left: 14%;
	top: 92%;
}

@-webkit-keyframes mundi-dummy-balance-anim {
	0%   {transform: rotate(-5deg); margin-left: -10px;}
	50% {transform: rotate(-20deg); margin-left: 10px;}
	100%   {transform: rotate(-5deg); margin-left: -10px;}
}

.home .sec-2 .mundi-ball-1 {
	bottom: 0px;
	right: 50%;
	margin-right: 450px;
	/* transform: translate(0, 50%); */
	background-color: #FF937A;
	
	margin-bottom: -60px;
}

.home .sec-2 .mundi-ball-2 {
	bottom: 0px;
	left: 50%;
	margin-left: 450px;
	/* transform: translate(0, 50%); */
	background-color: #FFFFFF;
	
	margin-bottom: -60px;
}



.home .sec-2 .mundi-logo-ball {
	position: relative;
	width: 100%;
	text-align: right;
	
	/* padding-right: 40%; */
	
}
.home .sec-2 .mundi-logo-ball img {
	width: 50%;
	margin-right: 25%;
}


.home .sec-2 .sec-2-circle-container {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%,-50%);
	width: 850px;
	height: 850px;
	border-radius: 50%;
	
	background-color: transparent;
	border: 10px solid #FF937A;
	
	z-index: 1;
	/* border-image: linear-gradient(#f6b73c, #4d9f0c) 30;
	border-width: 10px;
	border-style: solid; */
}

.sec-2 .sec-2-circle-hide-area {
	position: absolute;
	top: 0;
	right: 80%;
	width: 40%;
	height: 100%;
	background-color: #22262C;
	z-index: 2;
}


@media (max-width: 1300px) {
	.home .sec-2 .mundi-dummy-container .mundi-dummy {
		width: 400px;
		bottom: -17%;
	}
	
	.home .sec-2 .mundi-ball-2 {
		margin-left: 370px;
	}
}

@media (max-width: 1199px) {
	.home .sec-2 .mundi-dummy-container .mundi-dummy {
		position: relative;
		left: 50%;
		width: 250px;
		bottom: -36%;
	}
	
	.home .sec-2 .mundi-ball-2 {
		margin-left: 270px;
	}
}

@media (max-width: 800px) {
	.home .sec-2 .mundi-ball-2 {
		display: none;
	}
}

@media (max-width: 768px) {
	.home .sec-2 .text-1-container {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.home .sec-2 .text-2-container {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 600px) {
	.home .sec-2 .sec-2-circle-container {
		display: none;
	}
}

@media (max-width: 550px) {
	.home .sec-2 {
		padding: 40px 0 50px;
	}
	
	.home .sec-2 .mundi-dummy-container {
		top: -70px;
	}
	
	.home .sec-2 .mundi-dummy-container .mundi-dummy {
		/* -webkit-animation-name: none;
		animation-name: none; */
		left: 25%;
		width: 220px;
	}
	
	.home .sec-2 .mundi-dummy-ball {
		bottom: -64px;
		left: -14px;
	}
}




.home .sec-3 {
	position: relative;
	background-color: #B8CDE0;
	
	padding: 120px 0;
	
	z-index: 3;
}
.home .sec-3 .copy-container {
	position: relative;
	font-family: "Barlow-Bold";
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	
	position: relative;
	font-family: "Barlow-Bold";
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 550px) {
	.home .sec-3 {
		padding: 90px 0;
	}

	.home .sec-3 .copy-container {
		font-size: 28px;
		line-height: 32px;
		
		font-size: 25px;
		line-height: 30px;
	}
}

.home .sec-4 {
	position: relative;
	background-color: #B8CDE0;
	/* padding: 80px 0; */
	
	/* cursor: none; */
	overflow: hidden;
	
	z-index: 3;
}

.home .sec-4 * {
	cursor: none;
}

.home .sec-4 .sec-4-title-container {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 80px 0 20px;
	
	font-family: "Barlow-Black";
	font-size: 90px;
	line-height: 80px;	
}

.home .sec-4 .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.home .sec-4 .services-items-container{
	position: relative;
	width: 100%;	
	
}

.home .sec-4 .services-item-container {
	position: relative;
	max-width: 700px;
	
	margin-bottom: 60px;
	
	min-height: 350px;
	
	padding: 120px 0;
	
}

.home .sec-4 .owl-stage .owl-item:nth-child(even) .services-item-container {
	margin-top: 80px;
}

.home .sec-4 .services-item-container .services-title-container {
	position: relative;
	/* width: 70%; */
	font-family: "Barlow-Black";
	font-size: 80px;
	line-height: 70px;
	
	min-height: 180px;
	margin-bottom: 40px;
}

.home .sec-4 .services-more-btn {
	position: relative;
	display: inline-block;
	padding: 8px 30px 10px;
	background-color: #FF5C35;
	color: #ffffff;
	border: 2px solid #FF5C35;
	font-family: "Barlow-Regular";
	font-size: 16px;
	line-height: 21px;
	border-radius: 20px;
}
.home .sec-4 .services-more-btn:hover {
	background-color: #ffffff;
	color: #FF5C35;
	font-family: "Barlow-Bold";
	
	/* cursor: pointer; */
}

.home .sec-4 .services-item-container .services-icon-container {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 300px;
}
/* .home .sec-4 .services-item-container .services-icon-container img {
	height: 200px;
} */

.home .sec-4 .services-item-container .services-item-bg-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	width: 400px;
	height: 400px;
	border-radius: 50%;
	
	z-index: -1;
	
	background-color: #FF937A;
}


.home .sec-4 .sec-4-cursor,
.home .sec-5 .sec-5-cursor {
	position: absolute;
	top: 0;
	left: 0;
	
	opacity: 0;
	
	transition-timing-function: ease-in;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	z-index: 10;
	
	pointer-events: none;
}
.home .sec-4 .sec-4-cursor.active,
.home .sec-5 .sec-5-cursor.active {
	opacity: 1;
}

.home .sec-4 .sec-4-cursor img,
.home .sec-5 .sec-5-cursor img {
	width: 80px;
}


.services-item-container.brindes-item .services-icon-container {
	max-width: 380px !important;
	width: 100%;
}


@media (max-width: 1199px) {
	.home .sec-4 .services-item-container .services-title-container {
		font-size: 72px;
		line-height: 62px;
	}
}

@media (max-width: 990px) {
	.home .sec-4 .services-item-container {
		padding: 90px 0px;
	}
	
	.home .sec-4 .services-item-container .services-title-container {
		font-size: 62px;
		line-height: 52px;
	}
	
	.home .sec-4 .services-item-container .services-icon-container {
		max-width: 230px;
	}
}

@media (max-width: 767px) {
	.home .sec-4 * {
		cursor: initial;
	}
	
	.home .sec-4 .sec-4-cursor {
		display: none;
	}
	
	.home .sec-4 .services-items-container
	{
		margin-bottom: 40px;
	}
	
	.home .sec-4 .services-item-container {
		padding: 90px 5%;
	}
	
	.home .sec-4 .services-item-container .services-icon-container {
		max-width: 320px;
		margin-right: 5%;
	}
}

@media (max-width: 500px) {
	.home .sec-4 .services-item-container {
		padding: 50px 5%;
		min-height: 300px;
	}
	
	.home .sec-4 .services-item-container .services-title-container {
		font-size: 52px;
		line-height: 42px;
	}
	
	.home .sec-4 .services-item-container .services-icon-container {
		max-width: 180px;
		margin-right: 5%;
	}
	
	.home .sec-4 .services-item-container .services-title-container {
		min-height: initial;
	}
	
	.home .sec-4 .sec-4-title-container {
		margin: 30px 0 30px;
		font-size: 60px;
		line-height: 60px;
	}
	
	.home .sec-4 .owl-stage .owl-item:nth-child(even) .services-item-container {
		margin-top: 0px;
	}
	
	.home .sec-4 .services-item-container .services-item-bg-container {
		width: 300px;
		height: 300px;
	}
}


.home .sec-5 {
	position: relative;
	background-color: rgba(34,38,44, 0.05);
	
	padding: 80px 0;
}

.home .sec-title-container {
	position: relative;
	font-family: "Barlow-Black";
	
	font-size: 110px;
	line-height: 95px;
	color: #FF5C35;
}

.home .sec-5 .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}


.home .sec-5 .services-2-items-container {
	position: relative;
	margin-top: -42px;
	cursor: none;
}

.home .sec-5 .services-2-item-container {
	position: relative;
	display: inline-block;
	
	background-color: #ffffff;
	
	max-width: 400px;
	margin: 30px 0;
	padding: 50px 60px;
	border-radius: 10%;
	
	box-shadow: 11px 12px 20px 0px rgb(0 0 0 / 20%);
	
	font-size: 16px;
	line-height: 22px;
	
	height: 100%;
}

.home .sec-5 .services-2-item-container .services-2-title-container {
	font-family: "Barlow-Black";
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.home .sec-title-container {
		font-size: 90px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	.home .sec-title-container {
		font-size: 70px;
		line-height: 60px;
	}
}

@media (max-width: 550px) {
	.home .sec-5 {
		padding: 50px 0;
	}
	
	.home .sec-title-container {
		font-size: 50px;
		line-height: 40px;
	}
	
	.home .sec-5 .services-2-items-container {
		margin-top: -34px;
	}
	
	.home .sec-5 .services-2-item-container {
		margin: 30px 20px;
		padding: 40px 30px;
	}
	
	.home .sec-5 .services-2-item-container .services-2-title-container {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}


.home .cards-carousel-container {
	position: relative;
	
	background-position: center;
	background-size: cover;
	background-image: url("../img/home-services2-bg.jpg");
	
	/* padding-top: 400px; */
	padding-top: 0px;
}

.home .cards-carousel-container .round-title-container {
	position: relative;
	/* top: 0; */
	/* right: 60%; */
	width: 50%;
	height: 350px;
	
	margin-bottom: 40px;
	
	/* background-color: purple; */
}
.home .cards-carousel-container .round-title-container .round-bg-container {
	position: absolute;
	bottom: 0;
	right: 0;
	
	width: 1000px;
	height: 1000px;
	
	border-radius: 50%;
	background-color: #E8D998;
}

.home .cards-carousel-container .sec-title-container {
	font-size: 80px;
	line-height: 90px;
	/* padding: 40px; */
	position: absolute;
	right: 25%;
	top: 10%;
}

@media (max-width: 1600px) {
	.home .cards-carousel-container .sec-title-container {
		right: 30%;
	}	
}

@media (max-width: 1300px) {
	.home .cards-carousel-container .round-title-container {
		width: 70%;
	}
	
	.home .cards-carousel-container .sec-title-container {
		font-size: 70px;
		line-height: 80px;
	}
}

@media (max-width: 900px) {

	.home .cards-carousel-container .round-title-container {
		width: 100%;
		height: 200px;
	}

	.home .cards-carousel-container .round-title-container .round-bg-container {
		width: 100%;
		height: 100vw;
	}
	
	.home .cards-carousel-container .sec-title-container {
		font-size: 60px;
		line-height: 70px;
		top: 10%;
		left: 0;
		width: 100%;
		/* transform: translate(0,-60%); */
		text-align: center;
		
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 550px) {
	.home .cards-carousel-container .round-title-container {
		height: 140px;
	}
	
	.home .cards-carousel-container .sec-title-container {
		top: 5%;
		font-size: 40px;
		line-height: 45px;
	}
}
	

/* .home .sec-6 {
	position: relative;
	background-color: #B8CDE0;
	padding: 120px 0;
	overflow: hidden;
}

.home .sec-6 .quote-container {
	position: relative;
	font-family: "Barlow-Regular";
	font-size: 30px;
	line-height: 40px;
}
.home .sec-6 .author-container {
	font-size: 22px;
	line-height: 22px;
	
	margin-top: 30px;
}

.home .sec-6 .row:nth-child(1) {
	margin-bottom: 50px;
}
.home .sec-6 .row:nth-child(1) .quote-container {
	padding-right: 100px;
}
.home .sec-6 .row:nth-child(2) .quote-container {
	padding-left: 100px;
}

.home .sec-6 .photo-container {
	position: relative;
	max-width: 280px;
	width: 100%;
}

.home .sec-6 .mundi-ball-1 {
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	background-color: #E8D998;
}

.home .sec-6 .mundi-ball-2 {
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100%);
	background-color: #FF937A;
}

@media (max-width: 1200px) {
	.home .sec-6 .row:nth-child(1) {
		margin-bottom: 90px;
	}
}

@media (max-width: 990px) {
	.home .sec-6 .quote-container {
		font-size: 24px;
		line-height: 32px;
	}
	
	.home .sec-6 .row:nth-child(1) {
		margin-bottom: 90px;
	}
	
	.home .sec-6 .author-container {
		margin-top: 20px;
	}
	
	.home .sec-6 .row:nth-child(1) .quote-container {
		padding-right: 20px;
	}
	
	.home .sec-6 .row:nth-child(2) .quote-container {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.home .sec-6 .row .quote-container {
		padding: 0 15px !important;
	}
	
	.home .sec-6 .photo-container {
		max-width: 210px;
		margin: 0 auto 20px;
	}
	.home .sec-6 .mundi-ball-2 {
		bottom: 0;
		left: 0;
		transform: translate(-79%,7%);
		background-color: #FF937A;
	}
}


@media (max-width: 550px) {
	.home .sec-6 {
		padding: 90px 0;
	}

	.home .sec-6 .row .quote-container {
		font-size: 20px;
		line-height: 28px;
		padding: 0 15px !important;
	}
	
	.home .sec-6 .photo-container {
		max-width: 180px;
		margin: 0 auto 20px;
	}
	.home .sec-6 .mundi-ball-2 {
		bottom: 0;
		left: 0;
		transform: translate(-86%,7%);
		background-color: #FF937A;
	}
} */


.home .sec-7 {
	position: relative;
	
	background-color: #FF937A;
	color: #ffffff;
	
	padding: 120px 0;
}


.home .sec-7 form {
	position: relative;
	margin-top: -13px;
	z-index: 9;
}
.home .sec-7 form input,
.home .sec-7 form textarea {
	width: 100%;
	margin: 5px 0;
	padding: 10px 25px;
	border-radius: 20px;
	border: none;
	font-family: "Barlow-Regular";
	font-size: 17px;
}
.home .sec-7 form input::placeholder,
.home .sec-7 form textarea::placeholder {
	color: #22262C;
}

.home .sec-7 form textarea {
	height: 150px;
}

.mundi-btn {
	position: relative;
	display: inline-block;
	padding: 8px 30px 10px;
	background-color: #FF5C35;
	color: #ffffff;
	border: 2px solid #FF5C35;
	font-family: "Barlow-Regular";
	font-size: 16px;
	line-height: 21px;
	border-radius: 20px;
}
.mundi-btn:hover {
	background-color: #ffffff;
	color: #FF5C35;
	font-family: "Barlow-Bold";
	
	/* cursor: pointer; */
}

.mundi-btn.disabled {
	pointer-events: none;
	opacity: .5;
}

.sec-7 .mundi-btn {
	margin-top: 30px;
	cursor: pointer;
}

.sec-7 .contacts-container {
	position: relative;
	margin-bottom: 40px;
	color: #ffffff;
	
	font-size: 18px;
	line-height: 26px;
}
.sec-7 .contacts-container:last-child {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.home .sec-7 {
		padding: 80px 0;
	}
	.sec-7 .contacts-container {
		text-align: center;
	}
	
	.sec-7 .contacts-container:first-child {
		margin-top: 40px;
	}
}

@media (max-width: 500px) {
	.home .sec-7 {
		padding: 50px 0;
	}	
	.home .sec-7 form {
		margin-top: -8px;
	}
}


.home .sec-challenge_us-container {
	position: relative;
	width: 100%;
	height: 600px;
	background-position: center;
	background-size: contain;
	background-image: url(../img/home-contacts-cta-bg.jpg);
	background-repeat: no-repeat;
	background-color: #fe7026;
	
	overflow: hidden;
}


.home .sec-challenge_us-container .round-cta-container {
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	
	/* background-color: purple; */
}
.home .sec-challenge_us-container .round-cta-container .round-bg-container {
	position: absolute;
	top: 50%;
	right: 0%;
	
	width: 200%;
	height: 100vw;
	
	border-radius: 50%;
	background-color: #000000;
	transform: translate(0,-50%);
}

.home .sec-challenge_us-container .round-cta-container .cta-title-container {
	font-size: 80px;
	line-height: 90px;
	/* padding: 40px; */
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	width: 100%;
	transform: translate(0,-50%);
	
	font-family: "Barlow-Black";
	font-size: 80px;
	line-height: 80px;
	color: #FE6F22;
	
	text-decoration: underline;
}

@media	(max-width: 1024px) {
	.home .sec-challenge_us-container .round-cta-container .cta-title-container {
		font-size: 60px;
		line-height: 60px;
	}
}

@media	(max-width: 900px) {
	.home .sec-challenge_us-container .round-cta-container .cta-title-container {
		font-size: 50px;
		line-height: 50px;
	}
}

@media	(max-width: 700px) {
	.home .sec-challenge_us-container .round-cta-container .cta-title-container {
		font-size: 7vw;
		line-height: 7vw;
	}
	
	.home .sec-challenge_us-container {
		height: 250px;
		background-size: cover;
		background-position: 70%;
	}
}



.go-up-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	
	background-color: #E8D998;
	border-radius: 50%;
	
	bottom: 20px;
	left: 50%;
	margin-left: 25%;
	
	cursor: pointer;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.go-up-btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	width: 15px;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.go-up-btn:hover {
	background-color: #B8CDE0;
}
.go-up-btn:hover img {
	top: 40%;
}


/**** SERVICES ****/

.services .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.services .header-container {
	/* position: relative; */
	background-color: #ffffff;
}

/* .services .header-container.small {
	position: fixed;
} */

.intro-container {
	position: relative;
	background-color: #22262C;
	
	padding: 140px 0 0;
	
	color: #ffffff;
	
	z-index: 3;
}

.intro-container .title-container {
	text-align: center;
	
	padding: 140px 20px;
}

.intro-container .title-1-container {
	font-family: "Barlow-Black";
	font-size: 90px;
	line-height: 44px;
	
	/* margin-bottom: 40px; */
}

.intro-container .mundi-ball-1 {
	bottom: 0px;
	right: 50%;
	margin-right: 450px;
	/* transform: translate(0, 50%); */
	background-color: #FF937A;
	
	margin-bottom: -60px;
}

.intro-container .mundi-ball-2 {
	bottom: 0px;
	left: 50%;
	margin-left: 250px;
	/* transform: translate(0, 50%); */
	background-color: #FFFFFF;
	
	margin-bottom: -60px;
}

.intro-container .mundi-ball-3 {
	bottom: 0px;
	left: 50%;
	margin-left: 50px;
	/* transform: translate(0, 50%); */
	background-color: #E8D998;
	
	margin-bottom: -60px;
}


@media (max-width: 1099px) {
	.intro-container .mundi-ball-1 {
		margin-right: 0px;
		right: inherit;
		left: 5%;	
	}
	
	.intro-container .mundi-ball-2 {
		left: inherit;
		right: 10%;
		margin-left: 0;	
	}
	
	.intro-container .mundi-ball-3 {
		left: inherit;
		right: 10%;
		margin-right: 200px;
		margin-left: 0;	
	}
	
	.intro-container .title-1-container {
		font-size: 80px;
		line-height: 34px;
	}
}

@media (max-width: 767px) {
	.intro-container .title-1-container {
		font-size: 70px;
		line-height: 34px;
	}
}


@media (max-width: 550px) {
	.intro-container {
		padding: 50px 0 0;
	}
	
	.intro-container .title-container {
		padding: 120px 20px;
	}
	
	.intro-container .title-1-container {
		font-size: 50px;
		line-height: 34px;
	}
	
	.intro-container .mundi-ball-3 {
		margin-right: 0;
		right: 40%;
	}
	
	.intro-container .mundi-ball {
		margin-bottom: -40px;
	}
	
}


/* body.services {
	overflow-x: hidden;
} */


.services .intro-container {
	background-position: bottom;
	background-size: cover;
	background-image: url(../img/services-bg.jpg);
	/* margin-bottom: 80px; */
}

.services .intro-container .title-container {
	padding: 250px 20px;
}



.services .content-container {
	position: relative;
	padding-top: 80px;
}


.services .service-container {
	position: relative;
	padding: 80px 0;
}

.services .service-container.first-item {
	padding-top: 200px !important;
	background-color: rgba(34,38,44, 0.05);
}

.services .service-container.greybg {
	background-color: rgba(34,38,44, 0.05);
}

.services .service-container .services-title-container {
	position: relative;
	/* width: 70%; */
	font-family: "Barlow-Black";
	font-size: 90px;
	line-height: 80px;
	
	min-height: 180px;
	margin-bottom: 40px;
	
	padding-left: 10%;
}

.services .service-container .services-more-btn {
	position: relative;
	/* display: inline-block; */
	display: table;
	padding: 15px 20px 15px;
	min-width: 200px;
	text-align: right;
	background-color: #FF5C35;
	color: #ffffff;
	border: 2px solid #FF5C35;
	font-family: "Barlow-Regular";
	font-size: 16px;
	line-height: 21px;
	border-radius: 20px;
	
	cursor: pointer;
	
	margin: 0 auto;
}
.services .service-container .services-more-btn:hover {
	background-color: #ffffff;
	color: #FF5C35;
	font-family: "Barlow-Bold";
	
	/* cursor: pointer; */
}

.services .service-container .services-more-btn span,
.services .service-container .services-more-btn img {
	vertical-align: middle;
}

.services .service-container .services-more-btn img {
	width: 30px;
	margin-left: 20px;
}

.services .service-container .services-more-btn:hover .services-more-btn-icon-opened img {
	content:url("../img/know_more_icon_closed_hover.png");
}
.services .service-container .services-more-btn:hover .services-more-btn-icon-closed img {
	content:url("../img/know_more_icon_opened_hover.png");
}


.services .service-container .services-more-btn .services-more-btn-icon-closed {
	display: none;
}

.services .service-container.active .services-more-btn .services-more-btn-icon-closed {
	display: block;
}

.services .service-container.active .services-more-btn .services-more-btn-icon-opened {
	display: none;
}




.services .service-container .services-icon-container {
	max-width: 400px;
	
	margin: 0 auto;
}

.services .service-container .text-container {
	position: relative;
	
	padding: 80px 0;
	text-align: center;
	
	font-family: "Barlow-Light";
	font-size: 24px;
	line-height: 32px;
	
	max-width: 900px;
	margin: 0 auto;
}

.services .service-hidden-container {
	/* position: relative; */
	
	max-height: 0;
	opacity: 0;
	pointer-events: none;
	
	margin-top: 40px;
	
	transition-timing-function: linear;
	transition: all 2s;	
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;

}

.services .service-container.active {
	padding-bottom: 0;
}

.services .service-container.active .service-hidden-container {
	max-height: 4000px;
	opacity: 1;
	pointer-events: all;
}


.services .events-items-container {
	position: relative;
	margin-top: -42px;
	cursor: none;	
}


@media (max-width: 1200px) {
	.services .service-container .services-title-container {
		font-size: 68px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.services .service-container .services-title-container {
		padding-left: 0px;
		min-height: 120px;
	}
	
	.services .service-container .services-more-btn {
		margin: initial;
	}
	
	.services .service-container .services-more-btn {
		padding: 10px 20px 12px;
		min-width: initial;
	}
	
	.services .service-container .services-icon-container {
		max-width: 60%;
		margin: 0 0 0 auto;
		margin-top: -150px;
	}
	
}

@media (max-width: 550px) {
	
	.services .intro-container .title-container {
		padding: 120px 20px;
	}
	
	.services .service-container {
		padding: 40px 0;
	}
	
	.services .service-container.first-item {
		padding-top: 120px !important;
	}
	
	.services .service-container .services-title-container {
		font-size: 54px;
		line-height: 50px;
	}
	
	.services .service-container .services-more-btn {
		padding: 10px 13px 12px;
		min-width: initial;
	}
	
	.services .service-container .services-more-btn img {
		width: 20px;
	}

	.services .service-container .text-container {
		padding: 50px 20px;
		font-size: 20px;
		line-height: 28px;
	}

	.services .sec-3 {
		padding: 60px 0;
	}
	
}

.services .services-container {
	position: relative;
	width: 100%;
	
	border-radius: 57px;
	
	background-color: #B8CDE0;
	
	margin-bottom: 80px;
}

.services .services-container .services-cover-container {
	position: relative;
	width: 100%;
	min-height: 450px;
}

.services .services-container .services-img-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(50% + 40px);
	transform: translate(0,-50%);
	
	z-index: 1;
}
.services .services-container .services-img-container img {
	width: 100%;
}

.services .services-container .services-title-container {
	position: relative;
	/* width: 70%; */
	font-family: "Barlow-Black";
	font-size: 70px;
	line-height: 70px;
	
	min-height: 180px;
	margin-bottom: 40px;
	
	padding: 40px 0 40px 5%;
	
	z-index: 2;
}

.services .services-container .services-more-btn {
	position: absolute;
	left: 5%;
	bottom: 40px;
	
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #E8D998;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.services .services-container .services-more-btn:hover {
	/* width: 75px;
	height: 75px; */	
	transform: scale(1.2);
}

.services .services-container .services-more-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 25px;
	
	cursor: pointer;
	
	
}
.services .services-container .services-more-arrow img {
	width: 100%;
}


.services .services-container .services-more-arrow.up {
	display: none;
}

.services .services-container .services-more-btn.close .services-more-arrow.down {
	display: none;
}
.services .services-container .services-more-btn.close .services-more-arrow.up {
	display: block;
}


.services .services-container .services-round-icon-container {
	position: absolute;
	
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: #E8D998;
	
	z-index: 2;
}

.services .services-container .services-icon-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%,-50%);
}
.services .services-container .services-icon-container img {
	width: 100%;
}


.services .services-container .services-hidden-container {
	position: relative;
	height: 0px !important;
	overflow: hidden;
	/* display: none; */
}

.services .services-container .services-hidden-container.open {
	display: initial;
	height: inherit;
	/* padding: 0px; */
}

.services .services-container .text-container {
	position: relative;
	padding: 60px 0 80px;
	text-align: left;
	font-family: "Barlow-Light";
	font-size: 24px;
	line-height: 32px;
	max-width: 900px;
	margin: 0 auto;
}
.services .services-container .text-container b {
	font-family: "Barlow-SemiBold";
}

.services .services-container .text-container .mundi-btn-container {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.services .services-container .text-container .mundi-btn-container .mundi-btn {
	font-family: "Barlow-Bold";
	letter-spacing: .5px;
	/* border-color: #ffffff; */
	
	background-color: #ffffff;
	color: #FF5C35;
}
.services .services-container .text-container .mundi-btn-container .mundi-btn:hover {
	background-color: #FF5C35;
	color: #ffffff;	
}

.services .services-container#brindes .text-container {
	padding-bottom: 20px;
}

.services .services-container .cards-carousel-container {
	background: none;
	padding: 0px 0px 0px 20px;
}


.services .services-container .cards-carousel-container .sec-title-container {
	font-size: 80px;
	line-height: 75px;
	
	padding: 0px;
	padding-left: 40px;
	
	position: relative;
	right: initial;
	top: initial;
	
	color: #FF937A;
	/* padding: 40px; */
	/* position: absolute; */
	/* right: 25%; */
	/* top: 10%; */
}

.services .services-container .cards-carousel-container .cards-items-container {
	margin-top: 0px;
}


.services .services-container .cta-contact-us {
	position: relative;
	margin: 40px auto 60px;
	width: 500px;
	text-align: center;
	
	font-family: "Barlow-Black";
	font-size: 30px;
	text-decoration: underline;
}



.services .services-container#comunicacao-ponto-venda {
	background-color:#FF937A;
}
.services .services-container#comunicacao-ponto-venda .services-round-icon-container{
	background-color:#B5CADD;
}

.services .services-container#eventos {
	background-color:#E8D998;
}
.services .services-container#eventos .services-round-icon-container{
	background-color:#FF937A;
}
.services .services-container#eventos .services-more-btn{
	background-color:#FF937A;
}

.services .services-container#marketing-farmaceutico {
	background-color:#FF937A;
}
.services .services-container#marketing-farmaceutico .services-round-icon-container{
	background-color:#B5CADD;
}

.services .services-container#business-development {
	background-color:#E8D998;
}
.services .services-container#business-development .services-round-icon-container{
	background-color:#FF937A;
}
.services .services-container#business-development .services-more-btn{
	background-color:#FF937A;
}

.services .services-container#brindes {
	background-color:#FF937A;
}
.services .services-container#brindes .services-round-icon-container{
	background-color:#B5CADD;
}



.services .intro-ball.intro-ball-1 {
	background-color: #E8D998;
	top: 5%;
	left: 10%;
	
	-webkit-animation-name: servicesintroballanim; 
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: servicesintroballanim;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.services .intro-ball.intro-ball-2 {
	background-color: #FF937A;
	top: 0%;
	left: 70%;
	
	-webkit-animation-name: servicesintroballanim2; 
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: servicesintroballanim2;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.services .intro-ball.intro-ball-3 {
	background-color: #B8CDE0;
	top: 17%;
	left: 90%;
	
	-webkit-animation-name: servicesintroballanim3; 
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-name: servicesintroballanim3;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	/* animation-delay: 8s; */
}

@-webkit-keyframes servicesintroballanim {
  0% {width: 200px; height: 200px;}
  50% {width: 300px; height: 300px;}
  100% {width: 200px; height: 200px;}
}
@-webkit-keyframes servicesintroballanim2 {
  0% {width: 300px; height: 300px;}
  50% {width: 200px; height: 200px;}
  100% {width: 300px; height: 300px;}
}
@-webkit-keyframes servicesintroballanim3 {
  0% {width: 250px; height: 250px;}
  25% {width: 300px; height: 300px;}
  50% {width: 250px; height: 250px;}
  50% {width: 200px; height: 200px;}
  100% {width: 250px; height: 250px;}
}

/* body.services .container-fluid {
	overflow: hidden;
} */

.services .services-bg-balls-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.services .services-container .services-title-container {
		font-size: 60px;
		line-height: 60px;
	}
	
	
	
	.services .services-container .services-round-icon-container {
		width: 200px;
		height: 200px;
	}
	
	.services .services-container .text-container {
		padding: 60px 30px;
	}
	
	.services .services-container .cards-carousel-container .sec-title-container {
		font-size: 70px;
		line-height: 65px;
	}
}

@media (max-width: 991px) {
	.services .content-container .container {
		max-width: 80%;
	}
	
	.services .services-container .services-img-container {
		transform: translate(0,-80%);
	}
	
	.services .services-container .text-container {
		font-size: 20px;
		line-height: 30px;
	}
	
	.services .services-container .cards-carousel-container .sec-title-container {
		font-size: 60px;
		line-height: 55px;
		padding-left: 0px;
	}
}

@media (max-width: 991px) {
	.services .content-container .container {
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	.services .services-container .services-title-container {
		font-size: 50px;
		line-height: 50px;
	}
	.services .services-container .services-cover-container {
		position: relative;
		width: 100%;
		min-height: 390px;
	}
	.services .services-container .services-round-icon-container {
		width: 150px;
		height: 150px;
	}
	
	.services .services-container .cta-contact-us {
		width: 100%;
		
		margin: 10px auto 40px;
	}
}

@media (max-width: 550px) {
	
	.services .content-container .container {
		max-width: 98%;
	}
	
	.services .services-container {
		border-radius: 40px;
	}
	
	.services .services-container .text-container {
		padding: 20px 30px;
	}
	
	.services .services-container .services-cover-container {
		min-height: initial;
		padding-bottom: 80px;
	}
	
	.services .services-container .services-title-container {
		font-size: 9vw;
		line-height: 9.5vw;
		margin-bottom: 0px;
		padding: 30px 30px;
		min-height: initial;
	}
	
	.services .services-container .services-title-container br {
		display: none;
	}
	
	.services .services-container .services-img-container {
		position: initial;
		width: 90%;
		margin: 0 auto;
		transform: none;
	}
	
	.services .services-container .services-round-icon-container {
		left: inherit;
		right: 0;
		transform: translate(0,-160px);
		
		width: 110px;
		height: 110px;
	}
	
	.services .services-container .services-more-btn {
		bottom: 15px;
		left: calc(50% - 13px);
		/* transform: translate(-50%,-50%); */
	}
	
	.services .services-container .services-more-btn:hover {	
		transform: none;
	}
	
	.services .services-container .cards-carousel-container .sec-title-container {
		font-size: 10vw;
		line-height: 10vw;
	}
}

.cards-carousel-container .carousel-cursor {
	position: absolute;
	top: 0;
	left: 0;
	
	opacity: 0;
	
	transition-timing-function: ease-in;
	transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	z-index: 10;
	
	pointer-events: none;
}

.cards-carousel-container .carousel-cursor.active {
	opacity: 1;
}

.cards-carousel-container .carousel-cursor img {
	width: 80px;
}

.cards-carousel-container{
	position: relative;
	/* background-color: rgba(34,38,44, 0.05); */
	
	padding: 80px 0;
}

.cards-carousel-container .sec-title-container {
	position: relative;
	font-family: "Barlow-Black";
	
	font-size: 110px;
	line-height: 95px;
	color: #FF5C35;
}

.cards-carousel-container .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}


.cards-carousel-container .cards-items-container {
	position: relative;
	margin-top: -42px;
	cursor: none;
}

.cards-carousel-container .card-item-container {
	position: relative;
	display: inline-block;
	
	background-color: #ffffff;
	
	max-width: 400px;
	margin: 30px 0;
	padding: 50px 60px;
	border-radius: 10%;
	
	box-shadow: 11px 12px 20px 0px rgb(0 0 0 / 20%);
	
	font-size: 16px;
	line-height: 22px;
	
	height: 100%;
}

.cards-carousel-container .card-item-container .card-title-container {
	font-family: "Barlow-Black";
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}

.cards-carousel-container .cards-items-container.events-items-container {
	cursor: initial;
}



@media (max-width: 991px) {
	.cards-carousel-container .sec-title-container {
		font-size: 90px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	.cards-carousel-container .sec-title-container {
		font-size: 70px;
		line-height: 60px;
	}
	
	.cards-carousel-container .cards-items-container {
		margin-top: -34px;
	}
}

@media (max-width: 550px) {
	.cards-carousel-container .sec-title-container {
		font-size: 50px;
		line-height: 40px;
	}
	
	.cards-carousel-container .card-item-container {
		margin: 30px 20px;
		padding: 40px 30px;
	}
	
	.cards-carousel-container .card-item-container .card-title-container {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}



.footer-balls-container {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.footer-balls-container .intro-ball {
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: 0;
	border-radius: 50%;
}
.footer-balls-container .intro-ball.mundi-ball-1 {
	background-color: #FF937A;
	right: 50%;
	margin-right: 520px;
}
.footer-balls-container .intro-ball.mundi-ball-2 {
	right: 50%;
	margin-right: 400px;
	transform: rotate(-30deg);
}
.footer-balls-container .intro-ball.mundi-ball-3 {
	background-color: #B8CDE0;
	right: 50%;
	margin-right: 280px;
}
.footer-balls-container .intro-ball.mundi-ball-4 {
	background-color: #E8D998;
	right: 50%;
	margin-right: 460px;
	margin-bottom: 104px;
}
.footer-balls-container .intro-ball.mundi-ball-5 {
	background-color: #FF5C35;
	right: 50%;
	margin-right: 340px;
	margin-bottom: 104px;
}
.footer-balls-container .intro-ball.mundi-ball-6 {
	background-color: #E8D998;
	left: 50%;
	margin-left: 50px;
	transform: translate(-50%,0);
}
.footer-balls-container .intro-ball.mundi-ball-7 {
	background-color: #FF937A;
	left: 50%;
	margin-left: 280px;
}
.footer-balls-container .intro-ball.mundi-ball-8 {
	left: 50%;
	margin-left: 400px;
	transform: rotate(25deg);
}
.footer-balls-container .intro-ball.mundi-ball-9 {
	background-color: #FF937A;
	left: 50%;
	margin-left: 520px;
}
.footer-balls-container .intro-ball.mundi-ball-10 {
	background-color: #FF937A;
	left: 50%;
	margin-left: 460px;
	margin-bottom: 104px;
}

.footer-balls-container .go-up-btn {
	left: inherit;
	right: 80px;
	bottom: 40px;
	margin-left: 0;
}

@media (max-width: 1024px) {
	.footer-balls-container .intro-ball.mundi-ball-2 {
		right: inherit;
		left: 0;
	}
	.footer-balls-container .intro-ball.mundi-ball-3 {
		right: 0;
		left: 0;
		margin-left: 120px;
	}
	
	.footer-balls-container .intro-ball.mundi-ball-8 {
		left: inherit;
		right: 0;
		margin-right: -20px;
	}
	
	.footer-balls-container .intro-ball.mundi-ball-7 {
		left: inherit;
		right: 0;
		margin-right: 100px;
	}
	
	.footer-balls-container {
		height: 140px;
	}
}

@media (max-width: 700px) {
	
	
	.footer-balls-container .intro-ball.mundi-ball-6 {
		display: none;
	}
}

@media (max-width: 550px) {
	.footer-balls-container {
		/* height: 100px; */
	}
	
	.footer-balls-container .go-up-btn {
		left: inherit;
		right: 50px;
		bottom: 70px;
		margin-left: 0;
	}
	
	.footer-balls-container .intro-ball {
		width: 80px;
		height: 80px;
	}
	
	.footer-balls-container .intro-ball.mundi-ball-3 {
		right: 0;
		left: 0;
		margin-left: 80px;
	}
}



.owl-theme .owl-dots .owl-dot span {
	background-color: #FF937A;
	opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FF5C35;
	opacity: 1;
}

/**** ABOUT ****/

.hero-video-container {
	position: relative;
	/* max-width: 1200px; */
	width: 100%;
	margin: 0 auto;
	z-index: 3;
	height: 600px;
	overflow: hidden;
}

.hero-video-container video {
	width: 100%;
	transform: translate(0,-10%);
}

@media (max-width: 1300px) {
	.hero-video-container {
		height: inherit;
	}
	
	.hero-video-container video {
		transform: none;
	}
}

.about .hero-video-container {
	margin-top: 120px;
}

.about .header-container {
	/* position: relative; */
	background-color: #ffffff;
}

@media (max-width: 1300px) {
	.about .hero-video-container {
		margin-top: 70px;
	}
	
	.about .hero-video-container video{
		transform: translate(0,10%);
	}
}


.about .intro-container {
	padding: 0px !important;
	
}

.about .intro-container .title-1-container {
	font-family: "Barlow-Bold";
	font-size: 71px;
	line-height: 75px;
}

.about .intro-container .title-container .title-2-container {
	position: relative;
	
	font-family: "Barlow-Light";
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	
	text-transform: uppercase;
}


.about .intro-container .mundi-ball.mundi-ball-2 {
	background-color: #B8CDE0;
	margin-right: 10%;
	left: initial;
	right: 0;
}

.about .intro-container .mundi-ball.mundi-ball-3 {
	margin-left: -420px;
	width: 150px;
	height: 150px;
}

.about .intro-container .mundi-ball.mundi-ball-4 {
	margin-right: 25%;
	left: initial;
	right: 0;
	width: 100px;
	height: 100px;
}

@media (max-width: 1099px){
	.about .intro-container .mundi-ball-3 {
		left: 50%;
		right: initial;
		margin-left: -240px !important;
		/* left: 50%;
		margin-right: 0;
		margin-left: -250px;
		width: 150px;
		height: 150px; */
	}
}

@media (max-width: 600px) {
	
	/* .about .intro-container .mundi-ball.mundi-ball-2 {
		background-color: #B8CDE0;
		margin-right: 10%;
		left: initial;
		right: 0;
	} */
	
	.about .intro-container .mundi-ball.mundi-ball-3 {
		margin-left: -70px !important;
		width: 100px;
		height: 100px;
	}
	
	.about .intro-container .mundi-ball.mundi-ball-4 {
		display: none;
	}
}




.about .about-info-container {
	position: relative;
	/* padding: 180px 0 80px; */
	padding: 120px 0 0;
	
	background-color: rgba(34,38,44, 0.05);
}

.about .about-info-container .info-title-container {
	position: relative;
	display: inline-block;
	/* width: 70%; */
	font-family: "Barlow-Black";
	font-size: 90px;
	line-height: 90px;
	min-height: 180px;
	padding-left: 10%;
	text-align: left;
}

.about .about-info-container .info-logo-container {
	/* transform: rotate(-30deg); */
	width: 100%;
	max-width: 350px;
	margin: 20px auto;
}
.about .about-info-container .info-logo-container img {
	transform: rotate(-30deg);
}

.about .about-info-container .info-text-container {
	position: relative;
	padding: 50px 0 140px;
	text-align: center;
	font-family: "Barlow-Light";
	font-size: 24px;
	line-height: 32px;
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.about .about-info-container .info-title-container {
		font-size: 68px;
		line-height: 60px;
	}
}

@media (max-width: 991px) {
	
	.about .intro-container .title-container .title-1-container {
		font-size: 32px;
		line-height: 32px;
	}
	
	.about .intro-container .title-container .title-2-container {
		font-size: 38px;
		line-height: 42px;
	}
	
	
	.about .about-info-container .info-title-container {
		text-align: center;
	}
	
	.about .about-info-container .info-title-container br {
		display: none;
	}
	
}

@media (max-width: 767px) {
	
	/* .about .intro-container .title-1-container {
		font-size: 70px;
		line-height: 34px;
	} */
	
	.about .about-info-container .info-title-container {
		padding-left: 0px;
		min-height: 120px;
	}
	
	.about .about-info-container .info-logo-container {
		width: 50%;
	}
}

@media (max-width: 550px) {
	
	/* .about .intro-container .title-container .title-1-container {
		font-size: 22px;
		line-height: 24px;
	} */
	
	.about .intro-container .title-container .title-2-container {
		font-size: 28px;
		line-height: 28px;
	}
	
	.about .about-info-container {
		padding: 100px 0 0;
	}
	
	.about .intro-container .title-container {
		padding: 80px 10px 120px;
	}
	
	.about .about-info-container .info-title-container {
		font-size: 40px;
		line-height: 40px;
		min-height: inherit;
		margin-bottom: 20px;
	}
	
	.about .about-info-container .info-text-container {
		padding: 40px 0 80px;
		font-size: 20px;
		line-height: 28px;
	}
}


.sec-team {
	position: relative;
	
	padding: 80px 0;
}

.sec-team .container {
	max-width: 900px;
}

.sec-team .member-container {
	position: relative;
	width: 50%;
	
	border-radius: 50%;
	background-color: #B8CDE0;
}

.sec-team .member-container svg {
	width: 100%;
}

.sec-team .member-container .member-content {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	padding: 10px 15%;
	
	transform: translate(0,-45%);
}

.sec-team .member-container .quote-container {
	position: relative;
	
	font-family: "Barlow-Bold";
	font-size: 18	px;
	line-height: 24px;
}

.sec-team .member-container .quote-container .author-container {
	font-family: "Barlow-Light";
	margin-top: 20px;
	font-size: 20px;
	line-height: 18px;
}
.sec-team .member-container .quote-container .author-container small {
	font-size: 14px;
}

.sec-team .member-container .member-img-container {
	position: relative;
	width: 150px;
	margin-top: -10px;
}

.sec-team .member-container .member-img-container img {
	width: 100%;
}

.sec-team .row:nth-child(1) .member-container .quote-container {
	text-align: right;
}

.sec-team .row:nth-child(2) .member-container {
	background-color: #E8D998;
	
	margin: 0 0 0 auto;
	
	margin-top: -200px;
}

.sec-team .row:nth-child(2) .member-container .member-img-container {
	margin: 0 0 0 auto;
	margin-top: -10px;
}


@media (max-width: 900px) {
	
	.sec-team .member-container {
		width: 100%;
		
		max-width: 500px;
		margin: 0 auto;
	}
	
	.sec-team .row:nth-child(2) .member-container {
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media (max-width: 550px) {
	.sec-team {
		display: none;
	}
}

@media (max-width: 500px) {
	
	.sec-team .member-container .quote-container {
		font-size: 4vw;
		line-height: 4.8vw;	
	}
}


.about .sec-6 {
	position: relative;
	background-color: #B8CDE0;
	padding: 120px 0;
	overflow: hidden;
	
	display: none;
}

.about .sec-6 .quote-container {
	position: relative;
	font-family: "Barlow-Regular";
	font-size: 30px;
	line-height: 40px;
}
.about .sec-6 .author-container {
	font-size: 22px;
	line-height: 22px;
	
	margin-top: 30px;
}
.about .sec-6 .author-container small {
	font-size: 16px;	
}

.about .sec-6 .row:nth-child(1) {
	margin-bottom: 50px;
}
.about .sec-6 .row:nth-child(1) .quote-container {
	padding-right: 100px;
}
.about .sec-6 .row:nth-child(2) .quote-container {
	padding-left: 100px;
}

.about .sec-6 .photo-container {
	position: relative;
	max-width: 280px;
	width: 100%;
}

.about .sec-6 .mundi-ball-1 {
	top: 0;
	right: 0;
	transform: translate(50%,-50%);
	background-color: #E8D998;
}

.about .sec-6 .mundi-ball-2 {
	bottom: 0;
	left: 50%;
	transform: translate(-50%,100%);
	background-color: #FF937A;
}

@media (max-width: 1200px) {
	.about .sec-6 .row:nth-child(1) {
		margin-bottom: 90px;
	}
}

@media (max-width: 990px) {
	.about .sec-6 .quote-container {
		font-size: 24px;
		line-height: 32px;
	}
	
	.about .sec-6 .row:nth-child(1) {
		margin-bottom: 90px;
	}
	
	.about .sec-6 .author-container {
		margin-top: 20px;
	}
	
	.about .sec-6 .row:nth-child(1) .quote-container {
		padding-right: 20px;
	}
	
	.about .sec-6 .row:nth-child(2) .quote-container {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.about .sec-6 .row .quote-container {
		padding: 0 15px !important;
	}
	
	.about .sec-6 .photo-container {
		max-width: 210px;
		margin: 0 auto 20px;
	}
	.about .sec-6 .mundi-ball-2 {
		bottom: 0;
		left: 0;
		transform: translate(-79%,7%);
		background-color: #FF937A;
	}
}


@media (max-width: 550px) {

	.about .sec-6 {
		padding: 90px 0;
		
		display: block;
	}

	.about .sec-6 .row .quote-container {
		font-size: 20px;
		line-height: 28px;
		padding: 0 15px !important;
	}
	
	.about .sec-6 .photo-container {
		max-width: 180px;
		margin: 0 auto 20px;
	}
	.about .sec-6 .mundi-ball-2 {
		bottom: 0;
		left: 0;
		transform: translate(-86%,7%);
		background-color: #FF937A;
	}
}


.about .sec-missao {
	position: relative;
	background-position: center;
	background-size: cover;
	background-image: url(../img/about-missao-visao-bg.jpg);
	
	padding: 100px 0;
}

.about .sec-missao .missao-container {
	position: relative;
	padding: 40px 40px;
	width: 400px;
	background-color: #FF937A;
	border-radius: 30px;
	box-shadow: 3px 4px 20px 0px #00000030;
}
.about .sec-missao .missao-container .missao-title-container {
	font-family: "Barlow-Black";
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;	
}

.about .sec-missao .missao-container:nth-child(2) {
	margin-top: 100px;
	margin-left: 100px;	
	background-color: #B8CDE0;
}


@media (max-width: 600px) {
	.about .sec-missao {
		padding: 40px 0;
	}
	
	.about .sec-missao .missao-container {
		margin: 0 auto !important;
		
		max-width: 400px;
		width: 100%;
	}
	
	.about .sec-missao .missao-container:nth-child(2) {
		margin-top: 40px !important;
	}
}

@media (max-width: 500px) {
	.about .sec-missao .missao-container {
		width: 90%;
	}
	
	.about .sec-missao .missao-container {
		padding: 30px 25px;
	}
}



.about .sec-about-bottom-container {
	position: relative;
	background-color: #22262C;
	
	height: 800px;
	
	overflow: hidden;
}

.about .sec-about-bottom-container .intro-ball {
	z-index: 0;
}


.about .intro-ball.intro-ball-1 {
	background-color: #E8D998;
	top: 5%;
	left: 10%;
	
	-webkit-animation-name: aboutbottomballanim; 
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: servicesintroballanim;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.about .intro-ball.intro-ball-2 {
	background-color: #FF937A;
	top: 0%;
	left: 70%;
	
	-webkit-animation-name: aboutbottomballanim2; 
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-name: servicesintroballanim2;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.about .intro-ball.intro-ball-3 {
	background-color: #B8CDE0;
	top: 17%;
	left: 90%;
	
	-webkit-animation-name: aboutbottomballanim3; 
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-name: servicesintroballanim3;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	/* animation-delay: 8s; */
}

@-webkit-keyframes aboutbottomballanim {
  0% {width: 100px; height: 100px;}
  50% {width: 150px; height: 150px;}
  100% {width: 100px; height: 100px;}
}
@-webkit-keyframes aboutbottomballanim2 {
  0% {width: 300px; height: 300px;}
  50% {width: 200px; height: 200px;}
  100% {width: 300px; height: 300px;}
}
@-webkit-keyframes aboutbottomballanim3 {
  0% {width: 250px; height: 250px;}
  25% {width: 300px; height: 300px;}
  50% {width: 250px; height: 250px;}
  50% {width: 200px; height: 200px;}
  100% {width: 250px; height: 250px;}
}



.cta-ball-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	
	transform: translate(-50%,-50%);
	
	width: 400px;
	height: 400px;
	border-radius: 50%;
	
	background: transparent;
	border: 2px solid #ffffff;
	
	cursor: pointer;
	
	z-index: 3;
	
	transition-timing-function: linear;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.cta-ball-wrap .cta-ball-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	width: 80%;
	height: 80%;
	border-radius: 50%;
	
	background-color: #ffffff;
	
	transition-timing-function: linear;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.cta-ball-wrap .cta-ball-container .cta-ball-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	
	font-family: "Barlow-Black";
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

.cta-ball-wrap:hover {
	border-color: #FF937A;
}

.cta-ball-wrap:hover .cta-ball-container {
	width: 100%;
	height: 100%;
	
	background-color: #FF937A;
}


.about .intro-ball img {
	width: 100%;
}

.about .intro-ball.mundi1 {
	background:none;
	z-index: 2;
}
.about .intro-ball.mundi1 img {
	transform: rotate(-20deg);
}

.about .intro-ball.mundi2 {
	background:none;
	z-index: 2;
}
.about .intro-ball.mundi2 img {
	transform: rotate(20deg);
}


@media (max-width: 767px) {
	.about .sec-about-bottom-container {
		height: 600px;
	}
	
	.cta-ball-wrap {
		width: 280px;
		height: 280px;
	}
	
	.cta-ball-wrap .cta-ball-container .cta-ball-text {
		font-size: 24px;
		line-height: 24px;
	}
	
	.about .intro-ball.not-mobile {
		display: none;
	}
	
	.about .intro-ball.mundi2 {
		top: 90% !important;
		left: 80% !important;
		
		-webkit-animation-name: aboutbottomballanim;
		animation-name: aboutbottomballanim;
	}
}

@media (max-width: 550px) {
	.about .sec-about-bottom-container {
		height: 500px;
	}
}



.privacy .text-container {
	padding: 140px 0 80px;
	background-color: rgba(34,38,44, 0.05);
}


.contacts .header-container {
	/* position: relative; */
	background-color: #ffffff;
}


.contacts .intro-container {
	background-position: bottom;
	background-size: contain;
	background-image: url("../img/contacts-bg.jpg");
}

.contacts .intro-container .title-container {
	padding: 250px 20px;
	
	color: #080808;
}

.contacts .sec-7 {
	background-color: #ffffff;
	padding: 90px 0;
	overflow: hidden;
}

.contacts .sec-7 form {
	background-color: rgba(0,0,0,0.3);
	padding: 40px 90px;
	border-radius: 30px;
	
	margin-top: 40px;
}

.contacts .sec-title-container {
	font-size: 80px;
	line-height: 80px;
	color: #000000;
	
	z-index: 3;
}


.contacts .sec-7 .sec-7-circle-container {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%,-55%);
	min-width: 1000px;
	min-height: 1000px;
	max-width: 1200px;
	max-height: 1200px;
	width: 70%;
	height: 70vw;
	border-radius: 50%;
	
	background-color: transparent;
	border: 15px solid #FF937A;
	
	z-index: 1;
	/* border-image: linear-gradient(#f6b73c, #4d9f0c) 30;
	border-width: 10px;
	border-style: solid; */
}

.contacts .sec-7 .intro-ball {
	z-index: 0;
}

.contacts .sec-7 .intro-ball.intro-ball-1 {
	top: 10%;
	left: 0%;
}

.contacts .sec-7 .intro-ball.intro-ball-2 {
	top: 0;
	left: 90%;
	background-color: #B8CDE0;
}

.contacts .sec-7 .intro-ball.intro-ball-3 {
	background-color: #FF937A;
}


.contacts .sec-address {
	position: relative;
	
	background-color: #B8CDE0;
	
	padding: 40px 0 0;
	
	overflow: hidden;
}

.contacts .sec-address .container-fluid {
	margin-top: -100px;
	
	padding-bottom: 80px;
}

.contacts .map-container {
	position: relative;
	max-width: 800px;
	width: 80%;
	padding: 20px;
	margin: 0px auto;
	background-color: #ffffff;
	border-radius: 30px;
	
}

.contacts .map-container img { width: 100%; }

.contacts .sec-address .address-container {
	position: relative;
	margin:	0px auto;
	width: 400px;
}

.contacts .sec-address .address-container .contacts-container {
	position: relative;
	font-size: 24px;
	line-height: 36px;
	
	margin-bottom: 20px;
	z-index: 1;
}

.contacts .sec-address .address-container .contacts-container:nth-last-child {
	/* margin-bottom: 60px; */
}

.contacts .sec-address .ball-bg-container {
	position: absolute;
	bottom: 0;
	left: 18%;
	transform: translate(-50%,30%);
	
	width: 700px;
	height: 700px;
	border-radius: 50%;
	
	background-color: #E8D998;
	
	z-index: 0;
}


@media (max-width: 1500px) {
	.contacts .intro-container {
		background-size: cover;
	}
}

@media (max-width: 1200px) {
	.contacts .sec-address .container-fluid {
		margin-top: -50px;
	}
	
	.contacts .sec-address .address-container {
		padding-left: 70px;
	}
}

@media (max-width: 991px) {
	.contacts .sec-address .address-container {
		margin: 120px 0 60px;
		/* padding-left: 0px; */
	}
	
	.contacts .sec-address .ball-bg-container {
		bottom: 50%;
	}
}

@media (max-width: 900px) {
	.contacts .sec-7 form {
		padding: 40px;
	}
	
	
}

@media (max-width: 500px) {
	.contacts .intro-container .title-container {
		padding: 120px 20px;	
	}
	
	.contacts .sec-title-container {
		font-size: 50px;
		line-height: 50px;
	}
	
	.contacts .sec-7 form {
		padding: 30px 15px;
	}
	
	.contacts .map-container {
		width: 90%;	
	}
	
	.contacts .sec-address .address-container .contacts-container {
		font-size: 20px;
		line-height: 30px;
	}
}

/*** Brindes ****/

body.brindes {
	background-color: rgba(34, 38, 44, 0.05);
}

.brindes .intro-container {
	background-color: #f3f3f4;
	color: #000000;
}

.brindes .intro-container .title-container {
	text-align: center;
	padding: 240px 20px 80px;
}

.brindes .intro-container .title-container .title-1-container {
	font-family: "Barlow-Black";
	font-size: 71px;
	line-height: 62px;
	letter-spacing: 1px;
}

.brindes .intro-container .title-container .title-2-container {
	font-size: 26px;
	line-height: 26px;
}

.brindes .intro-container .title-text-container {
	font-family: "Barlow-Light";
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 40px auto 0;
	max-width: 800px;
}

.brindes .container.cat-list-container {
	max-width: 900px;
	margin-bottom: 80px;
}

.brindes .brindes-category-item {
	position: relative;
	width: 100%;
	text-align: center;
	
	margin: 40px 0;
	
	cursor: pointer;
}

.brindes .brindes-category-item .brindes-category-icon-container {
	position: relative;
	width: 100%;
	
	border-radius: 50%;
	
	background-color: #ffffff;
}

.brindes .brindes-category-item .brindes-category-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
	width: 70%;
}

.brindes .brindes-category-item .brindes-category-title {
	font-family: "Barlow-Bold";
	font-size: 14px;
	margin: 20px 0;
}

.brindes .brindes-category-item:hover .brindes-category-title {
	color: #FF5C35;
}


.brindes .category-select-container {
	position: relative;
	margin: 40px 0;
}
.brindes .category-select-container b {
	/* font-family: "Barlow-Bold"; */
}


@media (max-width: 575px) {
	
	.brindes .intro-container .title-container {
		padding: 140px 20px 40px;
	}
	
	.brindes .intro-container .title-container .title-1-container {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: 1px;
	}
	
	.brindes .intro-container .title-container .title-2-container {
		font-size: 18px;
		line-height: 20px;
	}
	
	.brindes .intro-container .title-container .title-text-container {
		font-family: "Barlow-Light";
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 1px;
		margin: 40px auto 0;
		max-width: 800px;
	}
	
	
	
	
	.brindes .category-select-container,
	.brindes .category-select-container select {
		width: 100%;
	}
}



.brindes .product-thumb-item-container {
	position: relative;
	text-align: center;
	margin: 30px 0;
	cursor: pointer;
}

.brindes .product-thumb-item-container .product-thumb-item-img {
	position: relative;
	width: 100%;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #ffffff;
	
	border: 4px solid transparent;
	
	transition-timing-function: ease-in;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.brindes .product-thumb-item-container .product-thumb-item-title {
	position: relative;
	margin: 10px 0;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.brindes .product-thumb-item-container:hover .product-thumb-item-img {
	background-size: 110%;
	border-color: #FF5C35;
}
.brindes .product-thumb-item-container:hover .product-thumb-item-title {
	color: #FF5C35;
	font-weight: bold;
	/* font-family: "Barlow-Bold"; */
}

@media (max-width: 575px) {
	.brindes .product-thumb-item-container {
		margin: 15px 0;
	}
}


.brindes .brindes-back-btn {
	position: relative;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}

/* PRODUCT */

.brindes .first-container,
.product .first-container {
	position: relative;
	margin-top: 240px;
}

.product .product-img-container{
	position: relative;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.product .product-thumb-container {
	position: relative;
	display: inline-block;
	margin: 5px 5px 5px 0;
	width: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #ffffff;
	
	cursor: pointer;
}

.product .product-info-container {
	position: relative;
	padding: 40px 20px;
}

.product .product-info-container .product-ref-container {
	font-family: "Barlow-Bold";
	font-size: 14px;
	margin-bottom: 10px;
}

.product .product-info-container .product-name-container {
	font-size: 36px;
	margin-bottom: 20px;
}

.product .product-request-container {
	position: relative;
	margin-top: 40px;
}
.product .product-request-container .prod-quant {
	text-align: right;
	width: 80px;
	padding: 5px;
	margin: 10px 0;
}
.product .product-request-container .prod-note {
	position: relative;
	max-width: 300px;
	height: 100px;
	width: 100%;
	padding: 5px 10px;
	
	margin-bottom: 10px;
}

.product .product-request-container .prod-custom {
	text-align: left;
	width: 150px;
	padding: 5px;
	margin: 10px 0;
}

.product .related-container {
	position: relative;
	
	margin-top: 80px;
}

.product .related-container .relacionado-prod {
	position: relative;
	width: 120px;
	display: inline-block; 
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	
	border: 2px solid #FF5C35;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.product .related-container .relacionado-prod:hover {
	background-size: 110%;
}

@media (max-width: 575px) {
	.product .first-container,
	.brindes .first-container {
		margin-top: 140px;
	}
	
	.product .product-thumb-container {
		width: 80px;
	}
	
	.product .related-container {
		margin-top: 40px;
	}
	
	.product .related-container .relacionado-prod {
		width: 80px;
	}
}

.product .back-btn {
	margin-bottom: 40px;
	font-family: "Barlow-Bold";
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}

/*** LISTA ***/

.list-btn-container {
	position: fixed;
	
	bottom: 80px;
	right: -100px;
	
	width: 90px;
	height: 90px;
	border-radius: 50%;
	
	font-family: "Barlow-Bold";
	background-color: #FF5C35;
	color: #ffffff;
	z-index: 999;
	
	/* display: none; */
	
	transition-timing-function: linear;
	transition: all 1s;	
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	
	pointer-events: none;
	opacity: 0;
}

.list-btn-container.active {
	/* display: block; */
	right: 20px;
	opacity: 1;
	pointer-events: initial;
}

.list-btn-container .list-btn-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%,-50%);	
	
	transition-timing-function: linear;
	transition: all .5s;	
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.list-btn-container .list-btn-label {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);	
	color: #ffffff;
	text-align: center;
	
	opacity: 0;
	
	transition-timing-function: linear;
	transition: all 1s;	
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.list-btn-container .list-btn-count {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 40%;
	background-color: #ffffff;
	border-radius: 50%;
	border: 2px solid #FF5C35;
	transform: translate(20%,-20%);
	color: #FF5C35;
	text-align: center;
}
.list-btn-container .list-btn-count span {
	font-size: 18px;
	line-height: 30px;
}

.list-btn-container:hover .list-btn-inner {
	opacity: 0;
}
.list-btn-container:hover .list-btn-label {
	opacity: 1;
}


@media (max-width: 575px) {
	.list-btn-container {
		width: 70px;
		height: 70px;
		bottom: 40px;
	}
	
	.list-btn-container .list-btn-count span {
		font-size: 16px;
		line-height: 14px;
	}
}


.list-page .sec-7 {
	padding-top: 200px;
}

.list-page .list-container {
	position: relative;
	background-color: #ffffff;
	color: #000000;
	border-radius: 30px;
	border: 1px solid #000000;
	
	padding: 20px;
	margin-top: 40px;
	
	z-index: 9;
}

.list-page .list-container .list-title-container {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-family: "Barlow-Bold";
	margin-bottom: 20px;
	padding: 0 20px;
}

.list-page .prod-item.head {
	font-family: "Barlow-Bold";
}

.list-page .prod-item {
	position: relative;
	margin-bottom: 10px;
}

.list-page .prod-thumb-container {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.list-page .prod-item a  {
	text-decoration: underline;	
}

.list-page .prod-note-container  {
	position: relative;
	padding: 0px 20px;
}


.list-page .prod-remove-btn {
	font-size: 14px;
	cursor: pointer;
}
.list-page .prod-remove-btn:hover {
	font-family: "Barlow-Bold";
}

.list-page .prod-label-mobile {
	font-family: "Barlow-Bold";
	margin-right: 5px;
	
	display: none;
}

@media (max-width: 575px) {
	.list-page .prod-label-desktop {
		display: none;
	}
	
	.list-page .prod-label-mobile {
		display: inline-block;
	}
	
	.list-page .prod-remove-btn {
		margin: 10px 0;
		/* text-align: center; */
	}
}




