* {
    box-sizing: border-box;
}

/* LINHA 2180 REMOVER MARGIN TOP QUANDO NOTICIAS ESTAO VISIVEIS */

/*  RESET browser defaults (Eric Meyer Global Reset)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* tables still need 'cellspacing="0"' in the markup */

textarea {
    resize: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* END RESET browser defaults */

h1,
h2,
p {
    line-height: 1.2;
}

img {
    /* width: 100%; */
}

h2,
p {
    line-height: 1.6;
}

.align-right {
    text-align: right;
}

.error {
    border-bottom: 1px solid #d15050 !important;
}

a {
    text-decoration: none;
}


/* FONTS */

@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/Roboto/Roboto-Regular.eot");
    src: local("Roboto-Regular"), url("fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto/Roboto-Regular.woff") format("woff"), url("fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("fonts/Roboto/Roboto-Light.eot");
    src: local("Roboto-Light"), url("fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto/Roboto-Light.woff") format("woff"), url("fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto/Roboto-Light.svg#Roboto-Light") format("svg");
}

@font-face {
    font-family: "Roboto-Thin";
    src: url("fonts/Roboto/Roboto-Thin.eot");
    src: local("Roboto-Thin"), url("fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("fonts/Roboto/Roboto-Thin.woff") format("woff"), url("fonts/Roboto/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto/Roboto-Thin.svg#Roboto-Thin") format("svg");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("fonts/Roboto/Roboto-Medium.eot");
    src: local("Roboto-Medium"), url("fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto/Roboto-Medium.woff") format("woff"), url("fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto-Black";
    src: url("fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: "Prometo-Medium";
    src: url("fonts/Prometo/prometo-medium.eot");
    src: local("Prometo-Medium"), url("fonts/Prometo/prometo-medium.eot?#iefix") format("embedded-opentype"), url("fonts/Prometo/prometo-medium.woff2") format("woff2"), url("fonts/Prometo/prometo-medium.woff") format("woff"), url("fonts/Prometo/prometo-medium.ttf") format("truetype"), url("fonts/Prometo/prometo-medium.svg#Prometo-Medium") format("svg");
}

html {
    scroll-behavior: smooth;
}

img{
	width:100%;
}

body {
    overflow-x: hidden;
}

#okmsg {
	color: #2892c5;
	float: right;
	margin-top: 20px;
	font-family: "Roboto-Regular";
	font-size: 14px;
}

.whatsapp{
	position: fixed;
    right: 15px;
    bottom:15px;
	z-index: 10000;
}


/* HEADER */

#header {
    background:rgba(13, 14, 29, 0.8);
    padding: 22px 0;
    justify-content: space-around;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
	backdrop-filter: blur(10px) brightness(0.8); /* desfoque + less brightness */
    -webkit-backdrop-filter: blur(10px) brightness(0.8); /* Safari support */
}

#header,
.header--links ul,
.header--langs,
.header--logo {
    display: flex;
    align-items: center;
    z-index: 999;
}

#header h2 {
    color: #fff;
    font-family: "Roboto-Medium";
    font-weight: lighter;
    font-size: clamp(14px, 1vw + 3px, 20px);
}

.header--links ul li {
    margin-right: 40px;
}

.header--links ul li:hover,
.send-btn:hover,
.header--langs:hover,
.header--langs h2:hover {
    cursor: pointer;
}

#header .header--links ul li h2 {
    transition: color 0.2s ease-in-out;
}

#header .header--links ul li:hover h2 {
    color: #2892c5 !important;
}

.header--langs .langs--list {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 1;
    background: #fff;
    margin-left: -10px;
}

#header .header--langs .langs--list h2 {
    padding-left: 10px;
    padding-right: 35px;
}

#header .header--langs .langs--list a h2 {
    color: #000;
}

#header .header--langs .langs--list h2:hover {
    background: #000;
}

#header .header--langs .langs--list a:hover h2 {
    color: #fff;
}

.header--langs {
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header--langs::after {
    content: url("../images/arrow-white.png");
    display: block;
    width: 15px;
    height: 9px;
    position: relative;
    right: -10px;
    top: -7px;
    transition: all 0.2s ease-in-out;
}

.header--langs.open::after {
    transform: rotate(180deg);
    top: 2px;
}

/* HOMEPAGE */

#banner-video {
    height: calc(100vh - 129px);
    overflow: hidden;
    margin-top: 129px;
    position: relative;
}

#cta-banner{
	position: absolute;
    z-index: 10;
    bottom: 125px;
    background: rgba(13, 14, 29, 0.59);
    border-radius: 19px;
    padding: 15px 20px;
    color: white;
    border: none;
    font-size: 20px;
    font-family: Roboto-Medium;
	cursor:pointer;
	transition: color,background 0.3s ease-in-out;
}

#cta-banner:hover{
	background:white;
	color: rgba(13, 14, 29, 1);
}

#cta-aboutus{
	position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 42%;
    background: white;
    border-radius: 19px;
    padding: 15px 20px;
    color: rgba(13, 14, 29, 1);
    border: none;
    font-size: 20px;
    font-family: Roboto-Medium;
	cursor:pointer;
	margin-left:56px;
	transition: color,background 0.3s ease-in-out;
}

#cta-aboutus:hover,
#cta-budget:hover,
#cta-references:hover{
	background:#2892c5;
	color: white;
}

#cta-budget{
	position: relative;
    z-index: 10;
    bottom: 125px;
    background: white;
    border-radius: 19px;
    padding: 15px 20px;
    color: rgba(13, 14, 29, 1);
    border: none;
    font-size: 20px;
    font-family: Roboto-Medium;
	cursor:pointer;
	margin-top:150px;
	transition: color,background 0.3s ease-in-out;
}

.centered{
	display:flex;
	justify-content:center;
	width:100%;
}

#cta-technology{
	position: relative;
    z-index: 10;
    bottom: -100px;
    background: rgba(13, 14, 29, 1);
    border-radius: 19px;
    padding: 15px 20px;
    color: white;
    border: none;
    font-size: 20px;
    font-family: Roboto-Medium;
	cursor:pointer;
	border:1px solid rgba(13, 14, 29, 1);
	transition: color,background 0.3s ease-in-out;
}

#cta-technology:hover,
#cta-labs:hover
{
	background:white;
	color: rgba(13, 14, 29, 1);
	border:1px solid rgba(13, 14, 29, 1);
}

#cta-labs{
	position: relative;
    z-index: 10;
    bottom: -3vw;
    left: 0;
    background: rgba(13, 14, 29, 1);
    border-radius: 19px;
    padding: 1vw 1.2vw;
    color: white;
    border: none;
    font-size: 1vw;
    font-family: Roboto-Medium;
	cursor:pointer;
	border:1px solid rgba(13, 14, 29, 1);
	transition: color,background 0.3s ease-in-out;
}

#cta-references{
	position: relative;
    z-index: 10;
    bottom: 125px;
    background: white;
    border-radius: 19px;
    padding: 15px 20px;
    color: rgba(13, 14, 29, 1);
    border: none;
    font-size: 20px;
    font-family: Roboto-Medium;
	cursor:pointer;
	margin-top:250px;
	z-index:11;
	transition: color,background 0.3s ease-in-out;
}

@media (max-width:1129px){
	#cta-aboutus{
		font-size:14px;	
	}
	
	#cta-labs{
	position: relative;
    z-index: 10;
    bottom: -40px;
    left: 0;
    background: rgba(13, 14, 29, 1);
    border-radius: 19px;
    padding: 10px 15px;
    color: white;
    border: none;
    font-size: 14px;
    font-family: Roboto-Medium;
	cursor:pointer;
    }
}

@media (max-width: 940px) {
    #cta-budget {
        bottom: 0px;
        margin-top: 90px; 
    }
	
	#cta-references {
    position: relative;
    z-index: 10;
    bottom: 125px;
   }
}

@media (max-width: 889px) {
	#cta-aboutus{
		left:calc((100% - 117.45px)/2);
		margin-left:0;
		bottom: 0;
	}
}

@media (max-width: 550px) {
    #cta-budget {
        bottom: 0px;
        margin-top: 90px;
        font-size:14px;		
    }
	
	#cta-references {
    position: relative;
    z-index: 10;
    bottom: 125px;
	font-size:14px;
   }
	
	.areas--separator, #business-areas--slider {
        height: 97% !important;
    }
}

@media (max-width:440px){
	#cta-banner{
		font-size:14px;
		bottom:80px;
	}
	
	#cta-budget {
        bottom: 0px;
        margin-top: 90px;
        font-size:14px;	
    }
	
	#cta-technology{
        font-size: 14px;
    }
}

.mute-video {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 10;
}

.mute-video:hover {
    cursor: pointer;
}

#video-overflow {
    position: absolute;
    width: 100%;
}

.mute-video.unmuted {
    background: url('../images/unmuted.svg') center no-repeat;
    width: 150px;
    height: 150px;
    transform: scale(0.2);
}

.mute-video.muted {
    background: url('../images/muted.svg') center no-repeat;
    transform: scale(0.2);
    width: 150px;
    height: 150px;
}

#banner-video img {
    width: 100%;
    margin-top: -1px;
}

#video-overflow {
    display: flex;
    justify-content: center;
}

#banner-video,
#banner-video video,
#aboutus {
    width: 100%;
}

#banner-video video {
    position: relative;
}

#myModal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
	
}

#myModal .modal-content {
    width: 680px;
	position:relative;
	display: flex;
    flex-direction: column;
	border-radius:25px;
	background: #0D0E1D;
    border-radius: 25px;
}

#myModal .modal-content .top-content{
	
}

#myModal .modal-content .bottom-content{
	padding: 35px;
}

#myModal .modal-content .bottom-content form{
	display: flex;
    flex-direction: column;
	
}

#myModal .modal-content .bottom-content form label{
    margin-bottom: 10px;
	color: #fff;
    text-decoration: none;
	font-family: "Roboto-Medium";
    font-size: 16px;
    text-transform: uppercase;
}

#myModal .modal-content .bottom-content form input{
    font-family: "Roboto-Regular";
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
	padding-bottom: 10px;
    margin-bottom: 40px;
}

#myModal .submit-btns{
	display: flex;
    align-items: center;
    justify-content: right;
}

#myModal .submit-btns .send-btn{
	position: relative;
    color: #fff;
    text-decoration: none;
	width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url(../images/arrow.svg) no-repeat center;
    transition: background 0.3s ease-in-out;
}

#myModal .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 75px;
    cursor: pointer;
	color:white;
}

@media(max-width: 1000px){
	#myModal .modal-content {
        width: 450px;
    }
}

@media(max-width: 550px){
	#myModal .modal-content {
        width: 300px;
    }
}

#aboutus {
    padding-top: 200px;
	position:relative;
}

.bg-aboutus{
	position:absolute;
	bottom:0;
	z-index:10;
}

.aboutus--title,
.products--title,
.news--title {
    width: 75%;
    margin: 0 auto 40px;
}

.aboutus--title h2,
.products--title h2,
.news--title h2 {
    font-family: "Roboto-black";
    font-size: calc(4vw + 10px);
    color: #0d0e1d;
    text-transform: uppercase;
    letter-spacing: 3.75px;
	line-height: 85px;
    text-align: center;
}

.aboutus--subtitle,
.products--subtitle,
.news--subtitle {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #0d0e1d;
    text-align: center;
    margin-bottom: 60px;
}

.aboutus--section-1 img {
    min-width: 1000px;
    width: 75%;
    z-index: 1;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 1300px;
}

.aboutus--section-1,
.aboutus--section-2,
.aboutus--section-3 {
    position: relative;
}

.aboutus--section-1 {
    height: 80vh;
    margin-bottom: 100px;
}

.aboutus--section-2 {
    background: #0d0e1d;
    width: 100%;
    padding-top: 350px;
    padding-bottom: 200px;
}

.aboutus--section-3 {
    background: #0d0e1d;
    width: 100%;
    padding-top: 100px;
}

.section-2--content h2 {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #fff;
    float: left;
}

.section-2--content h2:nth-child(1) {
    font-family: "Roboto-Bold";
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    width: calc(40% - 100px);
    margin-left: 50px;
    margin-right: 50px;
}

.section-2--content h2:nth-child(2) {
    width: calc(60% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    font-weight: lighter;
}

.section-2--content {
    width: 75%;
    margin: 0 auto;
}

.section-3--content {
    padding:0 5vw;
    margin: 0 auto;
}

.desktop-method{
	display:block;
}

.mobile-method{
	display:none;
}

.steps{
	display: flex;
    flex-direction: column;
}

.steps .top{
	display: flex;
    gap: 7.4vw;
	width:100%;
}

.steps .bottom{
	display: flex;
    gap: 7.4vw;
	width:100%;
}

.step{
	width: 7.4vw;
    text-align: center;
	font-family:Roboto-Bold;
}

.step .step-number{
	font-size: 1.2vw;
	color:#2892C5;
}

.step .step-text{
	color:white;
	font-size:1vw;
}

#top1{
	margin-left:8.7%;
}

@media (max-width:1050px){
	.desktop-method{
	    display:none;
    }

    .mobile-method{
	    display: block;
        width: 19vw !important;
        left: calc((100% - 19vw) / 2) !important;
        position: absolute;
    }
	
	.bg-aboutus{
        bottom:35%;
    }
	
	.steps{
	    display: flex;
        flex-direction: row-reverse;
		width:60%;
    }

    .steps .top{
	display: flex;
    row-gap: 15.4vw;
	width:100%;
	flex-direction:column;
	margin-top:16vw;
	align-items:flex-end;
    }

    .steps .bottom{
	     display: flex;
        gap: 15.4vw;
	    width:100%;
	    flex-direction:column;
    }

    .step{
	    width: 16.4vw;
        text-align: center;
	    font-family:Roboto-Bold;
		height:15.4vw;
    }

    .step .step-number{
	    font-size: 2.4vw;
    }

    .step .step-text{
	    font-size:1.7vw;
    }

    #top1{
	    margin-left:0;
    }
	
	.aboutus--section-3 {
    background: #0d0e1d;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
    }
	
	.section-3--content {
    padding: 0 5vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    }
}

@media (max-width:440px){
	 .mobile-method{
	    display: block;
        width: 24vw !important;
        left: calc((100% - 24vw) / 2) !important;
        position: absolute;
    }
	.steps{
		width:80%;
    }
	.step {
        width: 21.4vw;
        height: 21.4vw;
    }
	.step .step-number {
        font-size: 4.4vw;
    }
	.step .step-text {
        font-size: 2.5vw;
    }
	.steps .top {
        margin-top: 20vw;
		row-gap:18.4vw;
    }
	.steps .bottom {
        gap: 18.4vw;
    }
}

.product--title {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
	opacity: 0;
	transform: scale(1.1);
	transition: .5s all;
}

.product--resume {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #ffffff;
    margin-top: 40px;
	opacity: 0;
	transform: scale(1.1);
	transition: .5s all;
}

.products--glide-container {
    overflow: hidden;
}

#products {
    padding: 80px 0;
}

#products .glide {
    margin-left: 245px;
}

#products .products--read-more {
    color: #2892c5;
    font-family: "Roboto-Regular";
    font-size: 14px;
    margin-top: 8px;
    position: relative;
	display: none;
}

#products .products--read-more::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background-color: #2892c5;
    position: absolute;
    left: 3.6%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -webkit-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -ms-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
}

#products .products--read-more:hover::after {
    width: 55px;
}

#products .products--read-more.open:hover::after {
    width: 69px;
    left: 4.5%;
}

#products .products--read-more:hover {
    cursor: pointer;
}

#products--glide-controls {
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: rgb(212, 212, 212);
    width: 86.9%;
}

#products--glide-controls::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 20%;
    background: #000;
}

#products--glide-controls::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 10%;
    background: #000;
}

#products .products--glide-slider {
    margin-top: 80px;
}

#products .product--data,
#products .product--title,
#products .product--resume {
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(1.1);
}

#products .products--glide-mobile-product:hover .product--data,
#products .products--glide-mobile-product:hover .product--title,
#products .products--glide-mobile-product:hover .product--resume {
  opacity: 1;
  transform: scale(1);
}

/* NEW PROJECTS */

#projects {
}

#projects .projects-container {
    overflow: hidden;
    width: 95%;
    margin-left: 2.5%;
    padding: 150px 0;
    font-family: Roboto-Regular;
}

#projects .slider {
    position: relative;
    margin-top: 125px;
}

#projects .slider::before,
#projects .slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

#projects .slider::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

#projects .slider::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}

#projects .category-slide {
    border-radius: 20px;
    text-align: center;
    transition: transform 0.4s, opacity 0.4s;
    height: 27vw !important;
    overflow: hidden;
    position: relative;
}

#projects .category-slide img {
    flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.73);
}

#projects .category-slide .slide-info {
    position: absolute;
    top: 0;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 2.5%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#projects .category-slide .slide-info .title {
    width: 90%;
    margin-left: 5%;
}

#projects .category-slide .slide-info .description {
    width: 90%;
    margin-left: 5%;
}

#projects .category-slide .slide-info .separator {
    height: 1px;
    width: 90%;
    background: white;
    margin-left: 5%;
}

#projects .category-slide .border-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    padding: 12px 0px 0px 12px;
    border-top-left-radius: 20px;
}

#projects .category-slide .border-button .category-button {
    background: #2892c5;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    padding: 15px 15px 15px 15px;
    color: white;
	display: flex;
    gap: 10px;
}

#projects .category-slide .border-button .category-button img{
	filter:unset;
	
}

#projects .category-slide .border-button .category-button:hover {
    background: black;
}

.slick-prev {
    background: url(../images/prev-arrow.png) !important;
    background-size: cover !important;
    left: 32% !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 1 !important;
}

.slick-next {
    background: url(../images/next-arrow.png) !important;
    background-size: cover !important;
    right: 32% !important;
    width: 50px !important;
    height: 50px !important;
    z-index: 1 !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: unset !important;
    font-size: unset !important;
    line-height: unset !important;
    opacity: unset !important;
    color: unset !important;
    -webkit-font-smoothing: unset !important;
    -moz-osx-font-smoothing: unset !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: unset !important;
    margin: 0;
    padding: 0;
}

/* scaling applied on .category-slide now */
.center .category-slide {
    transform: scale(0.6);
    opacity: 0.4;
    transition: transform 0.4s, opacity 0.4s;
}

.center .category-slide.scale-small {
    transform: scale(0.6);
    opacity: 0.5;
}

.center .category-slide.scale-mid {
    transform: scale(0.9) translateX(1vw);
    opacity: 0.8;
}

.center .category-slide.scale-big {
    transform: scale(1.2);
    opacity: 1;
    z-index: 10;
}

.center .category-slide.scale-mid-left {
    transform: scale(0.9) translateX(-3vw);
}

.center .category-slide.scale-mid-right {
    transform: scale(0.9) translateX(3vw);
}

@media (max-width: 1320px) {
	#projects .category-slide{
        height: 42vw !important;
    }

    .slick-prev {
        left: 22% !important;
        width: 40px !important;
        height: 40px !important;
    }

    .slick-next {
        right: 22% !important;
        width: 40px !important;
        height: 40px !important;
    }
	

}

@media (max-width: 700px) {
    #projects .center .category-slide.scale-mid-left {
        transform: scale(1) translateX(0) !important;
    }

    #projects .center .category-slide.scale-mid-right {
        transform: scale(1) translateX(0) !important;
    }

    #projects .center .category-slide.scale-small {
        transform: scale(1) !important;
        opacity: 0.5;
    }

    #projects .center .category-slide.scale-mid {
        transform: scale(1) translateX(0) !important;
        opacity: 0.8;
    }

    #projects .center .category-slide.scale-big {
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }

    #projects .slider::before,
    #projects .slider::after {
        width: 17%;
    }

    #projects .category-slide {
        height: 100vw !important;
    }

    #projects .slider::before,
    #projects .slider::after {
        width: 19%;
    }
	
	#projects .projects-container {
        padding: 0px 0px 100px 0px;
    }
	
	#projects .slider {
        margin-top: 70px;
    }

    #cta-technology{
        bottom: -30px;
	}	

}

/* PROJECTS LIST */

#projects-list .projects-container {
    width: 90vw;
    margin-top: 180px;
    margin-bottom: 180px;
    margin-left: 5vw;
	padding:unset;
}

#projects-list .projects-container .swiper-slide{

}

.product {
    font-family: Roboto-Regular;
    width:100%;
    border-radius: 20px;
    /*height: 30vw;*/
    overflow: hidden;
    position: relative;
	height: 39.844vw;
}

.product svg {
    position: absolute;
    bottom: -38.5%;
    left: 0;
    width: 95%;
    margin-left: 2.5%;
    height: 100%;
    pointer-events: none;
}

.product .product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    margin-left: 7%;
    margin-bottom: 2.5%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    height: 8.01vw;
    justify-content: center;
    align-items: baseline;
}

.product .product-info .title {
    font-size: 1.2vw;
}

.product .product-info .country {
    font-size: 1vw;
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Roboto-Regular;
    color: white;
    font-style: italic;
}

.product .first-border {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}

.product .first-border .border-button {
    background: white;
    padding: 12px 0px 0px 12px;
    border-top-left-radius: 50px;
    height: 4.9vw;
}

.product .first-border .border-button a {
    background: #2892c5;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 100%;
}

.product .first-border .border-button a:hover {
    background: black;
}

.product .first-border .border-button a img {
    width: auto;
    height: 2vw;
}

.product .first-border .border-button a:hover .plus {
    display: none;
}

.product .first-border .border-button a:hover .hover-plus {
    display: block;
}

.product .first-border .border-button a .hover-plus {
    display: none;
}

.product .title {
}

.product .splitter {
    width: 60%;
    background: white;
    height: 1px;
}

.product .subtitle {
    font-size: 0.9rem;
    color: #666;
    margin: 5px 0;
}

.product .country img {
    width: 2vw !important;
}

/* Plus button */
.product .open-modal {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.product .open-modal:hover {
    background: #444;
}

.swiper-button-prev-product {
    position: absolute;
    background: url(../images/prev-arrow.png);
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 18vw;
    z-index: 1;
    background-size: contain;
    left: 5%;
}

.swiper-button-next-product {
    position: absolute;
    background: url(../images/next-arrow.png);
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 18vw;
    z-index: 1;
    background-size: contain;
    right: 5%;
}

@media (max-width:1320px){
	
	.product {
        border-radius: 20px;
        height: 45vw;
    }
	
	.product .product-info {
        margin-bottom: 5.5%;
	}
	
	.product .first-border .border-button a {
        border-top-left-radius: 25px;
	}
	
	.product .first-border .border-button{
        border-top-left-radius: 35px;
		height: 5.6vw;
    }
	
	
	.swiper-button-prev-product {
        left: 2%;
    }

    .swiper-button-next-product {
        right: 2%;
    }
}

@media (max-width:1000px){
	.product {
        border-radius: 20px;
        height: 65vw;
    }
	
	.product svg {
        bottom: -37.5%;
    }
	
	.product .first-border .border-button {
        border-top-left-radius: 35px;
        height: 8.2vw;
    }
	
	.product .product-info {
        margin-bottom: 10.5%;
    }
	
	.product .product-info .title {
        font-size: 1.7vw;
    }
	
	.product .country img {
        width: 2vw !important;
    }
	
	.product .product-info .country {
        font-size: 1.9vw;
	}
	
	.product .first-border .border-button a img{
        height: 3vw;
    }
	
	.swiper-button-prev-product {
        top:30vw;
    }

    .swiper-button-next-product {
        top:30vw;
    }
}

@media (max-width:600px){
	.product {
        border-radius: 20px;
        height: 120vw;
    }
	
	.product svg{
        bottom: -35.5%;
    }
	
	.product .first-border .border-button {
        border-top-left-radius: 35px;
        height: 17.6vw;
    }
	
	.product .product-info {
        margin-bottom: 6.5%;
		height:24vw;
		gap:3vw;
    }
	
	.product .product-info .title {
        font-size: 4vw;
    }
	
	.product .country img {
        width: 6vw !important;
    }
	
	.product .product-info .country {
        font-size: 3.9vw;
	}
	
	.product .first-border .border-button a img{
        height: 6vw;
    }
	
	.swiper-button-prev-product {
        top:55vw;
    }

    .swiper-button-next-product {
        top:55vw;
    }
}



/* MODAL */

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
	top:129px;
}

.modal:target {
    display: block;
}

.modal-content {
    position: relative;
    width: 88%;
    height: 90%;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 6%;
}

.modal-title {
    text-align: center;
    padding: 20px;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 32px;
    color: #000;
    text-decoration: none;
    z-index: 20;
}

.modal-header{
	display:flex;
	width: 100%;
    height: 35px;
}

.modal-header .info {
    position: absolute;
    top: 20px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
    color: #000; /* black text since background is white */
}

.modal-header .title {
    font-size: 1.8rem;
    margin: 0;
	color:#0D0E1D;
	font-family:Roboto-Bold;
}

.modal-header .splitter {
    width: 100%;
    height: 1px;
    background: #0D0E1D;
    margin: 8px 0;
}

.modal-header .country {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin: 0;
	color:#0D0E1D;
	font-style:italic;
	font-family:Roboto-Regular;
}

.modal-header .country-flag {
    width: 20px;
    height: auto;
    margin-right: 8px;
}


    .modal .product-images-list {
      position: relative !important;
      width: 73.7vw !important;
      height: auto !important;
	  overflow:hidden !important;
    }
    .modal .swiper-slide {
      height:33.844vw !important;
      display: flex !important;
	  overflow:hidden;
      opacity:0.45;
      align-items: center !important;
      justify-content: center !important;
      transition: all 200ms linear !important;
      transform: scale(0.815) !important;
	  transform-origin: bottom center !important;
    }
    .modal .swiper-slide.swiper-slide-active {
      transform: scale(1) !important;
	  opacity:1;

    }
	
	.modal .swiper-button-prev {
    background-image: url("../images/prev-arrow-blue.png");
    left: 10px;
	width: 50px;
    height: 50px;
    background-size: contain;
    color: transparent;
}

.modal .swiper-button-next {
    background-image: url("../images/next-arrow-blue.png");
    right: 10px;
	width: 50px;
    height: 50px;
    background-size: contain;
    color: transparent;
}


@media (max-width:1400px){
	.modal-header{
        height: 140px;
    }
}
@media (max-width:1000px){
    .modal .swiper-slide {
        height: 600px !important;
    }   
}

@media (max-width:600px){
    .modal .swiper-slide {
        height: min-content !important;
    }
	.modal-header .title {
        font-size: 18px;
    }   
}	

@media (max-width:700px){
    .modal .swiper-button-prev {
        left: 50px;
        bottom: -60px;
        top: unset;
    }
	
	.modal .swiper-button-next {
        right: 50px;
        bottom: -60px;
        top: unset;
    }
}





/* BUSINESS AREAS */

#business-areas {
    background: #0d0e1d;
    padding: 100px 0;
    height: 250vh;
}

#business-areas h2:not(.business-areas--title) {
    color: #fff;
    font-weight: lighter;
}

#business-areas .areas {
    position: sticky;
    top: 140px;
    width: 85%;
    margin: 120px auto 0;
}

#business-areas .area {
    float: left;
    top: 120px;
    position: relative;
    padding-bottom: 100px;
}

#business-areas .areas--section-1 .area,
#business-areas .areas--section-2 .area {
    opacity: 0;
    transition: top 0.3s cubic-bezier(0, 0.75, 1, 0.98), opacity 0.5s ease-in-out;
    width: 100%;
}

#business-areas .area.visible {
    top: 0 !important;
    opacity: 1 !important;
}

#business-areas .areas--section-1 .area:nth-child(4),
#business-areas .areas--section-1 .area:nth-child(5) {
    clear: right;
}

#business-areas .areas--section-1 .area:nth-child(5) {
    margin-bottom: 0;
}

.area--header h2,
.area--header img {
    float: left;
}

.area--header {
    margin-bottom: 20px;
}

.area--header img {
    width: 26px;
    height: 25px;
    margin-left: 20px;
}

.areas--section-2 .area--header img {
    margin-right: 20px;
    margin-left: 0;
}

.area--title {
    font-family: "Roboto-Medium";
    font-size: 20px;
}

.area--resume {
    font-family: "Roboto-Regular";
    font-size: 16px;
}

.business-areas--title {
    font-family: "Roboto-Bold";
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.areas--section-1 {
    margin-left: 30px;
}

.areas--section-1,
.areas--section-2 {
    width: calc(48% - 95px);
    float: left;
}

#business-areas .areas--section-1 .area {
    float: right;
}

#business-areas .areas--section-1 .area h2 {
    text-align: right;
}

.areas--section-2 {
    margin-top: 100px;
}

.areas--separator-height {
    height: 558px !important;
}

.areas--separator {
    float: left;
    height: 558px;
    margin-top: 185px;
    margin: 0 95px;
    width: 2px;
}

.areas--section-1 .area--header {
    display: flex;
    justify-content: flex-end;
}

.areas--section-2 .area--header {
    display: flex;
}

.areas--section-2 .area--header .area--title {
    order: 1;
}

#business-areas--slider {
    height: 700px;
    width: 3px;
    background: rgb(21 22 47);
    position: relative;
    top: 50px;
}

#business-areas--slider::-webkit-slider-thumb {
    appearance: none;
    height: 3px;
    margin-top: -1px;
    width: 150px;
    background: #fff;
    border-radius: 5px;
}

.business-areas--slider-inner {
    width: 2px;
    height: 0;
    background: #fff;
    border-radius: 5px;
    transition: width 0.1s ease-in-out;
}

#business-areas--slider::-webkit-slider-runnable-track {
    appearance: none;
    background: rgb(114, 114, 114);
    height: 1px;
}

.projects-container {
    padding: 150px 0 150px 100px;
    text-align: center;
}

.projects-container--title {
    text-align: center;
	margin-bottom: 50px;
}

.projects-container--title h2 {
    color: #0d0e1d;
    font-size: 30px;
    font-family: "Roboto-Bold";
}

.project--card {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.projects-container--bottom-row .project--card .subtitle {
    bottom: 33px;
}

.project--card .subtitle,
.projects-container--bottom-row .project--card .subtitle {
    position: absolute;
    bottom: -200px;
    left: 0;
    height: 167px;
    backdrop-filter: blur(8px);
/*    background: rgba(0, 0, 0, 0.4);*/
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 20px;
}

.project--card .subtitle.active {
    bottom: 0;
    z-index: 2;
}

.project--card .subtitle h2 {
    font-size: 14px;
    font-family: 'Roboto-Thin';
    color: #fff;
}

.project--card .subtitle.small h2 {
    font-size: 13px;
}

.project--card .project--card-img-container {
    position: relative;
}

.project--card .project--card-img-container .project--card-img-mobile {
    display: none;
}

.project--card .project--card-img-container img {
    transition: transform 0.3s ease-in-out;
}

.project--card-img-container {
    overflow: hidden;
}

.projects-container--top-row .project--card:nth-child(1) {
    width: calc(40% - 20px);
}

.projects-container--top-row .project--card:nth-child(2) {
    width: calc(26% - 20px);
    margin-top: 85px;
}

.projects-container--top-row .project--card:nth-child(3) {
    width: calc(34% - 20px);
    margin-top: 16px;
}

.projects-container--bottom-row .project--card:nth-child(1) {
    width: calc(32% - 20px);
}

.projects-container--bottom-row .project--card:nth-child(2) {
    width: calc(68% - 20px);
}

.project--card-header {
    display: flex;
    align-items: center;
}

.project--card-header.mobile {
    display: none;
}

.project--card-header.tablet {
    display: none;
}

.project--card-title {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #0d0e1d;
    margin-right: 10px;
}

.project--card-category {
    font-family: "Roboto-Regular";
    font-size: calc(0.7vw);
    color: #9b9b9b;
    margin-bottom: -2px;
}

.project--card img {
    width: 100%;
}

.view-more-link {
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #9b9b9b;
    margin-top: 90px;
    display: block;
}

#labs {
    background: #f4f4f4;
}

.labs-container {
    padding: 4vw 0 7vw 5vw;
	position:relative;
}

.labs--title {
    font-size: 1.6vw;
    font-family: "Roboto-Bold";
    color: #0d0e1d;
	margin-bottom: 3vw;
}

.labs--content-text h2 {
    font-family: "Roboto-Regular";
    font-size: 0.8vw;
    color: #9b9b9b;
    font-weight: lighter;
}

.labs--content-list li {
    margin-left: 5px;
    text-indent: 10px;
}

.labs--content-list li::marker {
    content: "\2022";
    color: #9b9b9b;
    font-size: 10px;
}

.labs--content .labs--content-text {
    float: left;
    width: calc(47% - 90px);
}

.labs--content .labs--content-image {
    float: left;
    width: calc(60% - 90px);
}

.labs--content-text {
    margin-right: 1vw;
}

.labs--content-image img {
	width: 54%;
    position: absolute;
    bottom: 0;
    right: 0;
}


.article--title {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #0d0e1d;
    margin-top: 30px;
	padding: 0 50px;
	width: 50%;
	display: inline-block;
}

.article--resume {
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #9b9b9b;
    margin-top: 40px;
	padding: 0 50px;
	width: 50%;
	display: inline-block;
}

.news--glide-container {
    overflow: hidden;
}

#news {
    padding: 200px 0;
}

#news .glide {
    margin-left: 245px;
}

#news .news--read-more {
    color: #2892c5;
    font-family: "Roboto-Regular";
    font-size: 14px;
    margin-top: 40px;
    position: relative;
	padding: 0 50px;
	width: 50%;
	display: inline-block;
}

#news .news--read-more::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background-color: #2892c5;
    position: absolute;
    left: 15%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -webkit-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -ms-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
}

#news .news--read-more:hover::after {
    width: 55px;
}

#news .news--read-more.open:hover::after {
    width: 69px;
    left: 4.5%;
}

#news .news--read-more:hover {
    cursor: pointer;
}

#news--glide-controls {
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: rgb(212, 212, 212);
    width: 86.9%;
}

#news--glide-controls::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 20%;
    background: #000;
}

#news--glide-controls::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 10%;
    background: #000;
}

#news .news--glide-slider {
    margin-top: 80px;
}

#news ul.glide__slides li.glide__slide {
    width: 1000px !important;
}

#news ul.glide__slides li.glide__slide .article--img {
    float: left;
	width: 50%;
}



#social {
	position: relative;
	height: 900px;
	margin-top: 200px;
}

#social .banner {
	float: left;
	width: 100%;
	height: 549px;
	background: url('../images/bg-social.png') no-repeat center center;
	background-size: cover;
	color: #ffffff;
	font-family: "Roboto-Bold";
    font-size: 30px;
	display: table;
}

#social .banner .banner-content {
	width: 910px;
	text-align: center;
	display: table-cell;
	padding: 0 120px;
	box-sizing: border-box;
	vertical-align: middle;
}

#social .banner .banner-content span {
	font-family: "Roboto-Regular";
	font-size: 16px;
}

#social .banner img {
	width: 45px;
	height: 45px;
}

#social .banner img:hover {
	opacity: 0.5;
}

#social .mobile {
	position: absolute;
	width: 540px;
	height: 1056px;
	background: url('../images/bg-social-mobile.png') no-repeat center center;
	background-size:contain;
	top: -160px;
	right: 288px;
	z-index: 10;
}

#social .mobile-posts {
	position: absolute;
	width: 910px;
	right: 0;
	top: 151px;
	z-index: 8;
}

#social .mobile-posts .glide__slides {
	margin-left: 132px;
}
#social .mobile-posts .glide__slides li {
	width: 450px !important;
	margin: 0;
}

#social .mobile-posts img {
	width: 463px !important;
	height: 453px;
}

#social .mobile-posts #post-list .controls {
	position: absolute;
	bottom: -97px;
}

#social .mobile-posts #post-list .controls button {
	width: 78px;
	height: 78px;
	background: url('../images/bg-glide-arrow-left.png') no-repeat center center;
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
	margin-left: 0;
}

#social .mobile-posts #post-list .controls button:hover {
	opacity: 0.5;
}

#social .mobile-posts #post-list .controls button:nth-child(2) {
	background: url('../images/bg-glide-arrow-right.png') no-repeat center center;
	margin-left: 570px;
}



#partners {
    background: #0d0e1d;
    position: relative;
}

.partners-container {
    padding: 200px 245px;
}

#partners .partners--gallery {
    width: 100%;
    overflow: hidden;
}

#partners .partners--gallery .partners--gallery-cell.blank {
    display: none;
}

#partners .partners--gallery .partners--gallery-cell {
    width: calc(33% - 40px);
    float: left;
    background: #fff;
    height: 224px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 65px;
	margin: 0 20px 40px;
	transition: 0.25s all;
}

#partners .partners--gallery .partners--gallery-cell:hover {
	border-radius: 120px;
}

#partners .partners--gallery .partners--gallery-cell:nth-child(4) img {
    max-width: 200px;
}

#partners .partners--gallery .partners--gallery-cell img {
    width: 100%;
    min-width: 100px;
}

#partners h2 {
    color: #fff;
}

.partners--title {
    font-family: "Roboto-Bold";
    font-size: 30px;
    position: absolute;
    left: calc(50% - 7px);
    transform: translateX(-50%);
}

.partners--subtitle {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-weight: lighter;
    margin-left: 58%;
    width: 42%;
}

.partners--header {
    margin-bottom: 100px;
}


#references {
	float: left;
	width: 100%;
	margin-top: 150px;
	padding: 50px 70px;
	background: #0D0E1D;
	box-sizing: border-box;
}


.references-container {
    padding: 50px 0 100px;
	border-bottom: 1px solid white;
}

.references--title {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto-Bold";
    font-size: 30px;
    margin-bottom: 160px;
}

#references .glide-references {
	float: left;
	width: 100%;
}

#references .glide-references ul {
	float: left;
	width: 100%;
	text-align: center;
}

#references .glide-references ul li {
	width: 216px;
	height: 216px;
	margin: 20px;
	background: #ffffff;
	border-radius: 100px;
	display: inline-table;
	text-align: center;
	position:relative;
	z-index:11;
}

#references .glide-references ul li div {
	vertical-align: middle;
	display: table-cell;
}

#references .glide-references ul li img {
	max-width: 80%;
	max-height: 80%;
}

#footer {
	float: left;
	width: 100%;
    background: #0d0e1d;
	position:relative;
}

#footer a.centro2030 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
}

#footer a.centro2030 img {
	width: 30%;
}

@media screen and (max-width: 800px) {
	#footer a.centro2030 img {
	  width: 60%;
	}
}

#footer .developedby a img {
    width: 40px;
    margin-bottom: -1px;
    margin-left: 10px;
}

.footer-container {
    padding: 50px 245px 0;
	z-index: 11;
    position: relative;
}

.footer--logo {
    margin-bottom: 80px;
}

#footer h2,
#footer a,
#footer label,
#footer .send-btn,
#footer .footer--phone-nr {
    color: #fff;
    text-decoration: none;
}

#footer .send-btn:first-child {
    position: relative;
}

#footer .send-btn:first-child::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -webkit-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -moz-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -ms-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: width 0.15s cubic-bezier(0.45, 0, 0.55, 1);
}

#footer .send-btn:first-child:hover::after {
    width: 100%;
}

.footer--email-title,
.footer--phone-title,
.footer--address-title,
.footer--socials-title {
    font-family: "Roboto-Bold";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: lighter;
}

#footer .footer--email a:hover {
    text-decoration: underline;
}

.footer--socials-title {
	margin-bottom: 5px;
}

.footer--email a,
.footer--phone a,
.footer--address .location,
#footer .footer--phone-nr {
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-weight: lighter;
}

#footer .footer--phone-nr {
	margin-bottom: 80px;
}

.footer--info-form label,
.footer--info-form .send-btn {
    font-family: "Roboto-Medium";
    font-size: 16px;
    text-transform: uppercase;
}

.footer--info-form .form-title{
	font-family:Roboto-Bold;
}

.footer--info-form input {
    font-family: "Roboto-Regular";
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footer-socials {
    float: left;
    width: calc(50% - 125px);
	margin-right: 125px;
}

.footer-socials a img {
	width: 45px;
	height: 45px;
	margin-right: 17px;
}

.footer-socials a img:hover {
	opacity: 0.5;
}

.footer-socials a h2 {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.footer-socials a h2:first-child {
    margin-right: 60px;
}

#name.error::placeholder,
#email.error::placeholder,
#message.error::placeholder {
    color: #d15050;
}

#name.error:focus::placeholder,
#email.error:focus::placeholder,
#message.error:focus::placeholder {
    color: #fff;
}

.footer--info-data,
.footer--info-form {
    float: left;
}

.footer--info-data {
    margin-right: 120px;
    width: calc(60% - 60px);
}

.footer--info-form {
    width: calc(40% - 60px);
}

.footer--info-form form {
    display: flex;
    flex-direction: column;
}

.send-btn.round {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url("../images/arrow.svg") no-repeat center;
    transition: background 0.3s ease-in-out;
}

.send-btn.round:hover {
    background: url("../images/dark-arrow.png") no-repeat center;
    background-color: #fff;
}

.footer--info-data .footer-logo,
.footer--info-data .footer--email,
.footer--info-data .footer--phone,
.footer--info-data .footer--address {
    float: left;
    width: calc(50% - 125px);
    margin-right: 125px;
    margin-bottom: 80px;
}

.footer--info-data .footer-logo img {
    width: auto;
}

.footer--info-data .footer--phone {
    clear: left;
}

#footer label {
    margin-bottom: 10px;
}

#footer input {
    padding-bottom: 10px;
    margin-bottom: 40px;
}

#footer .submit-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer--copyright {
    display: flex;
    justify-content: space-between;
    padding: 0 245px 70px 245px;
	z-index: 11;
    position: relative;
}

#footer .footer--copyright h2 {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
}

#footer .footer--copyright .developedby h2 {
    text-transform: none;
}

#footer .developedby a {
    font-family: "Prometo-Medium";
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

#header .burger {
    position: relative;
    height: 17px;
    width: 40px;
    z-index: 1000;
}

#header .burger span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

#header .burger span:nth-child(1) {
    top: 0;
    left: 0;
}

#header .burger span:nth-child(2) {
    top: 10px;
    left: 0;
}

#header .burger span.open:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
}

#header .burger span.open:nth-child(2) {
    transform: rotate(-45deg);
    top: 5px;
}

#header .burger,
#header .burger-menu {
    display: none;
}

.products--glide-mobile-container {
    display: block;
	width: 100%;
	padding: 0 75px;
	box-sizing: border-box;
	text-align: center;
}

.products--glide-mobile-container .products--glide-mobile-product {
	width: 704px;
	height: 525px;
	margin: 45px;
	display: inline-block;
	position: relative;
}

.products--glide-mobile-container .products--glide-mobile-product .product--data {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px 80px;
	box-sizing: border-box;
	display: grid;
	background: #0D0E1D9F 0% 0% no-repeat padding-box;
	opacity: 0;
	transition: 0.5s all;
}


.news--glide-mobile-container {
    display: none;
}

.business-areas-slider-height {
    height: 700px !important;
}

.icel,
.calcada,
.tap {
    width: 40%;
}

.ivo {
    width: 50%;
}

#references .glide .glide__slide {
    display: flex;
    justify-content: center;
}

#aboutus .read-more--btn {
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    display: none;
    margin-left: 50px;
    font-weight: lighter;
}

/*#projects .plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    display: none;
    z-index: 1;
}

#projects .project--card-img-container .subtitle .close-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    display: none;
}*/

@media screen and (max-width: 1400px) {
    .project--card .subtitle.small h2 {
        font-size: 12px;
    }
    .partners--title {
        position: relative;
        transform: none;
        left: unset;
        text-align: center;
    }
    .partners--subtitle {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .footer--info-data .footer-logo,
    .footer--info-data .footer--email,
    .footer--info-data .footer--phone,
    .footer--info-data .footer--address,
	.footer--info-data .footer-socials {
        width: 100%;
    }
    .footer--info-data,
    .footer--info-form {
        width: calc(50% - 60px);
    }
    .labs--content>div {
        width: 100%;
    }
    .labs--content-image {
        margin-top: 20px;
    }
    .aboutus--section-1 img {
        position: absolute;
        bottom: -250px;
    }
    .partners--title {
        float: left;
        text-align: left;
        width: calc(40% - 80px);
        margin-right: 80px;
    }
    .partners--subtitle {
        float: left;
        width: 60%;
        margin-top: 0;
    }
	
	.footer--info-data {
		display: flex;
		flex-direction: column;
	}
	
	.footer--info-data .footer-socials {
		order: 4;
	}
	
	#footer .footer--phone-nr, .footer--info-data .footer--email, .footer--info-data .footer--address {
		margin-bottom: 40px;
	}
	
	#footer .footer--copyright {
		margin-top: 50px;
	}
		
	#partners .partners--gallery .partners--gallery-cell {
		width: calc(50% - 40px);
	}
}


@media screen and (max-width: 1300px) {
    #banner-video {
        height: auto;
    }
	
	#social {
		height: 1600px;
		margin-top:0; /* remover quando noticias visiveis */
	}
	
	#social .banner .banner-content {
		width: 100% !important;
		display: block;
		padding-top: 100px;
	}
	
	#social .mobile {
		top: 400px;	
	}
	
	#social .mobile-posts {
		top: 711px;
	}
	
	#news ul.glide__slides li.glide__slide {
		width: 100% !important;
	}
	
}


@media screen and (max-width: 1129px) {
    #aboutus .read-more--btn {
        display: none;
        margin-top: 30px;
        float: right;
        margin-right: 50%;
        transform: translateX(50%);
    }
    .header--langs,
    .header--links {
        display: none;
    }
    #header {
        justify-content: space-between;
        padding: 22px 60px;
    }
    #header .burger,
    #header .burger-menu {
        display: block;
    }
    #header .burger-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #0d0e1d;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }
    #header .burger-menu.open {
        max-height: 100vh;
    }
    #header .burger-menu .burger-menu--links li a h2 {
        font-family: "Roboto-Medium";
        font-size: 34px;
        color: #fff;
        text-align: center;
    }
    #header .burger-menu .burger-menu--links li:not(:last-child) {
        margin-bottom: 32px;
    }
    #header .burger-menu--langs {
        display: flex;
        align-items: center;
        margin-top: 70px;
    }
    #header .burger-menu--langs h2 {
        font-family: "Roboto-Regular";
        font-size: 16px;
    }
    #header .burger-menu--langs h2 a {
        color: #fff;
    }
    #header .burger-menu--langs h2.active {
        font-family: "Roboto-Medium";
        font-size: 22px;
    }
    #header .burger-menu--langs h2:not(:last-child) {
        margin-right: 30px;
    }
    .aboutus--section-1 {
        height: 50vh;
    }
    .aboutus--section-1 img {
        min-width: auto;
        width: 840px;
    }
    .aboutus--title h2,
    .products--title h2,
    .news--title h2 {
        font-size: 40px;
		line-height: 50px;
    }
    .aboutus--subtitle,
    .section-2--content h2:nth-child(1),
    .products--subtitle,
    .news--subtitle,
    .business-areas--title,
    .projects-container--title h2,
    .labs--title,
    .partners--title,
    .references--title {
        font-size: 20px;
    }
    .area--title,
    .project--card-title,
    .partners--subtitle {
        font-size: 16px;
    }
    .section-2--content h2,
    .area--resume,
    .project--card-category,
    .labs--content-text h2 {
        font-size: 14px;
    }
    .aboutus--section-2 {
        padding-top: 220px;
        padding-bottom: 95px;
    }
    #products .glide {
        margin-left: 60px;
    }
    #news .glide {
        margin-left: 60px;
    }
    .projects-container--top-row .project--card:nth-child(1) {
        width: calc(60% - 20px);
    }
    .projects-container--top-row .project--card:nth-child(2) {
        width: calc(40% - 20px);
        margin-top: 6.5%;
    }
    .projects-container--bottom-row .project--card:nth-child(1),
    .projects-container--bottom-row .project--card:nth-child(2) {
        width: calc(50% - 20px);
    }
    .projects-container--bottom-row .project--card:nth-child(3) {
        width: 97.8%;
    }
    .projects-container {
        padding: 100px 60px 150px;
    }
    .project--card-header.tablet {
        display: block;
        display: flex;
    }
    .project--card-header.desktop {
        display: none;
    }
    .labs-container {
        padding: 60px 60px 394px;
    }
	.labs--content{
		display: flex;
        flex-direction: column;
	}
    .labs--title {
        margin-bottom: 40px;
    }
    .labs--content-text {
		width:100% !important;
        margin-bottom: 120px;
    }
	.labs--content .labs--content-image {
        float: left;
        width: 100%;
        position: absolute;
        bottom: 0px;
		right:0;
    }
	.labs--content-image img {
        width: 73%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
	#references {
        padding: 0px 70px;
    }
    .references-container {
        padding: 80px 0 0px;
    }
    .references--title {
        margin-bottom: 90px;
    }
    .footer-container {
        padding: 60px 60px 0;
    }
    .footer--info-data,
    .footer--info-form {
    /*    width: 100%;*/
    }
    .footer--info-data .footer-logo,
    .footer--info-data .footer--email,
    .footer--info-data .footer--phone,
    .footer--info-data .footer--address {
        width: 100%;
    }
    .footer--email {
        margin-top: 38px;
    }
    #footer .footer--copyright {
        padding: 40px 60px;
    }
    .partners--title,
    .partners--subtitle {
        width: 100%;
    }
    .partners--title {
        margin-bottom: 30px;
    }
    .partners--header {
        margin-bottom: 50px;
    }
    .partners-container {
        padding: 120px 40px;
    }
	
	.footer--info-data .footer-logo {
		margin-bottom: 30px;
	}
	
	.footer--info-data {
		margin-right: 60px;
	}
	
	.footer--info-form {
		width: 50%;
		margin-top: 160px;
	}
	
	
	#social .social-container .phone {
		position: relative;
		left: calc(50% - 276px);
	}
	
	#social .mobile {
		right: auto;
	}
	
	#social .mobile-posts {
		right: auto;
		left: -82px;
	}

	#news ul.glide__slides li.glide__slide .article--img {
		width: 35%;
	}
	
	.article--title {
		width: 65%;
		margin-top: 0;
	}
	
	.article--resume {
		width: 65%;
		font-size: 14px;
		margin-top: 20px;
	}
	
	#news .news--read-more {
		width: 65%;
	}
	
	
}


@media screen and (max-width: 940px) {
    #business-areas {
        padding: 120px 40px 100px;
    }
    .areas--separator {
        position: absolute;
        left: -140px;
        top: -60px;
    }
    .areas--separator,
    #business-areas--slider {
        height: 96% !important;
    }
    .areas--section-1,
    .areas--section-2 {
        width: 100%;
        margin-left: 0;
    }
    #business-areas .areas--section-1 .area,
    #business-areas .areas--section-2 .area {
        float: none;
    }
    .areas--section-2 {
        margin-top: 0;
    }
    .areas--section-1 .area--header {
        justify-content: flex-start;
    }
    #business-areas .areas--section-1 .area h2 {
        text-align: left;
    }
    .area--title {
        order: 1;
    }
    .area--header img {
        margin-right: 20px;
        margin-left: 0;
    }
    #business-areas .areas--section-2 .area:nth-child(4) {
        margin-bottom: 0;
    }
    #business-areas {
        height: 250vh;
    }
	
	.article--title {
		float: left;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	
	.article--resume {
		float: left;
		width: 100%;
		padding-left: 0;
	}
	
	#news .news--read-more {
		width: 100%;
		padding-left: 0;
	}
}


@media screen and (max-width: 889px) {
    .project--card .subtitle.small h2 {
        font-size: 14px;
    }
    /*#projects .plus-icon,
    #projects .project--card-img-container .subtitle .close-icon {
        display: block;
    }*/
    #aboutus .read-more--btn {
        margin-left: 0;
    }
    #banner-video .mute-video {
        display: none;
    }
    #banner-video {
        margin-top: 125px;
        width: 889px;
    }
    #header {
        padding: 20px 40px;
    }
    .aboutus--title h2,
    .products--title h2,
    .news--title h2 {
        font-size: 30px;
    }
    .aboutus--title,
    .products--title,
    .news--title {
        margin: 0 auto 20px;
    }
    #aboutus {
        padding-top: 89px;
    }
    .aboutus--section-1 {
        height: 40vh;
    }
    .aboutus--section-1 img {
        width: clamp(270px, 600px, 80%);
        bottom: -182px;
    }
    .aboutus--section-2 {
        padding-top: 130px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .section-2--content h2:nth-child(1),
    .section-2--content h2:nth-child(2) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section-2--content h2:nth-child(1) {
        margin-bottom: 55px;
    }
    .section-2--content {
        width: 100%;
    }
    #products {
        padding: 50px 0 100px;
    }
    .products--subtitle {
        margin-bottom: 60px;
    }
    .products--glide-mobile-container {
        display: block;
        padding: 0;
    }
    .products--glide-container {
        display: none;
    }
    .products--glide-mobile-product {
        margin: 0 auto 70px;
    }
    .products--glide-mobile-product .product--title {
        margin: 25px 0;
        font-size: 16px;
    }
    .products--glide-mobile-product .product--resume {
        margin-top: 0;
        font-size: 14px;
    }
    .products--glide-mobile-product .product--img {
        width: 100%;
    }
    #news {
        padding: 50px 0 0;
    }
    .news--subtitle {
        margin-bottom: 60px;
    }
    .news--glide-mobile-container {
        display: block;
        padding: 0 40px;
    }
    .news--glide-container {
        display: none;
    }
    .news--glide-mobile-article {
        margin: 0 auto 70px;
    }
    .news--glide-mobile-article .article--title {
        width: 100%;
		margin: 25px 0;
        font-size: 16px;
    }
    .news--glide-mobile-article .article--resume {
        margin-top: 0;
        font-size: 14px;
    }
    .news--glide-mobile-article .article--img {
        width: 100%;
    }
	.article--title {
		padding: 0;
	}
	.article--resume {
		width: 100%;
		padding: 0;
	}
	#news .news--read-more {
		padding: 0;
	}
    .projects-container--top-row .project--card,
    .projects-container--bottom-row .project--card {
        width: 100% !important;
    }
    .projects-container {
        padding: 90px 40px;
    }
    .projects-container--title h2 {
        margin-bottom: 55px;
    }
    .project--card-header.mobile {
        display: flex;
    }
    .project--card-header.hide {
        display: none;
    }
    .project--card {
        margin-bottom: 50px;
    }
    .aboutus--title,
    .products--title,
    .news--title {
        width: 100%;
        padding: 0 20px;
    }
    .labs-container {
        padding: 100px 40px 46vw;
    }
    .labs--content-text {
        margin-bottom: 65px;
    }
    .footer--info-data {
        display: flex;
        flex-direction: column;
    }
    .footer--info-data>div {
        width: 100% !important;
    }
    .footer-container {
        padding: 60px 40px 20px;
    }
    #footer .footer--copyright {
        flex-direction: column;
        padding: 40px 40px 20px;
    }
    #header .burger-menu .burger-menu--links li a h2 {
        font-size: 30px;
    }
    #header .burger-menu--langs h2.active {
        font-size: 22px;
    }
    #header .burger-menu .burger-menu--links li:not(:last-child) {
        margin-bottom: 24px;
    }
    #header .burger-menu--langs {
        margin-top: 100px;
    }
    #products .products--read-more::after {
        display: none;
    }
    #products .products--read-more:hover {
        text-decoration: underline #2892c5;
    }
    #news .news--read-more::after {
        display: none;
    }
    #news .news--read-more:hover {
        text-decoration: underline #2892c5;
    }
    #partners .partners--gallery .partners--gallery-cell {
        padding: 25px;
    }
    #partners .partners--gallery .partners--gallery-cell.blank,
    .project--card .project--card-img-container .project--card-img-mobile {
        /*display: block;*/
    }
    .project--card .project--card-img-container .project--card-img-desktop {
        display: none;
    }
    .project--card .subtitle.active {
        height: 100%;
    }
	
	.products--glide-mobile-container .products--glide-mobile-product {
		width: calc(100% - 90px);
		height: auto;
	}
	
	.products--glide-mobile-container .products--glide-mobile-product .product--data {
		padding: 10px 20px;
	}
}


@media screen and (max-width: 740px) {
	
	#social .social-container .phone {
		left: calc(50% - 140px);
	}
	
	#social .mobile {
		width: 268px;
		height: 528px;
		background-size: contain;
		top: 450px;
	}
	
	#social .mobile-posts {
		top: 491px;
		left: -269px;
		transform: scale(0.5);
	}
	
	#social .mobile-posts #post-list .controls {
		z-index: 20;
	}
	
	#social {
		height: 1100px;
	}
	
	.products--glide-mobile-product .product--resume {
		
	}
	
	.products--glide-mobile-container .products--glide-mobile-product .product--data {
		position: relative;
		opacity: 1 !important;
		background: #ffffff !important;
		padding: 10px 0;
	}
	
	.products--glide-mobile-container .products--glide-mobile-product .product--data .product--title, .products--glide-mobile-container .products--glide-mobile-product .product--data .product--resume {
		opacity: 1 !important;
		transform: scale(1) !important;
		color: #000000;
	}
	
	#products .product--data,
    #products .product--title,
    #products .product--resume {
        transform: unset;
    }
	
	.labs--content-text h2 {
		color: #000;
	}
	
}
	

@media screen and (max-width: 549px) {
    .aboutus--section-1 {
        height: 25vh;
    }
    .aboutus--title h2,
    .products--title h2,
    .news--title h2 {
        font-size: 25px;
    }
    .aboutus--title,
    .products--title,
    .news--title {
        width: 100%;
    }
    #business-areas .area {
        padding-bottom: 80px;
    }
    #business-areas .areas--section-2 .area:nth-child(4) {
        padding-bottom: 0;
    }
	
	.footer--info-data {
		width: 100%;
		margin-right: 0;
	}
	
	.footer--info-form {
		width: 100%;
		margin-top: 80px;
	}
	
	#social .banner .banner-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#partners .partners--gallery .partners--gallery-cell {
		width: calc(100% - 40px);
	}
}


@media screen and (max-width: 424px) {
    /*#projects .project--card-img-container .subtitle .close-icon {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }*/
	
	#social .mobile-posts #post-list .controls button:nth-child(1) {
		margin-left: 30px;
	}
	
	#social .mobile-posts #post-list .controls button:nth-child(2) {
		margin-left: 509px;
	}

	
}