/*
Theme Name: Code Barcelona
Theme URI: https://codewebbarcelona.com/
Author: Code Barcelona
Author URI: http://codewebbarcelona.com/
Description: Code Barcelona
Version: 1.0
Tags: be inspired
Text Domain: Code Barcelona
*/

@charset "utf-8";
/* CSS Document */


/*scroll*/
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



/*jqswa*/

.jqswaitem{
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
}
.jqswa .jqswaitem{
transform: translateY(-30px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem{
opacity: 1;
}
.jqswa .jqswabg{
opacity: 0;
overflow: hidden;
transform: scale(1.02);
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
    height: 100%;
}
.jqswa.scrollingwayfinish .jqswabg{
opacity: 1;
transform: scale(1);
}




/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

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




/*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;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body,html,.cpagewrap{
	height:100%;
}
body {
  margin: 0;
	background-color:white;
}
body,input,textarea,a{
	font-size: 20px;
	font-weight:400;
	font-family: 'Roboto', sans serif;
}
textarea:focus, input:focus{
    outline: none;
}

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

body,a,.iinputdefault,.iinputdefault::placeholder{
color: #272A26;;
}

.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,.cformdrop .sinput{
background: transparent;
padding-top: 10px;
padding-bottom: 10px;
border: 0px;
border-bottom: 4px solid #272A26;
width: 100%;
box-sizing: border-box;
}

:root{
     --color1:#00356d;
     --color2:#166593;
     --color3:#3d91a7;
     --color4:#9e5b9d;
     --colorgray:#aeadb3;
     --colorblack:#000000;
	 --mainMargin:30px;
	 --halfMargin:calc(var(--mainMargin)/2);
}
.scoma:last-child{
display: none;
}

.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;
}
.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;
}
.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;
}
.cformlegal{
text-align: justify;
color: #4f5c69;
}
.saceptotext{
text-align: left;
}
.cformlegal,.cformlegal a{
font-size: 18px;
line-height: 31px;
}
.ccheckboxes{
border-top: 2px solid #acbbb6;
margin-top: 20px;
padding-top: 20px;
}
/*checkbox*/
.scheck{
display: inline-block;
width: 13px;
height: 13px;
vertical-align: middle;
margin-right: 10px;
border: 2px solid #eaeaea;
margin-top: -4px;
position: relative;
}
.ccheckboxeslegal input{
display: none;
}
.ccheckboxeslegal{
margin-top: 15px;
margin-bottom: 5px;
}
.scheck:before{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
width: 80%;
height: 2px;
background: #1A1A1A;
opacity: 0;
}
.scheck:after{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
width: 80%;
height:2px;
background: #1A1A1A;
opacity: 0;
}
.icheckbox.selected .scheck:after,
.icheckbox.selected .scheck:before{
opacity: 1;
}
.icheckbox{
display: block;
margin-bottom: 10px;
cursor: pointer;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:10px;
}

.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: 82px;
left: 0px;
width: 100%;
}
.cinputwrapdropdown{
position: relative;
z-index:10;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
text-align: center;
padding: 10px;
    padding-bottom: 8px;
background: #aaaaaa;
color: #505050;
border-top: 1px solid #ccc;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
cursor: pointer;
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: #505050;
color: #aaaaaa;
}

.cselectdropdown svg {
  position: absolute;
  top: 16px;
  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;
padding-top: 6vw;
padding-bottom: 6vw;
}
.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: #272A26;
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:relative;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
opacity: 0;

}

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

}
.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:100%;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.csectionsentinell{
padding-top: 0px;
padding-bottom: 0px;
}
.csectionsentinell .csectionbg{
position: relative;
}
.csectionsentinell .csectionbg img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.csectionsentinell .csectiontext{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
}
/*///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: 10px;
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*/


/*///general*/


/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/

.ctexto{
line-height: 30px;
}
.cheaderlogo svg{
width: 250px;
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;

}
.cheaderinner{
-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;
}
.scrolled .cheaderinner {
    padding-top: 20px;
    padding-bottom: 14px;
}
.cheader{
-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;
}
.scrolled .cheader{
background: #F5F5F5!important;
}
.scrolled .cheaderlogo svg{
width: 170px;
height: auto;
}

.cheaderinner{
padding-top: 35px;
padding-bottom: 35px;
}
.cheadermenuwrap{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.cheaderinnerinner{
position: relative;
}

.cmenu ul{
margin-top: 0px;
margin-bottom: 0px;
}
.cmenu li{
display: inline-block;
}
.cmenu a, .cidiomaswrap a{
font-size: 15px;
text-transform: uppercase;
}
.cidiomaswrap a{
display: block;
text-transform: uppercase;
color: #6B6B6B!important;
}
.cidiomaswrap{
text-align: left;
margin-left: 10px;
position: relative;
}
.lcurrentlanguage{
position: absolute;
    top: 8px;
    left: 0px;
}
.cidiomaswrapinner:before {
top: 10px;
    right:5px;
}
.lcurrentlanguage{
padding-left: 22px;
width: 100%;
box-sizing: border-box;
}
.cselectoridioma:hover .cidiomaswrapinner {
    height: 35px;
}

.cselectoridioma:hover .lnotcurrentlanguage{
border-color:#121212;
color: #121212;
}
.cidiomaswrapinner{

padding-top: 32px;
height: 0px;
padding-right: 0px;
overflow: hidden;
-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;

}
.cselectoridioma{
-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;
}
.cidiomaswrapinner.showmenuidiomas{
height: 37px;
}
.cfldownidiomas {
  position: absolute;
  top: -3px;
  right: -83px;
  cursor: pointer;
  }
.lnotcurrentlanguage{

    height: 30px;
display: block;
line-height: 30px!important;
padding-left: 22px;
padding-right: 35px;

    margin-top: -1px;
}
.lnotcurrentlanguage{
border-color:transparent;
}
.cidiomaswrapinner{
border-radius: 15px;
background: #F5F5F5;
}
.cidiomas{
position: absolute;
right: 0px;
top: -4px;
}
.cheadermenuwrap{
padding-right: 160px;
}
.lcurrentlanguage::before{
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 10px;
background-image: url('img/elementos/i-fldown2.svg');
background-position: center;
background-repeat: no-repeat;
height: 100%;
width:30px;
}
.cmenu li{
margin-left: 26px;
}
.cheader{
background: white;
position: fixed;
width: 100%;
top: 0px;
left: 0px;
z-index: 800;
}

.cheader{
background: #F5F5F5;
}
.cidiomaswrapinner {
    background: #fff;
}

.headerwhite .cheader{
background: #fff;
}
.headerwhite .cidiomaswrapinner{
background: #F5F5F5;
}
.headerwhite .csectiontop{
padding-top: 50px;
}
.cheaderfixer{
height: 125px;
}

.cbloquetophome.scrollingwayfinish .csectionopa {
    opacity: 0.3;
}

.csectionvideo .csectiontext {
height: 100%;
}
.exo{
font-family: 'Exo', sans-serif;
}
h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh4,.sh5{
text-transform: uppercase;
color: #272A26;
font-family: 'Exo', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 800;
}
h1,.sh1{
font-size: calc(24px + 5vw);
line-height: 1.05;


}
h2,.sh2{
font-size: 70px;
line-height: 78px;

font-size: calc(20px + 2vw);
line-height: 1.05;
}
h3,.sh3{
font-size: calc(20px + 2vw);
line-height: 1.05;
}
h4,.sh4{


font-size: calc(16px + 0.15vw);
line-height: 1.2;

}

.shomeslogan{
font-weight: 600;
font-size: 36px;

font-size: calc(14px + 0.6vw);
line-height: 1.05;
}
.shomeslogan::before{
content: "";
display: inline-block;
height: 12px;
width: 0px;
background: white;
vertical-align: middle;
transform: translateY(-2px);
margin-right: 20px;
-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;

}
.cbloquetophome.scrollingwayfinish .shomeslogan::before{
width: 240px;
width: 10vw;
}
.citemsectorinner{

}
.shomeslogan span{
-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.6s;
opacity: 0;
}
.cbloquetophome.scrollingwayfinish .shomeslogan span{
opacity: 1;
}
.csectionnopadding{
padding: 0px;
}

.jqslicksector {

}
.csectionhome .sh1{
margin-top: 110px;
}
.citemsectorbck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-image: url('img/e/AdobeStock_314417463_Preview.jpeg');
background-position: center;
background-size: cover;
}
.citemsector2 .citemsectorbck{
background-image: url('img/e/AdobeStock_299851428_Preview.jpeg');
}
.citemsectorinnerinner::before{
content: "";
display: block;
width: 100%;
height: 25px;
position: absolute;
top: 0px;
background: #C8102E;
z-index: 100;
}
.csectionsectors{
z-index: 200;
margin-top:-25px;
}

.citemsectorinnerinner{
position: relative;
z-index: 200;
-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;

}

.citemsectorinnerinner:hover{
margin-top: -70px;
padding-bottom: 70px;
}
.cbloquetophome{
overflow: hidden;
}
.exo{
font-family: 'Exo', sans-serif;
}
.csectortitle{
background: #C8102E;
color: white;
height: 50px;
width: 155px;
text-align: center;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%) translateY(-100%);
font-family: 'Exo', sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 15px;
text-transform: uppercase;
}
.csectortitle .cvcenterinner{
transform: translateY(4px);
}
.citemsector svg{
width: 100%;
height: auto;
display: block;
}
.slick-list{
padding-left: 0px!important;
padding-right: 0px!important;
}
.citemdirect .cinner{
background: #272A26;
}
.csectiondirectaccess {
background: #F5F5F5;
padding-top: 50px;
padding-bottom: 50px;
}

.csectiondirectaccess .row *[class^="col"]{
	margin-bottom:14px;
}
.csectiondirectaccess .rowmargined *[class^="col"] .cinner{
	margin-left:7px;
	margin-right:7px;
}
.csectiondirectaccess .rowmargined{
	margin-left:-7px;
}
.citemdirect .citemdirectinnerinner{
padding: 50px;
}
.cta{
font-size: 14px;
padding: 5px;
background: #C8102E;
font-family: 'Exo', sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
display: inline-block;
padding:14px;
padding-left: 30px;
padding-right: 30px;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color: white;
line-height: 16px;
cursor: pointer;
}
.cta:hover{
background: #272A26;
}
.ctawhite{
background: transparent;
border: 2px solid white;
}
.ctablack{
background: #272A26;
}
.ctablack:hover{
background:#C8102E;
color: white;
}
.ctawide{
padding-left: 60px;
padding-right: 60px;
}
.ctawhite:hover{
background: #fff;
color: #272A26;
}
.cta100{
width: 100%;
box-sizing: border-box;
text-align: center;
}
.citemdirectlast .cinner{
background: #C8102E;
}
.citemsector .cta{
position: absolute;
z-index: 100;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
.shpre{
font-size: calc(14px + 0.6vw);
line-height: 1.05;
font-weight: 600;
display: block;
margin-bottom: 12px;
color: #C8102E;
}
.shpresmall{
font-size: 20px;

}
p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}
.cvideohome .cinner{
padding-left: 50px;
}
.cvideohome iframe{
width: 100%;
}
.cvideohome .cmedia{
margin-top: 80px;
}
.cmedia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cmedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shpreicon{
position: relative;
}
.scrolled .cmenuwrap{
z-index: 40;
position: relative;
}
.cidiomas{
-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;
transform: translateY(3px);
}
.cheadermenuwrap{
-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;
}
.scrolled .cheadermenuwrap {
    padding-right: 0px;
}
.scrolled .cselectoridioma{
opacity: 0!important;
}
.shpreicon::before{
content: "";
display: block;
position: absolute;
top: 50%;
left: 0px;
width: 70px;
height: 50px;
background-image: url('img/elementos/logosmall.svg');
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
transform: translateY(-50%)  translateX(-100%) ;
margin-left: -20px;
}
.csectionwhite .shpreicon::before{
background-image: url('img/elementos/logosmallw.svg');
}
.cheadermenuwrap {
  top: 42%;
}
.cbcknews{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;

background-image: url(img/e/AdobeStock_314417463_Preview.jpeg);
background-position: center;
background-size: cover;
}
.csectionnews{
background-image: url(img/newsbg.jpg);
background-position: top center;
background-size: cover;
}
.citemnews h4{
margin-top: 20px;
padding-right: 20px;
-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;
}
.ctanews{
position: absolute;
bottom: 0px;
right: 0px;
}
.cnewssectiontitle .cinner{
position: relative;
}
.cbcknews{
-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;
}
.citemnews .cimagesentinell{
overflow: hidden;
}
.citemnews:hover .cbcknews{
transform: scale(1.1);

}
.citemnews:hover h4{
color: #C8102E;
}
.cmap1{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
display: block;
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;
transition-delay: 1s;
}
.csectioninternacionalmapa,.csectioninternacional{
position: relative;
}
.csectioninternacional{
overflow: hidden;
}
.csectioninternacionalmapa .cmap0{
width:100%;
display: block;
}
.csectioninternacionalmapawrap{
position: absolute;
top: 50%;
left: 30%;
transform: translateY(-50%) translateX(8%);
}
.cmapatext{
position: relative;
z-index: 10;
}

.scrollingwayfinish .cmap1{
opacity: 1;
}
.csectiondatos{
overflow: hidden;
text-align: center;
}
.csectiondatos .csectionopa{
background: #F5F5F5;
}
.csectionbanner img{
display: block;width: 100%;
}
.csectiondatos .col25{
margin-bottom: 0px;
}
.jqnumbers > div{
width: 43px!important;
}

.csectiondatos{
padding-top:15vw;
padding-bottom: 15vw;
}
.csectionbanner {
padding-top: 40px;
padding-bottom: 40px;
}
.csocialprefooter svg{
width:30px;
height: auto;
display: inline-block;
margin-right:8px;
}
.csectionprefooter {
padding-top: 50px;
padding-bottom: 50px;
background: #F5F5F5;
}
.csocialheader{
position: absolute;
top: 10px;
right: 10px;
display: flex;
gap: 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;

}
.scrolled .csocialheader{
opacity: 0!important;
}
.csectionfooter{
padding-top: 4.6vw;
padding-bottom: 1.6vw;
overflow: hidden;
background: #272A26;
}
footer,footer a{
font-size: 16px;
}
footer.ctexto{
line-height: 28px;
}
.csectionwhite .shpre{
color: white;
}
footer .shpre{
text-transform: uppercase;
font-size: 16px;
}
footer .csectionbg{
background-size: auto;
background-repeat: no-repeat;
background-position: bottom right;
}
.cfooternews img{
margin-top: 50px;
margin-left: 25%;
transform: translateX(-50%);
}
.cfooternews{
position: relative;
}
.cfooternews .cta{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.cfooterboottom{
background: #2F322E;
padding-top: 2vw;
padding-bottom: 2vw;
}
.cfooterboottom .contentlarge{
position: relative;
}
.cfooterboottom{
line-height: 25px;
}
.cfooterboottom,.cfooterboottom a{
font-size: 16px;
color: #6D6D6D;
}
.csocialfooter{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.csocialfooter svg{
width:30px;
height: auto;
}

.cheaderlogo svg path{
-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;

}
.scrolled .cheaderlogo svg path{
opacity: 0;
}
.scrolled .cheaderlogo #Trazado_1,.scrolled .cheaderlogo #Trazado_4{
opacity: 1;
}
.cformatobig .sh1{
margin-top: 10px;
}

.cformatobig{
height: 50vh;
}
.cformatogradient .csectionopa{
display: none;
}
.cformatogradient .csectionbg{
background-position: center;
}
.ctopgradient .cheader{
background: transparent;
}
.inosotrosimgbot{
width: 60%!important;
}
.ipnosotros{
width: 75%!important;
}
.csectionhistory{
background: #F5F5F5;
}
.citemhistoriayear p{
font-weight: 600;
text-align: center;
color: #C8102E;
}
.citemhistoriayear{
text-align: center;
}
.citemhistoria,.citemhistoriayear{
margin-top: 70px;
}

.chistoriayears .col25:nth-last-child(2) .cinner .sh2,
.chistoriayears .col25:nth-last-child(2) .cinner p{
color: white;
}
.chistoriayears .col25:nth-last-child(1){
display: none;
}
.chistoriayears .col25:nth-last-child(2) .cyearinnerinner{
background: #272A26;
width: 280px;
margin: auto;
padding-top: 40px;
padding-bottom: 40px;
transform: translateY(-40px);
border-radius: 32px;
}

.w75{
width: 75%!important;
}
.w60{
width: 60%!important;
}
.w65{
width: 65%!important;
}
.w70{
width: 70%!important;
}



.csectiontextos .row *[class^="col"]{
	margin-bottom:60px;
}
.csectiontextos .rowmargined *[class^="col"] .cinner{
	margin-left:30px;
	margin-right:30px;
}
.csectiontextos .rowmargined{
	margin-left:-30px;
}
.cmenu 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;

}
.current-menu-item a,.cmenu a:hover,.single-post #menu-item-31 a{
    color: #C8102E!important;
}

.cformatosmall {
    background: #F5F5F5;
}
.cformatosmall .csectionopa{
display: none;
}
.page-template-page-blank .cheader{
background: none;
}
.cblankpagecontent {
margin-top: 120px;
}
.cblankpagecontent {
max-width: 1100px;
}
.ctopminimum .cheader{
    background: #F5F5F5!important;
}
.cformatominimum {
padding-bottom: 40px;
padding-top: 220px;
}
.cformatominimum .csectionopa{
display: none;
}
.cnewsletterside{
position: relative;
}
.cnewslettersidetext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
}
.cnewslettersidetext .sh5{
color: white;
}
.page-numbers{
width:40px;
height: 35px;
line-height: 35px;
color: white;
font-family: 'Exo', sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: uppercase;
    background: #C8102E;
    display: inline-block;
    text-align: center;
    -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:hover{
background: #272A26;
}
.cpaginate{
margin-top: 50px;
}
.csidebarright .sh4{
font-size: 26px;
}
.cfiltrosbox{
margin-top: 50px;
}
.ceventobox{
position: relative;
height: 100%;
}
.ceventobox .cimagesentinell{
float: left;
width: 150px;
position: relative;
}
.ceventotext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
padding-left: 180px;
padding-right: 30px;
box-sizing: border-box;
}
.ceventobox{
margin-bottom: 20px;
    background: #F5F5F5;
}
.ceventobox a{
font-size: 16px;
}
.ceventobox .strong{
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.ceventosinner{
margin-top: 20px;
}
.ctopminimum .cidiomaswrapinner {
    background:#e5e5e5;
}
.csectionnewtop .col50{
margin-bottom: 0px!important;
}
.csectionnewtop {
background: #F5F5F5;
}
.csectionnewtop .w70{
padding-left: 30px;
padding-top: 80px;
}
.scolor{
color: #C8102E;
}
.strong{
font-weight: 600;
}
.csocialsingle svg{
margin-top: 10px;
width: 45px;
height: auto;
margin-right: 10px;
}
.cmoreinfosingle{
margin-top: 30px;
padding: 40px;
background: #C8102E;
}
.cmoreinfosingle,.cmoreinfosingle a{
color: white;
line-height: 30px;
}
.cblogtexto{
padding-left: 20px;
}
.sh1 em{
font-style: normal;
color: #C8102E;
}
.csocialcontact{
position: absolute;
right: 0px;
bottom: 0px;
z-index: 10;
}
.cformatominimum .contentlarge{
position: relative;
}
.csocialcontact svg{
width: 54px;
height: auto;
margin-left: 10px;
}
.ccontactoconsulta{
position: relative;

}
.ccontactoconsultainner{
width: 50%;
}
.ctaw50{
width: 50%;
box-sizing: border-box;
text-align: center;
float: left;
background: #969795;
}

.ctaw50:hover{
background: #272A26;
}
.ccontactform .col100 {
margin-bottom: 0px!important;
}
.clegalwrap,.clegalwrap a{
font-size: 12px;
    line-height: 17px;
}

.cmapdiv {
position:absolute;
top:0px;
right:0px;
height:100%;
width:45%;
}
.citemoficina .cinner{
padding-top: 40px;
border-top: 4px solid #272A26;
margin-top: 40px;
}
.sh4big{
font-size: 30px;
}
.csectiontop {
padding-top: 0px;
padding-bottom: 0px;
height: 25vw;
}
.csectiontop .csectiontext{
height: 100%;
}
.csectionfamilias{
padding-top: 0px;
padding-bottom: 0px;
}
.citemfamilia{
    background: #C8102E;
    padding: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-transform: uppercase;

}
.sminititle{
font-weight: 600;
display: block;
}
.textcenter{
text-align: center;
}
.csectionproductostexto .cta{
margin-top: 20px;
}
.csectionproductostexto {
    padding-top: 5vw;
    padding-bottom: 4vw;
}
.csectioncategorias .csectionbg{
filter: grayscale(1);
}
.csectionopagray .csectionopa{
background: #40433F;
opacity: 0.9;
}
.ccategoriaitem{
text-align: center;
box-sizing: border-box;
display: block;
}

.csectioncategorias .row *[class^="col"]{
	margin-bottom:14px;
}
.csectioncategorias .rowmargined *[class^="col"] .cinner{
	margin-left:7px;
	margin-right:7px;
}
.csectioncategorias .rowmargined{
	margin-left:-7px;
}
.ccategoriaitem:hover{
    background: #C8102E;
    color: white;
    border-color:#C8102E;
}
.citemfamilia{
box-sizing: border-box;
}
.ccategoriaitem{
height: 100%;
}
.sminititle{
font-size: 14px;
}
.ctamini{
font-size: 11px;
padding: 5px;
padding-left: 12px;
padding-right: 12px;
}
.citemfamilia .sminititle{
margin-bottom: 10px;
}
.csectiontopwhite .sh1{
color: white;
}
.csectiontopwhite.scrollingwayfinish .csectionopa {
    opacity: 0.5;
}
.sh34{
font-size: 30px;
line-height: 34px;
}
.cformlateral input::placeholder{
color: #272A26;
}
.cformlateral{
position: relative;
}
.cformlateral input,.cproductaccordiontitle,.cformlateral .cselectdropdown .sinput{
border: 3px solid #272A26;
padding: 18px;
padding-left: 35px;
padding-right: 35px;
box-sizing: border-box;

}
.cformlateral input,.cproductaccordiontitle,.citemlistacta ,.citemtext,.cformlateral .cselectdropdown .sinput{
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.cproductaccordiontitle{
background: #272A26;
color: white;
position: relative;
cursor: pointer;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cproductaccordiontitle:hover{
background: #C8102E;
border-color: #C8102E;
}
.csearchicon svg{
width: 19px;
height: auto;
display: block;
}
.cformlateral .csearchicon{
position: absolute;
top:50%;
right: 35px;
transform: translateY(-50%);
}
.cformlateral,.cproductaccordion{
margin-bottom: 10px;
}
.collateralproducts .sh34{
margin-bottom: 30px;
}
.cproductaccordion{
position: relative;
}
.cproductaccordioncontentinner{
    padding: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #F5F5F5;
}
.cproductaccordioncontent a{
display: block;
padding-top: 8px;
padding-bottom: 8px;
-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;
}
.cproductaccordioncontent a:hover{
color:#C8102E;
}
.cproductaccordioncontent{
display: none;
}
.cproductaccordion svg{
position: absolute;
top: 50%;
transform: translateY(-50%) rotate(-90deg);
right: 25px;
width: 30px;
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;
}
.cproductaccordion.ejqacordionactive svg{
  transform: translateY(-50%);
}
.citemlistacta .citemtext{
height: 150px;
}
.citemlistacta{
margin-bottom: 10px;
}
.citemlistacta svg{
width: 70px!important;
height: auto;
opacity: 1;
display: inline-block;
vertical-align: middle;
}
.citemopa{
-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;
}

.cborderitemlista{
display: inline-block;
height: 65px;
width: 4px;
background: white;
vertical-align: middle;
margin-left: 30px;
margin-right: 30px;
}
.stitlelista{
display: inline-block;
text-align: left;
vertical-align: middle;
}
.citemlistacta:hover .citemtext {
    opacity: 1;
    transform: translateY(0px);
}
.citemlistacta.citemoverlayinvertido:hover .citemopa {
    opacity: 1;
}
.capartadoright{
padding-left: 50px;
}
.capartadotexto{
max-width: 650px;
}
.ccategoriaitembig{
margin-bottom: 10px;
}
.ccategoriaitembig .cta{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.ccategoriaitembiginner{
position: relative;
}
.ccategoriaitembig{
    background: #F5F5F5;
    padding: 40px;
}
.ccategorialist{
margin-top: 60px;
}
.underline{
text-decoration: underline;
}
.citemproducto{
    margin-bottom: 0px!important;
    text-align: center;
}
.citemproducto .cinner{
    background: #F5F5F5;
    }
.marginTop0{
margin-top: 0px;
}
.paddingTop0{
padding-top: 0px;
}
.marginBottom0{
margin-bottom: 0px;
}
.citemproducto[class^="col"] .cinner{
margin-left: 0px;
margin-right: 0px;
}
.ccategorialist .citemproducto:nth-child(4n-2) .cinner,.ccategorialist .citemproducto:nth-child(4n-1) .cinner,.cproductorelated3 .citemproducto:nth-child(odd) .cinner{
    background: #FBFBFB;
}
.citemproducto .cinner,.cdocumentoitem .cinnerinner{
padding:40px;
}
.cdocumentoitem .cinner {
    background: #F5F5F5;
}
.citemproducto img{
width: 200px;
height: auto;
margin-bottom: 40px;
aspect-ratio: 1/1;
    object-fit: scale-down;
}
.cproductimage img{
aspect-ratio: 1/1;
    object-fit: scale-down;
}
.red{
color: #C8102E
}

.cdocumentoitem .cinner{
    background: #F5F5F5;
    position: relative;
}
.cdocumentoitem .cinnerinner{
position: relative;
min-height: 100%;
box-sizing: border-box;
}
.cdocumentoitem .cinnerinner h4{
margin-bottom: 50px;
}
.cbottomdocumento{
padding-top: 30px;
border-top: 3px solid black;
}
.ctitlecarrousel{
position: relative;
}
.cflcarrousel{
position: absolute;
bottom: 0px;
right: 0px;
}
.jqslickleft,.jqslickright{
display: inline-block;
}
.citemproducto img{
display: inline-block;
}
.jqslickproductos {
overflow: hidden;
}
.jqslickleft,.jqslickright{
cursor: pointer;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.jqslickleft:hover,.jqslickright:hover{
opacity: 0.5;
}
.shcatlist{
display: block;
margin-top: 10px;
margin-bottom: 20px;
}
.cformatos .sh4{
display: block;
margin-bottom: 10px;
}
.cformatos{
margin-top: 50px;
}
.ssub{
display: inline-block;
background: #F5F5F5;
padding: 5px;
padding-left: 30px;
padding-right: 30px;
margin-bottom: 10px;
}
.cvideo{
margin-top: 20px;
}
.ccatalogo{
margin-top: 20px;
}
.ctafull{
display: block;
text-align: center;
}
.cproductimage{
background: #F5F5F5;
}
.cproductimage img{
width: 70%;
max-width: 380px;
margin: auto;
display: block;
padding-top: 80px;
padding-bottom: 80px;
}
.cprodleft{
padding-right: 30px;
}
.cprodright{
padding-left: 30px;
}
.ctalead{
padding: 30px;
}
.ccatdoclistinner{
padding: 30px;
}
.ccatdoclist{
background: #272A26;
}
.ccatdoclist .scatdoc{
display: block;
color: white;
margin-bottom: 20px;
cursor: pointer;
}
.ccatdoclist{
margin-bottom: 10px;
}
.cdocumentosgrid .col33{
width: 50%;
}

.gap10{
 gap: 10px 10px;
}
.cdocumentoitem .cinner{
-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;

}


.cformdocs{
margin-bottom: 40px;
}
.cformsearch{
position: relative;
}
.cformsearch{
margin-bottom: 10px;
}
.cflexinput{
position: relative;
}
.cformdocs svg polyline{
stroke:#272A26;
}
.cformlateral .cselectdropdown .sinput {
border: 3px solid #272A26;
box-sizing: border-box;
}
.cselectdropdownvalues {
    top: 58px;
    z-index: 100;
    }
.cselectdropdownvalues .jqdropdownvalue{
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
padding: 18px;
padding-left: 35px;
padding-right: 15px;
text-align: left;
    background: #F5F5F5;
color: #272A26;
border-top-color: #515151;
font-size: 12px;
}
.cselectdropdownvalues{
border: 3px solid #515151;
box-sizing: border-box;
border-top: 0px;
}
.cselectdropdownvalues .jqdropdownvalue:hover{
background: #e9e9e9;
}
.cdocsearch{
display: none;
}
.citemoficina a{
text-decoration: underline;
}
.flexrow{
margin-left: 15px;
margin-right: 15px;
}
.ccontactoconsulta .cformbuttonwrap{
text-align: left;
}
.cformbuttonwrap{
margin-top: 20px;
}
.cformdrop{
position: relative;

}
.cformdrop svg polyline{
stroke:#272A26;
}
.cformdrop .sinput{
text-align: left;
}
.cformdrop .cselectdropdownvalues {
    top: 43px;
    }
.cformdrop.cselectdropdown svg {
    width: 28px;
        top: 7px;
        right: -6px;
        }
.textleft{
text-align: left!important;
}
.cpopupleadformat .ccollastform,.cpopupleadformat .cformbuttonwrap {
text-align: left;
}
.csectoresdrop{
margin-bottom: 10px!important;
}
.cpopupleadformat .shpreicon{
text-align: left;
color: #272A26;
}
.cpopupleadformat .cpopupinner{
padding-left: 110px;
box-sizing: border-box;
padding-right: 110px;
}
.jqleadpopup{
cursor: pointer;
}

.ztop{
position: relative;
z-index: 1000;
}
.citemproducto img,.cproductimage img{
    mix-blend-mode: darken;
}
.chistoriayears{
display: flex;
    flex-wrap: wrap;
}
.citemhistoria .cinner{
height: 100%;
}
.col14{
width:14.28571428571429%!important;
}
.ccvinput .cinner{
position: relative;
}
.ccvinput .cinner input{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0;
cursor: pointer;
}
.ccontactform .col100.ccvinput{
margin-bottom: 30px!important;
}
.ccvinput .cinner label{
width:100%;
background: #969795;
box-sizing: border-box;
text-align: center;
}
.jqconsulta{
background: #272A26;
}
.e-cformtrabaja .jqcv{
background: #272A26;
}
.e-cformtrabaja .jqconsulta{
background: #969795;
}
.e-cformtrabaja .ctrabaja100{
width: 100%;
}
.e-cformtrabaja .cgeneral{
display: none;
}
.ctrabaja{
display: none;
}

.e-cformtrabaja .ctrabaja{
display: block;
}
.cformgracias{
text-align: left;
color: #C8102E;
}
.csectoritemsidebar h4{
font-size: 14px;
font-weight:400;
font-family: 'Roboto', sans serif;
text-align: center;
padding: 15px;
    background: #F5F5F5;
    margin-top: 4px;
}
.cacordeoncats .sh4{
border-bottom: 2px solid #F5F5F5;
display: block;
padding-bottom: 8px;
position: relative;

}
.cacordeoncats  svg{
position:absolute;
width: 100%;
top:10px;
left:0px;
}
.cacordeoncats svg *{
stroke:black;
}
.cacordeoncats svg{
position: absolute;
left: auto;
right: 0px;

width: 28px;
height: auto;
top:0px;
}
.cacordeoncatsinner{
display: none;
}
.ccategorialist{
display: flex;
flex-wrap: wrap;
}
.template-page-todos-los-productos .citemproducto,
.template-page-all-products .citemproducto{
width: 100%;
}
.template-page-todos-los-productos .citemproducto img,
.template-page-all-products .citemproducto img{
float: left;
margin-right: 20px;
height: 80px;
width: auto;
margin-bottom: 0px;
aspect-ratio: 2/1;
display: none;
}
.template-page-todos-los-productos .citemproducto,
.template-page-all-products .citemproducto{
text-align: left;
}
.template-page-todos-los-productos .citemproducto .cinner,
.template-page-all-products .citemproducto .cinner {
    padding: 20px;
        background: #F5F5F5!important;
}

.template-page-todos-los-productos .citemproducto:nth-child(odd) .cinner,
.template-page-all-products .citemproducto:nth-child(odd) .cinner {
        background: #FBFBFB!important;
}

.flex{
display: grid;
 gap: 30px 30px;
}
.flex2{
grid-template-columns: repeat(2, 1fr);
}
.flex3{
grid-template-columns: repeat(3, 1fr);
}
.csectionsectorsmobile {
display: none;
}
.cburger{
position: absolute;
top: 50%;
right:15px;
transform: translateY(-50%);
width: 30px;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 4px;
background: #3E3E3E;
margin-top: 6px;
margin-bottom:5px;
}
.cburger{
display: none;
}
.cmenuwrapresponsive{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 500;
background: #272a26;
}
.cmenuwrapresponsive .menu-menu1es-container,
.cmenuwrapresponsive .menu-menu1en-container{
position:absolute;
top:0px;
left:0px;
height:92%;
width:100%;
padding-top: 113px;
box-sizing: border-box;

}
.cidiomasresponsive{
position: absolute;
bottom: 23px;
left: 0px;
color: white;
width: 100%;
text-align: center;
}
.cidiomasresponsive a{
color: white;
font-size: 13px;
}
.cidiomasresponsive a{
position: relative!important;
height: auto!important;;
    display: inline-block!important;;
    line-height: 30px !important;
    padding: 0px!important;
    margin-top: 0px!important;
    width: auto!important;
    top: auto!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
}
.cmenuwrapresponsive .menu-menu1es-container ul,
.cmenuwrapresponsive .menu-menu1en-container ul{
display: flex;
     flex-direction: column;
     height: 100%; /* Set the height of the container */
     justify-content: space-between;
     align-items: stretch;
     padding-left: 0px;
     margin-top: 0px;
   }
.cmenuwrapresponsive .menu-menu1es-container ul li,
.cmenuwrapresponsive .menu-menu1en-container ul li{
       flex: 1;
       /* Optional: Add styling to the items */
       border-bottom: 1px solid #666;
       margin: 0px;
       position: relative;
     }
.cmenuwrapresponsive .menu-menu1es-container ul li a,
.cmenuwrapresponsive .menu-menu1en-container ul li a{
color: white;
text-align: center;
display: block;
margin: auto;
text-align: center;
height: 100%;
 display: flex;
align-items: center;
 justify-content: center;
}
.cmenuwrapresponsive{
transform: translateX(101%);
-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;

}

.csectioncategorias .col25 .cta{
display: flex;
align-items: center;
 justify-content: center;
}
.chidedesktop{
display: none;
}
.cformlateral,.cdocsgridmain{
--gap:5px!important;
}
.cdocsgridmain .col33{
width: 50%;
}
.jqconfigurarcookies{
background: #272A26!important;
}
.cloggedininfo{
position:fixed;
top:0px;
left:0px;
background: green;
color: white;
padding: 3px;
z-index: 800;
font-size: 8px;
text-align: center;
text-transform: uppercase;
}

.cdocsprivate a{
margin-top: 5px;
}
.cdocsprivate .cinner{
margin-bottom: 30px;
}
.cnoidioms .cheadermenuwrap{
padding-right: 0px!important;
}
.cnoidioms .cidiomas {
display: none!important;
}
.csectionproductostexto {
overflow: hidden;
}
.cformatos .col50:first-child{
padding-right: 20px;
box-sizing: border-box;
}
.cnewssectiontitle{
margin-bottom: 30px;
}
body .ccookieopa {
    display: block !important;
}
.cblankpagecontent{
padding-bottom: 4vw;
}
.cdocumentoitem h4 {
   word-wrap: break-word; /* Break the word if it is too long */
   overflow-wrap: break-word; /* Ensures long words wrap to next line */
 }
.ldocdoc{
float: right;
}
.lreadmoredoc{
float: left;
font-size: 14px;
text-decoration: underline;
display: block;
}
.slsubprod,.cdocumentoitemcats,.cdocumentoitemcats a{
font-size: 18px;
}
.cdocumentoitemcats a{
text-decoration: underline;
}
.ctasearch{
border: 0px!important;
}
.cdocumentoitemcats{
margin-bottom: 20px;
}
.sprivatelabel{
color: #C8102E;
border: 1px solid #C8102E;
border-radius: 20px;
padding: 3px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
}
.sprivatelabel{
margin-bottom: 10px;
display: inline-block;
}
.cmoreinfosingle a{
border: 1px solid white;
display: block;
font-size: 14px;
margin-top: 5px;
padding: 7px;
padding-left: 10px;
padding-right: 10px;
line-height: 20px;
border-radius: 15px;
-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;

}
.cmoreinfosingle a:hover{
background: white;
color: #C8102E;
}
.cfootercomplaints {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jqleadcomplaints,
.jqwordpresslogin {
    flex: 1 1 auto;
    text-align: center;
	max-width:180px;
}

.jqwordpresslogin {
    text-align: right;
}
.jqswa.scrollingwayfinish .cheadermenuwrap .cidiomas {
    top: 50%;
    transform: translateY(-16px) translateX(0px);
}
.jqwordpressloginheader {
	display:flex;
	margin-right: 8px;
}
.jqwordpressloginheader a{
	font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
}
a.lsocial.jqswaitem {
    height: 20px;
}
/* Mobile styles */
@media (max-width: 768px) {
    .cfootercomplaints {
        flex-direction: column; /* Stack vertically */
        align-items: flex-start;
		margin-top: 24px;
    }

    .jqleadcomplaints,
    .jqwordpresslogin {
        text-align: left; /* Both aligned to the left on mobile */
        margin-bottom: 10px;
    }

    .jqwordpresslogin a {
        display: block; /* Ensures the link appears stacked clearly */
    }
	.jqwordpressloginheader {
		display: none;
	}
}
/* Estilos base para el contenedor */
.button-container {
    display: flex; /* Flexbox para alinear elementos */
    flex-wrap: wrap; /* Permite que los elementos se apilen cuando no haya espacio */
    gap: 10px; /* Espaciado entre los botones */
    justify-content: flex-start; /* Alineación al inicio del contenedor */
}

/* Estilos para pantallas menores a 768px */
@media screen and (max-width: 767px) {
    .button-container {
        flex-direction: column; /* Cambia la dirección a vertical */
        align-items: flex-start; /* Alinea al inicio de cada botón */
    }
}

