/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* GLOBAL */
.h1, .h2, h1, h2 {
    line-height: 1;
}
.h3, h3 {
	line-height: 1.2;
}
.row-slider .flickity-page-dots, .slider-nav-outside .flickity-page-dots {
	bottom: -30px;
}
span.underline {
	text-decoration: underline #00F37F 2px;
	text-decoration-line: underline;
	text-decoration-color: #00F37F;
	text-decoration-thickness: 2px;
}
a.button.primary:not(.is-outline) span {
	color: #0f1131;
}
input[type=submit] {
	border-radius: 25px !important;
	color: #0f1131 !important;
	text-transform: inherit;
}
input::placeholder,
textarea::placeholder {
	color: #00f37f;
}
input[type=email], input[type=tel], input[type=text], select, textarea {
	background-color: transparent;
    border: 1px solid #00f37f;
    border-radius: 10px;
    box-shadow: none;
	color: #00f37f;
}
input[type=email]:focus, input[type=tel]:focus, input[type=text]:focus, textarea:focus {
	background-color: transparent;
	color: white;
}
textarea {
	min-height: 145px;
}
select {
	background-image: url("data:image/svg+xml;charset=utf8, <svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='green' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
}

/* HEADER */
.sidebar-menu .btnMobile a {
	background: #00f37f;
	color: #020201 !important;
}
a.btnLetsTalk {
	position: fixed;
    right: 0;
	bottom: 0;
    z-index: 1;
	font-weight: 600;
}
/* mobile */
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: #0e1131;
}

/* FOOTER */
#footer.footer-wrapper .section.dark {
	background: #050b54 url(/wp-content/uploads/2023/05/Group-468.png) no-repeat right center / 700px;
}
#footer .absolute-footer {
	display: none;
}
#footer.footer-wrapper:before {
	content: '';
	position: absolute;
    width: 30%;
    height: 50px;
    background: #050b54;
    top: -50px;
    left: 0;
    border-top-right-radius: 50px;
}
#footer.footer-wrapper .social-icons a.icon {
	color: #00f37f;
}

/* Home */
section.home-hero {
	min-height: calc(100vh - 90px);
}
section.home-hero lottie-player {
	transform: scale(1.25);
}
section.home-recruitment {
	background: #f3f4f8 url(/wp-content/uploads/2023/05/1331350008.png) no-repeat right center / contain;
}
section.home-benefits .row.benefits-row .col.benefits-item img {
	margin-bottom: 0;
}
section.home-benefits .row.benefits-row .col.benefits-item h3 {
	font-size: 24px;
}
section.home-positions {
	background: url(/wp-content/uploads/2023/05/Group-459-1.png) no-repeat right center / cover;
}
section.home-positions .accordion .accordion-item .accordion-title {
	border: 1px solid #00f37f;
    border-radius: 25px;
    color: #00f37f;
}
section.home-positions .accordion .accordion-item .accordion-title:hover {
	background-color: #00f37f;
	color: white;
}
section.home-positions .accordion .accordion-item .accordion-inner {
	padding: 1em 10px;
}
section.home-positions .accordion .accordion-item .accordion-inner ul li:hover {
	color: #00f37f;
}
section.home-clients {
	background: url(https://sp23.agenciabuffalo.com/wp-content/uploads/2023/05/Group-461.png) no-repeat -90px -90px / cover;
}

/* animate logos */
@keyframes imgScrolling {
	0% {
		/*-moz-transform: translate(0, 0);
    	-webkit-transform: translate(0, 0);*/
		transform: translate(0, 0);
	}
	100% {
		/*-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);*/
		transform: translate(-780%, 0); /* -490*/
	}
}
section.home-clients .scrolling-container {
	height: 60px; 
	position: relative;
	overflow: hidden;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
section.home-clients .scrolling-container .scrolling-img {
	position: absolute;
	top: 0px;
	left: 0px;
	/*overflow: hidden;*/
	white-space: nowrap;
	animation: imgScrolling 60s linear infinite;
}
section.home-clients .scrolling-container .scrolling-img img {
	margin: 0 20px;
	width: auto;
    height: 60px;
}

/* Contact */
section.contact-intro {
	background: #f3f4f8 url(/wp-content/uploads/2023/06/samba_contacto_bg-intro.png) no-repeat right center / contain;
}

/* About */
section.about-journey {
	background: url(/wp-content/uploads/2023/06/bg-about_v2.jpg) no-repeat center bottom / cover;
}
section.about-profiles .profile-item {
	overflow: hidden;
	align-items: center;
}
section.about-profiles .profile-item .profile-img img {
	border-radius: 50%;
}
section.about-profiles .profile-item .profile-info .col-inner {
	padding: 15px 30px;
}
section.about-profiles .profile-item .profile-info p {
	margin-bottom: 0;
}
section.about-profiles .accordion .accordion-title {
	border: none;
}
section.about-profiles .accordion .accordion-item .accordion-title {
	border: 1px solid #00f37f;
    border-radius: 25px;
    color: #00f37f;
}
section.about-profiles .accordion .accordion-item .accordion-title:hover {
	background-color: #00f37f;
	color: white;
}
section.about-profiles .accordion .accordion-title.active {
	background-color: transparent;
}
section.about-profiles .accordion .accordion-inner {
	padding: 1em 0;
}

/* Latam */
section.latam-intro {
	background: url(/wp-content/uploads/2023/06/samba_bg-intro-latam_v3.png) no-repeat center top / cover;
}
section.latam-items .title-line svg {
	position: absolute;
    left: 83px;
    bottom: 50px;
}
section.latam-items .item-box {
	background: url(/wp-content/uploads/2023/05/Group-397.svg) no-repeat left top / auto;
	padding-left: 60px;
}



/* RESPONSIVE */

@media only screen and (max-width: 549px) {
	section.home-recruitment {
		background-position: right top;
		background-size: 150%;
	}
	section.about-intro {
		background-size: 225%;
	}
	.bg-paint {
		background-position: center top;
	}
	section.contact-intro {
		background-position: right top;
    	background-size: 125%;
		padding-top: 210px !important;
	}
	section.latam-intro {
		background-size: 150%;
	}
	section.about-journey {
		background-size: 125%;
		background-position: top left;
		min-height: 175px !important;
	}
	.bg-paint {
		background: url(/wp-content/uploads/2023/06/paint-about-mobile.jpg) no-repeat left top / contain;
		margin-bottom: -50px;
	}
	section.home-clients .scrolling-container .scrolling-img img {
		height: auto;
	}
}

@media only screen and (min-width: 550px) {
	section.about-profiles .accordion .accordion-title {
		margin-left: 210px;
		margin-top: -20px;
	}
	.bg-paint {
		background: url(/wp-content/uploads/2023/05/paint-about.png) no-repeat left center / contain;
		min-height: 340px;
	}
}
