/*
Theme Name: Code Barcelona
Theme URI: https://codewebbarcelona.com/
Author: Code Barcelona
Author URI: http://codewebbarcelona.com/
Description: Code Barcelona
Version: 1.0
Tags: be inspired
Text Domain: Code Barcelona
*/

@charset "utf-8";
/* CSS Document */

* {
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*scroll*/
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



/*jqswa*/

.jqswaitem h2,.jqswaitem h5,.cdrivingtext,.cheaderlogo,.cmenuwrap {
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
}
.jqswa .jqswaitem h2,.jqswa .jqswaitem h5,.cdrivingtext,.cheaderlogo,.cmenuwrap {
transform: translateY(30px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem h2,.jqswa .jqswaitem h5,.cdrivingtext,.cheaderlogo,.cmenuwrap {
opacity: 0;
}
.csectionfinal .col70 .cinner{
position: relative;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem h2,.jqswa.scrollingwayfinish .jqswaitem h5,.jqswa.scrollingwayfinish .jqswaitem .cdrivingtext,.domloaded  .cheaderlogo,.domloaded  .cmenuwrap{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem h2,.jqswa.scrollingwayfinish .jqswaitem h5,.jqswa.scrollingwayfinish .jqswaitem .cdrivingtext,.domloaded  .cheaderlogo,.domloaded  .cmenuwrap{
opacity: 1;
}
.jqswa .jqswabg{
opacity: 0;
overflow: hidden;
transform: scale(1.02);
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
    height: 100%;
}
.jqswa.scrollingwayfinish .jqswabg{
opacity: 1;
transform: scale(1);
}


.cmedia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cmedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmedialock::before {
content: "";
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 45%;
background: black;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: black;
opacity: 0;
}


/*slick*/



.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
}
.cslicknext{
right: 20px;
}
.cslickprev{
left: 20px;
}
.cslickcontrol rect{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cslickcontrol:hover rect{
fill:black;
}


/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

.loadingajax .loader{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 999;

}
.loadingajaxfixed  .loader{
position:fixed;
}

.loadingajax .loaderinner{
position: relative;
height: 100%;
}
.loader::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.2;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



.marginTop10{margin-top: 10px;}.marginTop20{margin-top: 20px;}.marginTop30{margin-top: 30px;}.marginTop40{margin-top: 40px;}.marginTop50{margin-top: 50px;}.marginTop60{margin-top: 60px;}.marginTop70{margin-top: 70px;}.marginTop80{margin-top: 80px;}
.marginBottom10{margin-top: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom30{margin-bottom: 30px;}.marginBottom40{margin-bottom: 40px;}.marginBottom50{margin-bottom: 50px;}.marginBottom60{margin-bottom: 60px;}.marginBottom70{margin-bottom: 70px;}.marginBottom80{margin-bottom: 80px;}.paddingTop10{padding-top: 10px;}.paddingTop20{padding-top: 20px;}.paddingTop30{padding-top: 30px;}.paddingTop40{padding-top: 40px;}.paddingTop50{padding-top: 50px;}.paddingTop60{padding-top: 60px;}.paddingTop70{padding-top: 70px;}.paddingTop80{padding-top: 80px;}
.paddingBottom10{padding-bottom: 10px;}.paddingBottom20{padding-bottom: 20px;}.paddingBottom30{padding-bottom: 30px;}.paddingBottom40{padding-bottom: 40px;}.paddingBottom50{padding-bottom: 50px;}.paddingBottom60{padding-bottom: 60px;}.paddingBottom70{padding-bottom: 70px;}.paddingBottom80{padding-bottom: 80px;}
/*estandards*/
.cvcenter{
	display:table;
	height:100%;
	width: 100%;
}
.cvcenterinner{
	display:table-cell;
	vertical-align:middle;
}
.nicescroll-rails {
z-index: 999!important;

}
/*//estandards*/
.clear{clear:both;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body,html,.cpagewrap{
	height:100%;
}
body {
  margin: 0;
	background-color:#fff;
}
body,input,textarea,a{
	font-size: 16px;
	font-weight:400;
	font-family: 'ABC Monument Grotesk', sans serif;
}
textarea:focus, input:focus{
    outline: none;
}

img {border: 0 none;}
a {
  text-decoration: none;
}
a:hover {text-decoration:none;}

body,a,.iinputdefault,.iinputdefault::placeholder{
color: white;
}

.zoominout{
overflow: hidden;
}
.zoominout .cimagesentinellimg{
animation: zoominout 20s infinite;
animation-timing-function: linear;
}
@keyframes zoominout {
  0% {
		transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.iinputdefault{
background: #EFEFEF;
padding: 36px;
border: 0px;
width: 100%;
box-sizing: border-box;
font-size: 25px;
font-weight: 700;
}

:root{
     --color1:#00356d;
     --color2:#166593;
     --color3:#3d91a7;
     --color4:#9e5b9d;
     --colorgray:#aeadb3;
     --colorblack:#000000;
	 --mainMargin:30px;
	 --halfMargin:calc(var(--mainMargin)/2);
}
.scoma:last-child{
display: none;
}

.cimagesentinell{
position: relative;
}
.cimagesentinell svg{
width: 100%!important;
height: auto!important;
opacity: 0;
display: block;
}
.cimagesentinellimg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.cpopupwrap{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupopa{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: black;
opacity: 0.8;
z-index: 940;
}

.cpopup{
position: absolute;
background-color: white;
z-index: 960;
max-width: 1200px;
width: 90%;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top:-40px;
opacity: 0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}
.cpopupclose{
position: absolute;
top: 0px;
right: 0px;
height: 90px;
width: 90px;
background-image: url(img/elementos/i-popupclose.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
cursor: pointer;
z-index: 20;
}
.cpopupalert .cpopup{
width: 700px;
}
.cpopupalert .cpopupinner{
padding-top: 79px;
padding-bottom: 50px;
}
.cpopupinner{
position: relative;
padding: 60px;
}
.cpopupcerrar{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	background-color: #e5e5e5;
    padding: 6px;
    border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	width: 18px;
    height: 18px;
    line-height: 18px;
}

.showpopup .cpopup{
opacity: 1;
margin-top:0px;
}
.infoicon{
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #666;
border-radius: 100%;
text-align: center;
font-weight:700;
position: absolute;
left: 20px;
top: 20px;
font-size: 14px;
color: #666;
}
.clente{
position: relative;
}
.clenteopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0.2;
background: black;
}
.clenteimagebck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



/*form*/
.clegalwrap,.clegalwrap a{
font-size: 14px;
line-height: 1.8em;
}

input,textarea,.sinput{
width: 100%;
display: block;
}
.cinputwrap .cinner{
position: relative;
}
.cinputwrap .cinner input,.cinputwrap .cinner .sinput,.cinputwrap .cinner textarea{
box-sizing: border-box;
    display: block;
    border: 0px;
    padding:21px;
    padding-left:35px;
    padding-right: 35px;
    color: #4f5c69;
    background: white;
}
.cselectdropdown input{
display: none!important;
}
.cinputwrap .cinner input::placeholder,.cinputwrap .cinner textarea::placeholder{
color: #4f5c69;
}
.cinputwrap .cinner textarea{
height: 300px;
}
.cformfooter .csubtitulartext{
display: block;
color: #4f5c69;
}
.cformlegal{
text-align: justify;
color: #4f5c69;
}
.saceptotext{
text-align: left;
}
.cformlegal,.cformlegal a{
font-size: 18px;
line-height: 31px;
}
.ccheckboxes{
border-top: 2px solid #acbbb6;
margin-top: 20px;
padding-top: 20px;
}
/*checkbox*/
.scheck{
display: inline-block;
width: 13px;
height: 13px;
vertical-align: middle;
margin-right: 10px;
border: 2px solid #eaeaea;
margin-top: -4px;
position: relative;
}
.ccheckboxeslegal input{
display: none;
}
.ccheckboxeslegal{
margin-top: 15px;
margin-bottom: 5px;
}
.scheck:before{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
width: 80%;
height: 2px;
background: #1A1A1A;
opacity: 0;
}
.scheck:after{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
width: 80%;
height:2px;
background: #1A1A1A;
opacity: 0;
}
.icheckbox.selected .scheck:after,
.icheckbox.selected .scheck:before{
opacity: 1;
}
.icheckbox{
display: block;
margin-bottom: 10px;
cursor: pointer;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:30px;
}

.mCSB_scrollTools_vertical {
    transform: scale(0.95) translateX(-3px)  translateY(-2px);
}
#mCSB_1_dragger_vertical {
    transform: scale(0.95) translateY(4px);
}
/*dropdown*/
.cdropsc {
    max-height: 294px;
}
.cselectdropdownvalues{
position: absolute;
top: 82px;
left: 0px;
width: 100%;
}
.cinputwrapdropdown{
position: relative;
z-index:10;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
text-align: center;
padding: 10px;
    padding-bottom: 8px;
background: #aaaaaa;
color: #505050;
border-top: 1px solid #ccc;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
cursor: pointer;
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: #505050;
color: #aaaaaa;
}

.cselectdropdown svg {
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 100;
  width: 33px;
  height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.selectactive svg{
   transform: translateZ(0px) rotateX(-180deg);
}
.cselectdropdownvalues {
    display: none;
}
.jqopendropdown{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: pointer;
}

/*inputchoice*/
.cinputchoice input{
display: none;
}
.cacepto.selectedvalue .iaceptoinput:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url(img/elementos/i-cross.svg);
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}



/*form*/


/*sections*/
.csection {
position: relative;
}
.csectionpaddings{
padding-top: 170px;
padding-bottom: 150px;
}
.csectionnopadding{
padding: 0px;
}
.csectionwhite {
color: white;
}
.jqsectionfull100 {
height: 100vh;
}
.csectionwhite h1,.csectionwhite h2,.csectionwhite h3,.csectionwhite h4,.csectionwhite h5,.csectionwhite .sh1,.csectionwhite .sh2,.csectionwhite .sh3,.csectionwhite .sh4,.csectionwhite a{
color: white;
}
.csectionopa,.citemopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
z-index: 100;
opacity: 0;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
transition:all 1.2s ease-in-out;

}
.citemtext{
position:absolute;
bottom:23px;
left:23px;
width:100%;
z-index: 10;
text-align: left;
opacity: 0;
transform: translateY(-15px);
}
.csectionsentinell .csectionbg svg{
display: block;width: 100%;
height: auto;
}
.csectionsentinell .csectionopa{
display: none;
}
.coltitular{
margin-bottom: 0px!important;
}
.citemopa,.citemtext{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

}
.citemoverlay .citemtext *{
color: white;
}
.citemopa{
opacity: 0;
z-index: 8;
}
.citemoverlay:hover .citemopa{
opacity: 0.6;
}
.citemoverlay:hover .citemtext{
opacity: 1;
transform: translateY(0px);
}
.csectionbg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
z-index: 90;
}
.scrollingwayfinish .csectionopa{
opacity: 0.8;
}

.csectiontext{
position: relative;
z-index: 150;
}
.csectionfullscreen{
height:100%;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}
.cslideprojectsimgdetail{
height: 100vh;
}

.csectionsentinell{
padding-top: 0px;
padding-bottom: 0px;
}
.csectionsentinell .csectionbg{
position: relative;
}
.csectionsentinell .csectionbg img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.csectionsentinell .csectiontext{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
}
/*///sections*/




/*acordion*/

.cacordion p{
display: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordion li{
list-style: none;
}
.cacordion > ul > li{
padding-bottom: 10px;
border-bottom: 1px solid #121212;
padding-top: 11px;
position: relative;
margin-bottom: 0px;
cursor: pointer;
}
.cacordion > ul > li > ul > li:first-child{
padding-top: 30px;
}
.cacordion > ul > li > ul > li:last-child{
padding-bottom: 30px;
}
.cacordion > ul > li:first-child{
border-top: 1px solid #121212;
}
.cacordion li li{
display: none;
}

.cacordion > ul > li::before{
content: "";
display: block;
width:13px;
height: 7px;
background-image: url('img/elementos/i-fldownaccordion.svg');
background-position: center;
background-repeat: no-repeat;
top: 19px;
right: 20px;
position: absolute;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}

/*///acordion*/


.cburger{
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
width: 30px;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 4px;
background: black;
margin-top: 6px;
margin-bottom:5px;
}
.cburger{
display: none;
}


p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}
.contentxlarge{
max-width: none;
}
h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
font-family: 'ABC Monument Grotesk', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
}
h1,.sh1{
font-size: calc(30px + 5.2vw);
line-height: 0.9;
letter-spacing: -1px;
}
h2,.sh2{
font-size: calc(24px + 1.8vw);
line-height: 1;
letter-spacing: -1px;
}
h3,.sh3{
font-size: 40px;
line-height: 48px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
.cta{
cursor: pointer;
border: 1px solid black;
display: inline-block;
padding: 8px;
padding-left: 17px;
padding-right: 17px;
border-radius: 30px;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cta:hover{
background-color: black;
color: white;
}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{
border-color: white;
}
.ctawhite:hover{
background-color: white;
border-color: white;
color: black;
}
.cta100{

}
.ctawide{

}
.ctasmall{

}
/*///general*/


/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/
.cheader{
position:fixed;
top:0px;
left:0px;
width:100%;
z-index: 200;
}
.cheaderlogo{
margin-top: 30px;
margin-left: 30px;
}
.cheaderlogo img{
height: 60px;
width: auto;
}
.smenu{
margin-left: 55px;
cursor: pointer;
display: inline-block;
}
.cmenuwrap{
position: absolute;
top: 30px;
right: 30px;
}
.cmarginnormal{
padding-top: calc(40px + 4.5vw);
padding-bottom: calc(40px + 4.5vw);
}
.cmtl{
padding-top:20px;
padding-bottom: 20px;
padding-left: 20px;
}
.csection-section-home2{
background: #F5DD37;
padding-bottom: 4vw;
}
.textblack{
color: black;
}
.stitularlow{
font-size: 16px;
color: #7f7f7f;
}
.textcenter{
text-align: center;
}
.cimagesentinell{
background-size: cover;
background-position: center;
}
.csection-section-home .csectionbg{
background: black;
}
.row *[class^="col"] {
    margin-bottom: 0px!important;
}
.stitularlow{
margin-bottom: 20px;
}
.csection-section-home4{
background: #fff;
}
.jqslick{
background: white;
}
.csection-section-home6{
background: #666666;
}
.ctextomax{
max-width: 1000px;
margin: auto;
}
h5{
margin-bottom: 10px;
font-size: 16px!important;
}
.csection-section-home6 .col66 h2 {
    margin-top: 20px;
margin-bottom: 45px;
}

.hservice{
padding-right: 5vw;
}
.csection-section-homep3{
background: #F58200;
}
.cdrivingtext{
position: absolute;
bottom: 20px;
width: 90%;
font-size: 16px;
line-height: 20px;
}
.cstep {
position: relative;
}
.cstep h4{
position: absolute;
top: 25px;
right: 25px;
font-size: calc(16px + 2vw);
}
.cstep h1{
font-size: calc(30px + 17vw);
margin-bottom: 3vw;

}
strong{
font-weight: 600;
}
.cstep1{background: #0dd514;}
.cstep2{background: #0cc012;}
.cstep3{background: #0aaa10;}
.citemoverlay{
position: relative;
line-height: 1.2;
}
.cteammember img{
display: block;
}
.csectionfinal .cinner{
margin-left: 0px!important;
margin-right:  0px!important;

}
.csection-section-homeprefooter{
background: #4D4D4D;
padding-bottom: 6vw;
}
.csection-section-homeprefooter,.csection-section-homefooter{
line-height: 1.3;
}
.csection-section-homefooter{
background: #333333;
}
.collogofooter img{
display: block;
}
.collogofooter .cmtl{
padding-right: 0px;
}
.cfootertr{
max-width: 440px;
}
.csection-section-homefooter a{
text-decoration: underline;
}
body{
overflow-x: hidden;
}
.showmobile{
display: none;
}
.cteammember img{
aspect-ratio: 388 / 540;
object-fit: cover;
}
.cteammember {
font-size: calc(16px + .5vw);
}
.cprojectcolimg {
float: right;
}
.csectionproject {
position: relative;
}
.cprojectcoltexto {
position: absolute;
width: 33.33333333333333%;
height: 100%;
right: 0px;
}
.csectionproject:nth-child(odd) .cprojectcoltexto {
right: auto;
}
.csectionproject:nth-child(odd) .cprojectcolimg{
margin-left: 33.33333333333333%;
}
.stitularh{
opacity: 0.5;
}
.csection-section-home6{
padding-bottom: 8vw;
}
.hservice{
margin-top: 1vw;
}
.csection-section-homeprefooter em{
font-style: normal;
opacity: 0.5;
}
.csectionfinal,.csectionfinal .cimagesentinell{
height: 100vh;
min-height: 600px;
}
.csectionfinal .col30{
height: 100vh;
min-height: 600px;
}
.csectionfinal .col30 .cimagesentinell{
height: 50vh;
min-height: 300px;
}
.csectionfinal .csectiontext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
text-align: center;
padding-left: 120px;
padding-right: 120px;
box-sizing: border-box;
}
.ctextowrapfinal{
max-width: 1000px;
margin: auto;
}
.collogofooter .cmtl{
padding-bottom: 0px;
}
.csection-section-homefooter{
padding-top: 13vh;
}
.csection-section-homefooter a{
text-decoration: none;
}
.csectionfinal.scrollingwayfinish .csectionopa{
opacity: 0.5;
}
.ilogofooter{
width: 430px;
height: auto;
position: absolute;
bottom: 0px;
right: 0px;
}
.cacidlogo{
background-size: 200px;
background-position: center;
background-repeat: no-repeat;
background-color: #0A0D0A;
}
.hservice span{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.scolor1{color:#DCFD64;}
.scolor2{color:#DCFD64;}
.scolor3{color: #DCFD64;}
.scolor4{color:#DCFD64;}
.scolor5{color:#DCFD64;}
.jqslickresponsivetopmobile{
display: none;
}


.cbannercookiescode{
background: #333333!important;
}
.shtitlecookies,.shtitlecookies2 {
    font-size: 24px!important;
    font-weight: 300!important;
}
.cbannercookiescodeinner {
    padding: 30px!important;
}
.scookiebutton {
background: transparent!important;
}
.scookiebutton:hover {
background:white!important;
}
.ctafill{
background: white!important;
color: #333333!important;
}
.ctafill:hover {
background: transparent!important;
color: #fff!important;
}
.cbannercookiescode{
top: auto!important;
left: auto!important;
bottom: 0px!important;
right: 0px!important;
transform: none!important;
}
.ccookieopa{
display: none!important;
}
{
background: #1A1A1A;
}
.page-template-page-blank{
    background: #333333;
}
.cblankpagecontent{
margin-top: 200px;
margin-left: 30px;
margin-right: 30px;
padding-bottom: 100px;
}
.ctexto{
  font-size: 16px;
  line-height: 20px;
}
.page-template-page-blank .ctexto h1,.page-template-page-blank .ctexto  h2,.page-template-page-blank .ctexto  h3,.page-template-page-blank .ctexto  h4,.page-template-page-blank .ctexto  h5,.page-template-page-blank .ctexto  .sh1,.page-template-page-blank .ctexto  .sh2,.page-template-page-blank .ctexto  .sh3,.page-template-page-blank .ctexto  .sh34,.page-template-page-blank .ctexto  .sh4,.page-template-page-blank .ctexto  .sh5{
margin-top: 60px;
margin-bottom: 20px;
font-size: 30px;
}
.ctexto strong{
font-weight: 400;
}
.page-template-page-blank .csection-section-homefooter{
max-width: 1600px;
margin: auto;
}

.cmenuwrap{
z-index: 200;
}




.cpopupask .cpopup{
background: transparent;
max-width: none;
width: 100%;
height: 100%;
}

.cpopupask {
position: fixed;
z-index: 300;
}
.cpopupask2 .cpopup{
background: transparent;
max-width: none;
width: 100%;
height: 100%;
}
.cpopupask .cmenuwrap{
z-index: 500;
}
.cdirepopup{
position: absolute;
bottom: 20px;
left: 0px;
width: 100%;
padding-left: 40px;
padding-right: 40px;
box-sizing: border-box;
}
.mobile{
display: none;
}
.stitularlow{
letter-spacing: 0px;
}
.cwrapall{
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.showask .cwrapall{
/* Any browser which supports CSS3 */
   filter: blur(7px);

   /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
   -webkit-filter: blur(7px);
}
.ctextobig{
font-size: calc(22px + 0.5vw);
line-height: 1.1;
}

.cpopupask .cpopupinner,.cpopupask .cpopupinner a{
font-size: calc(22px + 0.5vw);
line-height: 1.1;
}
section {
overflow: hidden;
}
.showmobile{
display: none;
}
.showdesktop{
display: block;
}
.cmarginbotnone,.cpaddingbotnone{
padding-bottom: 0px!important;
}
.ctaheaderidiomas {
display: inline-block;
vertical-align: middle;
transform: translateY(-3px);
}
.smenu {
    margin-left: 35px;
    }
