/*
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-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
/*scroll*/
*::-webkit-scrollbar {
    width: 6px;
background:var(--graybg);
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 0px;

    background-clip: content-box;
    background-color: var(--color1);

}

*::-webkit-scrollbar-thumb:hover {
    opacity: 0.6;
}




/*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;
}
.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);
    }
}
.loadingajaxfixed{
  display: none;
}
.loadingajax .loadingajaxfixed{
  display: block;
}
.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: 16px;
  line-height: 26px;
	font-weight:300;
}
.clineheightlow{
line-height: 30px;
}
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: 16px;
border: 0px;
width: 100%;
box-sizing: border-box;
}
.cpopupcontact textarea {
margin-top: calc(var(--gap) * 2);
}

:root{
--sidebarw:450px;
  --gap: 10px;
  --border:#AAAAAA;
  --background:#fff;
  --sectionmargin:7vw;
}
.cpopup{
--gap: 5px;
}
.csectionmargin{
height: var(--sectionmargin);
}
.csectionmarginsmall{
height: calc(var(--sectionmargin) / 1.5);
}
.csectionmarginhalf{
height: calc(var(--sectionmargin) / 2);
}

.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,.cpopupimage iframe{
display: block;
}
.cgallery video{

}
.cpopupimage iframe{
width: 100vw;
height: 100vh;
}
.cpopupimage img,.cpopupimage video,.cpopupimage iframe{
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: left;
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;
}
.cpoptype .cpopup{
max-width: none;
top: 0px;
left: 0px;
transform: none;
width: 100%;
}

.cpopupclose{
position: absolute;
top: 30px;
right: 30px;
height: 40px;
width: 40px;
background-image: url(img/elementos/i-popupclose.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
cursor: pointer;
z-index: 20;
background-color: var(--color1);
border-radius: 100%;
}
.cpoptype .cpopupclose{
z-index: 950;
}
.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.3em;
}

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:10px;
}

.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;

}
.csurveyitem.citemoverlayinvertido .citemopa{
opacity: 0.3!important;

}
.citemoverlayinvertido .citemtext{
opacity: 1;
transform: translateY(0px);
}
.csurveyitem.citemoverlayinvertido .citemtext{
opacity: 1!important;
transform: translateY(0px)!important;

}

.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:100vh;
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: 50%;
right: 0px;
transform: translateY(-50%);
width: 42px;
cursor: pointer;
}
.cburgerinner{
position: relative;
}
.cbar{
  width: 100%;
  height: 3px;
  background: white;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 7px;
  -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;

}
.scrolled .cbar{
  background: var(--color2);
}

p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
color: #272A26;
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: calc(30px + 4.8vw);
line-height:1.1;
}
h2,.sh2{
font-size: calc(24px + 2.4vw);
line-height:1.1;

}
h3,.sh3{
font-size: 40px;
line-height: 48px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: calc(20px + .6vw);
line-height:1.2;
}
h5,.sh5{
font-size: calc(16px + .2vw);
line-height:1.4;
}
.scolor1.underline:hover{
-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;
color: var(--color2);
}
svg *[fill='#E00083']{
-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;
}
a:hover svg *[fill='#E00083']{
fill: var(--color1);
}
.jqplayvideocover,.cslickcontrol{
-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;
}
.jqplayvideocover:hover,.cslickcontrol:hover{
background: var(--color2);
}
.cta{
cursor: pointer;
display: inline-block;
background: var(--color1);
color: white;
padding: 12px;
padding-left: 50px;
padding-right: 50px;
border-radius: 40px;
-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: var(--color2);

}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}


.cheader{
position: fixed;
top: 0px;
width: 100%;
z-index: 600;
}
.csectionfullscreen .csectiontext{
position: absolute;
bottom: 0px;
left: 0px;
z-index: 300;
width: 100%;
padding-bottom:var(--sectionmargin);
}
.contentfull{
width: 86vw;
margin: auto;
}
.cheader{
height: 240px;
}
.cheaderright{
text-align: right;
}
.limitwidth{
max-width: 1400px;
}
.csectionopa{
/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 1.02%, rgba(0, 0, 0, 0.25) 23.55%, rgba(0, 0, 0, 0.00) 37.65%), linear-gradient(115deg, rgba(0, 0, 0, 0.40) 34.29%, rgba(0, 0, 0, 0.00) 53.3%); */
}
.csectionvideo.scrollingwayfinish .csectionopa {
    opacity: 0.25;
}
.mainsection .contentfull{
position: relative;
}
.contentfullinner{
padding-right:calc(var(--sidebarw) + 50px);

}


.small,.spretitle{
font-size: 15px;
}
.spretitle{
color:var(--color1);
}
.ctitlecol{
margin-bottom: 1.5vw;
}
.cwrapslick,.cwrapslickfade{
position: relative;
width: 100%;
overflow: hidden;
}
.cwrapslick img{
aspect-ratio:5/4;
object-fit: cover;
}
.cslickcontrol{
position: absolute;
width: 50px;
height: 50px;
text-align: center;
top: 50%;
transform: translateY(-50%);
right: 40px;
background: var(--color1);
border-radius: 100%;
z-index: 400;
cursor: pointer;
-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;

}
.cslickleft .cslickcontrolinner{
transform: rotate(180deg);
}
.cslickleft{
right: auto;
left: 40px;
}
.cslickcontrol svg{
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.cslickcontrolinner{
position: relative;
height: 100%;
}
.ciframe{
position: relative;
}
.ciframe iframe{
width: 100%;
height: auto;
aspect-ratio:4/2;
}
.csectiontwocol .ctexto{
column-count: 2;
 column-gap: 50px;
}
.cslickfadeinner img,
.cslickfadeinner video{
width: 100%;
height: auto;
aspect-ratio:16/8;
object-fit: cover;
display: block;
}
.slick-list {
overflow: hidden;
}


.slick-dots{
position: absolute;
bottom: 40px;
width: 100%;
right: 0px;
text-align: center;

}
.slick-dots button{
display: none;
}
.slick-dots li{
display: inline-block;
width: 11px;
height: 11px;
background: #fff;
margin-left: 6px;
margin-right: 6px;
border: 1px solid var(--color1);
border-radius: 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 0.2s ease-in-out;
cursor: pointer;

}
.slick-dots li.slick-active{
border-color: var(--color1);
    background: var(--color1);
}
.csidebar{
width: var(--sidebarw);
position: absolute;
right: 0px;
top: 0px;
}
.csidebarsectiontitle{
background: var(--graybg);
padding: 20px;
padding-left: 30px;
position: relative;
}
.csidebarsectiontitle .jqeditsection{
  position: absolute;
  top: 5px;
  left: 5px;
}
.csideitem{
position: relative;
}
.csideiteminner{
border-top: 1px solid var(--color1);
position: relative;
padding-top: 30px;
padding-bottom: 30px;
}
.csidebarsection{
margin-top: 7px;
}
.csubstage{
padding-top: 15px;
padding-bottom: 15px;
}
.csubstagecontent ul{
list-style: decimal;
padding-left: 25px;
}
.csubstage{

}
.scolor1{
color: var(--color1);
}
.underline{
text-decoration: underline;
}
.pointer{
cursor: pointer;
}
.csubstage{
display: none;
}
.cstagebuttons{
margin-top: 5px;
}
.jqhidephasestage{
display: none;
}
.csidebarsectiontitle{
position: relative;
cursor: pointer;
}
.csidebarsectiontitle svg{
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.citemphase svg,.citemdate svg{
position: absolute;
top: 35px;
z-index: 10;
    right: 25px;
}
.citemphase .csideiteminner{
padding-left: 55px;
}
.cicondown{
-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;
transform: scaleY(1);
position: absolute;
top: 50%;
right: 0px;
}


.e-showingitem .cicondown{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}
.csideitemmargin{
margin-top: 70px;
}


.citemdate h5{
margin-bottom: 5px;
}

.cpastdates{
display: none;
}
.cplayvideo{
height: 100px;
width: 100px;
background: var(--color1);
}
.cplayvideo svg{
width: 25px;
height: auto;
display: inline-block;
transform: translateY(10%);
}
svg *[fill='#E00083']{
fill:var(--color2);
}
svg *[stroke='#E00083']{
stroke:var(--color2);
}
footer{
background: var(--footer);
}
.cfooterlimit{
max-width: 340px;
}
footer h4{
margin-bottom: 10px;
}
.cfooterlogo svg,.cfooterlogo img{
display: inline-block;
}
.cfooterlogo{
text-align: center;
}
.cfooterlegal a{
margin-left: 30px;
}
footer .csocial{
margin-top: 10px;
}
.csocial a{
margin-left: 5px;
}
.cheaderright .csocial{
display: inline-block;
transform: translateY(10px);
margin-right: 30px;
}
.cheader{
-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;
}
.scrolled .cheader,
.page-template-page-blank .cheader{
background:var(--graybg);
height: 100px;
}
.cidiomsheader{
position: absolute;
top: 20px;
right: 20px;
z-index:700;

}
.cidiomsheader a,.cidiomsheader{
color: white;
font-size: 14px;
text-transform: uppercase;
}


.cheaderlogo img{
height: 100px;
width: 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;
}
.clogosheader{
position: relative;
}
.clogoblack{
position: absolute;
top: 0px;
left: 0px;
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.2s ease-in-out;

}
.clogowhite{
-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;
}
.scrolled .clogoblack,
.page-template-page-blank  .clogoblack{
opacity: 1;
}
.scrolled .clogowhite,
.page-template-page-blank .clogowhite{
opacity:0;
}
.scrolled .cheaderlogo img,
.page-template-page-blank .cheaderlogo img{
height: 60px;
width: auto;
}
.cfooterlogo img{
height: 80px;
width: auto;
}
.typeformembed{
position:fixed;
top:0px;
left:0px;
height:100vh;
width:100vw;
z-index: 900;
}
div[data-tf-widget=Q44iRH3l]{
height: 100vh!important;
}
.typeformembed > div{
height: 100vh!important;
}
.ctypeformembedwrap{
position:fixed;
top:0px;
left:0px;
height:100vh;
width:100vw;
z-index: 900;
}
.cpopupalert .cpopup {
text-align: center;
}
.cpopupalert .cpopup .cta{
margin-top: 10px;
}
.cblankpagecontent h2,.cblankpagecontent h3{
margin-bottom: 20px;
margin-top:60px;
}
.cheadersub{
background: black;
-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;
transition-delay: 0s;
opacity: 0;
transform: translateY(-20px);
}
.cheadersubinner{
text-align: center;
padding:7px;
background: var(--topbar);
opacity: 0.97;
}
.scrolled .cheadersub{
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
transition-delay: 0.5s;
opacity: 1;
transform: translateY(0px);
}
.jqconfigurarcookies{
background: var(--color2)!important;
}
.wp-caption{
width: auto!important;
position: relative;
}
.wp-caption-text{
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 13px;
color: white;
background: rgba(0, 0, 0, 0.4);
opacity: 1;
position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
padding-left: 10px;
box-sizing: border-box;
}
.jqslickcarrousel .cinner,.jqslick .cinner{
position: relative;
}
.csection .csection{
margin-top: 20px;
}
.cframefull{
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
.cframefull:hover circle{
fill:var(--color1);
}
.cpopupimagewrapper{
position: relative;
}
.cpopupimagewrapper .cframefull{
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.2s ease-in-out;

}
.cpopupimagewrapper:hover .cframefull{
opacity: 1;
}
.ccurrentdates .csideitem .cetiquetadate{
display: none;
}
.ccurrentdates .csideitem:first-child .cetiquetadate{
display: block;
}
.citemdate h5,.csideiteminner{
position: relative;
}
.cetiquetadate{
color: white;
position: absolute;
font-family: var(--font-base);
font-size: 10px;
text-transform: uppercase;
padding: 1px;
padding-left: 4px;
padding-right: 4px;
border-radius: 5px;
bottom: 30px;
right: 25px;
line-height: 16px;
color: var(--text);
font-weight: 600;
border: 1px solid  var(--text);
/* Adjust the duration as needed */
}
.ccurrentdates .cetiquetadate{
border: 1px solid  #e20000;
background: #e20000;
color: white;
animation: fadeInOut 1.5s infinite;
}
@keyframes fadeInOut {
0%, 100% {
    opacity: 0.5;
}
50% {
    opacity: 1;
}
}
.ccalendarlinks{
display: none;
}
.jqaddtocalendar{
cursor: pointer;
}
.cheadersub{
height: 0px;
overflow: hidden;
}
.scrolled .cheadersub{
height: auto;
}
.cheaderright .cvcenterinner{
  padding-right: 77px;
}
.cmenuright{
  position:fixed;
  top:0px;
  right:0px;
  height:100%;
  font-family: var(--font-headings);
  width:50%;
  background: var(--color2);
  z-index: 800;
  color: white;
}
.cmenuright .sh3{
    color: white;
    font-family: var(--font-headings);
    font-size: 30px;
        font-weight: 400;
        display: block;
            line-height: 1.7;
  }
  .cmenurightinner{
    height: 100%;
    box-sizing: border-box;
    padding: calc(var(--sectionmargin) / 1.5);
  }
.cmenuright{
  -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(101%);
}
.showmenuresponsive .cmenuright{
  transform: translateX(0%);
}
.ccurrentdates .csideitem:first-child .csideiteminner{
  background: var(--highlight);
  padding-left: 25px;
}
.citemphasestatus1  .csideiteminner{
  background: var(--highlight);
}
.csideiteminner{
  padding-left: 25px!important;

}
.csidebardocs .csideitem:first-child .csideiteminner{
  padding-left: 0px;
  background: white;
}
.ccurrentdates .csideitem:first-child .csideiteminner,
.ccurrentdates .csideitem:first-child .csideiteminner,
.citemphasestatusFinished .csideiteminner,
.citemphasestatusOngoing .csideiteminner{
  background: var(--graybg);
}

.citemphase .csideiteminner {
    padding-left: 0px;
    padding-right: 60px;
}
.cshoweventsbutton,.cshoweventsbutton2{
  padding-left: 25px;
  text-align: left;
  padding-top: 20px;
padding-bottom: 20px;
}
.cshoweventsbutton2{
border-top: 1px solid var(--color1);
}
.cetiquetadatefinished,.cetiquetadatefinished{
  background: var(--graybg);
}
.cetiquetadateFinished{
  border: 1px solid #2a9516;
background: #2a9516;
color: white;
}
.citemdate a:hover svg *[stroke='#E00083']{
  stroke:var(--color1);
}
.lby{
  font-size: 12px;
  opacity: 0.6;
}
.dotvideo{
  border-radius: 0px!important;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}
.csectiontitularNO{
  margin-top: calc(-1 * var(--sectionmargin));
}
.cmenurightinner .jqgoto{
  cursor: pointer;
  -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;

}
.cmenurightinner .jqgoto:hover{
  opacity: 0.6;
}
.ctafelt{
  position: absolute;
  bottom: 14px;
  right: 4px;
}
.cpopupsuperiframe .cpopupinner{
  padding: 0px;
  height: 95vh;

}
.cpopupsuperiframe iframe{
  display: block;
width: 100%;
height: 100%;
border: 0px;
}
.cpopupsuperiframe .cpopup{
  max-width: none;
  width: 95vw;
}
.cpopupsuperiframe .cpopupclose{
  z-index: 2000;
}
.cpopupsuperiframe .cpopupclose {
    top: 10px;
    right: 20px;
  }
.jqeditsection{
cursor: pointer;
color: transparent;
background-image:url('img/elementos/i-edit.svg');
height: 24px;
width: 24px;
background-size: 24px;
background-position: center;
background-repeat: no-repeat;
position: relative;
z-index: 10;
}
.logged-in .csectioneditable {
  position: relative;
}
.logged-in .csectioneditable::before {
  content: "";
  display: block;
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  border: 1px solid #636466;
  transform: scale(1.02);
  opacity: 0.3;
}
.jqsave{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: white;
	background: #2271b1;
	text-align: center;
	z-index: 200;
	cursor: pointer;
}
.scolor{
  color:var(--color2);
}
.strong{
  font-weight: 500;
}
.csection iframe{
	aspect-ratio:500/281;
	object-fit:cover;
	width:100%;
	height:auto;
}