/*
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 */


/*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{
-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;
}
.jqswa .jqswaitem{
transform: translateY(80px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem{
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: #070707;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: #070707;
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:#070707;
}


/*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: #070707;
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,body *{
cursor: default!important;
}
body,html,.cpagewrap{
	height:100%;
}
body {
  margin: 0;
	background-color:#070707;
}
body,input,textarea,a{
	font-size: 20px;
	font-weight:500;
	font-family: neue-haas-grotesk-display, sans serif;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
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: 500;
}

:root{
     --color1:#00356d;
     --color2:#166593;
     --color3:#3d91a7;
     --color4:#9e5b9d;
     --colorgray:#aeadb3;
     --color#070707:#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: #000;
opacity: 0.85;
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-close.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: 500;
	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:500;
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: #070707;
}
.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 {
padding-top: 330px;
}
.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: #070707;
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:40px;
left:40px;
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 .citemopa{
opacity: 0.35;
}
.citemoverlay:hover .citemtext{
opacity: 0;
}
.citemoverlay:hover .citemopa{
opacity: 0;
}
.citemoverlay .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;
}
.jqsectionfull100{
height: 100vh!important;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.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:41px;
width: 28px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 2px;
background: #070707;
margin-top: 6px;
margin-bottom:5px;
}



p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
font-family: neue-haas-grotesk-display, sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 500;
}
h1,.sh1{
font-size: calc(30px + 4.8vw);
line-height: 1.1;
}
h2,.sh2,.cmenu a,.sh2 a{
font-size: calc(24px + 2.2vw);
line-height: 1.1;
}
h3,.sh3{
font-size: calc(20px + 1.6vw);
line-height: 1.1;
}
h4,.sh4{
font-size: calc(25px + 3.5vw);
line-height: 1.1;
}
.cta{
cursor: pointer;
font-size: 14px;
border: 1px solid white;
padding: 22px;
padding-left: 30px;
padding-right: 30px;
border-radius: 50px;
display: inline-block;
-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: white;
color: black;
}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.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*/

.cslickitem,.cslick,.cslickitem,.cslick .slick-list,.cslick .slick-track,.jqsectionfull100 .cslickwrap {
height: 100%;
}
.cheaderlogohome{
position: absolute;
top: 55px;
left: 0px;
width: 100%;
z-index: 100;
}
.cheaderlogohomewrap{
position: absolute;
z-index: 900;
top: 40px;
}
.csectiontextslide{
height: 100%;
}
.shpretitle{
font-size: 20px;
font-weight: 500;
margin-bottom: 8px;
display: block;
}
.slink{
text-decoration: underline;
}
.editmode{
opacity: 0.1;
}
.contentxlarge{
max-width: none;
padding-left: calc(10px + 3.5vw);
padding-right: calc(10px + 3.5vw);
}
.cheaderlogohome svg{
width: 8vw;
height: auto;
min-width: 160px;
}
.cheaderinner{
position: relative;
height: 100%;
}
.cheader{
background: white;
z-index: 900;
position: fixed;
height: 100%;
right: 0px;
top: 0px;
width: 80px;
text-align: center;
z-index: 992;
}
.clogomini{
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
body{
padding-right: 80px;
}
.cslidecontrol{
background: #070707;
position: absolute;
top: 0px;
height: 100%;
width: 20%;
z-index: 700;
opacity: 0;
}
.cslideleft{
left: auto;
right: 0px;
}
#ascrail2000,#ascrail2001{
opacity: 0!important;
}
.onepage-pagination{
display: none;
}
.ccontentlimit{
width: 67%;
}
.csectiondirectors .csectionbgvideo{
width: 50%;
left: auto;
right: 0px;
}
.cvideodirectorwrap{
position:relative;
height:100%;
}
.cvideodirectordefault,.cvideodirectordynamic{
position:absolute;
top:0px;
right:0px;
height:100%;
width:100%;
}
.cvideodirectordynamic{
opacity: 0;
width: 50%;
-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.6s ease-in-out;

}
.edirectoractive .cvideodirectordynamic{
width: 100%;
opacity: 1;
}
.cslidebottombar{
position: absolute;
left: 0px;
width: 100%;
bottom: 45px;
z-index: 910;
}
.relative{
position: relative;
}
.cprogressbar{
position: absolute;
right: 0px;
bottom: 15px;
width: 110px;
}
.cprogressbarinner{
position: relative;
height: 2px;
background: #999999;
}
.cprogressbar span{
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.sprogressleft{
left: -23px;
}
.sprogressright{
right: -25px;
}
.cprogressbarinnerfill{
width: 0px;
height: 2px;
position: absolute;
background: white;
}
.slidein .cprogressbarinnerfill{
width: 100%;
}
.slideout .cprogressbarinnerfill{
-webkit-transition:all 0s ease-in-out!important;
-moz-transition:all 0s ease-in-out!important;
-o-transition:all 0s ease-in-out!important;
transition:all 0s ease-in-out!important;

}
.ctitletop{
position: absolute;
top: 40px;
right: 0px;
z-index: 700;
}
.home footer,.template-page-directors footer{
position: relative;
margin-top: -80px;

}
footer{
position: relative;
z-index: 820;
padding-bottom: 50px;
}
.cfooterleft{
float: left;
opacity: 0.6;
}
.cfooterright{
float: right;
opacity: 0.6;
}
footer,footer a{
font-size: 12px;
}

.csupermenu{
position: fixed;
height: 100%;
width: 60%;
right: 0px;
top: 0px;
z-index: 990;
background: white;
}
.csupermenu,.csupermenu a{
color: black;
}
.cmenuwrap ul{
margin-top: 0px;
margin-bottom: 0px;
}
.csupermenuinner{
padding: 6%;
position: relative;
height: 100%;
box-sizing: border-box;
}
.csupermenubottom{
position: absolute;
bottom: 4%;
}
.clocation{
margin-top: 20px;
line-height: 28px;
}
.sgray{
opacity: 0.35;
}
.clocation .sgray{
margin-bottom: 0px;
display: block;
}
ul.cmenu,.cmenu li{
padding-left: 0px;
list-style: none;
}
.csupermenu{
transform: translateX(100%);
-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 2s cubic-bezier(0.19, 1, 0.22, 1);

}
.showmenuresponsive .csupermenu{
transform: none;
}

.csectiondetail .cvcenterinner{
display: block;
bottom: 40px;
position: absolute;

}
.cvideoprojectdynamic{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0;
-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;
}
.cvideoprojectdynamic video{
-o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100%;
}
.citemproject .cinner{
position: relative;
overflow: hidden;
}
.csectionleadbottom{
padding-top: 120px;
padding-bottom: 120px;

}

.csectiondetail .csectiontext .cta{
display: none;
}
.citemproject img{
-o-object-fit: cover;
   object-fit: cover;
   aspect-ratio:580/325;
}
.citemproject100 img{
-o-object-fit: cover;
   object-fit: cover;
   aspect-ratio:580/280;
}
.citemproject100{
margin-top: 40px;
}
.ctexto .sh3 {
margin-bottom: 20px;
}
.ctexto p{
line-height: 1.4;
}
.csectiontextcontent{
margin-top: 120px;
}
.template-page-tabletop,
.template-page-service-production-barcelona-spain{
background: #272727;
}
.csectiontabletopbottom{
text-align: right;
}
.csectiontabletopbottom .ccontentlimit{
float: right;
}
.jqslickcarrousel .citemoverlay img{
height: 700px;
width: auto;
aspect-ratio:auto;
}
.jqslickcarrousel .citemoverlay{
width: auto;
}
.ccarrouselwrap{
position: relative;
}
.page-template-page-blank{
background: #474747;
}
.cblankpagecontent {
padding-bottom: 200px;
}
.jqvideoiframe:hover .cvideoprojectdynamic{
opacity: 1;
}
.jqvideoiframe .citemopa,.jqvideoiframe .citemtext,.jqvideoiframe .cvideoprojectdynamic{
transition-delay: 0s;
}
.jqvideoiframe:hover .citemopa,.jqvideoiframe:hover .citemtext,.jqvideoiframe:hover .cvideoprojectdynamic{
transition-delay: 0.5s;
}


.jqvideovimeo:hover .cvideoprojectdynamic{
opacity: 1;
}

.jqvideovimeo:hover .citemopa,.jqvideovimeo:hover .citemtext,.jqvideovimeo:hover .cvideoprojectdynamic{
transition-delay: 0.3s;
}
.jqtimeonvideo .cprogressbarinnerfill{
-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;

}
.cpopupvideo{
position: fixed;
}
.cpopupvideo video{
width: 100%;
height: auto;
display: block;
max-height: 65vh;
margin: auto;
}
.cpopupvideo .cpopup{
background: transparent;
    max-width: none;
    width: 57%;
    max-height: 100%;
}
.cpopupvideo .cpopupinner {
    padding: 0px;
}
.cpopupvideo .cpopup{
margin-left: -40px;
}
.cplayvideobig{
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 60%;
height: 100%;
z-index: 600;
}
.ccarslide img{
height: 700px;
width: auto;
margin-right: 20px;
}
.cbuildertextblock{
padding-top: 120px;
}
.ctexto p{
margin-top: 20px;
}
.ccaptionthumb{
color: #A8A8A8;
font-size: 14px;
margin-top: 20px;
}
.ccarrouselwrap .cinner{
margin-left: 10px;
margin-right: 10px;
}
.citemcaptnext{
margin-bottom: 0px!important;
}
.citemproject img{
display: block;
}
.citemhovershow:hover .cvideoprojectdynamic{
opacity: 1;
}
.csectionright{
text-align: right;
}
.csectionright .ccontentlimit{
float: right;
}
.ccaptiontext{
color: #A8A8A8;
line-height: 1.3;
}
.ccaptiontext strong{
color: white;
font-weight: 500;
}
.cbuildertextimage .ccolimagetext .cinner{
padding-right: 20px;
padding-left: 0px;
}
.cbuildertextimage.csectionright .ccolimagetext .cinner{
padding-right: 0px;
padding-left: 20px;
}
.cbuildertextimage  {
margin-top: 100px;
}
.cbuildertextimage.csectionright .ccolimagetext{
transform: translateX(82%);
}

.cbuildertextimage.csectionright .ccoltext{
transform: translateX(-122%);
}
.ctexto p:nth-child(1){
margin-top: 0px;
}
.csectionleadbottom .sh2{
display: inline-block;
}
.csectioncarrousel{
overflow: hidden;
}
.csectionprojectsgriddirector{
margin-bottom: 120px;
}
.cfeaturedprojectdirector .citemproject100{
margin-top: 20px;
}
.cfeaturedprojectdirector {
padding-top: 120px;
}
.cvideoabout video{
width: 100%;
display: block;
}
.cverticalproportion video{
-o-object-fit: cover;
   object-fit: cover;
   aspect-ratio:380/475;
}
.chorizontalproportion video{
-o-object-fit: cover;
   object-fit: cover;
   aspect-ratio:580/325;
}
.csectionabout {
margin-top: 190px;
}
.cmidcols{
transform: translateY(-14%);
}
.cvideoaboutleftbot{
transform: translateY(-40%);
}
.template-page-about{
background: #373737;
}
.template-page-about .csuscribeinner{
background: #000;
}
.cabouttexto{
position:fixed;
top:28%;
left:0px;
width:100%;
z-index: 200;
text-align: center;
}
.cabouttexto h1{
font-size: calc(30px + 7vw);
line-height: 1;
}
.csectionabout2{
transform: translateY(-80px);
}
.coldoble .cinner{
padding-right: 40px;
}
.csectiongallery img{
-o-object-fit: cover;
   object-fit: cover;
   aspect-ratio:1/1;
}
.cgallerywrap{
margin-top: 30px;
}
.cbannercookiescode a, .cbannercookiescode{
color: black;
}
.csectionmedia video{
width: 100%;
height: auto;
}
.template-page-about .csectionbuilder section:nth-child(1){
padding-top: 0px;
}
.jqsectionfull100.scrollingwayready .csectionbgvideo{
opacity: 1;
}
.jqsectionfull100 .csectionbgvideo{
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;

}
.jqsectionfull100 .csectionbgvideo::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: #070707;
z-index: 10;
-webkit-transition:all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
transition:all 0.8s ease-in-out;
transition-delay: .05s;
}
.jqsectionfull100.scrollingwayready .csectionbgvideo::before{

transform: translateY(110%);
}
.citemtextdirector{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
padding-top: 0px;
z-index: 200;
}
.cscrollsimulated{
padding-top: 0px;
position: relative;
z-index: 100;

}
.cscrollsimulated video,
.cscrollsimulated img{
display: block;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
   aspect-ratio:380/475;
}
.cdirectorv1{
transform: translateY(50%);
}
.ctopcol{
margin-top: 120px;
}
#mCSB_1_scrollbar_vertical{
opacity: 0!important;
}
.cdisablescroll{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 0;
}
.cdisablescroll.now{
z-index: 700;
}

.cfeaturedprojectdirector .citemproject{
width: 100%;
margin-top: 20px;
}
.collogo .cinner{
position: relative;
}
.collogo .cimagesentinellimg{
background-size: 60%;
background-repeat: no-repeat;
}
.csuscribe{
position: fixed;
bottom: 40px;
right: 120px;

z-index: 600;
width: 580px;
}
.csuscribeinner{
padding: 40px;
background: #070707;
}
.csuscribeinner p{
font-size: 12px;
margin-top: 10px;
max-width: 430px;
line-height: 1.5;
margin-bottom: 0px;
letter-spacing: 1px;
}
.csuscribe input{
background: transparent;
border: 0px;
border-bottom: 1px solid white;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 0px;
padding-right: 50px;
box-sizing: border-box;
margin-bottom: 20px;
margin-top: 15px;
color: white;
}
.csuscribe form{
position: relative;
}
.ssubmitsuscribe{
position: absolute;
right: 0px;
bottom:7px;
text-transform: uppercase;
}
.csuscribe {
-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;
}
.csuscribeinner{
transform: translateY(140%);
-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;
transition-delay: 2s;
background: #373737;
}
.shownews{
transition-delay: 0s;
z-index: 300;
}
.csuscribe{
    z-index: 800;
}
.template-page-about .csuscribe.scrollingwayfinish .csuscribeinner,.shownews.csuscribeinner{
transform: translateY(0%);
}
.cpopuptext{
color: black;
}
.cbotonalert{
color: black;
border-color: black;
padding: 15px;
padding-left: 30px;
padding-right: 30px;
margin-top: 20px;
}
.cformgracias{
margin-top: 10px;
}
.editmode{
display: none;
}
.iclosenews{
position: absolute;
top: 10px;
right: 10px;
}

.iclosenews svg{
width:25px;
height: auto;
}
.outnews{
transform: translateY(120%);
}
.csectioncontact{
padding-top: 17vw;
}
.shsectioncontact img{
position: absolute;
right: 100px;
bottom: -35px;
width: 50%;
z-index: 0;

-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 580/320;

}
.shsectioncontact{
position: relative;
}
.shsectioncontact .sh2{
position: relative;
z-index: 10;
}
.shsectioncontact .sh2 a{
position: relative;
display: inline-block;
}
.shsectioncontact .sh2 a::before{
position: absolute;
bottom: 5px;
left: 0px;
content: "";
display: block;
width: 100%;
height: 3px;
background-color: white;
}
.csectioncontact {
overflow-x: hidden;
}
.template-page-contact{
background: #474747;
}
.ccontactcol{
margin-top: 100px;
margin-bottom: 50px!important;
}
.ccontactinner{
margin-top: 20px;
}
.ccontactinner .shcontact{
display: block;
margin-bottom: 10px;
}
.ccontactinner{
max-width: 650px;
}
.ccontactinner a{
text-decoration: underline;
}
.ccontactinner {
    line-height: 30px;
}
.showmenuresponsive .cbar1{
transform: rotate(45deg) translateY(5px);
}
.showmenuresponsive .cbar2{
transform: rotate(-45deg) translateY(-5px);
}
.cbar{
transform-origin: 50% 50%;
-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;

}
.single-director .csectiondetail .csectiontext .cta {
    display: inline-block;
}
.jqctabook{


}

.domloaded .ctabookinner{
opacity: 1;
transform: translateY(0px);
}
.single-director .csectiontextslide  .shpretitle {
margin-bottom: 30px!important;
    margin-top: 10px;
}

.csectioncarrousel  .cprogressbar{
display: none!important;
}
h1 b,h2 b,h3 b,h4 b{
    font-weight: 500;
}

.csvgmax svg{
width: 100%;
height: auto;
display: block;
}
.csvgmax{
margin-bottom: 15px;
}
.citemdirectorgrid  img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 380/475;
}
.col100:last-child{
margin-bottom: 0px!important;
}
.csectionrelated{
background: #272727;
margin-top: 0px!important;
padding-top: 120px;
}
.single-project footer{
background: #272727;
padding-top: 100px;

}
.csectionleadbottom svg path{
fill:white;
}
.cleadsvg{
display: inline-block;
vertical-align: middle;
margin-left: 20px;
}
.cleadsvg svg{
width: 62px;
height: auto;
transform: translateY(-15px);
}
.cpopupinfo{
display: none;
}
.cpopupinfowrap{
text-align: left;
margin-top: 20px;
}
.cpopupinfowrap h3{
margin-bottom: 6px;
}
.cpopupinfowrap span{
color: #bcbcbc;
}
.ccontactcol a{
text-decoration: none!important;
}
strong{
font-weight: 500!important;
}
.csectioncarrouselhalf .citemoverlay img{
height: 350px;
}
.ctabookinner .cta{
margin-right: 10px;
}
.cfootermid svg{
height: 40px;
width: auto;
display: inline-block;
}
.cfootermid svg{
margin-left: 5px;
margin-right: 5px;
}
footer .contentxlarge{
position: relative;
}
.cfootermid{
position: absolute;
left: 50%;
z-index: 700;
transform: translateX(-50%);
}
footer.jqswaitem{
opacity: 0;
transition-delay: 1.2s;
}
.domloaded footer.jqswaitem{
opacity: 1;
}
.cmenublocking{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
display: none;
z-index: 300;
}
.showmenuresponsive .cmenublocking{
display: block;
}
.cfootermid a,.cfootermid span{
opacity: 0.6;
margin-left: 7px;
margin-right: 7px;
}
.cslickitem .shpretitle,.citemproject .shpretitle {
opacity: 1;
}



.jqdirector,.csectionleadbottom a,.cmenu a{
-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;

}
.jqdirector:hover,.csectionleadbottom a:hover,
.cmenu a:hover{
opacity: 0.6;
}
.csectionleadbottom .shpretitle{
display: inline-block;
}
.csuscribe{
bottom: -400px;
}
.showsuscribe.csuscribe{
bottom: 40px;
}
.template-page-about .csuscribe {
    bottom: 40px;
}
.cpopupalert {
position: fixed;
}
.cdisablescroll{
display: none!important;
}
.cprogressbar{
padding-right: calc(10px + 3.5vw);
padding-bottom: 45px;
}
.cmenu #menu-item-1672{
display: none;
}
