/*
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 */

:root{
  --color1:#FE8A00;
  --colorsingle:#FE8A00;
  --colorred:#d7282f;
  --colorblue:#3e7992;
  --black:#20252d;
  --text:#000;
  --graytext:#a5a5a6;
  --headerfix:120px;
  --border:#AAAAAA;
  --background:#DBDCDE;
  --darkgray:#6c6c6c;
  --midgray:#a5a5a6;
  --lightgray:#f7f7f7;
  --sectionmargin:80px;
  --paddings:4vw;
  --cardpaddings:40px;
  --stroke:#e0e0e0;

  --fontsize:16px;
}


/*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;
}
.nicescroll-cursors{
background: var(--color1)!important;
border-radius: 0px!important;
}
.nicescroll-rails{
background: var(--stroke);
}


/*jqswa*/
.jqswaitem,.jqswaitemer > *{
-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,.jqswaitemer > *{
transform: translateY(-30px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem,.jqswaitemer > *{
opacity: 0;
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem,.jqswa.scrollingwayfinish .jqswaitemer > *{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem,.jqswa.scrollingwayfinish .jqswaitemer > *{
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;
}

.cbotonalert{
margin-top: 10px;
}



/*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,.jqsavestring input{
	font-size: var(--fontsize);
  line-height: 1.4;
	font-weight:400;
	font-family: 'Montserrat', 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);
}
.sline,.ssline span,.ssline.sline{
position: relative;
}
.sline::before,.ssline span::before,.ssline.sline::before{
position: absolute;
bottom: 2px;
left: 0px;
width: 100%;
border-bottom: 6px solid var(--color1);
content: "";
}
.slinewhite span::before,
.sline.slinewhite::before{
border-color: white;
}
.cmenuwrap a::before,.cmenuitem::before,.cmenuwoorbel a::before,.cmenuempresa a::before {
    bottom: -10px;
    opacity: 0;
    width: 0px;
    -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;

}
.csupermenuitem:hover .cmenuitem::before,.cmenuitem:hover::before,.cmenuwoorbel a:hover::before,.cmenuempresa a:hover::before {
    opacity: 1;
    width: 100%;
}
.cmenuitemitemsinnerinner a{
padding-top: 3px;
padding-bottom: 3px;
white-space: nowrap;
display: 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;
}
.cmenuitemitemsinnerinner a:hover{

color: var(--color1);
}

.cmenuwrap a:hover::before,
.cmenuwrap .current-menu-item a::before,
.menu-item-1681.showsupermenuli a::before{
opacity: 1;
width:100%;
}
.showsupermenu .cmenuwrap .current-menu-item a::before{
opacity: 0;
width: 0px;
}
.cmenuitem
.sline::before{
-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;
}
.cmenusection .sh5::before{
opacity: 0;
width: 0px;
}
.cmenuwrap a:hover::before, .cmenuwrap .current-menu-item a::before,a.showsupermenuli::before {
    opacity: 1;
    width: 100%;
}
.cmenusection .sh5:hover::before,.showsubmenu.cmenusection .sh5::before{
opacity: 1;
width: 100%;
}
.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: 4px;
padding-left: 25px;
border: 1px solid #D9D9D9;

}


.csectionmargin{
height: var(--sectionmargin);
}
.csectionmargin-negativo{
margin-top: calc(var(--sectionmargin) * -1);
}
.csectionmarginmid{
height: calc(var(--sectionmargin)/2);
}
.csectionmarginmidlarge{
height: calc(var(--sectionmargin)/1.5);

}
.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{
position: relative;
}
.ccheckboxeslegal input{
position: absolute;
left:10px;
top: 50%;
transform: translateY(-50%);
width: 20px;
opacity: 0;
}
.scheckwrap{
position: relative;
display: inline-block;
}
.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:100vh;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionfullscreen .csectiontext{
height: 100%;
}
.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: 'Montserrat', 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, h2, h3, h4, h5, .sh1, .sh2, .sh3, .sh34, .sh4, .sh5 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
}

h1,.sh1{
font-size: calc(35px + 5.8vw);
line-height: 0.9;
}
.single-productos h1{
font-size: calc(28px + 1.1vw);
color: var(--color1);
text-transform: uppercase;
line-height: 0.9;
}
h2,.sh2{
font-size: calc(24px + 2vw);
line-height: 0.9;
}

h2, .sh2, .ccoltextblog h1, .h1toh2 h1 {
    font-size: calc(24px + 1.4vw);
    line-height: 1;
}

h3,.sh3{
font-size: calc(20px + 0.4vw);
font-weight: 300;
line-height: 0.95;

}
h4,.sh4,.lowh2{
font-size: calc(22px + .1vw);
line-height: 1.4;
font-weight: 300;
text-transform: uppercase;

}
h5,.sh5{
font-size: 20px;
font-weight: 600;
line-height: 1.4;
}
.cta{
cursor: pointer;
}
.cta:hover{

}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

.citembotrightwrap{
position: relative;
}
.citembotright{
position: absolute;
  bottom: 0px;
  right: 0px;
}
.cburger{
display: none;
}
.cheadertopbar{
background: var(--color1);
}
.cheaderlogo{
float: left;
}
.cheaderlogo img{
max-height:48px;
}
.uppercase{
text-transform: uppercase;
}
.cmenuwrap{
float: right;
margin-top: 15px;
}
.cmenuwrap ul{
list-style: none;
margin: 0px;
}
.cmenuwrap li{
display: inline-block;
margin-left: 30px;
}
.cheadermain{
padding-top: 17px;
padding-bottom: 17px;
}
.cheadertopbar{
padding-top: 3px;
padding-bottom: 3px;
}
.cheadertopbar *{
font-size: 16px;
}
.ctopleft{
position: relative;
}
.ctopleft a{
margin-right: 0px;

}
.ctopright a{
margin-left: 15px;
text-transform: uppercase;
}

.csectionmargintop{
height: 150px;
height: 30px;
}
.shcat{
font-size: var(--fontsize);
}

.cvariationinfonombre{
font-size: 35px;
}
.cvariationfijacion{
font-size: 16px;
}

.contentxlarge{
max-width: 1500px;
}

.cvariation img {
display: block;
width: auto;
/* aspect-ratio:1/1; */
object-fit:contain;
object-position: center;
margin: auto;
width:80%;
}


.ccontentssingle,.ccontentssingle h4{
font-weight: 300;
}
.ccontentssingle h4{
color: var(--color1);
text-transform: uppercase;
}
.ccontentssingle{
margin-top: 30px;
}
.jqvariation{
cursor: pointer;
}
.cmenu a,.cmenuwoorbel a,.cmenuempresa a{
text-transform: uppercase;
}
.cdescargas a{
color: var(--color1);
display: block;
text-align: center;
margin-bottom: 30px;

}
.cdescargas a svg{
margin-top: 15px;
}
.hbigfl{
position: relative;
}
.hbigfl svg{
position: absolute;
transform: translateX(-100%);
margin-left: -30px;
}
.sbigcta{
text-transform: uppercase;
text-align: center;
background-color: var(--color1);
display: block;
padding: 20px;
color: white;
font-size: 20px;
}
.scolor1{
color: var(--color1);
}
.csection3colscta .col33:nth-child(1) a{
background: var(--darkgray);
}
.csection3colscta .col33:nth-child(2) a{
background: var(--midgray);
}
.csectionprod h2{
text-align: center;
}
.caperturaswrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centra los elementos en cada línea */
  gap: 20px; /* espacio entre imágenes, opcional */
}

.caperturaswrap img {
  max-width: 160px;
  width: 100%;
  height: auto;
}

.csectionensayos{
text-align: left;
}
.csectionensayos table{
margin-bottom: 40px;
}
.csectionensayos h4{
margin-bottom: 40px;
font-size: 20px;
font-weight: 600;
text-transform: none;
}
.csectionensayos table{
  border-collapse: collapse;
  border-top: 1px solid var(--midgray);
}
.csectionensayos table td{
border-bottom: 1px solid var(--midgray);
padding-left: 0px;
padding-right: 40px;
text-align: right;
}
.csectionensayos table td:nth-child(1){
text-align: left;
}
.csectiongray{
background: var(--lightgray);
}
.cleyenda img{
width: auto;
height: auto;
display: inline-block!important;
margin-right: 10px;
}
.cleyenda ul,.cleyenda li{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
.csectionensayos table,.cleyenda ul,.cleyenda li{
font-size: 14px;
color: var(--darkgray);
}
.cleyenda li{
padding-bottom: 5px;

}
.csectionblockspie .cinner{
background: black;
padding: var(--cardpaddings);
padding-top:  calc(var(--cardpaddings) * 2);
padding-bottom:  calc(var(--cardpaddings) * 2);
}
.csectionblockspie .col25:nth-child(2) .cinner{
background: var(--color1);
}
.csectionblockspie .col25:nth-child(3) .cinner{
background: var(--colorred);
}
.csectionblockspie .col25:nth-child(4) .cinner{
background: var(--colorblue);
}
.csectionblockspie h3{
font-weight: 600;
text-transform: uppercase;

font-size: calc(24px + 1vw);
}

.csectionblockspie h3{
position: relative;
padding-bottom: 30px;
}
.csectionblockspie h3::before{
border-bottom: 2px solid white;
display:block;
content: "";
position: absolute;
bottom: 15px;
left: 0px;
width: 0px;
-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;

}
.scrollingwayfinish.csectionblockspie h3::before{
width: 100%;
}
.csectionblockspie p{
font-size: 25px;
}
.shcontactofooter{
display: inline-block;
font-size: 30px;
color: var(--color1);
text-transform: uppercase;
}
.cpiesocial svg *{
fill:var(--color1);

}
.cpiesocial svg {
max-width: 30px;
height: auto;
display: inline-block;
margin-right:20px;
}
.cpiesocial{
margin-bottom: 10px;
}
.ccollegal .cinner a{
margin-left: 20px;
}
.cpiemenu a{
display: block;
font-size: 21px;
text-transform: uppercase;
padding-bottom: 12px;
}
.cpiemenu p{
display: block;
margin-bottom: 0px;
}
.cpiemenu br{
display: none;
}
.cdirepie{
margin-top: 20px;
}
.cdirepie p{
margin-bottom: 20px;
}
.ilogopie{
position: absolute;
max-width: 30%;
left: 50%;
transform: translateX(-50%);
}
.cnewsletter{
background: var(--lightgray);
font-size: 21px;
    text-transform: uppercase;
    color: var(--color1);
}
.iemailpie{
border: 0px;
border-radius: 10px;
padding: 15px;
padding-left: 25px;
box-sizing: border-box;
display: block;
border: 1px solid black;
}
.cemailnewscol{
position: relative;
}
.csubmitnewspie{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
cursor: pointer;
}
.csubmitnewspie svg{
height: 26px;
display: block;
}
.cmenuwrap a{

}
.csection3cols img {
aspect-ratio:47/32;
object-fit:cover;
}
.citemmedidas img{
margin-bottom: 40px;
}

.lheadertel{
margin-right: 15px!important;
display: inline-block;
}
.csearchheader{
width: 200px;
margin-left: 20px;
display: inline-block;
vertical-align: middle;
}
.innericon{
background: var(--color1)!important;
}
.innericon svg{
transform: translateY(-2px)!important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input,#ajaxsearchlite1 .probox, div.asl_w .probox{
height: 24px!important;
}
div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {

    width: 17px!important;
    height: 27px!important;
    }
    div.asl_m .probox .proclose svg {
        width: 17px!important;
        height: 17px!important;
        margin-top: -12px!important;
        }
        div.asl_m .probox .proclose svg polygon{
            transform: scale(1.8) translateX(-20%) translateY(-20%)!important;
            }
.cpttype{
background: var(--color1);;
color:white;
padding: 2px!important;
display: block;
width: fit-content;
font-size: 10px;
padding-left: 5px!important;
padding-right: 5px!important;
border-radius: 8px!important;
margin-bottom: 4px!important;
}
.asl_desc{
display: none;
}
.asl_content .etc{
display: none;
}
.asl_content{
margin-top: 10px!important;
margin-bottom: 10px!important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
background: var(--color1)!important;
}
.asl_w_container_1{
border: 1px solid white;

}
.wpdreams_asl_results{
width: 100vw!important;
left: 0px!important;
margin-top: 3px!important;
padding: 0px!important;
border-bottom: 1px solid var(--color1)!important;
}
.wpdreams_asl_results .results{
height: 50vh!important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
color: var(--color1)!important;
font-size: 16px!important;
}
div.asl_m .probox .proclose svg{
background: transparent!important;
box-shadow: none!important;
transform: translateY(-2px)!important;
}

.cheaderleftinner{
left: 0px;
position: absolute!important;
}
.cheader .cpiesocial{
position: absolute;
left: 120px;
width: 60px;
}
.csearchheader{
margin-right: 15px;
}
.ctopleft{
padding-left: 200px;
box-sizing: border-box;
}
.ctaheaderidiomas {
  border: 1px solid #ccc;
  padding: 0px;
    border: 1px solid white;
    vertical-align: middle;
}
.ctaheaderidiomas svg {
  display: block;
  position: absolute;
  right: 37px;
  width: 7px;
  height: 12px;
}
.ctaheaderidiomas .scoma {
  display: none;
}
.ctaheaderidiomas path{
stroke:white;
stroke-width:2px;
}
.ctaheaderidiomas {
  z-index: 100;
  text-align: left;
  position: relative;
  display: inline-block;
  /* border-radius: 14px; */
  padding-left: 14px;
  overflow: hidden;
  height: 22px;
  -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;

}
.clanguages,.ctaheaderidiomas{
/* border: 1px solid white; */
background: var(--color1);
}
.ctaheaderidiomas a {
  /* text-transform: uppercase; */
  display: block;
  margin-left: 0px;
  margin-right: 15px;
  padding-bottom: 1px;
  padding-top: 1px;
  font-size: 13px;
}
.lcurrentlanguage{
pointer-events: none;
}
.ejq-idiomasdrop.ctaheaderidiomas,
.ejq-idiomasdrop.ctaheaderidiomas a {

}

.cheadertopbar .contentxlarge{
position: relative;
}
.ctaheaderidiomas::after {
  display: none !important;
}
.clanguages{
position: absolute;
top:0px;
left: 0px;
}


.cheaderright{
padding-right: 137px;
box-sizing: border-box;
}

.ctaheaderidiomas svg {
  top: 9px;
  transform: rotate(90deg) translateX(-6px);
}
.llanges {
  display: none !important;
}
/* 3 idiomas */
.ejq-idiomasdrop {
  height: auto !important;
  padding-bottom: 4px;
}

.ctaheaderidiomas > div {
  margin-top: 2px;
  position: relative;
  width: 100%;
  padding-right: 25px;
}

body .ctaheaderidiomas > div a.lcurrentlanguage {
  top: 0px;
  margin-top: -1px!important;
  position: absolute;
}
.ctaheaderidiomas > div::before {
  content: "";
  display: block;
  height: 20px;
  width: 19px;
}
/* .ctaheaderidiomas {

    border-color:var(--text);
    border-color: #fff;
    border-color: transparent;
    } */
.ctaheaderidiomas path{
stroke:var(--text);
stroke:#fff;
}
.cheaderleftinner{
position: relative;
display: inline-block;
height: 26px;
}
.cpiesocialheader{
margin-bottom: 0px!important;
}
.clanguages{
display: inline-block;

}

.cpiesocialheader *{
fill:white!important;
}
.cpiesocialheader a,.clanguages{
display: inline-block;
vertical-align: middle;
}
.cpiesocialheader{
margin-bottom: 0px;
display: inline-block;
vertical-align: middle;
}
.cpiesocialheader svg{
height: 17px;
width: auto;
vertical-align: middle;
display: inline-block;
margin-right: 8px;
}
.isociallinkedin svg{
transform: translateY(-2px);
}
.isocialinstagram svg{
transform: translateY(-1px);
}
.jqslickhorz,.cslidewrap,.csectionbannerdefault.csectionfullscreen{
height: calc(100vh - var(--headerfix));
}
.cheaderfix{
height: var(--headerfix);
}
.isocialyoutube svg{
transform: translateY(-1px);
}
.csectionensayos h4{
text-align: center;
}
.csectionensayos table{
margin: auto;
}

.cslickgalleryinfinite img{
aspect-ratio:480/325;
object-fit:cover;
width: 100%;
}
.jqslickhorz2 .slick-slide {
  margin: 0 15px; /* 15px a cada lado = 30px gap */
}

.jqslickhorz2 .slick-list {
  margin: 0 -15px; /* compensa para que no se descuadre */
}
.cslickgalleryinfinite .slick-list{
padding: 0px!important;
}
.cslickgalleryinfinite{
margin-bottom: 30px;
}
.cheader{
position: fixed;
width: 100%;
z-index: 900;
background: white;
top: 0px;
left: 0px;
width:100%;
}
.csectionprod img{
margin: auto;
display: block;
}
.cmenuitem{
text-transform: uppercase;
}
.csupermenuitem{
float: left;
position: relative;
margin-right: 25px;
}
.cmenubig{
display: none;
}
.cmenuitemitems{
display: none;
position: absolute;
margin-top: 10px;
padding-bottom: 10px;
}
.cmenuitemitemsinner{
position: relative;
}
.cmenuitemitemsinner .cbgmenu{
top:0px;
left:0px;
height:100%;
width:100%;
display: block;
position: absolute;
background: white;
width: 600vw;
transform: translateX(-50%);
    border-bottom: 6px solid var(--color1);
z-index: 1;
}
.cmenuitem{
display: inline-block;
}
.cmenuitemitemsinnerinner{
padding-top: 10px;
padding-bottom: 10px;
position: relative;
z-index: 10;
}
.cmenuitemitems a{
display: block;
}
.cmenubig{
padding-bottom: 10px;
padding-top: 10px;
border-top: 1px solid var(--stroke);
/* border-bottom: 1px solid var(--stroke); */
position: absolute;
top: 120px;
width: 100%;
background: white;
}


.ctextdefault h2, .ctextdefault .sh2 {
    color: var(--color1);
    margin-bottom: 8px;
}
.ctextdefaultcat.h2mb h2 {
    margin-bottom: 20px;
}

.ctextdefaultcat ul, .ctextdefaultcat li {
    list-style: none;
    padding: 0px;
    padding-bottom: 5px;
}
.ctextdefaultcat a{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.ctextdefaultcat a:hover{
color: var(--color1);
}

.ctextdefault h2,.ctextdefault .sh2,.ctextdefault h3{
margin-bottom: 20px;
}
.ctextdefault h3{
margin-bottom: 30px;
}
p{
margin-bottom: 20px;
}
.ctextdefault h2,.ctextdefault .sh2{
color: var(--color1);
margin-bottom: 8px;
}
.ctextdefault a{
text-decoration: underline;
}
.ctextdefault .cinner{
padding-right: 100px;
}
.cimgdefault img{
aspect-ratio:10/6.5;
object-fit:cover;
display: block;
}
.csectiondarkbg{
background: var(--black);
}
.csectionwhite .ctextdefault h2{
color: white;
}
.cimagecut .cinner{
position: relative;
}
section.csection.csectionobject{
overflow: inherit!important;
}
.cimagecut img{
position: absolute;
bottom: 0px;
transform: translateY(50%);
right: 0px;
width: 40vw;
}
.cimgfreeheight img{
height: auto!important;
aspect-ratio:inherit!important;
}
.cimgcatheight img{
    height: 100%;
    aspect-ratio: 10 /10;
}
.ctextdefaultcat a {
    color: black;
    text-decoration: none;
}
.cgalleryslickimgwrap img{
background: white;
}
.cta{
background: var(--color1);
padding: 15px;
padding-left: 30px;
padding-right: 30px;
color: white;
}
section.csection {
overflow: hidden;
}
.cmenuwoorbel a,.cmenuempresa a{
margin-right:30px;
}
.cmenuwoorbel,.cmenuempresa{
padding-top:10px;
padding-bottom: 10px;
display: none;
}
.bodywoorbel .cmenuwoorbel,.bodyempresa .cmenuempresa{
display: block;
}
.bodywoorbel .current-page-ancestor a::before,
.bodyempresa .current-page-ancestor a::before{
opacity: 1;
width:100%;
border-color: var(--colorred);
}
.bodyempresa .current-page-ancestor a::before{
border-color: var(--color1);
}
.lcurrentwoorbel::before{
opacity: 1!important;
width:100%!important;
}
.cmenuwoorbel a::before{
border-color: var(--colorred);
}
.cheaderfixwoorbel{
height: 63px;
display: none;
}
.bodywoorbel .cheaderfixwoorbel,
.bodyempresa .cheaderfixwoorbel{
display: block;
}
.bodywoorbel .current-menu-item  .sline::before{
border-color: var(--colorred)!important;
}
.bodywoorbel .current-menu-item  .sline::before{
border-color: var(--colorred)!important;
}
.cpaiinner .cvcenterinner{
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.csectionpai .cinner{
max-width: none;
}
.cpaiinner h1{
text-transform: uppercase;
}
.clogowoorbelpai{
margin-bottom: 20px;
}
.clogowoorbelpai svg{
max-height: 90px;
width: auto;
}
.cpaiinnerinner{
max-width: 700px;
}
.csectiontoppaiimg img {
    min-height: 100%;
    aspect-ratio:10/7;
object-fit:cover;
    width: 100%;
    object-fit: cover;
}
.ctextdefault h2,.ctextdefault .sh2{
margin-bottom: 30px;
}
.bodywoorbel .ctextdefault h2,
.bodywoorbel .csectiontoppai{
--color1:var(--colorred);
}
.csection3blocksinverted img{
display: block;
aspect-ratio:53/55;
object-fit:cover;
}

.csection3blocksinverted .citemoverlayinvertido:hover .citemopa {
    opacity: 0.7;
}
.csection3blocksinverted .citemoverlayinvertido:hover .citemtext {
    opacity: 1;
    transform: none;
}
.csectiontoppai h2{
text-transform: uppercase;
}
.csectiontoppai h1,.csectiontoppai h2,.csectiontoppai h3{
color: var(--color1);
margin-bottom: 20px;
line-height: 1.1;
}
.csectiontoppai h1 em,.csectiontoppai h1 i,.csectiontoppai h2 em,.csectiontoppai h2 i,.csectiontoppai h3 em,.csectiontoppai h3 i{
color: var(--color1);
font-style: normal;
}
.csectionsevenodd section:nth-child(even) .col50:nth-child(1),
.csectionsevenoddnormal section:nth-child(even) .col50:nth-child(1){
order:2;
}

.csectionsevenodd section:nth-child(even) .col50:nth-child(2),
.csectionsevenoddnormal section:nth-child(even) .col50:nth-child(2){
order:1;
}

.cevenoddreverse section:nth-child(even) .col50:nth-child(2){
order:2!important;
}
.cevenoddreverse section:nth-child(odd) .col50:nth-child(1){
order:1!important;
}


.csectionwhite.csectiontoppai h2{
color: white;
}
.csectionsevenodd{

}
.cpaiinnerinner{
padding-top: 50px;
padding-bottom: 50px;
}
.csectionnewsproject h3{
font-size: 30px;
text-transform: uppercase;
font-weight: 400;
}
.cnewprojectitem img{
margin-top: 30px;
aspect-ratio:72/45;
display: block;
object-fit:cover;
}
.cnewprojectitem h4{
text-transform: none;
font-weight: 400;
margin-top: 10px;
margin-bottom: 5px;
}
.cnewprojectitem svg{
position: absolute;
right: 0px;
bottom: 0px;
}
.h2black h2,.h2black h1{
color: black;
}
.h3black h3{
color: black;
}
.h2black h3{
color: var(--color1);
}
.cacabadosimg section:last-child .col50 img{
object-fit: scale-down;
}
.cacabadosimg section:nth-last-of-type(2) .col50 img{
object-fit: scale-down;
object-position: center right;
}

.citemmosaico .cvcenter{
padding-left: var(--paddings);
padding-right: var(--paddings);
box-sizing: border-box;
}
.citemmosaico img{
aspect-ratio:10/10.5;
object-fit:cover;
display: block;
}
.cslideimage *[class^="col"]{
float: left;
}
.cslideimage,.cslideimage > *{
height: 100%;
}
.cslideimage,.cslideimage > *{
height: 100%;
}
.jqslickhorz, .cslidewrap, .csectionbannerdefault.csectionfullscreen {
    height: calc(70vh - var(--headerfix));
}
.ibannertop {
    height: 100%;
    object-fit: cover;
    }
.cslidetexturetext{
padding: 60px;
box-sizing: border-box;
}
.cslidetexturetext h2{
margin-bottom: 15px;
}
.cslidetexturetext em,.cslidetexturetext i{
color: var(--color1);
font-style: normal;
}



/* Contenedor y posicionamiento */
.cslickwrap{ position:relative; }

.cslider-progress{
  position:absolute;
  left:0; right:0; bottom:0px;
  display:flex;
  gap:0px;
  z-index:5;
  pointer-events:auto;
}

/* Barra con color SIEMPRE visible */
.cslider-progress .bar{
  --progress-opacity: .45; /* opacidad de la capa negra que crece */
  flex:1;
  height:25px;
  position:relative;
  overflow:hidden;
  cursor:pointer;
  background: currentColor; /* el color base SIEMPRE visible */
}

/* Capa NEGRA que CRECE de izq→der (progreso) por encima del color */
.cslider-progress .bar .overlay{
  position:absolute;
  inset:0;

    mix-blend-mode: overlay;
  width:0%; /* arranca vacío */
  background: rgba(0,0,0,var(--progress-opacity));
  transition: none; /* la define JS al iniciar */
}
.cslider-progress .bar:nth-child(1) .overlay{ background:white;
mix-blend-mode: normal;opacity: 0.2!important;}
/* Colores por slide (ajústalos a mano) */
.cslider-progress .bar:nth-child(1){ color:black; } /* rojo */
.cslider-progress .bar:nth-child(2){ color:var(--color1); } /* naranja */
.cslider-progress .bar:nth-child(3){ color:var(--colorred); } /* verde agua */
.cslider-progress .bar:nth-child(4){ color:var(--colorblue); } /* azul */
.bar.is-active{
pointer-events: none;
}
.cflslidebottom{
text-align: right;
}
.cslideimgtext{
background: rgba(0, 0, 0, 0.5);
color: white;
position: absolute;
padding: 30px;
box-sizing: border-box;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

}
.cslideimageimg{
position: relative;
}
.cslideimgtext h2{
font-weight: 700;
text-transform: uppercase;
border-bottom: 2px solid white;
width: fit-content;
margin-bottom: 15px;
padding-bottom: 15px;
}
.cslideimgtext{
font-size: 24px;
}
.cslidetexturetext p{
max-width: 400px;
}
.csectionpaiimg img{
aspect-ratio:190/75;
object-fit:cover;
display: block;
margin-top: 10px;

}

.cwrappai .csectionwhite .cpaiinner{
background: var(--black)!important;


}
.cwrappai .csectionwhite *{
color: white!important;
line-height: 1.3;
}
.cpaiinnerinner .cta{
background: white;
color: var(--color1);
border: 3px solid var(--color1);
margin-top: 10px;
display: inline-block;
text-transform: uppercase;
}
.cwrappai.cbackgroundcolor .csectionwhite .cpaiinner{
background: var(--color1)!important;


}
.clastimagescale section:last-child .csectiontoppaiimg img{
object-fit: scale-down;
}
.csectionfranja{
background: var(--black);
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
}

.csectionfranja h2{
margin-bottom: 20px;
}
.clogoed .cpaiinnerinner img{
position: absolute;
right: 40px;
top: 40px;
height: 100px;
width: auto;
}
.csectionrelatednews{
--gap:70px;
}
.citemnew{

}
.citemnew h3{
text-transform: none;
font-weight: 400;
font-size: 25px;
line-height: 1.3;
margin-top: 15px;
margin-bottom: 15px;
}
.citemnew img{
aspect-ratio:46/31;
object-fit:cover;
}
.sleermas{
font-size: 20px;
color: var(--color1);
}
.citemnew .sleermas{
margin-top: 10px;
display: inline-block;
}
.csection-map img{
display: block;
object-fit:none;
width:100%;
height: auto;
}


.cformulariocontact input,.cformulariocontact textarea{
padding: 20px;
border: 3px solid #eee;
}
.cformbuttonwrap .cta{
background: var(--color1);
border: 0px;
color: white;
font-weight: 700;
width: 150px;
}
.contacttext{
line-height: 1.8;
}
.ctextcontact{
margin-top: 20px;
}
.ctextcontact .cpiesocial {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.cformulariocontact h3{
margin-bottom: 40px;
}
.csectiontitledescargas{
margin-top: 40px;
}
.csectiontitledescargas h1{
width: fit-content;
padding-bottom: 10px;
margin-bottom: 30px;
}



 .cgridequal {
   display: grid;
   grid-auto-flow: column;
   grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
   column-gap: 25px;
 }

 .csectiongradientimages > div {
   width: 100%;
   display: block;
 }
.csectiondescargasmenu{
background: var(--color1);
}
.csectiondescargasection h5{
text-transform: uppercase;
}
.citemmenu{
position: relative;
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;

}
.citemmenu img{
-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.4s ease-in-out;
transform: scale(0.78);
/* box-shadow: 0 20px 5px rgba(0, 0, 0, 0.2); */
display: block;
margin: auto;
}
.citemmenu:hover img{
transform: scale(0.85);
/* box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2); */
}
.citemmenu img{
width: 100%;
object-fit: scale-down;
aspect-ratio: 1 / 1;
object-position: bottom;
}
.csectiondescargasection *{
text-transform: uppercase;
}
.csectiondescargasection .col100 .cinner{
padding-top: var(--paddings);
padding-bottom: var(--paddings);
}

.cgrayodd > section:nth-child(odd){
background: var(--lightgray);

}
.csectiondescargasection .cseparadorcol .cinner{
/* padding-top: 0px; */
}
.cseparadorcol1  .cinner{
padding-top: 0px!important;
}

.citemdescarga img{
width: 60%;
display: block;
max-width: 100px;
height: auto;
margin-bottom: 20px;
filter: grayscale(1);
opacity: 0.2;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;

}
.citemdescarga:hover img{
filter: grayscale(0);
opacity: 1;
}
.citemdescarga a:hover{
color: var(--color1);
}
.citemdescarga a{
color: black;
margin-bottom: 5px;
width: fit-content;
/* max-width: 190px; */
display: 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;
position: relative;
font-size: 16px;
font-weight: 500;

}
.citemmenu{
text-transform: uppercase;
}
.citemdescarga a::before{
content: "";
display: block;
position: absolute;
top: 0px;
right: -50px;
height: 40px;
width: 40px;
background-image: url(img/elementos/i-fldownload.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
opacity: 0;
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;

}
.citemdescarga a:hover::before{
opacity: 1;
}
.citemdescarga{
margin-bottom: var(--paddings);
}
.cfilelink:nth-child(2){
/* color: #999; */
}
.cseparadorcol{
color: var(--color1);
}
.rowmarginedvideos{
margin-bottom: var(--paddings);
}
.citemvideo iframe{
/* width: 100%;
height: auto;
aspect-ratio:100/55;
object-fit:cover; */
display: block;
}
.citemvideo .cinner{
background: black;
}
.youtube-preview {
  aspect-ratio: 16/9;
  background-color: #000;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.youtube-preview::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: #f00;
  border-radius: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube-preview::after {
  content: "";
  position: absolute;
  top: 50%; left: 50.3%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 3;
}
.citemvideo{
margin-bottom: calc(var(--gap) * 2);
}
.yt-title{
padding: 10px;
font-size: 16px;
color: white;
}


.row160{
--gap:80px;
}
.citemnew{
margin-bottom: var(--paddings);
}
.citemnew h5{
color: var(--color1);
}
.snewfecha{
color: var(--midgray);
display: block;
margin-top: 5px;
}
.staxonomias{
font-size: 14px;
color: var(--midgray);
text-transform: uppercase;
margin-top: 10px;
}
.page-numbers{
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
border-radius: 100%;
border: 2px solid var(--color1);
text-align: center;
color: var(--color1);
margin-left: 4px;
margin-right: 4px;
-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;

}
.current.page-numbers,.page-numbers:hover{
background: var(--color1);
color: white;
}
.cpager{
text-align: center;
}
.scategoriastitle{
font-weight: 400;
text-transform: uppercase;
}
.csectioncategorialist *{
color: var(--midgray);
}

.scategoriastitle{
padding-bottom: 20px;
border-bottom: 1px solid var(--midgray);
}
.csectioncategorialistcol .cinner{
padding-top: 20px;
}
.cimgfreeheight img{
height: auto!important;
aspect-ratio:inherit!important;
}
.cimgcatheight img{
    height: 100%;

}
.ctextdefaultcat ul,.ctextdefaultcat li{
list-style: none;
}
.ctextdefaultcat.h2mb h2 {
    margin-bottom: 20px;
}
.ctextdefaultcat ul{
margin: 0px;
margin-top: -6px;
margin-bottom: 15px;
padding-left: 0px;
}
.ctextdefaultcat a{
color: black;
text-decoration: none;
}
.row80 {
--gap: 40px;
}
.csectioncategorialistcol .ssubmitcatsearch{
position: absolute;
right: 0px;
width: fit-content;
top: 50%;
transform: translateY(-50%);
font-size: 14px;
background: var(--color1);
border: 0px;
color: white;
right: 10px;
}
.csectioncategorialistcol form{
position: relative;
}
.csectioncategorialistcol input {
    box-sizing: border-box;
}
.scolor{
color: var(--color1);
}


.ccoltextblog h1,.ccoltextblog h2{
color: var(--color1)!important;
}
.cdate{
color: var(--graytext);
}
.csinglecats{
font-size: 18px;
text-transform: uppercase;
}
.ccoltextblog{
margin-top: 20px;
}
.cmarginitems > *{
margin-bottom: 20px;
}
.ccoltextblog img,.ccoltextblog .wp-video{
margin-top: 5px;
margin-bottom: 5px;
}
.ccoltextblog a{
text-decoration: underline;
color: black;
}

.ceventosgrid {
}

.cevento {
  width: calc(50% - 20px); /* 20px de gutter total entre columnas */
  margin-bottom: 20px;
  margin-right: 20px;
}
.contentmidisotope{
overflow: hidden;
}
.csectionisotope{
width: calc(100% + 20px);
}

.gutter-sizer {
  width: 20px;
}


.cevento img{
display: block;
width: 100%;
}
.cproyectostext{
text-align: center;
}
.cproyectostext .sh2{
color: var(--color1);
text-transform: uppercase;
margin-bottom: 30px;
}
.citemproject img{
display: block;
}
.citemproject{
-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;

}
.citemproject:hover{
opacity: 0.6;

}
.contentmidisotope{
margin-top: 30px;
}
.citemnew img{
aspect-ratio:1200/800;
object-fit:cover;
}
.cblogcontent h2{
font-size: 30px;
margin-top: 15px;
margin-bottom: 15px;
}
.cblogcontent h4{
font-size: 24px;
margin-top: 15px;
margin-bottom: 15px;
}
.cpiesocial{
margin-bottom: 0px;
}
.cpiesocial br{
display: none;
}
.cpiesocial p{
display: inline-block;
margin: 0px;
}
footer .cpiesocial a{
margin-left: 10px;
}
.ccollegal{
}
footer .cpiesocial *,footer .cpiesocial,.ccollegal,.ccollegal *{
font-size: 12px;
}
footer .cpiesocial svg{
max-width: 18px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.cpiesocial a{

}
footer .cpiesocial{
padding-top: 20px;
}
.cbordertop{
border-top: 1px solid var(--stroke);

}
.ccollegal{
}
.cmenufooteritem h5{
font-size: 18px;
}
.cmenufooteritem *{
font-size: 14px;
}
.cmenufooteritem a{
display: block;
width: fit-content;
}
.cmenufooteritem strong{
display: block;
margin-bottom: 10px;
}
.cmenufooteritem,.cmenufooteritem *{
color: var(--color1);
}
.cmenufooteritem a:hover{
text-decoration: underline;
}

.citemcattree{
margin-bottom: calc(var(--sectionmargin)/2);
}
.cmenufooteritemwoorbel *{
color: var(--colorred);
}
.cmenufooteritemoutdoor *{
color: var(--colorblue);
}
footer .cpiesocial{
padding-top: 0px;
}
.cpiebottom{
padding-top: 15px;
padding-bottom: 15px;
}
.citemcattree a{
line-height: 1.15;
margin-bottom: 7px;
}
.cmenufooteritem br{
display: none;
}
.csection-section-blogpage .ipostimg{
width: 100%;
height: auto;
display: block;
}
.single .contentmidisotope .contentxlarge{
max-width: 2600px;
}
.cblogcontent h3{
margin-top: 60px;
color: var(--color1);
}
.cblogcontent h4{
font-weight: 600;
text-transform: none;
font-size: 22px;
}
.cmenubig *{
font-size: 14px;
}
.ejq-menuitemempty .cmenuitemitems{
display: none!important;
}
.csubmitnewspie{
background: transparent!important;
border: 0px!important;

}
uNbQ8BHE
.cblankpagecontent{
padding-top: 40px;
line-height: 2;
}
.cblankpagecontent h3{
margin-top: 30px;
margin-bottom: 20px;
}
.cmenuempresa p,.cmenuwoorbel p{
display: inline-block;
}
.cpielogos img{
width: 100%;
max-width: 700px;
margin: auto;
display: block;
}

.ctopright a{
vertical-align: middle;
}
.cmenuwrapresponsive{
display: none;
}
.scookiebutton{
box-sizing: border-box;
text-align: center;
}
.jqconfigurarcookies,.jqdeclinecookies{
background: #999!important;
}
