/*
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;
  }
}



.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;
}
body,input,textarea,a{
	font-size: 24px;
  line-height: 1.4;
	font-weight:400;
	font-family: 'Roboto', 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: 1px;
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{
background: transparent;
border: 0px;
width: 100%;
box-sizing: border-box;
font-size: 18px;
padding: 12px;
border-radius: 30px;
max-width: 500px;
padding-left: 25px;
border: 1px solid #D9D9D9;

}

:root{
  --color1:#AAB336;
  --color2:#8e962c;
  --text:black;
  --textgray:#838383;
  --border:#AAAAAA;
  --background:#DBDCDE;
  --lightgray:#F0F0F0;
  --sectionmargin:5vw;
  --paddings:4vw;
  --cardpaddings:60px;
  --stroke:#D9D9D9;
  --headerheight:120px;
  --cblocktitleheight:80px;
}

.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 input::placeholder,.cinputwrap .cinner textarea::placeholder{
color: #4f5c69;
}
.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: 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: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{
height:calc(100vh - var(--headerheight));
padding-top: 0px;
padding-bottom: 0px;
}
.home .csectionfullscreen{
height:calc(100vh - var(--headerheight) - var(--cblocktitleheight));
}
.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;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 2px;
background: black;
margin-top: 8px;
margin-bottom:8px;
}


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

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 500;
line-height: 1.2;
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-size: 80px;
}
h2,.sh2,.ctermcontent h1{
font-size: 35px;

}
h3,.sh3{
color: var(--color1);
font-size: 22px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
.cta{
background: black;
color: white;
padding: 15px;
padding-left: 30px;
padding-right: 30px;
display: inline-block;
border-radius: 20px;
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;

}
.cta:hover{
background: var(--color1);
}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

.citembotrightwrap{
position: relative;
}
.citembotright{
position: absolute;
  bottom: 0px;
  right: 0px;
}
.cburger{
display: none;
}

.contentxxlarge {
    max-width: none;
    padding-left: var(--paddings);
    padding-right: var(--paddings);
}

.cmenuresponsive {
    display: none;
}
.cheaderlogo img{
max-width: 190px;
height: auto;
display: block;
}


.cheaderlogo {
    display: inline-block;
    position: relative;
    z-index: 100;
    margin-left: var(--paddings);
    vertical-align:middle;
}
.cmenuwrap {
  display: inline-block;
    text-align: center;
    z-index: 110;
    vertical-align:middle;
    margin-left: 50px;

}
.cheaderright {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
}
.cheader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 600;
    background: white;
    border-bottom: 1px solid var(--stroke);
}
.cheaderright svg, .cheaderright .cidiomaswrap {
    display: inline-block;
    vertical-align: middle;
    }
.cheaderright .cidiomaswrap {
margin-right: 50px;
}
.cheaderright {
    margin-right: var(--paddings);
}
.cmenuwrap li {
    display: inline-block;
    margin-right: 25px;
}
.cheader,.cheaderinner{
height: var(--headerheight);
}
body{
padding-top:  var(--headerheight);
}
.cmenuwrap a{
font-size: 18px;
text-transform: uppercase;
}
.microcopy,.microcopy a{
font-size: 14px;
}
.cmenuwrap a{
color: var(--textgray);
-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;

}
.cmenuwrap a:hover, .current-menu-item a{
color: black;
}
.cheaderright svg{
margin-left: 3px;
display: block;
display: inline-block;
}
.csectionfullscreen .csectiontext{
height: 100%;
z-index:500;
}

.csectionfullscreen .csectionopa {
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
}
.csectionfullscreen .csectionopa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
}
.scrollingwayfinish.csectionfullscreen  .csectionopa {
    opacity: 0.3;
}
.cbottombanner {
margin-top: 30px;
}
.csectionfullscreen .cslickwrap{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 40;
}
.csection4blocks img{
display: block;
aspect-ratio:3/4;
object-fit: cover;
}
.cblocktitle{
background: var(--color1);
height: var(--cblocktitleheight);
}
.cblocktitle h3{
padding-left: 25px;
}
.ccolblock4:nth-child(even) .cblocktitle{
background: var(--color2);
}
.htitlebot h2,.htitlebot h3,.htitlebot h4{
margin-bottom: 10px;
}
.citemservicio{
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid var(--stroke);
}
.citemservicio img{
position: absolute;
left: 0px;
width: 130px;
height: auto;
}
.citemservicio .cinner{
position: relative;
padding-left: 180px;
padding-right: 15vw;
}
.citemservicio a{
text-decoration: underline;
}
.csupercta .cinner{
margin-top: 50px;
background: black;
text-align: center;
padding: 30px;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.csupercta a:hover .cinner{
background: var(--color1);
 }
.csection-section-videogeneral video{
width: 100%;
height: auto;
aspect-ratio:10/5;
object-fit: cover;
}
.sanchorvideoplay{
margin-right: 30px;
color: var(--textgray);
cursor: pointer;
}

.sanchorvideoplay:hover,.sanchorvideoplay.selected{
color: black;
text-decoration: underline;

}
.imap{
width: 100%;
height: auto;
display: block;
aspect-ratio:170/56;
object-fit: cover;
}
footer{
background: var(--color1);
}
.ccontentfooter{
position: relative;
}
.isellos{
position: absolute;
right: var(--paddings);
top: 0px;
width: 240px;
height: auto;
}
.cfooterlocationcarrousel  {
padding-top: 20px;
padding-bottom: 20px;
background: black;
}
.cnosotrosimg{
margin-top: 60px;
}
.cnosotrosimg img{
aspect-ratio:52/60;
object-fit: cover;
}
.template-page-productos .csection4blocks img{
height: calc(100vh - var(--cblocktitleheight) - var(--headerheight))
}
.ccontactinfo svg{
width: 58px;
height: auto;
margin-right: 10px;
}

.lunderline{
text-decoration: underline;
}
.cpopupalert  .cta{
margin-top: 20px;
}
.cfloatsbottom{
position: fixed;
bottom: 0px;
right: 0px;
padding: 25px;
z-index: 700;
-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;

}
.home .cfloatsbottom{
bottom:var(--cblocktitleheight)
}
.scrolled.home .cfloatsbottom{
bottom:0px;
}
.cfloatsbottom a{
display: inline-block;
text-align: center;
position: relative;
padding: 7px;
padding-left: 20px;
padding-right: 40px;
background: black;
border-radius: 100px;
color: white;
}
.cfloatsbottom a svg{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
}
.cfloatwha{
background: #27D045!important;
margin-left: 12px;
}
.citemproducto img{
display: block;
aspect-ratio:37/43;
object-fit: cover;
}
.citemproducto {
margin-bottom: var(--paddings)!important;
}
.ctermcontent h1{
margin-bottom: 30px;
}
.cselectedterm .cblocktitle{
 background: black!important;
}
.csingleimg .cinner{
padding-right: 50px;
}
.csinglecontent .cinner{
padding-right: 15vw;
}
.csinglecontent h3{
color: black;
font-weight: 600;
margin-bottom: 20px;
}
.csinglectas,.ch5notice h5,.ctasmall{
font-size: 16px;

}
.ch5notice h5{
font-size: 16px;
background: var(--lightgray);
padding: 10px;
display: inline-block;
}
.ctasmall{
background: black;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
color: white;
display: inline-block;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.ctagreen{
background: var(--color1);
}
.csinglectas{
margin-top: 30px;
}
.ctasmall:hover{
background: var(--color1);

}
.ctagreen:hover{
background: black;
}
.csinglectas .ctasmall{
margin-right: 10px;
}
.jqleadpopup{
cursor: pointer;
}
.clandingsimple .csection{
padding-top: var(--sectionmargin);
padding-bottom: var(--sectionmargin);
}
.clandingsimple .csection:nth-child(even){
background: var(--color1);
color: white;
}
.clandingsimple .csection h2{
margin-bottom: 20px;
}
.single-producto #menu-item-108 a{
color: black!important;
}
.cprodsolo img{
transform: scale(0.8);
object-fit: contain;
}
.csectionfullscreen .slick-slider,
.csectionfullscreen .slick-list,
.csectionfullscreen .slick-track,
.csectionfullscreen .cslideimage,
.csectionfullscreen .cinner,
.csectionfullscreen .cimagesentinell,
.csectionfullscreen .cimagesentinellimg{
height: 100%;
}
.cmenuresponsive{
width: 100%;
background: var(--color1);
color: white;
text-align: center;
}
.cmenuresponsive a{
color: white;
border-bottom: 1px solid var(--color2);
padding: 10px;
display: block;
}
.cmenuresponsive li:last-child a{
border-bottom: 0px;
}
.cmenuresponsive .current-menu-item a{
background: var(--color2);
}
.cburger {
cursor: pointer;
}
.cmenuresponsive .cmenuresponsiveinner{
display: none;
}
.nicescroll-cursors{
background: var(--color1)!important;
border-radius: 0px!important;
}
.nicescroll-rails{
background: var(--stroke)!important;
opacity: 1!important;
}
#simple-translate {
display: none!important;
}
 .cmenuresponsive li{
 list-style: none;
 }
  .cmenuresponsive ul{
 padding-left: 0px;
 margin: 0px;

 }
.lby{
font-size: 14px;
}
.ctextomodobanner .csectiontext,.ctextomodobanner .csectionopa,.ctextomodobanner .cslickwrap {
display: none;
}
.ctextomodobanner {
height: auto!important;
}
.csectionbgmodobanner {
position: relative;
height: auto;
}
.csectionbgmodobanner img{
display: block;
width: 100%;
}
.citemnew img{
aspect-ratio:5/3;
}
.cpaginator{
text-align: center;
}
.cpaginator span,.cpaginator a{
width: 35px;
height: 35px;
display: inline-block;
border: 1px solid var(--color1);
border-radius: 100%;
font-size: 14px;
line-height: 35px;
-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-numbers:hover,.page-numbers.current{
background: var(--color1);
border-color:var(--color1);
color: white;
}
.single .csectionbannerdefault img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.csingleblogredes svg{
width: 60px;
height: auto;
margin-right: 10px;
}

.cblogcontent img{
width: auto;
max-width: 100%;
height: auto;
display: block;
margin: auto;
}
.cblogcontent h2,.cblogcontent h3,.cblogcontent h4{
margin-top: 50px;
margin-bottom: 20px;
}
.cblogcontent ul,.cblogcontent ol{
padding-left: 40px;
margin-left: 0px;
}
.cblogcontent ul{
list-style: disc;
}
.cblogbotbar{
}
.contentmid{
margin-left: var(--paddings);
margin-right: var(--paddings);
box-sizing: border-box;
}
.single .csectionfullscreen .csectionopa{
background: black;
}

.single .scrollingwayfinish.csectionfullscreen .csectionopa {
    opacity: 0.5;
}
.cidiomaswrap{
text-transform: uppercase;
}
.cborder{
border-top: 1px solid var(--stroke);
}
.csectionbg  img{
width: 100%;
height: 100%;
object-fit: cover;
}
.single-post h1{
font-size: 50px;
}
.icert{
max-width: 180px;
height: auto;
display: block;
width: 100%;
}
