/*
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.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{
transform: translateY(-30px);
}
.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: 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;
}

/*
aspect-ratio: 1 / 1;
object-fit: cover;
*/

/*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;}


.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}


/*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;}
.clear{width: 100%;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body {
  margin: 0;
	background-color:var(--background);
}
body,input,textarea,a{
	font-size: calc(20px + 2vw);
  line-height:0.95;
	font-weight:300;
  -webkit-font-smoothing: antialiased;
	font-family: 'paralucent', 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,input,textarea{
color: var(--text);
}

.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-weight: 700;
}

:root{
--text:#fff;
--pink:#FF608C;
--white:#ffffff;
--background:#130046;
--sizehover:245px;
}

.csectionmargin{
height: var(--sectionmargin);
}

.scoma:last-child{
display: none;
}
/*
aspect-ratio:500 / 700;
-o-object-fit: cover;
   object-fit: cover;
*/
.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:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupimage .cpopupinner{
padding: 0px;
}
.cpopupimage img,.cgallery video{
display: block;
}
.cgallery video{

}
.cpopupimage img,.cpopupimage video{
max-width: 90vw;
max-height: 90vh;
}
.cpopupimage .cpopup{
max-width: none;
width: auto;
}
.cpopupopa{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: black;
opacity: 0.7;
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: 0px;
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: 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;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
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);
}

.citemoverlayinvertido .citemopa{
opacity: 0.3;

}
.citemoverlayinvertido .citemtext{
opacity: 1;
transform: translateY(0px);
}
.citemoverlayinvertido:hover .citemopa{
opacity: 0;

}
.citemoverlayinvertido:hover .citemtext{
opacity: 0;
transform: translateY(-30px);
}

.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;
}

.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;
}
.csectionwhitebackground{
background: #fff;
}
/*///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*/


.cvideocover{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 10;
background-position: center;
background-size: cover;
}
.cplayvideo{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
border-radius: 100%;
cursor: pointer;
}
.csentinellsvg svg{
width: 100%;
height: auto;

}
.csectionrelative{
position: relative;
}

.cburger{
position: absolute;
top: 0px;
left: 90px;
width: 45px;
cursor: pointer;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 3px;
background: white;
margin-top: 12px;
margin-bottom:12px;
position: relative;
}
.cbarinner{
position:absolute;
top:0px;
left:0px;
height:100%;
width:0%;
background: var(--pink);

}

p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
text-transform: uppercase;
font-family: 'franklin-gothic-atf', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 600;
}

.csingleblogredes svg{
height: 50px;
width: auto;
display: inline-block;
}




/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/




/* font-size: calc(30px + 4.8vw); */

h1,.sh1{
font-size: 100px;
line-height: 108px;
}
h2,.sh2{
font-size: 70px;
line-height: 78px;
}
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;
}
.cta:hover{

}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}
.contentxlarge,.contentxxlarge{
max-width: none;
}
.scolor{
color: var(--pink);
}
.sh1{
font-family: 'Syncopate',sans-serif;
font-size: calc(30px + 7vw);
line-height: 0.86;
margin-left: -1.4%;

}
.textright .sh1{
margin-left: 0px;
margin-right: -1.8%;
}
.csectiontop .sh1{
position: absolute;
bottom: 4vh;
z-index: 100;
}
.csectionanimatesh{
height: 300vh;
}
.csectiontop .contentxlarge,.csectiontop .contentxlarge .row{
height: 100vh;
position: relative;
}

.cheader{
position: fixed;
left: 2.5vw;
top: 4vw;
z-index: 700;
}

.csectiontop .cdevice{
margin-top: 4vw;
}
.cdevice svg{
width: 100%;
height: auto;
display: block;
}
.cdevice{
position: relative;
}
.thevid{
height: 100%;
position: relative;
}
.cdeviceclip{
background: gray;
position: absolute;
width: 80.4%;
height: 85.1%;
left: 9.8%;
top: 4%;
overflow: hidden;
}
.cdevicetop{
transform: scale(1.5) translateX(5%) translateY(15%);
}
.thevid{
height: 100%;
}
.thevid video{
width: 100%;
height: 100%;
object-fit: cover;
}
.csh1{
position: relative;
display: block;
}
.ssentinell {
position: absolute;
left: 0px;
top: 0px;
display: block;
z-index: 40;
}
.ssentinell .sh1{
bottom: auto;
margin-left: 0px;
position: relative;
color: transparent!important;
-webkit-text-stroke-width: 3px;
 -webkit-text-stroke-color: var(--white);
}
.ssentinell .sh1 span{
 -webkit-text-stroke-color: var(--pink);
 }
.ssentinell .sh1 span{
color: transparent!important;
}
.csh1real{
z-index: 100;
position: relative;
}
.gsapwrapper{
opacity: 0;
-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;

}
.csectiontop .csectionbgvideo{
height: 100vh;
opacity: 0.5;
}
.domloaded .gsapwrapper{
opacity: 1;
}
.cborders{
position: absolute;
width: 100%;
height: 100%;
transform-origin: center center;

}
.cborderswrap{
overflow: hidden;
}
.cborders svg{
width: 100%;
height: auto;
}
.cborders svg path{
stroke:#535353;
}
.csectiontextrightflotant .ctext .cinner{
padding-right: 16vw;
}
.csectiont1{
margin-top: 4vh;
}
.shbig{
font-size: calc(30px + 13.35vw);
line-height: 0.7;
margin-top: 1.8vh;
display: block;
color: var(--pink);
}
.csection-section-marquee *[class^="col"] {
margin-bottom: 0px!important;
}
.cmarqueeitem{
font-family: 'gabriella', sans-serif;
font-size: calc(20px + 2.5vw);
}
.cmarqueeright::before{
content: "";
z-index: 10;
display: block;
position:absolute;
top:0px;
right:0px;
height:100%;
width:20%;
background: rgb(19,0,70);
background: linear-gradient(84deg, rgba(19,0,70,0) 50%, rgba(19,0,70,1) 100%);
}
.cmarqueeleft::before{
content: "";
z-index: 10;
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:20%;
background: rgb(19,0,70);
background: linear-gradient(84deg, rgba(19,0,70,1) 10%, rgba(19,0,70,0) 100%);
}
.csectionm-1{
margin-top: 0vw;
}
.csection-section-marquee{
position: relative;
}
.startsection{
position: absolute;
top: -30vw;
height: 100%;
}
.csectiontop.csectionanimatesh{
padding-top: 0!important;
}
.csectionanimatesh{
padding-top: 10vw;
}
.gsaptrigger{
position: absolute;
height: 200%;
margin-top: -20vw;
}



.cursor-outline,
.cursor-dot {
  opacity: 0;
  z-index: 999;
}

.cursor-outline {
  border-radius: 50px;
  position: absolute;
  width: 80px;
  height: 80px;
  border: solid 1px #fff;
  mix-blend-mode: difference;
  pointer-events: none;
  display: none;
}

/* Visible when running fancy.js */
.cursor-dot {
  border-radius: 100%;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: var(--pink);
  pointer-events: none;
	border:1px solid var(--pink);

}

.cursor-outline,
.cursor-dot {
  /* needed for target (shared) */
  top: 50%;
  left: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
transform-origin: center center;
}
.target{

background: red;
height: 100%;
width: 100%;
z-index: 100;
position: absolute;
}
.cbottomwork {
position: relative;
z-index: 10;
}
.cbottomwork  .cinner{
position: relative;
}

.cursor-dotnotcursor{
border-radius: 100%;
width: 225px;
height: 225px;
background-color: transparent;
top: 50%;
left: 10%;
scale:1.8;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
transform-origin: center center;
z-index: 200;
position: relative;
}
.cursor-dotnotcursor .ccursorcontentswrap{
border: 1px solid var(--pink);
border-radius: 100%;
padding: 10px;
}
.ccursorcontentswrap{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
transform-origin: center center;

}
.chovercursor{
cursor: pointer;
}
.ccursorcontents{
width: 200px;
height: 200px;
text-align: center;
position: relative;
transform: scale(0);
color: var(--pink);
}
.ccursortitle{
font-size: 16px;
position: absolute;
width: 100%;
}
.ccursortext{
font-size:38px;
}
.ccursortitle1{
top: 5px;
}
.ccursortitle2{
bottom: 0px;
}
.citemproject .cinner {
position: relative;
}

.citemproject .cinner .cbck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
/* border-radius: 140px; */

background: #009A3D;
mix-blend-mode: color;
z-index: 10;
}
/* .citemproject .cinner .cbck,
.citemproject .cdevice{
display: none!important;
} */
.citemproject .cinner .cbck0{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-size: cover;
background-position: center;
background-size: cover;
}
.citemproject .cinner{
margin: 2.5vw;
height: 90vh;
margin-right: 0px;
}
.cbck1{
mix-blend-mode: normal!important;
opacity: 0.8;
z-index: 11!important;
}

.chorzscroll{
z-index: 100;
}
.chorzscrollinner{

width: fit-content;
display: flex;
flex: auto;
flex-direction: row;
}
.citemproject{
flex-shrink: :0;
width: 85vw;
}
.citemproject .cdevice{
width:60%;
margin: auto;
z-index: 20;
}

.citemproject svg rect,.citemproject svg path{
stroke:white;
stroke-width:0.7;
}
.chorzscroll{
height: 300vh;
}
.csectionmargin{
margin-top: 10vw;
}
.citempromise .cinner{
padding-left: 2.5vw;
margin-bottom: 1.5vw;
padding-right: 4vw;
}
.shbig{
display: inline-block;
}
.cbottomwork .cursor-dot{
position: relative;
left: auto!important;
top: auto!important;
transform: scale(1.8) translateX(-33%) translateY(30%)!important;
float: right;
z-index: 8;
}
.cbottomwork .cbottomworkinner{
position: relative;
}
.cbottomworktext{
position: relative;
z-index: 10;
}

footer,.cbottomworktext{
margin-left: 2.5vw;
margin-right: 2.5vw;
}
footer .col50{
margin-bottom: 0px!important;
}
footer,footer a{
font-size: 20px;
}
footer{
padding-top: 3vw;
padding-bottom: 3vw;
margin-top: 10vw;
border-top: 1px solid #535353;

line-height: 1.7em;
position: relative;
z-index: 400;
}
.contentgame{
margin-left: 2.5vw;
margin-right: 2.5vw;
}
.ccampo{
aspect-ratio:1700/650;
border:1px solid #535353;
background: var(--background);
position: relative;
}
.cmarqueetop{
border-top: 1px solid #535353;
padding-top: 10px;
}
.cmarqueebottom{
border-bottom: 1px solid #535353;
padding-bottom: 10px;
}
.csectiongame{
margin-top: 5vw;
margin-bottom:7vw;
}
.clogocampo{
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
.clogocampo svg{
width: 23%;
height: auto;
}
.ccampomedio{
height: 100%;
width: 1px;
background: #535353;
margin: auto;
}
.ccampo{
position: relative;
overflow: hidden;
}
#game-container {
z-index: 400;
           position: relative;
       }
       .paddle {
           position: absolute;
           width: 30px;
           height: 150px;
           background-color:  var(--pink);
       }
       .player-paddle {
           left: 10px;
       }
       .cpu-paddle {
           right: 10px;
       }
       .ball {
       z-index: 10;
           position: absolute;
           width: 100px;
           height: 100px;
           background-color: var(--pink);
           border-radius: 50%;
           left: 68%;
           top: 23.7%;
       }

.sscore{
font-family: 'Syncopate',sans-serif;
font-size:70px;
position: absolute;
display: block;
color: var(--pink);

}
.sscoreplayer{
left: 20px;
top: 20px;
}
.sscorecpu{
right: 20px;
bottom: 20px;
}
.ball{
opacity: 0;
}
.gamestarted .ball{
opacity: 1;

}
.cworkcol{
margin-bottom: 0px!important;
}
.cursor-dotnotcursor{
cursor: pointer;
}
.cursor-dot a{
display: block;
height: 100%;
}
.chovercursor a{
font-size:inherit;
font-family:inherit;
}

.cdevice path,.cdevice rect{
stroke-width:2px!important;
stroke:white;
}
.cdevicetop path,.cdevicetop rect{
stroke-width:1px!important;
stroke:white;
}
.jqslickgrafico{
overflow: hidden;
}
.cslideareas,.slick-track,.slick-list,.jqslick,.jqslickgrafico,.cslideimage  {
width: 100%;
height: 100%;
}
.jqslick,.jqslickgrafico{
background: white;
}
.cslideimage{
background-size: cover;
background-position: top center;
}
.csectiont1bot{z-index:800;}
.ccookiepopupwrapbanner {
display: none!important;
}
.cvideocontent{
position: absolute;
bottom: 0px;
right: 0px;
width: 90%;
height: 100%;
}
.cvideocontentinner{
height: 100%;
position: relative;
}
.footervideo{
position: absolute;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale();
mix-blend-mode: color-dodge;
opacity: 0.9;
}
.cvidwrapper{
position: relative;
}
.cvidwrapper{
background: rgb(19,0,70);

}
.cfootervideoopa{
position: absolute;
top: -1px;
left: 0px;
height: 100%;
width: 100%;
background: rgb(19,0,70);
background: linear-gradient(0deg, rgba(19,0,70,0) 50%, rgba(19,0,70,1) 100%);
z-index: 100;


}

.cfootervideoopa::after{
content: "";
display: block;
position: absolute;
top: -1px;
left: 0px;
height: 100%;
width: 100%;
background: rgb(19,0,70);
background: linear-gradient(90deg, rgba(19,0,70,1) 19%, rgba(19,0,70,0) 100%);
}
.cloading{
position: fixed;
z-index: 750;
top:0px;
left:0px;
height:100%;
width:100%;
background: var(--background);
}
.cloading{
text-align: center;
}
.cloading svg{
display: inline-block;
}
.cloading span{
display: block;
font-size: 20px;
}
.cloadinginner{
height: 100%;
}
.csectiontopagency .sh1{
position: relative;
bottom: auto;
padding-top: 10vw;
}
.ctextmleft .cinner{
padding-left: 2.5vw;
padding-top: 2.5vw;
padding-right: 2.5vw;
}
.marginmore{
height: 12vw;
}
.cfototop img{
width: 100%;
}
.cfototop{
position: absolute;
border-radius: 8vw;
right: 0px;
overflow: hidden;
transform: translateX(14%) translateY(-12%);
width: 50%;
top: 10vw;
}
.cmock{
position: absolute;
right: 0px;
width: 50%;
padding-top: 5vw;
}
.cmockinner{
height: 100%;
position: relative;
}
.cmocklayer img,.cmocklayer video{
width:18vw;
height: auto;
display: block;
}
.cmocklayer{
float: left;
margin-right: 2vw;
}
.cmockinner{
width:fit-content;
display: flex;
padding-bottom: 200vh;
}
.cmocklayer video{
border-radius: 2vw;
}
.cvideomockwrap{
    background-color: var(--background);
border: 2px solid #fff;
border-radius: 2.5vw;
padding: 0.4vw;
}
.cmargintopc{
height: 5vw;
}
.cpromiseagency .citempromise .cinner{
padding-right: 0px;
}
.gsaptext{
position: relative;
}
.gsaptrigger{
margin-top: 0px;
top: -70vh;
}
.cvidwrapper{
background: transparent;
}
.crespmock{
display: none;
}
.cmenumini a{
font-family: 'Syncopate',sans-serif;
font-size:16px;
text-transform: uppercase;
margin-right: 20px;
-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;

}
.page-id-83 .lagencies{
color:var(--pink);
}
.home .lhome{
color:var(--pink);
}
.cmenumini{
position: absolute;
top: -17px;
width: 400px;
left: 90px;
pointer-events: none;
opacity: 0;
-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;
transform: translateX(-10px);

}
.showmenuresponsive .cmenumini{
opacity: 1;
pointer-events:auto;
transform: translateX(0%);

}
.cburger{
-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: 0.7s;
}
.showmenuresponsive .cburger{
opacity: 0;

transition:all 0s ease-in-out;
}
.cmenumini a:hover{
color: var(--pink);
}

.cvideomockwrap{
opacity: 0;
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
transition-delay: 2.2s;
transform: translateY(-40px);
}


.domloaded .cvideomockwrap{
opacity: 1;
transform: translateY(0px);
}
