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

.hanim > div{
position: relative;
overflow: hidden;
}

.hanim > div > div{
-webkit-transition:all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
transition:all 0.8s ease-in-out;
transition-delay: 0.5s;

}
.cblinds .hanim > div > div{
transition-delay: 1.1s;

}
.hanim > div > div{
transform: translateY(105%);
}
.scrollingwayfinish .hanim > div > div{
transform: translateY(0%);
}


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

}
.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: 20px;
  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);
}
.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;
padding: 14px;
padding-left: 25px;
border: 1px solid #D9D9D9;

}

:root{
  --color1:#4BBA81;
  --color2:#F1BC56;
  --color3:#5BC0DE;
  --text:#838383;
  --textgray:rgb(84, 84, 84);
  --border:#AAAAAA;
  --background:#DBDCDE;
  --darkgray:#20252D;
  --lightgray:#f0f1f5;
  --sectionmargin:3vw;
  --paddings:3vw;
  --cardpaddings:60px;
  --stroke:#F1F1F1;
}

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

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

.csectionbannerdefault .csectiontext{
position: absolute;
bottom: var(--paddings);
z-index: 150;
}
.csectionfullscreen{
height:100vh;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionfullscreen .csectiontext{

}
.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.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;
}
.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;
}
.cheaderlogo{
display: inline-block;
position: relative;
z-index: 100;
}
.cburger{
position: absolute;
top: 47%;
right: 0px;
transform: translateY(-50%);
width: 27px;
-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;
opacity: 0;
pointer-events: none;
cursor: pointer;
z-index: 100;
}
.credestop{
z-index: 100;

}
.scrolled .cburger{
opacity: 1;
pointer-events:all;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 2px;
background: var(--color1);
margin-top: 7px;
margin-bottom:7px;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}


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: 80px;
width: auto;
display: inline-block;
margin-right: 10px;
}
.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: calc(25px + 3vw);
line-height: 1.1;
/* text-transform: uppercase; */
font-weight: 300;
}
.superh2 strong{
font-weight: 600!important;
}
h2,.sh2{
font-size: calc(22px + 2.5vw);
line-height: 1.1;
text-transform: uppercase;
font-weight: 300;
}
h3,.sh3{
font-size: calc(25px + 1vw);
line-height: 1.1;
text-transform: uppercase;
font-weight: 300;
}
.sh34{
font-size: calc(20px + 0.5vw);
line-height: 1.1;
text-transform: uppercase;
font-weight: 300;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
h5,.sh5{
font-size: calc(20px + 0.3vw);
line-height: 1.2;
font-weight:500;
}
.chomebotonesbanner{
position: absolute;
top: 200px;
right: var(--paddings);
z-index: 400;
}
.ctafl svg{
height: 20px;
width: auto;
display: inline-block;
vertical-align: middle;
margin-left: 8px;
transform: translateY(-2px);
}
.ctafl.ctawhite svg *{
fill:white;
}
.cta{
display: inline-block;
cursor: pointer;
padding: 20px;
padding-left: 30px;
padding-right: 30px;
border-radius: 40px;
text-transform: uppercase;
}
.cta:hover{

}
.ctanaked{
border: 3px solid var(--color1);
color: var(--color1);
}
.ctagray{
border: 3px solid var(--text);
color: var(--text);
}
.ctagray svg *{
fill: var(--text);
}
.ctanaked:hover{

}
.ctawhite,.ctawhite.ctanaked{
border-color: white;
color: white;
}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

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

.cmenuwrap li{
display: inline-block;
}
.sub-menu{
display: none;
}
.cheader{
position:fixed;
top:0px;
left:0px;
width:100%;
z-index: 500;
box-sizing: border-box;
}
.csectionfullscreen .csectiontext{
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.cheaderinner{
position: relative;
padding-left: var(--paddings);
padding-right: var(--paddings);
padding-bottom: 25px;
padding-top: 25px;
}
.cheaderinnerinner{
position: relative;

}
.cheaderlogo svg{
max-height: 50px;
width: auto;
display: block;
-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;
}
.cheaderlogo a{
display: inline-block;
}
.scrolled .cheaderlogo svg{
max-height: 30px;
}
.cheaderlogo svg *{
-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;
}
body:not(.scrolled,.cabeceraopaca) .cheaderlogo svg *{
fill:white;
}
.cheaderlogo{
margin-bottom: 15px
}
.cheaderinner::before{
content: "";
display: block;
position:absolute;
bottom:0px;
left:0px;
width:100%;
border-bottom: 1px solid white;
}
.home .cheaderinner::before{
width: 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.7s ease-in-out;
transition-delay: 0.5s;

}
.windowloaded.home .cheaderinner::before{
width: 100%;
}
.cmenugamaresponsive{
display: none;
}
.cmenuwrap li:last-child{
float: right;
margin-right: 0px;
}
.cmenuwrap li a{
color: white;
text-transform: uppercase;
font-size: 18px
-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;
}
.cmenuwrap li{
margin-right: 60px;
}
.csectionopa {
background: rgb(43 39 18);
}
.csectionbannerdefault.scrollingwayfinish .csectionopa {
    opacity: 0.5;
}
.home .csectionbannerdefault.scrollingwayfinish .csectionopa {
    opacity: 0;
}

.credestop svg *{
fill:white;
-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;
}
.credestop svg{
display: block;
aspect-ratio:1/1;
width: 20px;
height: auto;
}
.ccol3blocktextcta svg{
aspect-ratio:1/1;
width: 34px;
height: auto;
vertical-align: middle;
transform: translateY(-3px);
margin-left: 5px;
}
.credestop a{
display: inline-block;
border: 1px solid white;
border-radius: 100%;
aspect-ratio:1/1;
padding: 5px;
-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;
}

.credestop{
position: absolute;
top: 0px;
right: 0px;
}
.scrolled .cmenuwrap a{
color: #737373FF;
}
.scrolled .credestop svg *{
fill: #737373FF;
}
.scrolled .credestop a{
border-color: #737373FF;
}
.cheader{
-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;

}
.scrolled .cheader{
background: #f1f1f1;
}
.scrolled.windowloaded.home .cheaderinner::before{
display: none;
}
.cmenuwrap{
-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;
height: 34px;
}
.scrolled .cmenuwrap{
/* height: 0px; */
margin-top: -50px;
opacity: 0;
pointer-events: none;
transform: translateX(30px);
}
.showmenuresponsive .cmenuwrap{
opacity: 1;
pointer-events: all;
transform: translateX(0px);
}
.scrolled .cheaderinner::before{
opacity: 0;
}
.showmenuresponsive .cbar {
    background: black;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cmenuwrap li{
-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;

}
.scrolled .cmenuwrap li:last-child {
    margin-right: 120px;
}
.scrolled .cmenuwrap li:first-child{
margin-left: 160px;
}
.scrolled .cmenuwrap li{
margin-right: 20px;
}
.credestop{
-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;
}
.scrolled .credestop{
margin-right: 50px;
}
.scrolled .cmenuwrap li a{
font-size: 16px;
font-weight: 400;
}
.cmenugama{
position: absolute;
left: 0px;
top: 160px;
display: none;
}
.cmenugama a{
color: white;
display: block;
}
.showmenu .cmenugama{
display: block;
}
.cmenugama{


}
.cmenugama a{
text-transform: uppercase;
}

.ccontenthome img{
max-width: 430px;
height: auto;
}
.ccontenthome h3{
margin-bottom: 30px;
}
.csectionfullscreensmall{
aspect-ratio:10/3.5;
width: 100%;
height: auto;
}
.csectionfullscreensmall .csectiontext{
position: absolute;
top: 50%;
z-index: 100;
transform: translateY(-50%);
}
.csectionbg img{
width: 100%;
height: 100%;
object-fit: cover;
object-position:center center;
}
.ccol3blocktextcta{
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
font-size: calc(20px + 0.2vw);

}
.ccol3block{
background: var(--color1);
}
.ccol3block2{
background: var(--color2);
}
.ccol3block3{
background: var(--color3);
}
.ccol3blocktext{
padding: 30px;
}
.ccol3block .cinner{
padding-bottom: 30px;
}
.ccol3blocktextcta svg *{
fill:white;
}
.ccol3blocktext p{
margin-bottom: 0px;
}
.ccol3blockimg img{
display: block;
}
.ccol3blocktext {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0) 50%
    );
}
.ccol3block{
position: relative;
}
.ccol3block::before{
content: "";
background: var(--color1);
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 100;
-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:0.5s;
}
.ccol3block2::before{
background: var(--color2);
top: auto;
bottom: 0px;
transition-delay: 1s;
}
.ccol3block3::before{
background: var(--color3);
transition-delay: 1.5s;
}
.scrollingwayfinish .ccol3block::before{
height: 0px;
}
.ccol3blocktext{
margin-bottom: 40px;
}
.ccol3blocktextcta{
position: absolute;
bottom: 30px;
width: 100%;
}
.csectionvideo video{
width: 100%;
height: auto;
display: block;
}
.csectionnewspie{
background: var(--darkgray);
}
.csvgflnew *{
fill:white;
}
.csvgflnew svg{
width: 65px;
height: auto;
}
.csvgflnew{
position: absolute;
bottom: 0px;
right: 0px;
}
.cinnertextnewhome{
position: relative;
}
.csectionnewspie{
    --gap: 30px;
}
.cnewimg img{
aspect-ratio:6/3;
object-fit: cover;
}
.cresumennew{
max-width: 350px;
}
.csectionfullscreensmall .csectionbg  p{
position: relative;
display: block;
height: 100%;
}
.shsvg{
position: relative;
}
.shsvg svg{
width: 65px;
height: auto;
}
.csvgflsh{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.color1{
color: var(--color1);
}
.cblinds{
position: relative;
}
.cblinds::before{
content: "";
position:absolute;
bottom:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 100;
-webkit-transition:all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
transition:all 0.8s ease-in-out;
transition-delay: 0.4s;
}
.scrollingwayfinish.cblinds::before{
height: 0px;
}
.jqslickcarrousel a{
pointer-events: none;
}
.jqslickcarrousel .cslidewrap:hover a{
pointer-events: all;
}
.cmarqueeitem .cslidewrap{
width: 400px;
float: left;
}
.cmarqueefooter{
font-size: calc(20px + 0.2vw);
line-height: 1.1;
text-transform: uppercase;
font-weight: 600;
color: #a9a9a9;
}
.cfooterfranja{
background: var(--lightgray);
}
.cfootercontent a{
display: block;
margin-top: 6px;
margin-bottom: 6px;
}
.cfootercontent{
display: inline-block;
text-align: left;
}
.cfootercontent *{
font-size: 15px;
text-transform: uppercase;
}
.lrefinefooter svg{
width: 40px;
height: auto;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin-left: 10px;
}
.lrefinefooter{
position: relative;
font-weight: 700;
color: var(--color1);
}
.clogoleft{
text-align: left;
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
}
.clogoleft a{
display: block;
font-weight: 700;
}
.cfooterredes svg{
vertical-align: middle;
}
.cfooterredes svg *,.cfooterredes *{
fill:white;
font-weight: 600;
color: white;
}
.cfooterredes svg{
margin-right: 10px;
}
.cfooterredes {
padding: 22px;
box-sizing: border-box;
background:#20252D;
text-align: center;
}
.iscurrent{
font-weight: 700;
opacity: 1!important;
}
.cmenuwrap a,.cmenugama 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;

}
.cmenuwrap a:hover,.cmenugama a:hover{
opacity: 0.4;
}
.cbuildertexto .cinner{
padding-top: var(--paddings);
}
.cbuildertexto img{
width: auto;
max-width: 100%;
display: inline-block;
margin-top: var(--paddings);
}
.cbuildertexto h2{
font-weight: 700;
}
.cbuildertexto *,.csection3images *{
color: var(--textgray);
}
.cbuildertexto h5{
max-width: 800px;
margin: auto;
margin-top: 20px;
}
.cbuildertexto p{
max-width: 1200px;
margin: auto;
margin-bottom: calc(var(--paddings)/2);
}
.cbuildertexto p:last-child{
margin-bottom: 0px;
}
.csection3images{
--gap:25px;
}
.csection3images{
background: var(--lightgray);
}
.csection3images img{
display: block;
aspect-ratio:52/30;
object-fit: cover;
}
.cimaged33{
margin-top: var(--paddings);
}
.csection3images{
padding-top:  var(--paddings);
padding-bottom: var(--paddings);
margin-top:  var(--paddings);

}
.darkmode{
background: var(--darkgray);
}
.scrolled.darkmode .cheader{
background: var(--darkgray);
border-bottom: 1px solid #444;
}
.scrolled.darkmode .cheader .cheaderlogo svg *{
fill:white;
}
.scrolled.darkmode .credestop svg * {
    fill: #fff;
}
.darkmode.scrolled .cmenuwrap a {
    color: #fff;
}
.darkmode .cbar {
    color: white;
    background: white;
    }
.darkmode footer *,.darkmode .csectiongama *{
color: white;
fill:white;
}
.darkmode .csectiongama{
border-top: 1px solid #444;
}
.darkmode .cfooterfranja{
background: var(--darkgray);
color: white!important;
border-bottom: 1px solid #444;

}
.darkmode .cfooterfranja *{
color: white!important;

}
.darkmode .cfooterredes{
border-top: 1px solid #444;

}
body.darkmode  *{
color: white;
}
.csection3imagessquare img{
aspect-ratio: 1 / 1;
}
.csection3imagessquare{
--gap:45px;
}
.darkmode .csection3images{
background: var(--darkgray);
}
.csectionbgd .csectiontext{
position: relative;
z-index: 100;

}
.csectionbgd .csectionopa{
background: var(--darkgray);
}
.scrollingwayfinish.csectionbgd .csectionopa{
opacity: 0.8;
}

.csectionbgdcold .col50 .cinner{
padding: calc(var(--paddings) / 2);
padding-left: calc(var(--paddings)* 3);
padding-right: calc(var(--paddings)* 3);
}
.csectionbgdcold .col50 .cinner h3{
margin-bottom: calc(var(--paddings) / 2);
}
.csectionbgdcold .col50{
margin-bottom: var(--paddings);
}
.cborderright .cinner{
position: relative;
}
.cborderright .cinner::before{
content: "";
position:absolute;
top:0px;
right:0px;
height:0%;
border-right: 1px solid white;
-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 1.2s ease-in-out;
}
.scrollingwayfinish .cborderright .cinner::before{
height: 100%;
}
.h5p h5{
max-width: none;
}
.h5p h5{
margin-bottom: calc(var(--paddings) / 2);
}
.cslideimagestory .cinner{
position: relative;
}
.cslideimagestory img{
max-width: 60%;
display: inline-block;
}
.cslideimage h3{
display: inline-block;
margin-top: 25px;
margin-bottom: 20px;
}
.cslideimage{
text-align: center;
}
.cslideimage a{
text-decoration: underline;
}
.csectionnewspie{
border-top: 1px solid #444;
}
.pnomargin p{
margin-bottom: 0px;
}
.csectiontextoalt h2,.csectiontextoalt h1{
margin-bottom: 30px;
}
.csectiontextoalt h2,.csectiontextoalt h1{
color: var(--textgray);
}

.htogreen h3{
color: rgb(122, 187, 47);
margin-bottom: 20px;
margin-top: 40px;
}
.htolow h3{
text-transform: none;
}
.csostenibilidadicon img{
max-width: 500px;
display: block;
margin: auto;
opacity: 0;
transform: scale(0) rotate(10deg);
-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 .csostenibilidadicon img{
opacity: 0.2;
transform: scale(1);
}
.shmtop h2{
margin-top: var(--paddings);
}
.csectdroptop {
  position: relative;
  height: 40px; /* Adjust height as needed */
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.5), rgba(255, 255, 255, 0)); /* Gray to white fade */
  box-shadow: 0 -3px 5px -2px rgba(0, 0, 0, 0.3); /* Drop shadow from the top */
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  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;
}
.scrollingwayfinish .csectdroptop {
transform: scaleY(1);
opacity: 0.3;
}

.csectdroptop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1));
  pointer-events: none; /* Prevent interaction */
}
.csectiontextoalt a{
text-decoration: underline;
}


.clogosods {
  display: grid; /* Activa el grid layout */
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); /* Crea columnas dinámicas */
  gap: 16px; /* Espacio entre los elementos */
  justify-content: center; /* Centra los elementos en el contenedor */
}

.clogosods img {
  max-width: 160px; /* Limita el ancho máximo de las imágenes */
  width: 100%; /* Asegura que las imágenes se adapten a su contenedor */
  height: auto; /* Mantiene la proporción de las imágenes */
  object-fit: contain; /* Asegura que las imágenes se ajusten sin recortarse */
}
.ccert{
max-width: 200px;
width: 100%;
height: auto;
display: inline-block;
vertical-align: top;
margin-left: var(--paddings);
margin-right: var(--paddings);
text-align: center;
}
.ccert img{
max-width: 200px;
width: 100%;
height: auto;
aspect-ratio:2/1;
object-fit: contain;
display:block;
margin: auto;
margin-bottom: 20px;
}
.ccert a{
text-decoration: none;
}
.ccronologia h2{
font-weight: 400!important;
}

.ccronologia h3{
font-size: calc(30px + 4.5vw);
line-height: 1.1;
text-transform: uppercase;
font-weight: 300;
color: var(--textgray);
}
.ccronologia h5{
color: var(--textgray);
margin-bottom: 15px;
}
.cbuildertextoimaged {
color:rgb(143, 137, 137);
}
.cbuildertextoimaged .cinner{
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.cbuildertextoimaged strong{
font-weight: 500;
}
.ccronologia{
position: relative;
}
.ccronologiabar{
height: calc(100% - 120px);
border-left: 4px solid var(--textgray);
position: absolute;
top: 60px;
left: 50%;
transform: translateX(-50%) ;
}
.cbuildertextoimagedtexto.cimagedleft .cinner{
padding-right: calc(var(--paddings) * 4);
}

.cbuildertextoimagedtexto.cimagedright .cinner{
padding-left: calc(var(--paddings) * 4);
}
.cimagedright{
transform: translateX(-100%);
text-align: right;
}
.cimagedright.cbuildertextoimagedimage{
transform: translateX(100%);

}
.cimagedright h3{
display: inline-block;
}
.cbuildertextoimagedimage:nth-child(1),.cbuildertextoimagedtexto:nth-child(2){
margin-top: 0px;
}
.cbuildertextoimagedimage,.cbuildertextoimagedtexto{
margin-top: calc(var(--paddings) * 2);
}
.cbuildertextoimaged{
position: relative;
z-index: 100;
}
.ccronologiabarcircle,.cimagedleft.cbuildertextoimagedtexto::before,.cimagedright.cbuildertextoimagedtexto::before{
position:absolute;
height:30px;
width:30px;
background: white;
z-index: 10;
border-radius: 100%;
border: 4px solid var(--textgray);
transform: translateX(-50%);
}

.ccronologiabarcircletop{
top:50px;
left:50%;
}
.ccronologia{
position: relative;
}
.ccronologiabarcirclebottom{
bottom: -60px;
left:50%;
}
.cimagedleft.cbuildertextoimagedtexto::before{
content: "";
left: 0px;
transform: translateX(-50%);
top: 50px;

}
.cimagedright.cbuildertextoimagedtexto::before{
content: "";
right: 0px;
transform: translateX(50%);
top: 50px;

}

.cbuildertextoimagedimage{
text-align: right;
}
.cbuildertextoimagedimage img{
margin-top: 40px;
max-width: 500px;
}

.cimagedright.cbuildertextoimagedimage{
text-align: left;
}
.cimagedright.cbuildertextoimagedimage img{
margin-top: 40px;
max-width:700px;
height: auto;
width: auto;
margin-right: 0px;
margin-left: 40px;
}
.cbuildertextoimagedimage img{
}
.cbuildertextoimagedimage a{
text-decoration: underline;
}
.ccronologiabar{
height: 0px;
-webkit-transition:all 0.8s linear;
-moz-transition:all 0.8s linear;
-o-transition:all 0.8s linear;
transition:all 0.8s linear;

}

.cimagedleft.cbuildertextoimagedtexto:nth-child(2)::before{
transition-delay: 0s;
}

.cimagedleft.cbuildertextoimagedtexto::before{
transform: translateX(-50%) scale(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;
transition-delay: 0.3s;
}
.cimagedright.cbuildertextoimagedtexto::before{
transform: translateX(50%) scale(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;
transition-delay: 0.3s;
}
.scrollingwayfinish.cimagedleft.cbuildertextoimagedtexto::before{
transform: translateX(-50%) scale(1);
}
.scrollingwayfinish.cimagedright.cbuildertextoimagedtexto::before{
transform: translateX(50%) scale(1);
}
.cmapred{
position: absolute;
z-index: 100;
width: 100%;
text-align: center;
padding-top: 156px;
height: calc(100vh - 156px);

}
.csectiontextoaltgrupo a{
text-decoration: none;
display: block;
margin-top: 15px;
}
.csection3imagesrefine .col33{
margin-top: 0px;
}
.csectionredsingle .col70 .cinner{
padding-right: 200px;
text-align: justify;
}
.csectionredsingle .col70 .cinner img{
max-width: 430px;
margin-bottom: var(--paddings);
}
.csectionredsingle a{
font-weight: 700;
}
.csideimages img{
aspect-ratio:20/14;
object-fit: cover;
margin-bottom: 40px;
width: 100%;
height: auto;
display: block;
}

.ccol3blockalt .ccol3blocktext {
    margin-bottom: 25px;
}
.cblockslayer{
text-align: left;
}
.cblockslayer li{
font-weight: 600;
font-size: 24px;
}
.cblockslayer li li{
font-weight: 400;
font-size: 20px;
}
.cblockslayer ul > li {
}
.cblockslayer ul > li span{
position: relative;
padding-left: 20px;
display: block;
}
.cblockslayer ul > li span::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
border-left: 2px solid var(--textgray);
}
.cblockslayer ul > li li span::before{
display: none;
}
.cblockslayer ul > li li{
margin-top:15px;
}


.cblockslayer > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Adjust min width as needed */
    gap: 20px; /* Spacing between grid items */
    list-style: none; /* Optional: Remove bullets */
    padding: 0; /* Optional: Remove default padding */
    margin: 0; /* Optional: Remove default margin */
}

.cblockslayer > ul > li {
    max-width: 300px; /* Maximum width for each item */
}
.menu-item-has-children{
position: relative;
}
.sub-menu{
position: absolute;
    left: 0px;
    top: 16px;
    padding-top:73px;
    display: none;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none!important;

}
.sub-menu li{
float: none!important;
margin-left: 0px!important;
}
.scrolled .sub-menu{
padding-top: 56px;
}
.scrolled .cmenugama {
    position: absolute;
    left: 0px;
    top: 80px;
    }
.scrolled .cmenugama a{
font-size: 16px;
font-weight: 400;
color: var(--text);
}
.cabeceraopaca{
padding-top: 230px;
}
.cabeceraopaca .cmenuwrap *{
color: var(--text);
}
.cabeceraopaca .credestop svg *{
fill:var(--text);
}
.cabeceraopaca .credestop a {
    border: 1px solid var(--text);
    }
.cabeceraopaca .cheaderinner::before {

    border-bottom: 1px solid #dfdfdf;
    }
.ceventosgrid{
--gapgrid:0px;
}
.cgrids,.cevento{
width: calc(33.333333333333333333333333333333% - 33px);

}
.gutter-sizer{
	width:50px;
}
.ceventoinner{
position: relative;
}
.ceventoinner img{
width: 100%;
height: auto;
display: block;
}
.ceventoinner h3{
margin-top: 30px;
margin-bottom: 10px;
color: var(--textgray);
}
.csection-bannersimple h1{
color: var(--textgray);

}
.cdatetype{
font-size: 14px;
margin-top: 15px;
}
.single-post .csectionfullscreen h1{
font-size: calc(22px + 2vw);

}
.single-post .csectionfullscreen .csectiontext {
width: 50%;
}
.contentblog .cbuildertexto {
text-align: left;
}
body .contentblog h2{
font-weight: 400;
}
.contentblog .cbuildertexto img {
    margin-top: 30px;
        margin-bottom: 30px;
}
.contentblog .cbuildertexto *, .contentblog .csection3images * {
    color: var(--text);
}
.contentblog h2,.contentblog  h3,.contentblog  h4{
margin-top: 30px;
margin-bottom: 30px;
}
.contentblog h2,.contentblog h2 *,
.contentblog h3,.contentblog h3 *,
.contentblog h4,.contentblog h4 *{
color: var(--textgray);

}
.contentblog .cbuildertexto h2{
font-size: calc(22px + 1.5vw);
}
.contentblog .cbuildertexto h3{
font-size: calc(20px + 1vw);
}
.contentblog .cbuildertexto h4{
font-size: calc(16px + 0.5vw);
font-weight: 400;
}
.contentblog ul{
list-style: disc!important;
padding-left: 40px;
}
.contentblog li{
padding-top: 5px;
padding-bottom: 5px;
}
.contentblog blockquote{
margin: auto;
padding: 30px;
font-size: calc(16px + 0.5vw);
line-height: 1.1;
font-style: italic;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-right: 10vw;

}
.contentblog blockquote *{
color: var(--color1)!important;
}
.contentblog .cbuildertextoimaged .cinner {
    padding-left: 0px;
    padding-right: 0px;
}
.contentblog .cbuildertextoimagedimage img {
    margin-top: 0px;
    max-width: none;
}
.contentblog .cimagedleft.cbuildertextoimagedtexto::before {
    display: none;
    }
.contentblog     .cbuildertextoimagedimage,.contentblog  .cbuildertextoimagedtexto {
        margin-top:0px;
    }
.contentblog    .cimagedleft.cbuildertextoimagedimage .cinner{
    padding-right: 20px;
    }

.contentblog    .cimagedleft.cbuildertextoimagedtexto .cinner{
    padding-left: 20px;
    }
  .contentblog  .cbuildertexto img {
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }
.cblogbotbar *{
text-align: left;
}
.cblogbotbar .sh34{
margin-bottom: 20px;
display: block;
}
.cta,.cta svg *{
-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;

}
.cinnertextnewhome{
padding-left: 60px;
}
.ctanaked.ctawhite:hover{
background: white;
color: var(--textgray);
}
.ctanaked.ctawhite:hover *{
fill:var(--textgray);
}
.ctanaked.ctagray:hover{
background:var(--text);
color: white;
}
.ctanaked.ctagray:hover *{
fill: white;
}
.csectionnewspie a{
width: 100%;
display: block;
}
.cinnertextnewhome,.cfootercontent a,.cslideimagestory a,.ccert a,.cbuildertextoimaged  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;
}
.csectionnewspie a:hover .cinnertextnewhome,.ccert a:hover,.cbuildertextoimaged  a:hover{
opacity: 0.5;
}
.cnewimg{
position: relative;
overflow: hidden;
}
.cnewimg img,.cevento img{
display: block;
-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;

}
.csectionnewspie a:hover .cnewimg img{
transform: scale(1.05);
}
.cevento:hover img{
transform: scale(1.1);
}
.cfootercontent a:hover{
opacity: 0.5;
}
.cslideimagestory a:hover{
opacity: 0.5;
}
.ceventoimage{
overflow: hidden;
position: relative;
}
.contentblog a{
text-decoration: underline;
}
.contentblog a:hover{
text-decoration: none;
}
.csectiontextoaltgrupo a,.csectionredsingle a,.credestop a,.cfooterredes a,.clogoleft 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;

}
.csectiontextoaltgrupo a:hover,.csectionredsingle a:hover,.credestop a:hover,.cfooterredes a:hover,.clogoleft a:hover{
opacity: 0.5;
}
.scrolled .cheaderinnerinner{
height: 35px;
}
.darkmode.scrolled .cmenugama a {
    color:white;
}
.single-gama .cbuildertextoimaged .cinner{
padding-left: calc(var(--paddings) * 2)!important;
padding-right: calc(var(--paddings) * 2)!important;

}
.single-gama .cbuildertextoimaged .cinner p{
margin-bottom: 10px;
}
.single-gama .cbuildertextoimagedtexto::before {
    display: none!important;
}
.cvideobuilder video{
width: 100%;
}
.contentselect{
margin-top: -156px;
margin-bottom: 100px;
text-align: right;
position: relative;
z-index: 100;
}
.cselectdropdown{
display: inline-block;
position: relative;
}
.jqopendropdown svg *{
stroke:var(--textgray);
}
.cselectdropdown{
border: 3px solid var(--textgray);
padding: 20px;
padding-left: 30px;
padding-right: 70px;
border-radius: 40px;
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;
transition-delay: 0.2s;
}
.cselectdropdown svg {
    position: absolute;
    top: 19px;
    }
.cselectdropdownvalues a{
display: block;
text-align: left;
/* color: white; */
}
.cselectdropdownvalues{
border: 3px solid var(--textgray);
padding: 20px;
padding-left: 30px;
padding-right: 30px;
border-radius: 40px;
background: white;
box-sizing: border-box;
/* background:  var(--textgray); */
border-top-left-radius: 0px;
border-top-right-radius: 0px;
top: 71px!important;
width: calc(6px + 100%);
border-top: 0px;
left: -3px;
}
.cselectdropdown.selectactive{
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
transition-delay: 0s;
}
.cmenuwrap .cmenugama{
display: none;
}
.cmapred svg{
max-height: 70vh;
}
.cmapred path[fill='#A5A5A5']{
 fill:#ccc;
}
#Capa_1 > g{
opacity: 0;
-webkit-transition:all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
transition:all 0.8s ease-in-out;

}
.scrollingwayfinish #Capa_1 > g{
opacity: 1;
}
#Capa_1 > g:nth-child(2){
transition-delay: 1.2s;
}
#Capa_1 > g:nth-child(3){
transition-delay: 1.3s;
}
#Capa_1 > g:nth-child(4){
transition-delay: 1.4s;
}
#Capa_1 > g:nth-child(5){
transition-delay: 1.5s;
}
#Capa_1 > g:nth-child(6){
transition-delay: 1.6s;
}
#Capa_1 > g:nth-child(7){
transition-delay: 1.7s;
}
#Capa_1 > g:nth-child(8){
transition-delay: 1.8s;
}

#Capa_1 > g:nth-child(9){
transition-delay: 1.9s;
}

#Capa_1 > g:nth-child(10){
transition-delay: 2.0s;
}

#Capa_1 > g:nth-child(11){
transition-delay: 2.1s;
}

.single-red-refine .cmapred path[fill='#45BA81']{
animation: fadeinfadeout 2s infinite;
animation-timing-function: linear;
}
@keyframes fadeinfadeout {
  0% {
		opacity: 1;
  }
  50% {
  opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}
.cmapaclicable #Capa_1 > .clicable:hover {
cursor: pointer;
}
.cmapaclicable #Capa_1 > .clicable:hover *[id^="text"] {
cursor: pointer;
opacity: 1;
}
.cmapaclicable #Capa_1 *[id^="text"]{
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cmapaclicable #Capa_1 > .clicable:hover path[fill='#45BA81']{

fill:#0edf79;
}
.cfooterredes{
position: relative;
}
.lby,.clegales a{
font-size: 11px;
font-weight: 400;
}
.lby{
position: absolute;
display: block;
top: 50%;
right: 30px;
transform: translateY(-50%);
}
.clegales a{
margin-right: 10px;
}
.clegales{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 30px;
}
.scookiebutton{
background: var(--color1);
color: white;
font-size: 12px;
}
.ccol3blockimg {
position: relative;
overflow: hidden;
}
.ccol3block .ccol3blockimg img{
-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;

}
.ccol3blocktextcta,.ccol3block .ccol3blocktext p{
-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;
transition-delay: 0s!important;

}
.ccol3block:hover .ccol3blockimg img{
transform: scale(1.05) translateY(5%);
}
.ccol3block:hover .ccol3blocktext p{
opacity: 0;
}
.chomeblocks .ccol3block:hover .ccol3blocktextcta{
transform: translateY(-280%);
}
.cmenuwrap ul{
padding-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.ccontactobanner h1{
color: var(--color1);
}
.ccontactobanner h3{
text-transform: none;
}
.cformbuttonwrap .cta{
background: var(--color1);
color: white;
border: 0px;
}
.clinked a{
color: var(--color1);
text-decoration: underline;
}
.ccontenthomenologo .wp-image-148{
display: none;
}
.jqaceptarcookies{
background: var(--textgray);
}

.single-post .cbuildertextoimagedtexto::before{
display: none!important;
}
