@charset "UTF-8";

 @keyframes mover {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-15px);
}
100% {
transform: translateY(0);
}
}
@keyframes zoom {
0% {
transform: scale(1);
}
50% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track {
transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before {
display: table;
content: "";
}
.slick-track:after {
display: table;
content: "";
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img {
display: block;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
body.et-fb-root-ancestor header {
position: static !important;
}
body.et-fb-root-ancestor .logo_container {
display: block !important;
}
body.page-id-474 header #et-top-navigation .mobile_menu_bar::before {
color: #000000 !important;
}
header {
background: transparent !important;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
position: absolute !important;
box-shadow: none !important;
padding: 25px 0;
}
header #et-top-navigation .mobile_menu_bar::before {
color: #FFFFFF !important;
}
.et_slide_in_menu_container {
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/bg-menu.jpg) no-repeat center center;
background-size: cover;
opacity: 10 !important;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container {
width: 80%;
max-width: 1080px;
margin: auto;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container ul li a {
transition: all 0.3s ease 0s !important;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container ul li a:hover {
color: #BEFE05 !important;
opacity: 10;
transition: all 0.3s ease 0s !important;
}
.et_slide_in_menu_container::before {
content: "";
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/logo-adjuts-white.svg) no-repeat;
position: absolute;
width: 172px;
height: 72px;
top: 50px;
left: 50px;
background-size: 100%;
}
@media (max-width: 980px) {
header {
padding: 0 !important;
}
header .container {
width: 90%;
}
header .container .logo_container a img {
max-width: 100px !important;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container ul li a {
font-size: 20px !important;
}
.et_slide_in_menu_container::before {
width: 142px;
height: 52px;
}
}
.showcase .explore-more {
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
padding: 0 0 20px 0 !important;
bottom: -90%;
animation: mover 3s infinite;
}
.showcase .explore-more::before {
content: "";
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
width: 0;
height: 0;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-top: 9px solid #BEFE05;
bottom: 0;
}
.home-one .et_pb_row {
top: -75px;
z-index: 3;
}
.home-one .et_pb_row .col-image {
padding: 20% 0 !important;
}
.home-one .et_pb_row .col-description .et_pb_module {
overflow-x: visible;
overflow-y: visible;
}
.home-one .et_pb_row .col-description .et_pb_slide_title em {
color: #BEFE05;
}
.home-one .et_pb_row .col-description h4 {
font-style: italic;
margin: 0 0 25px 0;
font-weight: 200;
line-height: 24px;
}
.home-one .et_pb_row .col-description::before {
content: "";
top: 0;
right: 0;
width: 70px;
height: 70px;
background: #BEFE05;
position: absolute;
}
.home-one .et_pb_row .col-description .et-pb-slider-arrows .et-pb-arrow-prev, .home-one .et_pb_row .col-description .et-pb-slider-arrows .et-pb-arrow-next {
opacity: 10;
}
.home-one::after {
content: "";
background: #E2E2DF;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0;
width: 100%;
height: 55%;
z-index: 2;
}
.home-one::before {
content: "";
background: #F5F5F0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
bottom: 0;
width: 100%;
height: 70%;
z-index: 1;
visibility: visible;
}
.row-services .et_pb_column {
transition: all 0.3s ease 0s;
}
.row-services .et_pb_column:hover {
transition: all 0.3s ease 0s;
opacity: 0.8;
}
.row-services .col-white .more::before {
border-left: 7px solid #FFFFFF;
}
.row-services .more {
position: absolute;
bottom: 0;
padding: 30px 20px 10px 0;
}
.row-services .more::before {
content: "";
width: 0;
height: 0;
border-left: 7px solid #000000;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
right: 0;
top: 55%;
}
.home-elevate-your-practice {
position: relative;
}
.home-elevate-your-practice::after {
content: "";
position: absolute;
right: 0;
width: 45%;
height: 100%;
top: 0;
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/bgpractice.jpg) no-repeat;
background-size: 100%;
visibility: visible;
z-index: 1;
}
.home-elevate-your-practice::before {
content: "";
top: 0;
right: 0;
width: 70px;
height: 70px;
background: #BEFE05;
position: absolute;
visibility: visible;
z-index: 2;
}
.owl-stage-outer .owl-item {
margin: 0 50px !important;
}
.owl-nav, .owl-dots {
display: none;
}
.contact-home .row-contact {
top: -75px;
z-index: 3;
overflow: hidden;
}
.contact-home .row-contact::after {
content: "";
position: absolute;
right: 0;
width: 50%;
height: 100%;
top: 0;
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/bgform-before.jpg) no-repeat;
background-size: 100%;
z-index: 1;
visibility: visible;
}
.slider-countries {
font-weight: 200;
font-size: 18px;
color: #F5F5F0;
}
.home-scope .mapa-wrap {
position: relative;
}
.home-scope .mapa-wrap img {
margin: 0 auto;
display: table;
}
.home-scope .mapa-wrap .icolocalitation {
position: absolute;
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/ico-localitation.png) no-repeat center center;
width: 20px;
height: 33px;
background-size: 100%;
animation: zoom 0.5s ease-in-out infinite;
}
.home-scope .mapa-wrap .icolocalitation.one {
top: 17%;
left: 20%;
}
.home-scope .mapa-wrap .icolocalitation.two {
top: 42%;
left: 19%;
}
.home-scope .mapa-wrap .icolocalitation.three {
top: 33%;
left: 29%;
}
.home-scope .mapa-wrap .icolocalitation.four {
top: 47%;
left: 25%;
}
.home-scope .mapa-wrap .icolocalitation.five {
top: 56%;
left: 23%;
}
.home-scope .mapa-wrap .icolocalitation.six {
top: 52%;
left: 29%;
}
.home-scope .mapa-wrap .icolocalitation.seven {
top: 41%;
left: 37%;
}
.home-scope .mapa-wrap .icolocalitation.eight {
top: 62%;
left: 32%;
}
.home-scope .mapa-wrap .icolocalitation.nine {
top: 76%;
left: 24%;
}
.home-scope .mapa-wrap .icolocalitation.ten {
top: 36%;
left: 71%;
}
@media (max-width: 980px) {
.home-one .et_pb_row {
top: 0;
}
.home-one .et_pb_row .col-description h4 {
font-size: 18px;
}
.home-elevate-your-practice::after {
display: none;
}
.slider-countries {
font-size: 16px;
}
}
@media (max-width: 768px) {
.home-one .et_pb_row .col-description::before {
width: 40px;
height: 40px;
}
.home-elevate-your-practice::before {
width: 40px;
height: 40px;
}
.home-scope .mapa-wrap .icolocalitation {
width: 10px;
height: 23px;
}
.owl-stage-outer .owl-item {
margin: 0 20px !important;
}
}
.about-one-wrap .col-image {
top: -90px;
}
.about-one-wrap .col-image::before {
content: "";
top: 0;
right: 0;
width: 70px;
height: 70px;
background: #BEFE05;
position: absolute;
z-index: 3;
}
.about-one-wrap .col-image::after {
content: "";
bottom: 0;
left: 0;
width: 70px;
height: 70px;
background: #BEFE05;
position: absolute;
z-index: 3;
}
.about-one-wrap::before {
content: "";
background: #191919;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0;
width: 100%;
height: 80%;
}
.about-info-wrap::after {
content: "";
position: absolute;
right: 0;
width: 45%;
height: 100%;
top: 0;
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/aboutinfo.jpg) center center no-repeat;
background-size: 100%;
visibility: visible;
z-index: 1;
}
@media (max-width: 980px) {
.about-one-wrap .col-image {
top: 0;
}
}
@media (max-width: 768px) {
.about-one-wrap .col-image::before, .about-one-wrap .col-image::after {
width: 40px;
height: 40px;
}
}
.where-creativity-one .et_pb_column_1, .where-creativity-one .et_pb_column_2 {
width: 47.2% !important;
}
.where-creativity-two::after {
content: "";
position: absolute;
right: 0;
width: 55%;
height: 100%;
top: 0;
background: url(//adjust-marketing.com/wp-content/themes/Aumenta/images/where-creativity-bg.jpg) no-repeat;
background-size: 100%;
visibility: visible;
z-index: 1;
}
.where-creativity-three .row-services img {
width: 100px !important;
}
.testimonial-wrap {
color: #F5F5F0;
}
.testimonial-wrap .wpmslider-viewport {
border: 0 !important;
}
.testimonial-wrap .wpmslider-viewport .wpmtst-testimonial-inner {
border: 0 !important;
}
.testimonial-wrap .wpmslider-viewport .wpmtst-testimonial-inner h3 {
color: #F5F5F0;
text-align: center !important;
background: transparent !important;
padding: 0 !important;
margin: 0 0 20px 0 !important;
}
.testimonial-wrap .wpmslider-viewport .wpmtst-testimonial-inner .wpmtst-testimonial-content {
text-align: center;
}
@media (max-width: 980px) {
.where-creativity-one .et_pb_column {
width: 100% !important;
float: none !important;
}
.where-creativity-one .et_pb_column .et_pb_row_inner {
padding: 30px 0 0px 0 !important;
}
.where-creativity-two::after {
display: none;
}
}
.info-service-wrap .et_pb_row {
top: -75px;
z-index: 2;
}
.contact-wrap-page::before {
content: "";
z-index: 1;
height: 100%;
right: 0;
position: absolute;
width: 46%;
background: #F5F5F0;
}
@media (max-width: 980px) {
.contact-wrap-page::before {
display: none;
}
}
footer a {
color: #191919;
}
footer a:hover {
opacity: 0.6;
}
footer .col-logo img {
width: 200px !important;
}
body::-webkit-scrollbar {
width: 5px;
}
body::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #FFFFFF;
}
body::-webkit-scrollbar-track {
background-color: #000000;
border-radius: 10px;
}
a {
transition: all 0.3s ease 0s;
}
a:hover {
transition: all 0.3s ease 0s;
}
#main-content #left-area {
width: 100%;
padding: 0;
}
#main-content .container #sidebar {
display: none;
}
#main-content .container:before {
display: none;
}
.grecaptcha-badge {
display: none !important;
}
.form-wrap .row {
overflow: hidden;
margin: 0 0 18px 0;
}
.form-wrap .row label {
font-style: italic;
color: #000000;
font-size: 12px;
}
.form-wrap .row input, .form-wrap .row textarea {
background: transparent;
color: #A2A2A2;
padding: 8px 0;
border-bottom: solid 1px #A2A2A2 !important;
width: 100%;
border-left: 0;
border-right: 0;
border-top: 0;
border-radius: 0;
}
.form-wrap .row input::-moz-placeholder, .form-wrap .row textarea::-moz-placeholder {
color: #A2A2A2;
}
.form-wrap .row input::placeholder, .form-wrap .row textarea::placeholder {
color: #A2A2A2;
}
.form-wrap .row .wpcf7-submit {
background: #BEFE05;
width: auto;
border: 0 !important;
text-align: center;
font-style: italic;
padding: 15px 40px;
color: #000000;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.form-wrap .row .wpcf7-submit:hover {
transition: all 0.3s ease 0s;
background: #000000;
color: #FFFFFF;
}
.form-wrap .row .item {
float: left;
width: 50%;
}
.form-wrap .row .item.firts {
padding: 0 10px 0 0;
}
.form-wrap.form-wrap-subscribe label {
color: #BEFE05;
}
.form-wrap.form-wrap-subscribe input, .form-wrap.form-wrap-subscribe textarea {
color: #FFFFFF;
border-bottom: solid 1px #FFFFFF !important;
}
.form-wrap.form-wrap-subscribe input::-moz-placeholder, .form-wrap.form-wrap-subscribe textarea::-moz-placeholder {
color: #FFFFFF;
}
.form-wrap.form-wrap-subscribe input::placeholder, .form-wrap.form-wrap-subscribe textarea::placeholder {
color: #FFFFFF;
}
.form-wrap.form-wrap-subscribe .wpcf7-submit {
margin: 0 auto;
display: table;
}
@media (max-width: 980px) {
body {
font-size: 12px !important;
}
.title-g h2 {
font-size: 40px !important;
}
.form-wrap .row .item {
float: none;
width: 100%;
}
.form-wrap .row .item.firts {
padding: 0;
margin: 0 0 20px 0;
}
.form-wrap .row .wpcf7-form-control-wrap {
position: static;
width: 100%;
display: block;
}
.form-wrap .row .wpcf7-form-control-wrap .wpcf7-form-control {
display: block;
width: 100%;
}
.form-wrap .row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
display: block;
margin: 0;
}
.form-wrap .row .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
width: auto;
}
}
@media (max-width: 620px) {
.title-g h2 {
font-size: 30px !important;
}
}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:15px}.et_pb_slide_content,.et_pb_best_value{font-size:17px}body{color:#191919}h1,h2,h3,h4,h5,h6{color:#191919}a{color:#befe05}#footer-widgets .footer-widget li:before{top:9.75px}body .et_pb_button{font-size:15px;background-color:#befe05;border-width:0px!important;border-radius:0px;font-weight:normal;font-style:italic;text-transform:none;text-decoration:none;}body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button{color:#000000}body .et_pb_button:after{content:'E';font-size:15px}body .et_pb_bg_layout_light.et_pb_button:hover,body .et_pb_bg_layout_light .et_pb_button:hover,body .et_pb_button:hover{color:#000000!important;background-color:#a2a2a2}h1,h2,h3,h4,h5,h6,.et_quote_content blockquote p,.et_pb_slide_description .et_pb_slide_title{font-weight:bold;font-style:italic;text-transform:none;text-decoration:none}.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item span.et_mobile_menu_arrow:before,.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a{color:#befe05}.et_slide_in_menu_container,.et_slide_in_menu_container .et-search-field,.et_slide_in_menu_container a,.et_slide_in_menu_container #et-info span{font-weight:bold;font-style:normal;text-transform:none;text-decoration:none}.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a{font-size:40px}.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a,.et_slide_in_menu_container #mobile_menu_slide li a{padding:20px 0}.et_header_style_fullscreen .et_slide_in_menu_container,.et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field,.et_header_style_fullscreen .et_slide_in_menu_container a,.et_header_style_fullscreen .et_slide_in_menu_container #et-info span,.et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a,.et_header_style_fullscreen .et_slide_menu_top span{font-size:20px}.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder{font-size:20px}.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder{font-size:20px}.et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder{font-size:20px}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}	h1,h2,h3,h4,h5,h6{font-family:'Manrope Variable',Helvetica,Arial,Lucida,sans-serif}body,input,textarea,select{font-family:'Neue Haas',Helvetica,Arial,Lucida,sans-serif}.et_slide_in_menu_container,.et_slide_in_menu_container .et-search-field{font-family:'Cofo Sans',Helvetica,Arial,Lucida,sans-serif}