/*
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);
}


.cursor-outline,
.cursor-dot {
  opacity: 0;
  z-index: 999;
}

.cursor-outline {
  border-radius: 50px;
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 1px black;
  /* mix-blend-mode: difference; */
  pointer-events: none;
}

/* Visible when running fancy.js */
.cursor-dot {
  border-radius: 100%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  pointer-events: none;

}

.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;
}

.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;
}




.loadingpage::before{
content: "";
display: block;
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 9000;
-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;
}
.domloaded.loadingpage::before{
opacity: 0;
pointer-events: none;
}
.loadingpageout.domloaded.loadingpage::before{
opacity: 1;
pointer-events: all;
}


/*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{
display: none;
}
.jqloadingajax .loadingajax{
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;
  }
}

.csectionmarginmid2{
margin-top: 80px;
}

.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: var(--lightgray);
}
body,input,textarea,a{
	font-size: 20px;
	/* font-size: 20px; */
  line-height: 1.5;
	font-weight:500;
	font-family: 'neue-haas-grotesk-display', sans serif;
}
.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);
}
.ssline span,.ssline.sline{
position: relative;
}
.ssline span::before,.ssline.sline::before{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
border-bottom: 1px solid black;
content: "";
}
.slinewhite span::before,
.sline.slinewhite::before{
border-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{
border: 0px;
width: 100%;
box-sizing: border-box;
font-size: 18px;
padding: 16px;
padding-left: 25px;
padding-right: 25px;
border: 1px solid var(--stroke);

}

:root{
  --color1:#002199;
  --stroke:#D0D3D4;
  --stroke2:#E8E8E8;
  --stroke3:#9D9D9C;
  --lightgray:#F5F5F5;
  --sectionmargin:120px;
}

.csectionmargin{
height: var(--sectionmargin);
}
.csectionmargin-negativo{
margin-top: calc(var(--sectionmargin) * -1);
}
.csectionmarginmid{
height: calc(var(--sectionmargin)/2);
}
.csectionmarginmmsmall{
height: calc(var(--sectionmargin)/2.5);
}
.csectionmarginmsmall{
height: calc(var(--sectionmargin)/3);
}
.csectionmarginsmall{
height: calc(var(--sectionmargin)/4);
}
.csectionmarginmini{
height: calc(var(--sectionmargin)/8);
}
.cnomarginbot .csectionmargin{
display: none;
}

.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;
}
.infoicon svg{
position: absolute;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);

}
.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 textarea{
height: 300px;
}
.cformfooter .csubtitulartext{
display: block;
color: #4f5c69;
}
.cpopupcontact *{
text-align: left;
}
.cpopup .sh3{
margin-bottom: 20px;
}
.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: 1px solid var(--stroke);
background: white;
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:0px;
margin-bottom: 15px;
}

.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{
min-height:calc(100vh - 100px);
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: 32px;
cursor: pointer;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 5px;
background: var(--color1);
margin-top: 6px;
margin-bottom:6px;
}
.cburger:hover .cbar{
background: black;
}

p{
margin-top: 0px;
margin-bottom:20px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
font-family: 'franklin-gothic-atf', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
}

.csingleblogredes svg{
height: 50px;
width: auto;
display: inline-block;
}
.relative{
position: relative;
}



/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}


.cfooterkitsinner{
background: var(--lightgray);
padding-left: var(--paddings);
padding-right: var(--paddings);
padding-top: 15px;
padding-bottom: 15px;
}
.cfooterkitsinner svg{
display: block;
max-width: 500px;
width: 100%;
height: auto;
}
.cfooterkitsimg{
position: relative;
display: block;
}
.cfooterkitsimg *{
fill:var(--text);
}
.cfooterkitsimg *[fill='#FEF200']{
fill:var(--lightgray);
}

/*web*/


.jqdrawicon * {
    stroke-dasharray:1200;
    stroke-dashoffset: 1200;
    animation-delay: 1.4s!important;
}

@keyframes dash {
  to {
	stroke-dashoffset:  0;
  }
}
.scrollingwayfinish .jqdrawicon svg *{
animation: dash 2.5s linear forwards;
}

.ccontactoitemmap{
height: 100%;
}

/* font-size: calc(30px + 4.8vw); */

h1,.sh1{
font-weight: 600;
font-size: 64px;
line-height: 70px;
}
h1,.sh1{
color: var(--color1);
}
h1 i,.sh1 i,h1 em,.sh1 em{
color: black;
font-style: normal;
}
h2,.sh2{
font-weight: 600;
font-size: 36px;
line-height: 42px;
}
h2,.sh2{
color: var(--color1);
}
h2 i,.sh2 i,.sh2 em,h2 em{
color: black;
font-style: normal;
}
h3,.sh3,h3 b,.sh3 b{
font-weight: 600;
font-size: 22px;
line-height: 30px;
color: var(--color1);
}
h3,.sh3{
color: var(--color1);
}
h3 i,.sh3 i,h3 em,.sh3 em{
color: black;
font-style: normal;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-weight: 600;
font-size: 20px;
line-height: 28px;
}
.spretitle{
color: var(--stroke3);
}
.spretitle,.cta,.page-numbers{
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}
.col36{
width: 36%;
}
.col45{
width: 45%;
}
.col55{
width: 55%;
}
.cta,.page-numbers{
cursor: pointer;
background: var(--color1);
border: 2px solid var(--color1);
padding: 15px;
padding-left: 30px;
padding-right: 30px;
display: inline-block;
box-sizing: border-box;
-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: white;
}
.cta:hover{
background: black;
}
.ctanaked{
border: 2px solid white;
background: transparent;
}
.ctanaked:hover{
background: white;
color: var(--color1);
}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

.contentxlarge{
max-width: 1680px;
padding-left: var(--sectionmargin);
padding-right: var(--sectionmargin);
}

.citembotrightwrap{
position: relative;
}
.citembotright{
position: absolute;
  bottom: 0px;
  right: var(--sectionmargin);
}

.cheader{
background: white;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 600;
}
.cheader,.cheaderfix{
height: 100px;
}
.cmenuwrap li{
display: inline-block;
}
.cheaderlogo,.cmenuwrap{
float: left;
height: 100%;
}
.crightmenu{
float: right;
height: 100%;
}
.cburger{
display: none;
}
.cheader{
border-bottom: 1px solid var(--lightgray);
}
.cheader .contentxlarge{
position: relative;
height: 100%;
}
.cheaderlogo img{
height: 30px;
width: auto;
margin-right: 60px;
display: block;
}
.cheader a{
font-weight: 600;
font-size: 16px;
}
.cmenuwrap li{
position: relative;
margin-right: 30px
}
.sub-menu{
position: absolute;
width: 320px;
background: white;
top: 63px;
border: 1px solid var(--lightgray);
padding: 30px;
padding-top: 18px;
padding-bottom: 18px;
}
.sub-menu li{
display: block;
}
.sub-menu li a,.sub-menu li span{
padding-top: 12px;
padding-bottom: 12px;
display: block;
font-weight: 600;
font-size: 16px;
}
.sub-menu{
display: none;
}
.menu-item-has-children{
cursor: pointer;
}
.menu-item-has-children > a::after{
content: "";
display: inline-block;
background-image: url('img/elementos/fldown.svg');
height: 10px;
width: 17px;
margin-left: 12px;
}
.menu-item-has-children:hover .sub-menu{
opacity: 1;
pointer-events:all;
}
.menu-item-has-children a{
/* pointer-events: none; */
}
.menu-item-has-children li a{
pointer-events: all;
}
.sub-menu li:first-child a,.sub-menu li:first-child span{
border-bottom: 1px solid var(--stroke);
}
.sub-menu .jqgoto a{
pointer-events: none;
}
.csectionfullscreen .contentxlarge{
position: relative;
height: 100%;
}
.csectionfullscreen .csectiontext{
position: absolute;
width: 100%;
bottom: 80px;

}
.csectionopahome{
background: var(--color1);
opacity: 1!important;
}
.ccontrolshome{
position: absolute;
bottom: 0px;
right: var(--sectionmargin);
z-index: 40;
}

.ccontrol{
border: 2px solid var(--stroke);
height: 60px;
width: 60px;
text-align: center;
border-radius: 100%;
line-height: 60px;
float: left;
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;

}
.ccontrol:hover{
background: var(--stroke);
border-color: var(--stroke)!important;
}
.ccontrol:hover svg *{
stroke:var(--color1);
}
.ccontrol svg{
display: inline-block;
transform: translateX(2px);
}
.ccontrolleft{
margin-right: 10px;
transform: rotate(180deg);
}
.ccontrolswhite svg *{
stroke:white;
}
.ccontrolswhite .ccontrol:hover{
background: white;
border-color: white!important;
}
.ccontrolswhite .ccontrol{
border-color: white;
}
.positionrelative{
position: relative;
}
.cjqslickhomeslide h1,.cjqslickhomeslide .sh1,
.cjqslickhomeslide .spretitle,
.cjqslickhomeslide p,
.cjqslickhomeslide .cta{
transform: translateY(-40px);
opacity: 0;
-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.8s ease-in-out;

}
.cjqslickhomeslide.slick-active h1,.cjqslickhomeslide .sh1,
.cjqslickhomeslide.slick-active .spretitle,
.cjqslickhomeslide.slick-active p,
.cjqslickhomeslide.slick-active .cta{
opacity: 1;
transform: none;
}

.csectionbordered .cbordersection{
border-top: 1px solid var(--stroke);
content: "";
display: block;
margin-bottom: 30px;
width: 0px;
-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: 1s;

}
.scrollingwayfinish .cbordersection{
width: 100%;
}
.ccontrolsitems{
position: absolute;
right: var(--sectionmargin);
transform: translateY(-100%);
}
.csectionitems33{
}
.citemdefault h3{

}
.citemdefault h3,.citem33 h3{
margin-top: 18px;
margin-bottom: 10px;

}
.csectionevenodd .row{
background: white;
}
.citemdefault .jqswaitem{
transform: translateX(40px);
}
.col50text .cinner{
padding: 120px;
padding-left: 90px;
padding-right: 90px;
}
.csectionevenodd h2{
margin-bottom: 15px;
}
.cta-alt::after{
content: "";
display: inline-block;
width: 20px;
height: 11px;
margin-left: 3px;
background-image: url('img/elementos/flalt.svg');
background-position: center;
background-repeat: no-repeat;
}
.col50img img{
height: 100%;
width: 100%;
object-fit: cover;
}
.cmediaiframe{
position: relative;
}
.cmediaiframe::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
z-index: 10;
opacity: 0;
}
.cmediaiframe{
cursor: pointer;
}
.e-videoplaying::before{
display: none!important;
}
.nicescroll-cursors{
background: var(--color1)!important;
border-radius: 0px!important;
}
.nicescroll-rails{
background: white;
}
footer{
background: white;
}
footer,footer a{
font-size: 16px;
}
footer .contentxlarge{
padding-top: 80px;
padding-bottom: 80px;
}
.ccollogos  .cinner{
padding-left: 40px;
}
.csectionbordered::before {
    border-top: 1px solid var(--stroke2);
    }
.cfooter.contentxlarge{
padding-top: 0px;
padding-bottom: 30px;
}

.cfootersocial svg{
margin-left: 10px;
}
.ccollinksfooter a{
color: var(--stroke3);
margin-left: 20px;
}
.inewsform{
position: relative;
margin-top: 10px;
}
.inewsform .cta{
position: absolute;
right: 0px;
top: 0px;
}
footer input{
font-size: 16px;
padding: 18px;
}
input,select{
box-sizing: border-box;
height: 100%;
border: 1px solid var(--stroke2);
padding: 20px;
}
select{
padding: 21px!important;
}
/* select{
width: 100%;
padding: 19px;
border:1px solid var(--stroke)
} */
input::placeholder,textarea::placeholder{
color: var(--stroke3)!important;
}
.ccollinks a,.ccollinks span{
padding-bottom: 10px;
display: inline-block;
cursor: pointer;
}
.cbotonalert{
margin-top: 10px;
}
.csectionevenodd .row:nth-child(even) .col50text{
transform: translateX(100%);
}
.csectionevenodd .row:nth-child(even) .col50img{
transform: translateX(-100%);
}

.csectionevenoddinvertido.csectionevenodd .row:nth-child(even) .col50text{
transform: translateX(0%);
}
.csectionevenoddinvertido.csectionevenodd .row:nth-child(even) .col50img{
transform: translateX(0%);
}
.csectionevenoddinvertido .row:nth-child(odd) .col50text{
transform: translateX(100%);
}
.csectionevenoddinvertido .row:nth-child(odd) .col50img{
transform: translateX(-100%);
}
.csectionbannerdefault .csectionbg {
left: 50%;
width: 50%;
}
.csectionbannerdefault .csectiontext .cinner{
padding-right: 130px;
}
.csectionwhite .spretitle {
color: white!important;
}
.citem33 img{
height: 80px;
width: auto;
}
.citem33 .cinner{
padding-right: 50px;
}
.citemteam h3{
color: black;
}
.citemteam img{
aspect-ratio:4/6;
width: 100%;
object-fit: cover;
}
.cunveilingbanner{
background: var(--color1);
}
.cunveilingbanner .cinner{
padding: 90px;
padding-bottom: 120px;
padding-top: 240px;
}
.cunveilingbanner{
background-image: url('img/elementos/i-aboutbot.png');
background-repeat: no-repeat;
background-position: right center;

}
.csectionwhite .ssline span::before{
border-color: white;
}
.csectionwhite .cta-alt::after {
    background-image: url(img/elementos/flaltw.svg);
    }
.citem33logos img{
height: 130px;
mix-blend-mode: multiply;
}
.citem33logos{

mix-blend-mode: multiply;
}
.csectionitems33 .col33 img{
aspect-ratio:54/30;
object-fit: cover;

}
.csectionitems33square .col33 img{
aspect-ratio:1/1;
object-fit: cover;

}
.preadmoreitem{
display: none;
}
.csectionitems33read1 .preadmoreitem,
.single .preadmoreitem{
display: block;
}
.ctableprod table{
width: 100%;
border-collapse: collapse;
}
.ctableprod td{
border: 1px solid var(--stroke);
padding: 23px;
padding-left: 30px;
padding-right: 30px;
background: white;
font-size: 18px;
}
.ctableprod td:nth-child(2),.ctableprod td:nth-child(3){
width: 50px;
text-align: center;
}
.tablebot{
margin-top: -1px;
}
.tablebot td:nth-child(1){
background: transparent;
border:0px;
}
.ctableprod td:nth-child(2) img{
width: 16px;
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.ctableprod td:nth-child(3)::after{
content: "";
display: inline-block;
background-image: url('img/elementos/i-check.svg');
width: 16px;
height: 11px;
background-repeat: no-repeat;
}
.tablebot td:nth-child(3)::after{
display: none;
}
.csectionevenodd ul li{
list-style: disc;
margin-bottom: 4px;
}
.csectionevenodd ul{
padding-left: 30px;
}
.csectionitems33blog .col33 .cinner{
margin-bottom: 50px;
}
.lcatmenu{
color: black;
margin-right: 10px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
border-radius: 30px;
}
.lsubmenuselected{
background: var(--color1);
color: white;
}
.page-numbers{
display: none;
}
.next.page-numbers{
display: inline-block;
}
.prev.page-numbers{
display: inline-block;
}
.csectioncontact{
background: var(--color1);
}
.csectioncontact a{
text-decoration: underline;
}
.csectioncontact .cta-alt.ssline::after,
.csectioncontact .cta-alt.ssline span::before{
display: none;
}
.csectionmap{
position:absolute;
top:0px;
right:0px;
height:100%;
width:50%;
background: var(--lightgray)
}
.cformdefault{
--gap:10px;
}
.cformdefault .cinner{
height: auto!important;
padding-bottom: 20px;
}
.cformdefault label{
margin-bottom: 10px;
display: block;
}
.cformdefault textarea{
height: 250px;
}
.cformdefault input{
border: 1px solid var(--stroke);
}
.csectionitemsblock img{
aspect-ratio:82/54;
height: auto;
display: block;
}
.csectionitemsblock p{
margin-bottom: 0px;
}
.csectionitemsblock .cinner{
background: white;
}
.csectionitemsblock .citeminside{
padding: calc(var(--sectionmargin)/2);
}
.ccareeritem .cinner{
background: white;
padding: 30px;
border: 1px solid var(--stroke);
border-bottom: 0px;
}
.ccareeritem .cinner .cta-alt{
float: right;
}
.ccareeritem:last-child .cinner{
border-bottom:1px solid var(--stroke);
}
.cseeall {
display: none;
}
.csectionitems33seeall1 .cseeall {
display:block;
}
.isingle{
aspect-ratio:16/9;
object-fit: cover;
display: block;
}
.ccoltext{
padding-right: 100px;
}
.ccolbloglateral{
background: white;
padding: 50px;
margin-top: -80px;
}
.slabel{
border: 1px solid var(--stroke);
padding: 3px;
padding-left: 15px;
padding-right: 15px;
margin-right: 10px;
border-radius: 30px;
display: inline-block;
}
.cposttaxlist{
margin-top: 30px;
}
.ccoltext h5{
text-transform: uppercase;
font-size: 15px;
margin-bottom: 20px;
margin-top: 60px;
}
.ccoltext ul li{
list-style: disc;
}
.ccoltext ul,.ccoltext ol{
padding-left: 40px;
}
.ccoltext h2,.ccoltext h3,.ccoltext h4,.ccoltext h5{
margin-top: 60px;
margin-bottom: 20px;
}
.col52{
width: 52%;
}
strong{
font-weight:600;
}
.cposttaxlist .slabel{
margin-bottom: 10px;
}
.ccolbloglateralnomar{
margin-top: 0px;
}
.copenrolesnotactive .jqgoto{
display: none;
}
.cinputoption input{
width: auto;
display: inline-block;
margin-right: 10px;
}
.cinputoption{
display: inline-block;
margin-right: 30px;
color: #999;
}
.sattatchlabel span{
color: var(--color1);
text-decoration: underline;
margin-left: 15px;
display: inline-block;
}
.cinputcvwrap input{
border: 0px;
padding: 0px;
position: absolute;
opacity: 0;
}
.microcopyft{
float: right;
color: #999;
font-size: 16px;
transform: translateY(3px);
}
.sattatchlabel{
float: left;
}
.cinputcvwrap{
position: relative;
}
.ccolattattchment .cinner{
padding-bottom: 0px!important;
}
.ccolattattchment{
margin-bottom: 0px!important;
}
.ijob{
display: none;
}
.cmediaiframeauto{
cursor: default;
}
.cmediaiframeauto::before{
display: none;
}
.cmediaiframe video{
width: 100%;
display: block;
}
.ccolmin50{
min-width: 390px;
}
.slick-track .col33{
margin-bottom: 0px!important;
}
.ccollogos img{
max-width: 400px;
}
.csectionfullscreen {
overflow: hidden;
}
.cmenuresponsive{
position: fixed;
background:white;
z-index: 800;
top: 81px;
width: 100%;
padding:0px;
padding-top: 0px;
padding-bottom: 0px;
}
.cmenuresponsive,.cmenuwrapresponsive{
height: calc(100vh - 81px);
}
.cmenuresponsive .sub-menu{
display: none!important;
}
.cmenuresponsive .menu-item-has-children a {
    pointer-events: all;
}
.cmenuresponsive li{
list-style: none;
position: relative;
border-top: 1px solid var(--stroke);
box-sizing: border-box;
}
.cmenuresponsive a{
color: var(--color1);
height: 100%;
    font-weight: 600;
text-align: center;
width: 100%;
display: block;
position: absolute;
display: flex;
    align-items: center;
    justify-content: center;
}
.cmenuresponsive .menu-item-has-children > a::after{
display: none;
}
.cmenuresponsive .current-menu-ancestor,.cmenuresponsive .current-menu-item{
background: var(--color1);

}
.cmenuresponsive .current-menu-ancestor a,.cmenuresponsive .current-menu-item a{
color: white;
}
.template-page-contact .cmenuresponsive .licontact,
.template-page-contact .cmenuresponsive .licontact a{
background: var(--color1);
color: white;
}
.template-page-careers .cmenuresponsive li,
.template-page-careers .cmenuresponsive li a{
background: white;
color:  var(--color1);
}
.template-page-careers .cmenuresponsive .licareers,
.template-page-careers .cmenuresponsive .licareers a{
background: var(--color1);
color: white;
}
.cmenuresponsive{
display: none;
}
.csection-section-blogpage iframe{
  aspect-ratio: 1960/1080;
  object-fit: cover;
  width: 100%;
  display: block;
  height: auto;
}
