/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2025 | 14:19:59 */
.section--hero--top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30vh;
    background: linear-gradient(rgba(0,0,0,0.6),transparent);
}

.section--hero--bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 20vh;
    background: linear-gradient(transparent,rgba(0,0,0,0.7));
}

.dce-image-area div:before {
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20vh;
    background: linear-gradient(rgba(0,0,0,0.6),transparent);
}

.box-shadow-3d-blue{
    box-shadow: 1px 1px 0px #C3DFE7,
                2px 2px 0px #C3DFE7,
                3px 3px 0px #C3DFE7,
                4px 4px 0px #C3DFE7,
                5px 5px 0px #C3DFE7,
                6px 6px 0px #C3DFE7,
								7px 7px 0px #C3DFE7,
								8px 8px 0px #C3DFE7,
								9px 9px 0px #C3DFE7,
								10px 10px 0px #C3DFE7,
								11px 11px 0px #C3DFE7,
								12px 12px 0px #C3DFE7,
								13px 13px 0px #C3DFE7,
								14px 14px 0px #C3DFE7,
								15px 15px 0px #C3DFE7,
								16px 16px 0px #C3DFE7,
								17px 17px 0px #C3DFE7,
								18px 18px 0px #C3DFE7,
								19px 19px 0px #C3DFE7,
								20px 20px 0px #C3DFE7,
								21px 21px 0px #C3DFE7,
								22px 22px 0px #C3DFE7,
								23px 23px 0px #C3DFE7,
								24px 24px 0px #C3DFE7,
								25px 25px 0px #C3DFE7,
								26px 26px 0px #C3DFE7;
}

.box-shadow-3d-gray{
    box-shadow: 1px 1px 0px #94A7AD,
                2px 2px 0px #94A7AD,
                3px 3px 0px #94A7AD,
                4px 4px 0px #94A7AD,
                5px 5px 0px #94A7AD,
                6px 6px 0px #94A7AD,
								7px 7px 0px #94A7AD,
								8px 8px 0px #94A7AD,
								9px 9px 0px #94A7AD,
								10px 10px 0px #94A7AD,
								11px 11px 0px #94A7AD,
								12px 12px 0px #94A7AD,
								13px 13px 0px #94A7AD,
								14px 14px 0px #94A7AD,
								15px 15px 0px #94A7AD,
								16px 16px 0px #94A7AD,
								17px 17px 0px #94A7AD,
								18px 18px 0px #94A7AD,
								19px 19px 0px #94A7AD,
								20px 20px 0px #94A7AD,
								21px 21px 0px #94A7AD,
								22px 22px 0px #94A7AD,
								23px 23px 0px #94A7AD,
								24px 24px 0px #94A7AD,
								25px 25px 0px #94A7AD,
								26px 26px 0px #94A7AD;
}

.button-shadow-3d-gray a{
    box-shadow: 1px 1px 0px #94A7AD,
                2px 2px 0px #94A7AD,
                3px 3px 0px #94A7AD,
                4px 4px 0px #94A7AD,
                5px 5px 0px #94A7AD,
                6px 6px 0px #94A7AD;
}

.button-shadow-3d-blue a{
    box-shadow: 1px 1px 0px #C3DFE7,
                2px 2px 0px #C3DFE7,
                3px 3px 0px #C3DFE7,
                4px 4px 0px #C3DFE7,
                5px 5px 0px #C3DFE7,
                6px 6px 0px #C3DFE7;
}


.slider-button {
    box-shadow: 1px 1px 0px #C3DFE7,
                2px 2px 0px #C3DFE7,
                3px 3px 0px #C3DFE7,
                4px 4px 0px #C3DFE7,
                5px 5px 0px #C3DFE7,
                6px 6px 0px #C3DFE7;
}

.slider-text, .slider-button {
	font-family: "DIN NEXT LT PRO" !important;
}

.modelos-button i.fa-plus{
  margin-right: 10px;
} 

a {
	color: #92C7D5;
}
a:hover {
	color: #92C7D5;
}

.grecaptcha-badge { 
    visibility: hidden;
}


#pureblok-contact-form label {
    width: 100%;
    line-height: 1.7em;
    font-size: 14px;
}

#pureblok-contact-form textarea {
    height: 120px;
}

#pureblok-contact-form input, #pureblok-contact-form textarea, #pureblok-contact-form select {
    background-color: #EAEFF2;
    border: 1px solid #EAEFF2;
    border-radius: 0px;
	padding: 0.4rem 0.8rem;
	font-size: 14px;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	outline:none;
}

#pureblok-contact-form input:focus, #pureblok-contact-form textarea:focus, #pureblok-contact-form select:focus {
    border: 1px solid #5187A3;
    border-radius: 0px;
}

#pureblok-contact-form a {
    color: #000000;
}

#pureblok-contact-form a:hover {
    /*color: #92C7D5;*/
	color: #000000;
	text-decoration: underline;
}

#pureblok-contact-form .wpcf7-submit {
    border-radius: 0px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
    -webkit-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    background: #000000;
    font-size: 15px;
}

#pureblok-contact-form .wpcf7-submit:hover {
    color: #ffffff;
    filter: brightness(110%);
}

html,
body{
  width:100%;
  overflow-x:hidden;
}

/*STICKY HEADER*/

#header-container{
   transition: background-color 1s ease ;
}
 
#header-container .l-logo {
    display: inline-block;
}
#header-container.elementor-sticky--effects .l-logo{
    display: none;
}
 
#header-container .d-logo {
    display: none;
}
#header-container.elementor-sticky--effects .d-logo{
    display: inline-block;
}

#header .elementor-sticky--effects {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
	
}
 
#header-container.elementor-sticky--effects .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: #67808A;
}


.simple-btn i {
	color: #92C7D5;
	 transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.simple-btn:hover i {
transform: translate(10px,0);
  -webkit-transform: translate(10px,0);
  -moz-transform: translate(10px,0);
  -o-transform: translate(10px,0);
	-ms-transform: translate(10px,0);
	}

.main-color {
	color: #92C7D5 !important;
}

.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

.loop-title {
    transition:all 0.5s ease;
}

.loop-column:hover .loop-title {
    transform: scale(1.1);
}

.loop-title-projects {
    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.loop-column-projects:hover .loop-title-projects {
    background-color: rgba(0, 0, 0, 0.5);
	transform: translateY(-20px);
}

.loop-title-solutions {
    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.loop-column-solutions:hover .loop-title-solutions {
    background-color: rgba(0, 0, 0, 0.5);
	transform: translateY(-20px);
}

#cn-accept-cookie {
	color: #45555C;
}

.main-icon .elementor-icon-box-icon .elementor-icon:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
  
.btn-anim-icon:hover .elementor-button-icon {
    transform: translateX(5px);
}

.btn-anim-icon .elementor-button-icon {
    transition: all 0.3s ease;
}


/* IMAGE EFFECTS */
.image-zoom .elementor-image, .image-zoom .elementor-widget-container {
	overflow: hidden;
}
.image-zoom .elementor-image img, .image-zoom .elementor-widget-container img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out !important;
	transition: all 0.4s ease-in-out !important;
	pointer-events: none;
}
.image-zoom .elementor-image:hover img, .image-zoom .elementor-widget-container:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(105%);
}

.image-zoom-link .elementor-image {
	overflow: hidden;
}
.image-zoom-link .elementor-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out !important;
	transition: all 0.4s ease-in-out !important;
}
.image-zoom-link .elementor-image:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(120%);
}


footer a {
	/*color: #94A7AD !important;*/
}

footer a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

footer a:hover .elementor-icon-list-icon {
	text-decoration: none !important;
}

/* HEADERb */

.she-header-yes {
    width: 100% !important;
}


@media only screen and (max-width: 766px) {
	#lang-drop .wpml-ls-legacy-dropdown {
		width: 100% !important;
	}
}

#lang-drop .wpml-ls-legacy-dropdown {
    padding-top: 5px;
}

#lang-drop .wpml-ls-legacy-dropdown a span {
    padding-left: 5px;
}

#lang-drop .wpml-ls-legacy-dropdown {
    width: 80px;
    padding-bottom: 6px;
}

#lang-drop .wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #000000 !important;
    border: none;
    background: none;
    padding: 4px 10px;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}

#lang-drop .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
    /*box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 11%);*/
}

#lang-drop .wpml-ls-sub-menu li a {
    padding: 10px 10px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 0px;
}

#lang-drop .wpml-ls-sub-menu li a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

#lang-drop .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-top: none;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.400em);
}


/* Show Hide Sticky Header Speed Control */
#hide-header {
	transition: all .2s ease!important;
}


.vantagens-titulo .elementor-heading-title {
    line-height: 1.5em !important;
}

.vantagens-titulo .elementor-heading-title:before {
font-family: "Font Awesome 5 Free";
display: inline-block;
padding-right: 10px;
margin-left: -30px;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\2b";
color: #cccccc;
font-weight: 900;
font-size: 36px;
}


/* For 3 texts */
.textcarousel,
.textcarousel2,
.textcarousel3 {
    pointer-events: none;
    opacity: 0;
}

.textcarousel {
    animation: tcarousel 15s ease infinite;
}

.textcarousel2 {
    animation: tcarousel 15s ease -5s infinite;
}

.textcarousel3 {
    animation: tcarousel 15s ease 5s infinite;
}

@keyframes tcarousel {
    0% {
        opacity: 0;
        transform: translateX(30px);
        pointer-events: none;
    }

    6% {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    30% {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    36% {
        opacity: 0;
        transform: translateX(-30px);
        pointer-events: none;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}



.icon-title-anim-container, .icon-title-anim {
    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.icon-title-anim-container:hover .icon-title-anim {
	transform: translateY(10px);
}

*[title]:hover::after {
  display: none !important;
}





