/*
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:#003479;
  --coloralt1:var(--color1)!important;
  --coloralt2:var(--color1)!important;
  --text:#737373;
  --border:#AAAAAA;
  --fontbig:calc(20px + 0.6vw);
  --fontmid:24px;
  --fontsmall:18px;
  --background:#DBDCDE;
  --lightgray:#F8F8F8;
  --gray:#9D9D9D;
  --sectionmargin:8vw;
  --paddings:80px;
  --cardpaddings:60px;
  --stroke:#CECECE;
  --borderRadius:50px;
}
strong{
font-weight: 500;
}
/*scroll*/
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: var(--lightgray);
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius:0px;
    border: 0px solid transparent;
    background-clip: content-box;
    background-color: var(--color1);;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.nicescroll-cursors{
background: var(--color1)!important;
border-radius: 0px!important;
}
.nicescroll-rails{
background: var(--stroke);
}
.rowmarginbot{}

/*jqswa*/
.jqswaitem,.jqswaitemer > *,.jqswaitem50,.jqswaitem50-notranslate{
-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 > *,.jqswaitemgsap{
transform: translateY(60px);
}
.jqswaitem50{
transform: translateY(30px)!important;
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswaitem50-notranslate{
transform: translateY(-50%)!important;

}
.jqswa .jqswaitem,.jqswaitemer > *,.jqswaitemgsap,.jqswaitem50,.jqswaitem50-notranslate{
opacity: 0;
}
.jqswa .jqswaitem{
opacity: 0;
}
.home .csectionbgvideoshaped .jqswaitem{
opacity: 0!important;
}
.home.domloaded .csectionbgvideoshaped .jqswaitem{
opacity: 1!important;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem,.jqswa.scrollingwayfinish .jqswaitemer *{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem50{
transform: translateY(-50%)!important;

}
.jqswa.scrollingwayfinish .jqswaitem,.jqswa.scrollingwayfinish .jqswaitem50,.jqswa.scrollingwayfinish .jqswaitemer *,.jqswa.scrollingwayfinish .jqswaitem50-notranslate{
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,select{
	font-size: var(--fontmid);;
  line-height: 1.4;
	font-weight:300;
	font-family: 'Poppins', sans serif;
}
.clineheightlow{
line-height: 30px;
}
textarea:focus, input:focus,select:focus{
    outline: none;
}

img {border: 0 none;}
a {
  text-decoration: none;
}
a:hover {text-decoration:none;}

body,a,.iinputdefault,.iinputdefault::placeholder,input,textarea,select{
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,select{
background: transparent;
width: 100%;
box-sizing: border-box;


}


.csectionmargin{
height: var(--sectionmargin);
}
.csectionmarginpaddings{
height: var(--paddings);

}
.csectionpaddingsnegativo{
margin-top: calc(var(--paddings) * -1);

}
.csectionmargin-negativo{
margin-top: calc(var(--sectionmargin) * -1);
}
.csectionmarginmid{
height: calc(var(--sectionmargin)/2);
}
.csectionmarginmidbig{
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: 64px;
right: 80px;
height: 72px;
width: 72px;
background-image: url(img/elementos/i-popupclose.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 72px;
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,select{
width: 100%;
display: block;
padding: 22px;
padding-left: 40px;
padding-right: 40px;
box-sizing: border-box;
border-radius: 38px;
border: 1px solid var(--stroke);
font-weight: 600;
}
.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: 47px;
height: 29px;
border-radius: 40px;
vertical-align: middle;
margin-right: 10px;
border: 1px solid var(--stroke);
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: 40%;
height: 2px;
background: var(--color1);;
opacity: 0;
}
.scheck:after{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
width: 40%;
height:2px;
background: var(--color1);;
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: var(--gap);
width: calc(calc(100% - var(--gap) - var(--gap)) - 2px);
z-index: 100;
}

.cselectcol{
position: relative;
z-index:100;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
padding: 12px;
background: #fff;
/* color: var(--color1)!important; */
color: #505050;
border-top: 1px solid var(--stroke);
-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;
font-size: var(--fontbig);
padding-left: 40px;
padding-right: 40px;
}
.sinput{
-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.3s;
}
.selectactive .sinput{
transition-delay: 0s;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.jqdropdownvalue:nth-child(1){
border: 0px;
}
.jqdropdownvalue:last-child{
border-bottom-left-radius: var(--borderRadius);
border-bottom-right-radius: var(--borderRadius);
}
.cselectdropdownvalues{
border: 1px solid var(--stroke);
margin-top: -2px;
border-bottom-left-radius: var(--borderRadius);
border-bottom-right-radius: var(--borderRadius);
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: var(--lightgray);;

}

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

.cburgerposition{
position: absolute;
top: 20px;
right: 0px;
}
.cburger{
margin-top: -36px;
width: 42px;
border-radius: 100%;
cursor: pointer;
}
.cburgerinner{
height: 100%;
position: relative;
}
.cbar{
width:30px;
height: 2px;
background: white;
margin-left: 21px;
margin-top:12px;
margin-bottom:12px;
}


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: 'Poppins', sans-serif;
font-weight: 600;
margin-top: 0px;
margin-bottom: 0px;
color: var(--color1);
}

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

.home h1{
font-size: calc(35px + 4.6vw);
line-height: 0.9;
}
h1,.sh1,.h2toh1 h2{
font-size: calc(26px + 2vw);
line-height: 0.9;
}
h2,.sh2,.cmenuwrapinnerinner a{
font-size: calc(24px + 2vw);
line-height: 1;
}
.contenttextblog h2,.sh2mid,.h2tosh2mid h2{
font-size: calc(24px + 1vw);
line-height: 1;
}
h3,.sh3{
font-size: var(--fontbig);;
line-height: 0.95;

}
h4,.sh4{
font-size: calc(20px + .6vw);
line-height: 1.4;
}
h5,.sh5{
font-size: calc(20px + .2vw);
line-height: 1.4;
}
.cta{
font-weight: 600;
cursor: pointer;
display: inline-block;
background: var(--color1);
padding: 22px;
padding-left: 40px;
padding-right: 40px;
border-radius: var(--borderRadius);;
color: 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 0.2s ease-in-out;

}
.cta:hover{

}
.cta.ctanaked{
border: 1px solid var(--color1);
background: none;
color: var(--color1);

}
.ctanaked:hover{

}
.ctawhite{

}
.cta.ctanaked.ctawhite{
border: 1px solid white;
background: none;
color: white;

}

.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

.citembotrightwrap{
position: relative;
}
.citembotright{
position: absolute;
  bottom: 0px;
  right: 0px;
}
.contentxlarge,.contentxxlarge{
max-width: 100%;
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.cheader{
padding-top: var(--paddings);
}
.cheader{
position: fixed;
width: 100%;
z-index: 400;
}


.csectionbgvideoshaped .csectionbg,.csectionbgvideoshaped .csectionopa,.csectionbgvideoshaped .csectionopa::before  {
 clip-path: url(#clip-hero);


}


.csectionbgvideoshaped .csectionopa {
  background: radial-gradient(
    86.6% 94.99% at 88.83% 10.47%,
    rgba(183, 183, 183, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 34%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.csectionbgvideoshaped .csectionopa::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 229, 188, 0.2) 0%,
    rgba(255, 229, 188, 0) 50%
  );
}

.cburger {
background: var(--color1);
height: 72px;
width: 72px;
}
.mwg_effect001 section{
position: absolute;
width: 100%;
}
.mwg_effect001 .container{
position: relative;
z-index: 100;
}





.mwg_effect001 .container {
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    height:100vh;
    width: 100%;
    font-size: clamp(12px, 1vw, 20px);
}
.mwg_effect001 .cards {
    display: flex;
    width: max-content;
    white-space: nowrap;
    gap: 1vw;
    will-change: transform;
    padding: 0 120vw;
    padding-bottom:4vw;
    /* padding-right: 0px; */
}
.mwg_effect001 .card {
    position: relative;
    width: 25vw;
    min-width: 200px;
    aspect-ratio: 0.75;
    border-radius: 2vw;
    overflow: hidden;
    object-fit: cover;
    text-align: center;
    text-transform: uppercase;
    border: 0.5vw solid currentColor;
}
.mwg_effect001 .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.cards img{
opacity: 1;
transform: scale(0);
height: 100%;
  -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;
}


.card:nth-child(1) img{transition-delay: 0.6s;}
.card:nth-child(2) img{transition-delay: 1s;}
.card:nth-child(3) img{transition-delay: 1.2s;}
.card:nth-child(4) img{transition-delay: 1.4s;}
.card:nth-child(5) img{transition-delay: 1.5s;}
.card:nth-child(6) img{transition-delay: 1.6s;}
.card:nth-child(7) img{transition-delay: 1.7s;}
.card:nth-child(8) img{transition-delay: 1.8s;}
.card:nth-child(9) img{transition-delay: 1.9s;}
.card:nth-child(10) img{transition-delay: 2s;}


.domloadedgsap .cards img{
opacity: 1;
transform: scale(1);
}

.cardinner{
position: relative;
height: 100%;
width: 100%;
}

.mwg_effect001 .card {
    position: relative;
    width: 11vw;
    }
    .mwg_effect001 .cards {
        gap: 1vw;
        padding-left: 30vw;
        padding-right:110vw;
        }

        .card{
        border: 0px!important;
        aspect-ratio:1/1!important;
        }
.csectionbgvideoshaped .csectionbgvideo{
position: absolute;
z-index: 1;
height: 100vh;
}
.csectionbgvideoshaped .ctexto{
position: absolute;
z-index: 10;
}
.cards{
position: relative;
z-index: 9;
}
.mwg_effect001 {
overflow: hidden;
}
.containerfull::before{
content: "";
display: block;
position:absolute;
bottom:-2px;
left:0px;
height:2px;
width:100%;
background: white;
z-index: 4;
}
.ctextbig{
font-size: var(--fontbig);
color: var(--color1);
}
.cburger,.cheaderlogo,.cbar{
-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;

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

}
.cburger:hover .cburgerinner{
transform: scale(0.85);
}

body:not(.domloaded) .cburger,body:not(.domloaded) .cheaderlogo{
transition-delay: 0.4s;

}
.home .cheaderlogo{
opacity: 0;
}
.home.domloaded .cheaderlogo{
opacity: 1;
}
.home .cburger{
transform: scale(0);
transform-origin: center;
}
.home .cbar{
width: 0px;
transition-delay: 1s;
}
.home .cbar2{
transition-delay: 1.1s;
}
.domloaded .cburger{
transform: scale(1);
transform-origin: center;
}
.domloaded .cbar{
width: 30px;
}
.csection-homeblocks{
--gap:100px;
}
.cimagesauto img{
aspect-ratio:56/46;
object-fit:cover;
border-radius: var(--borderRadius);;
}

.col45{
width: 45%;
}
.col55{
width: 55%;
}
.cimagesauto{
position: relative;
}
.cimagesauto img:nth-child(2),.cimagesauto img:nth-child(3){
position: absolute;
top: 0px;
left: 0px;
}
.cimagesauto img:nth-child(1){
position: relative;
z-index: 10;
}
.cimagesauto{
--factor:40px;
}
.cimagesauto img:nth-child(1){
margin-bottom: calc(var(--factor) * 3);
}
.cimagesauto img:nth-child(2){
z-index: 9;
transform: translateY(calc(var(--factor) * 2)) translateX(calc(var(--factor) * 2)) scale(0.90);
}
.cimagesauto img:nth-child(3){
z-index: 8;
transform: translateY(calc(var(--factor) * 4)) translateX(calc(var(--factor) * 4)) scale(0.80);
}
.cheaderlogo{

}
.cmarginelements > *{
margin-bottom: 50px;
}
.cmarginelements > *:last-child{
margin-bottom: 0px;
}
.cheader,.cheaderlogo 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.4s ease-in-out;
}
.scrolled .cheader{
background: var(--lightgray);
padding-bottom: 20px;
padding-top: 20px;
}
.scrolled .cheaderlogo svg{
height: 28px;
width: auto;
}
.scrolled .cburger {
        transform: scale(0.77) translateX(15%);
            margin-top: -38px;
}
.citemcategoria .cimagesentinell{
border-radius: var(--borderRadius);;
overflow: hidden;
}
.citemcategoria img{
display: block;
}
.citemoverlayinvertido .citemopa {
    opacity: 1;
    transition-delay:2s!important;
}


.scrollingwayfinish .citemoverlayinvertido .citemopa {
    opacity: 0.75;
}
.scrollingwayfinish .citemoverlayinvertido:hover .citemopa {
    opacity: 0;
    }
.scrollingwayfinish .citemoverlayinvertido .citemopa {
    transition-delay:0s!important;
}
body section.csectioncatcards{
overflow:inherit!important;
}

.jqswaitemcards{
opacity: 1!important;
transition-duration: 0.3s!important;

 transition: transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease-in-out !important;
 transition-delay: 1s!important;
}
.jqswaitemcards:nth-child(1){transform: rotate(-10deg) translateX(120%) translateY(20%);}
.jqswaitemcards:nth-child(2){transform: rotate(-10deg) translateX(60%) translateY(20%);}
.jqswaitemcards:nth-child(3){transform: rotate(20deg) translateX(20%) translateY(0%);}
.jqswaitemcards:nth-child(4){transform: rotate(2deg) translateX(-60%) translateY(20%);}
.jqswaitemcards:nth-child(5){transform: rotate(15deg) translateX(-120%) translateY(40%);}

.iimgproductoshaped{
max-width: 20vw;
margin: auto;
}
.citemproductoshaped{
text-align: center;
}
.citemproductoshaped .cinner{
position: relative;
}
.citemproductoshapedshape{
position: absolute;
aspect-ratio:1/1;
width:24vw;
left: 50%;
top: 120px;
transform: translateX(-50%);
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
}

.shapedslicktriangulo .citemproductoshapedshape{
width:28vw;
top: 20px;
}

.citemproductoshapedshapeinner{
position: relative;
height: 100%;
}
.citemproductoshapedprod{
position: relative;
z-index: 10;
}
.csectionslideshaped{

}
.csectionslideshaped .cslickwrap{
overflow: inherit;
}
.csectionslideshaped .cslickprev {
right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -18vw;
}
.csectionslideshaped .cslicknext {
right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 18vw;
}
.citemproductoshapedshape,.csectionslideshaped .cslickcontrol circle,.csectionslideshaped .cslickcontrol ellipse,.citemproductoshapedshape polygon{
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

}

.citemproductoshapedshape svg,.citemproductoshapedshape polygon{
width: 100%;
height: auto;
}

.csectionslideshaped .cslidewrap  {
-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.85s ease-in-out;

}
.cpoupmapa iframe{
background: var(--gray);;
}
.slickprevious1{
transform: rotate(-18deg) translateY(8vw) translateX(-5vw);
}
.slickprevious2{
transform: rotate(-25deg) translateY(14vw) translateX(-15vw);
}

.slicknext1{
transform: rotate(18deg) translateY(8vw) translateX(5vw);
}
.slicknext2{
transform: rotate(25deg) translateY(14vw) translateX(15vw);
}

/* .mwg_effect023{
overflow: hidden;
position: relative;
}
.mwg_effect023 {
    height: 80vh;
}
.mwg_effect023 .container {
    position: absolute;
    width: 175vw;
    height: 175vw;
    left: -37.8vw;
    will-change: transform;
}
.mwg_effect023 .inner-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.mwg_effect023 .media {
    margin: 10vh 0 0;
    object-fit: contain;
    object-position: 50% 100%;
    will-change: transform;
    transform: none!important;
}
.inner-media::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

}
.inner-media img{
pointer-events: none;
}

.iimgproductoshaped{
max-width: 25vw;
}
.citemproductoshapedshape{
top: 12vw;
width: 27vw;
max-width:570px;
}

.mwg_effect023 .contentxlarge{
transform: translateY(-10vw);
height: 55vw;
}
.mwg_effect023 .cslickcontrol{
left: 50%;
right: auto;
transform: translateY(-80%) translateX(-50%);
}
.mwg_effect023 .cslicknext{
margin-left: 19vw;
}

.mwg_effect023 .cslickprev{
margin-left: -19vw;
}
.mwg_effect023:active {
  user-select: none;
}

.mwg_effect023 {
  user-select: text;
}
*/
.csectionbanner .cinner{
background: var(--lightgray);
font-weight: 600;
text-align: center;
color: var(--gray);
aspect-ratio:157/22;
overflow: hidden;
border-radius: var(--borderRadius);;
}
.csectionbanner img{
height: 100%;
object-fit:cover;
display: block;
}


.csectionmapa {
height: 90vh;
position: relative;
}
.cmapwrap,.ctalleresmap,#map {
height: 100%;
}
/* .cmapprotect{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 300;
pointer-events: none;
}
.scrolling .cmapprotect{
pointer-events: all;
} */


#buscarAqui{
position: absolute; bottom:20px; left: 50%;  transform: translateX(-50%); z-index: 1;
display: none;
}
#buscarAqui,.smapclose{
color:var(--color1); background-color: white; padding: 6px;padding-left: 15px;
padding-right: 15px;cursor: pointer; border: 1px solid #ccc; border-radius: 20px;font-size: 16px;
}
.smapclose{
display: inline-block;
margin-top: 20px;
}
.cmapbottom{
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
text-align: center;
}
.italleressubmit{
font-weight: 600;
color: var(--color1);
font-size: 18px;
}
.italleressubmit svg{
vertical-align: middle;
margin-right: 4px;
}
.cinputtiendas{
position: relative;
}
.cinputtiendas .ssubmitcodigo{
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
right: 10px;
cursor: pointer;
}
.cmapbottom h5{
max-width: 500px;
}
.cinputtiendas input{
text-align: center;
}
.ssubmitcodigo svg{
display: block;
}
.cmapbottom{
padding-bottom: 40px;
z-index: 12;
}
.cmapbottomfigura{
border-top-left-radius: 100%;
border-top-right-radius: 100%;
background: var(--lightgray);
aspect-ratio:1/1;
width: 50vw;
height: 50vw;
max-width: 1000px;
max-height: 1000px;
min-width: 800px;
min-height: 800px;
position: absolute;
z-index: 10;
left: 50%;
transform: translateX(-50%) translateY(60%);
bottom: 0px;
}

.ctallerinfo {
    position: absolute;
    z-index: 400;
    background: rgba(245, 245, 245, 0.9);

    width: 100%;
    height: 100%;
}
.ctallerinfo *{
color: var(--color1)!important;
}
.cmapwrap{
position: relative;
}
.ctallerinfoskewwrap,.ctallerinfoskew,.ctallerinfoinner,.csectionmapaanim{
height: 100%;
text-align: center;

}
.ctallerinfoinner h4{
margin-bottom: 10px;
}
.ctallerinfoviewing.ctallerinfo{
opacity: 1;
pointer-events: all;
}
.ctallerinfo{
opacity: 0;
-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;
pointer-events: none;
}
.ctallerinfoviewing{
transition-delay:0.6s;

}
.ctallerinfoclose{
position: absolute;
top: 30px;
cursor: pointer;
right: calc(var(--paddings) + 8px);
}
.ctallerinfoclose:hover circle{
color: var(--color1hover)!important;
}

.cmapbottom,
.cmapbottomfigura{
-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.7s ease-in-out;

}
.ctallerinfoviewingmain .cmapbottom,
.ctallerinfoviewingmain .cmapbottomfigura{
transform: translateX(-50%) translateY(100%)!important;
opacity: 0;
}
.flickity-viewport:focus-visible,.jqflickhorzproductos  {
    outline: none!important;
}

.cflicknews .citemnew .cinner{
margin-right: 30px;
}
.cflicknews .citemnew:last-child .cinner{
margin-right: 0px;
}
.cflicknews .citemnew:last-child{
width: calc(33.333333333333333% - 20px);
}

.cflicknews .cevento {
background: none;

    aspect-ratio: none;
}
.cflicknews .cinnerprod{
background: var(--lightgray);
border-radius: var(--borderRadius);
}

.cflicknews .citemnewstory:last-child .cinner,.cflicknews .citemnewprod:last-child .cinner{
    margin-right: 30px;
}
.cflicknews .citemnewstory:last-child,.cflicknews .citemnewprod:last-child{
    width: calc(25% + 10px);
}



/*
.cflicknews .citemnew:last-child .citemnewimg,
.cflicknews .citemnew:last-child .citemnewdesc{
width: calc(100% - 30px);
position: relative;
} */

.citemnew img,.citemnewstory video{
display: block;
aspect-ratio:1/1;
object-fit:cover;
width: 100%;
}
.citemnewimg{
border-radius: var(--borderRadius);
overflow: hidden;

}
.citemnewstory img,.citemnewstory video,.issquare1 .cinner{
aspect-ratio:37/67;
}
.citemnew h4{
margin-bottom: 30px;
margin-top: 40px;
}
.llink{
font-weight: 600;
text-decoration: underline;
color: var(--color1);
}
.cflicknews .citemnew{
width: calc(33.333333333333333% + 10px);
}
.cflicknews .citemnewstory,.cflicknews .citemnewprod{
width: calc(25% + 10px);
}
.cslickcontrol svg{
display: block;
}
.cslickcontrolbig svg{
width: 100px;
height: auto;
}
.cslickcontrolbig svg path{
stroke-width:1;
}
.cslickbigarrows .cslicknext{
right: 0px;
transform: translateX(50%) translateY(-50%);
}

.cslickbigarrows .cslickprev{
left: 0px;
transform: translateX(-50%) translateY(-50%);
}

.ccontrolstop .cslickcontrol{
position: relative;
transform: none!important;
left: auto;
right: auto;
}
.ccontrolstop .cslicknext{
margin-left: 15px;
}
.cpaddingright{
padding-right: 100px;
}
.ccheckboxeslegal{
margin-top: 20px;
margin-bottom: 30px;
}
.cformbuttonwrap .cta{
width: fit-content;
}
.ccollastform {
margin-bottom: 0px!important;
}
.csocialstories{
padding-left: var(--sectionmargin);
vertical-align: middle;
display: inline-block;
}
.csocialstories svg{
display: inline-block;
vertical-align: middle;
margin-right: 25px;
}
.csectionfooter{
background: var(--color1);
}
.csocialsfooter *{
fill:white;
}
.csocialsfooter svg{
height: 30px;
width: auto;
margin-left: 15px;
}
.csectionfooter{
line-height:1.8;
}
.cfootermap br{
display: none;
}
.cfootermap a{
width: 48%;
max-width: 260px;
display: inline-block;
}
.cfootermap .cinner{
max-width: 600px;
}
.cfootercontactinfo p{
margin-bottom: 0px;
}
.cpielegal a,.cpiecreditos a{
font-size: 12px;
}
.cpielegal a{
margin-right: 15px;

}
footer 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;
}
footer a:hover{
opacity: 0.5;
}
.cbottomsocialbarinner{
height: 100%;
position: relative;
}
.cbottomsocialbar{
position:absolute;
bottom:0px;
left:0px;
width:100%;
padding: 40px;
box-sizing: border-box;
z-index: 10;
}
.csocialsiguenos span{
font-weight: 500;
text-decoration: underline;
color: white;
}
.csocialsiguenos svg{
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.cexternallink{
position: absolute;
right: 0px;
bottom: 0px;
}
.csocialsiguenos svg *{
fill:white;
}
.citemnewstory .citemnewimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);


}
.citemnewstory .citemnewimg::before{
border-radius: var(--borderRadius);
opacity: 0.22;
}
.issquare1 .cinner{
background: var(--color1);
border-radius: var(--borderRadius);
padding: 30px;
box-sizing: border-box;
}
.issquare1 img,.citemnewstory.issquare1 video{
width: 100%;
aspect-ratio:1/1;
}
.issquare1 .citemnewimg{
border-radius: 30px!important;

}
.csquaretext{
font-size: 16px;
margin-top: 30px;
color: white;
}
.citemnewstoryLinkedin.issquare1 .cinner{
background: #0E76A8;
}
.citemnewstoryTiktok.issquare1 .cinner{
background: #000;
}
.citemnewstoryInstagram.issquare1 .cinner{
background: linear-gradient(45deg,
  #feda75,
  #fa7e1e,
  #d62976,
  #962fbf,
  #4f5bd5);
}
.csectionfigura{
position: relative;
}
.cfigura{
position: absolute;
}
.csectionfiguraleftmid .cfigura{
position: absolute;
top: 40%;
transform: translateX(-40%);
z-index: 10;
}
.csectionfiguralefttop .cfigura1{
position: absolute;
top: 13%;
transform: translateX(-40%);
z-index: 10;
}

.csectionfiguraleftbottom .cfigura1{
position: absolute;
bottom: 8%;
transform: translateX(-40%);
z-index: 10;
}

.csectionfigurarightbottom .cfigura2{
position: absolute;
bottom: 1%;
right: 0px;
transform: translateX(20%);
z-index: 10;
}
.ctopbannerprods{
overflow: hidden;
}
.cfigura{
pointer-events: none;
}

.cinerflexleftrightbot.cfiguracontentz1{
z-index: 100;
}
.csectionfigurarighttop .cfigura2{
position: absolute;
top: -5%;
right: 0px;
transform: translateX(50%);
z-index: 10;
}

.cfiguraz0{
z-index: 0;
}
.cfiguracontentz1{
z-index: 10;
position: relative;
}
.cmenuwrap{
position: fixed;
top:0px;
right:0px;
height:100%;
width:100%;
z-index: 350;
box-sizing: border-box;

}


.cmenuwrap li,.cmenuwrap ul{
padding: 0px;
margin: 0px;
list-style: none;
}
.cmenuwrapinnerinner a{
font-weight: 600;
color: var(--color1);
padding-top: 8px;
padding-bottom: 8px;
display: inline-block;
}
.cmenuwrapinner,.cmenuwrapinnerinner{
height: 100%;
}
.cmenupreguntas a{
font-weight: 600;
color: var(--color1);
font-size:
}
.cmenuwrapinner{
position: relative;
}
.cmenupreguntas,.csocialsmenu{
bottom: 0px;
left: 0px;
position: absolute;
}
.csocialsmenu{
left: auto;
right: 0px;
}
.csocialsmenu svg{
height: 30px;
width: auto;
margin-left: 15px;
}
.cdondecomprarmenu{
position: absolute;
right: 100px;
top: 50%;
margin-top: -3px;
transform: translateY(-50%);
}
.cmenuwrapcol1,.cmenuwrapcol2{
height: 100%;
width: 50%;
float: left;
}
.cmenuwrapcol2{
padding: var(--paddings);
box-sizing: border-box;
background: linear-gradient(to bottom,
  rgba(248, 248, 248, 1) 10%,
  rgba(248, 248, 248, 0.92) 100%);

}
.cmenuwrapcol1{
position: relative;
}
.jqclosemenu{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

}
.cmenuwrapcol1cats{
height: 100%;
  display: flex;
  flex-direction: column;
}

.cmenuwrapcol1cats > a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center;     /* horizontal center */
  background: var(--color1);;
  border-bottom: 1px solid white;
  text-align: center;
  text-decoration: none; /* opcional */
  color: white; /* para que el texto se vea */
  position: relative;

  transform: translateX(-102%);
}

.cmenuwrapcol1cats > a:last-child {
  border-bottom: none;
}
.cmenuwrapcol1cats > a .citemopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

}
.showmenu2 .cheaderlogo{
opacity: 0!important;
pointer-events: none;
}
.showmenu2 .cheader{
pointer-events: none;
}
.showmenu2 .jqclosemenu{
display: none;
}
.cmenuwrapcol1cats > a span{
position: relative;
z-index: 10;
}
.cmenuwrapcol1cats > a:hover .citemopa{
opacity: 1;
}
.showmenu2 .cmenuwrapcol1cats > a {
opacity: 1;
  transform: translateX(0%);
}
.cmenuwrapcol1cats > a {
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;

}
.cmenuwrapcol1cats > a:nth-child(1) {transition-delay: 0.5s;}
.cmenuwrapcol1cats > a:nth-child(2) {transition-delay: 0.6s;}
.cmenuwrapcol1cats > a:nth-child(3) {transition-delay: 0.7s;}
.cmenuwrapcol1cats > a:nth-child(4) {transition-delay: 0.8s;}
.cmenuwrapcol1cats > a:nth-child(5) {transition-delay: 0.9s;}
.cmenuwrapcol1cats > a:nth-child(6) {transition-delay: 1.0s;}
.cmenuwrapcol1cats > a:nth-child(7) {transition-delay: 1.1s;}
.cmenuwrapcol1cats > a:nth-child(8) {transition-delay: 1.2s;}


.csafearea{
position: absolute;
width: var(--paddings);
height: 100%;
left: calc(-1 * var(--paddings));
}

.showmenuresponsive .cbar{
transition-delay: 0s!important;
}

.showmenuresponsive .cbar1{
transform: translateY(350%) rotate(45deg)!important;
}
.showmenuresponsive .cbar2{
transform: translateY(-300%)  rotate(-45deg)!important;

}
.showmenuresponsive .cburgerinner{
transform: none!important;
}
.cmenuwrap{
-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;

}
.cmenuwrap{
transform: translateX(202%);
}
.showmenuresponsive .cmenuwrap{
transform: translateX(0%);
}
.cmenuwrapcol2 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;

}
.cmenuwrapcol2 a:hover,.showmenu2 .menu-item-272 a{
color: var(--text);;
}
.cdondecomprarmenu{
opacity: 0;
pointer-events: none;
-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: 0s;
}
.showmenuresponsive .cdondecomprarmenu{
opacity: 1;
pointer-events: all;
transition-delay:1.5s;
}
.cfigurainner{
  height: 100%;
  animation: spin 120s linear infinite;
  transform-origin: center center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(0.6);
  }
}
.cheaderfix{
height: 12vw;
}
.cmapbottomfigura {
transform: translateY(102%) translateX(-50%);
}
.scrollingwayfinish.cmapbottomfigura{
transform: translateY(66%) translateX(-50%);

}
.cmapbottom{
opacity: 0;
transform: translateY(60px) translateX(-50%);
transition-delay: 0.5s!important;
}
.scrollingwayfinish.cmapbottom{
opacity: 1;
transform: translateY(0px) translateX(-50%);

}
.ccatsbuttons .cta{
width: 100%;
box-sizing: border-box;
}
.ceventosgrid{
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

}
.cgrids,.cevento{
width: calc(25% - 16px);
}
.gutter-sizer{
	width: 20px;
}
.ceventosgrid{
margin-top: 60px;
}
.cevento{
background: var(--lightgray);
border-radius: var(--borderRadius);
}
.cevento img{
width: 80%;
margin: auto;
display: block;
margin-top: 30px;
}
.cevento{
aspect-ratio:38/42;

}
.cctaprod{
position: absolute;
bottom: 0px;
width: 100%;
padding-bottom:50px;
}
.buttonclicked{

}
.cfilteropts:hover .cta,.buttonNOTclicked{
opacity: 0.5;
}
.cfilteropts .cta:hover,.buttonclicked{
opacity: 1!important;
}
.cinnerprod{
height: 100%;
}
.contentmid{
max-width: 1000px;
}
.rowblog .citemnew{
margin-bottom: var(--paddings);
}
.cpaging{
text-align: center;
}
.page-numbers{
display: inline-block;
width: 56px;
height: 56px;
line-height: 56px;
border: 1px solid var(--stroke);
border-radius: 100%;
background: var(--lightgray);
font-weight: 600;
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;
border-color: var(--color1);
}
.cbannerblank .ctitlewrap h1,.cbannerblank .contentmid.textcenter{
text-align: left;
max-width: 100%;
}
.ipostimg{
/* position: absolute;
right: 0px;
top: 0px;
width: 45%; */
width: 100%;
height: auto;
aspect-ratio:1/1;
object-fit:cover;
border-bottom-left-radius: 100%;
}
.csection-bannermid .ctextbig{
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.contenttextblog{
background: var(--lightgray);
padding: var(--paddings);
border-radius: var(--borderRadius);
}
.contenttextblog img{
border-radius: var(--borderRadius);
margin-top: 60px;

}
.contenttextblog h2,.contenttextblog h3,.contenttextblog h4,.contenttextblog h5{
margin-bottom: 20px;
margin-top: 60px;
}
.csection-bannermidblog{
z-index: 10;
}
.contenttextblog p{
max-width: 80%;
}
.csingleblogshare{
padding-top: 60px;
padding-bottom: 50px;
}
.csingleblogshare  > *{
display: inline-block;
vertical-align: middle;
}
.csingleblogshare .sh3{
margin-right: 50px;
}
.csingleblogshare svg{
width: 30px;
height: auto;
display: inline-block;
vertical-align: middle;
margin-right: 25px;
}
.template-page-quienes-somos .csectionbgvideoshaped  {
text-align: center;
}
.template-page-quienes-somos .csectionbgvideoshaped .col70  {
width: 50%;
margin: auto;
display: block;
float: none;
margin-top: calc(var(--paddings) / 1.5);

}
.template-page-quienes-somos .csectionbgvideoshaped *{
color: var(--color1);
}
.template-page-quienes-somos .csectionbgvideoshaped .csectionopa {
    background: white;
}
.spreh p{
margin-bottom: 0px!important;
}
.cquienesimgs{
max-width: 1400px;
}

.cquienesimgs .cimagesauto img {
    aspect-ratio: 56 / 64;
    }
.cquienesimgs .cimagesauto{
--factor:20px;
}
.cquienesimgs .col50:nth-child(1) .cinner{
padding-right: 50px;
}
.cquienesimgs .col50:nth-child(2) .cinner{
padding-left: 50px;
}
.h4lined h4::after{
content: "";
width: 80px;
border-top: 4px solid #3FD4CF;
display: block;
margin-top: 30px;
margin-bottom: 30px;
}
.textright.h4lined h4::after{

margin-left: auto;
}
.csectioniconed img{
height: 100px;
width: auto;
display: block;
}
.csectioniconed h3{
margin-bottom: 20px;
}
.csectioniconed .col33 .cinner{
padding-left: 75px;
padding-right: 75px;
color: var(--color1);
}
.contentgray{
background: var(--lightgray);
padding: var(--paddings);
/* padding-top: 0px; */
border-radius: var(--borderRadius);
}
.csectioniconed .contentgray{
padding-top: 0px;
}
.contentgray .cinner{
padding-top: var(--paddings);

}
.cimagesautoright img:nth-child(1){
margin-left: -40px;
}
.ctextleftimgs{
padding-right: 160px;
}


.ctextrightimgs{
padding-left: 100px;
}
.cbannerproducto .col45{
width: 58%;
}
.cbannerproducto .col55{
width: 42%;
}
.cbannerproducto{
position: relative;
}
.iprodimg{
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
height: auto;
max-width: 800px;
width:32vw;
}
.z10{
z-index: 10;
position: relative;
}
.cbannerproducto .cdescbannermid{
font-size: var(--fontmid);
margin-top: calc(var(--paddings) / 1.5);
margin-top: 0px;
max-width: 600px;
}
.isinglelogo {
object-position: left center;
height: auto!important;
width: 240px!important;
margin-bottom: 20px;
}
.cbannerproducto .ipostimg{
aspect-ratio:10/9;
}
.cbannerproducto h1 strong{
font-weight: 600;
}
.ctocolor strong{
color: var(--colorprod);

}
.csectionfiguras svg{
width: 100%;
height: auto;
}
.scolor1{
color: var(--color1);
}
.cicontext,.csectioniconed h4{
font-size: var(--fontsmall)!important;
color: var(--color1);
}
.csectioniconed img,.csectioniconed svg,.csectioniconednaked img{
width: 100px;
height: 100px;
object-fit:scale-down;
margin-bottom: 20px;
}
.ciconingrediente{
width: 100px;
height: 100px;
position: relative;
margin: auto;
border-radius: 100%;
border: 2px solid var(--color1);
margin-bottom: 20px;
background: transparent;
}
.ciconingrediente svg{
width: 75%;
height: auto;
position: absolute;
transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;
display: block;
}
.ccolorear svg * {
  fill: var(--color1, currentColor)!important;
}
.ciconingrediente svg *,
.ciconingredientev1 svg *,
.csectioniconednaked svg * {
  stroke: var(--color1, #003479); /* por si no está definida */
  stroke-width: 40px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5000;     /* valor generoso para cubrir cualquier path */
  stroke-dashoffset: 5000;
  -webkit-transition:all 2s ease-in-out;
  -moz-transition:all 2s ease-in-out;
  -o-transition:all 2s ease-in-out;
  transition:all 2s ease-in-out;
  transition-delay: 1s;
}

.csectioniconednaked svg * {
  stroke: var(--coloralt1, #003479);

}
/* Cuando entra en viewport (scroll trigger) */
.scrollingwayfinish .ciconingrediente svg *,
.scrollingwayfinish .ciconingredientev1 svg *,
.scrollingwayfinish.csectioniconednaked svg * {
  stroke-dashoffset: 0;
}

.csectioniconed .cinner{
max-width: 500px;
padding-right: 80px;
margin: auto!important;
}
.cicontext{
margin-top: 8px;
}
.csectioniconed .textcenter img{
margin: auto;
margin-bottom: 20px;
}
.csectioniconednaked .row > *{
border-right: 1px solid var(--color1);;
box-sizing: border-box;

}
.csectioniconednaked .row > *:last-child{
border-right: none;

}
.csectioniconednaked .contentgray{
border-bottom: 1px solid var(--color1);
background: none;
border-radius: 0px;
padding-bottom: 50px;
}
.csectioniconednaked i{
font-style: normal;
}

.csectionproductopackaging img{
max-width: 40%;
height: auto;
margin: auto;
display: block;
z-index: 10;
position: relative;
}
.cinnerproductopack{
padding-top: 0px;

}


.cmodos{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
color: var(--color1);
font-size: var(--fontsmall);
}
.cmodo:nth-child(1){
position: absolute;
left: 6%;
top: 50%;
width: 300px;
text-align: left;
}

.cmodo:nth-child(2){
position: absolute;
right: 6%;
width: 300px;
top: 30%;
text-align: left;
}

@media (min-width: 999px){
.cmodotopcorreccion{
padding-top: 120px;

}
.cmodo:nth-child(3){
position: relative;
left: auto;
width: 100%;
bottom: auto;
text-align: center;
font-weight: 500;
font-size: var(--fontbig);
}
}

.cmodoestrecho .cmodo:nth-child(1){

left: 14%!important;

}
.cmodoestrecho .cmodo:nth-child(2){

right: 14%;

}

.cmodoinner{
position: relative;
height: 100%;
}
.svgi1,.svgi2{
display: none;
position: absolute;

}
.cmodo:nth-child(1) .svgi1{
display: block;
right: -10px;
position: absolute;
transform: translateX(100%) translateY(50%);
width: 400px;
height: auto;
}
.cmodo:nth-child(2) .svgi2{
display: block;
left: -10px;
position: absolute;
transform: translateX(-100%) translateY(50%);
width: 400px;
height: auto;
}
.svgi1 path,.svgi2 path{
stroke:var(--colorprod);
stroke-width:1;
}
.svgi1 circle,.svgi2 circle{
fill:var(--colorprod);
width: 17px;
height: 17px;
display: none;
}

.scolorprod{
color: var(--colorprod, #003479);
}
.csectioniconeddatos .cinner{
padding-left: 40px;
padding-right: 40px;
}
.csectioniconeddatos h4{
margin-top: 15px;
line-height: 1.2;
}
.csectioniconeddatos h2{
margin-bottom: calc(var(--paddings) / 1.5);
}
.caccordioniteminner{
display: none;
}
.cacordionitem{
position: relative;
border-top: 1px solid var(--stroke);
}
.cacordionitem h4{
padding-top: 20px;
padding-bottom: 20px;
cursor: pointer;

}
.cacordionitem svg{
position: absolute;
top: 35px;
right: 0px;
}
.caccordioniteminner{
padding-bottom: 40px;
}
.jqaccordion.cacordionitem svg {
  transition: transform 0.3s ease;
  transform: scaleY(1);
}

.e-showaccordion.jqaccordion.cacordionitem svg {
  transform: scaleY(-1);
}
.caccordioniteminner table{
font-size: var(--fontsmall);
width: 100%;
margin-bottom: 30px;
}
.caccordioniteminner table{
border-collapse: collapse;
  border-spacing: 0;

}
.caccordioniteminner table td,.caccordioniteminner table th{
border-bottom: 1px solid var(--stroke);
color: var(--color1);
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
.csectiongray{
background: var(--lightgray);
}
.csectionrelatedarticulos .cslickcontrol {
display: none;
}
.csectionrelatedarticulos .llink{
display: none;
}
.hrelateds{
display: none;
}
.csectionrelatedarticulos .hrelateds{
display: block;
}
.csectionrelatedarticulos .hdefault{
display: none;
}
.cpoupmapa .cpopup{
max-width: 100%;
width: 100%;
max-height: 100%;
height: 100%;
background: rgb(255,255,255,0.7);
}
.cpoupmapa .cpopupinner{
padding: 20px;
height: 100%;
box-sizing: border-box;
}
.cpoupmapa iframe{
width: 100%;
height: 100%;
border: 0px;
border-radius: var(--borderRadius);
}
.csectionfiguras svg *[fill='#CA0043']{
fill:var(--colorprod);
}
.csectionfiguras svg *[fill='#F6C1C1']{
fill:var(--colorprod);
opacity: 0.4;
}
.csectionfiguras svg *[fill='#EFA0A2']{
fill:var(--colorprod);
opacity: 0.7;
}
.strong{
font-weight: 600;
}
.cbibliografia .caccordioniteminner{
padding-top: 20px;
}
.cbibliografia{
font-size: 14px;
}
.videoprod{
width: 100%;
height: auto;
border-radius: var(--borderRadius);
}
.ceditfloat{
position: fixed;
bottom: 10px;
left: 10px;
z-index: 1000;
background: var(--lightgray);
border: 1px solid var(--stroke);
font-size: 14px;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
border-radius: 30px;
cursor: pointer;
}
.cevento img{
margin-bottom: 20px;
}
.single-producto .csectionmarginmidbignosingle{
display: none;
}
.csectioniconeddatos .contentgray .cinner {
    padding-top: 0px;
}
.csectioniconednaked  .cinner{
padding-left: 20px!important;
padding-right: 20px!important;
}
.italleressubmit{
display: none;
}
.csectioniconed h4{
font-weight: 500;
font-size: var(--fontmid);
}
.cmodo p{
margin-bottom: 6px;
padding-bottom: 6px;
border-bottom: 1px solid var(--colorprod);
}
.cmodo p:last-child{
padding-bottom: 0px;
border-bottom: 0px solid var(--colorprod);
}

.csectioniconed h4{
font-weight: 300;
}
.csectioniconed h4 strong{
font-weight: 500;
}
.cimagesvideo video{
width: 100%;
height: auto;
border-radius: var(--borderRadius);
}
.cimagesvideo .wp-video{
width: 100%!important;
}

.citemprodlogo img{
height: 60px;
width: auto;
margin-top: auto;
aspect-ratio: auto;
}
.citemprodlogo{
position: absolute;
bottom: 20px;
width: 100%;
}
.cselectdropdown svg *{
stroke:var(--color1);
}
.csectionfiguras svg{
height: 150px;
width: auto;
}

.cmodologo strong{
display: none;
}
.cmodologo{
position: absolute!important;
bottom: 0px!important;

}
.cmodologo img{
width: 200px;
height: auto;
display: block;
}
.cselectdropdown svg *{
stroke-width:0.2px;
}
.scheck{
position: absolute;
left: 0px;
width: 35px;
height: 25px;
top: 6px;
}

.ccheckboxeslegal{
padding-left: 50px;
}
.csectionfigurashome{
display: none;
}
.iprodimgresponsive{
display: none;
}
.tax-catproducto .ctextbig{
text-align: center;
}
.tax-catproducto .ctextbig h1{
text-align: center;
}
.scrolled .mapapopup{
transform: scale(0.72) translate(90px, 3px);
}


.cmenuwrapcol1v2{
transform: translateX(-102%);
position: fixed;
z-index: 450;
height: 100%;
-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;

}

.showmenuresponsive .cmenuwrapcol1v2{
transform: translateX(0%);
}
.cfigurasef svg{
margin: auto;
display: block;
}
.single-producto .cfigurasef svg{
width: 100%;
height: auto;
}
.cfigurasef svg{
  overflow: visible;
}
.cfigurasef svg g{
-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;
transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  transform: rotate(180deg);
}
.scrollingwayfinish .cfigurasef svg g,
.scrollingwayfinish.cfigurasef svg g{
transform: none;
opacity: 1;
}
.caboutprefig{
height: auto!important;
}
.cburgerpositioninner{
position: relative;
}
.csearchheader{
position: absolute;
right: 100px;
top: 50%;
    margin-top: -3px;
transform: translateY(-50%);
}
.showmenuresponsive .csearchheader{
pointer-events: none;
}
.csearchheader form{
position: relative;
}
.csearchheader .csearchbutton{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
cursor: pointer;
}
.csearchheader .csearchbutton svg{
display: block;
}
.csearchheader input{
font-size: 16px;
border-radius: 100px;

height: 72px;
}
.csearchheader,.csearchbutton,.csearchheader input,.csearchbutton,.csearchbutton 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;
transition-delay: 0.4s;
}
.csearchheader input,.csearchheader input::placeholder{
color: var(--color1);
}
.scrolled .csearchheader input{
font-size: 14px;

height: 38px;
background: transparent;
border-width: 0px;
border-bottom: 2px solid var(--color1)!important;
border-radius: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
}
.scrolled .csearchbutton{
right: -8px;
}
.scrolled .csearchbutton circle:nth-child(1){
opacity: 0;
}
.scrolled .csearchbutton circle:nth-child(2),
.scrolled .csearchbutton path:nth-child(3){
stroke:var(--color1);
}
.csearchbutton{
width: fit-content;
background: transparent;
border: 0px;
}

.showmenuresponsive .csearchheader{
opacity: 0!important;
}
.sunderline{
text-decoration: underline;
}
.home .csearchheader{
opacity: 0;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

transition-delay: 1.5s;
}
.domloaded.home .csearchheader{
opacity: 1;
}
.windowloaded.home .csearchheader{

transition-delay:0s!important;
}

section.csection {
    overflow: hidden !important;
}
.ccookiepopupwrapbanner *{
font-size: 14px!important;
}
.ccookiepopupwrapbanner .cta{
padding: 10px;
padding-left: 18px;
padding-right: 18px;
}
.cbannercookiescodeinner {
    padding: 20px;
}
.cbannercookiescode {
    max-width: 800px!important;
    }
.citemcategoria img{

    aspect-ratio: 36 / 44;
object-fit:cover;
}
.csocialsiguenos span{
font-size: 14px;
}
.cbottomsocialbar{
    padding: 30px;
}
.e-jq-geoloc{
display: none!important;
}
