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

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


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

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

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

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



/*jqswa*/

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


.cursor-outline,
.cursor-dot {
  opacity: 0;
  z-index: 999;
}

.cursor-outline {
  border-radius: 50px;
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 1px black;
  /* mix-blend-mode: difference; */
  pointer-events: none;
}

/* Visible when running fancy.js */
.cursor-dot {
  border-radius: 100%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  pointer-events: none;

}

.cursor-outline,
.cursor-dot {
  /* needed for target (shared) */
  top: 50%;
  left: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
transform-origin: center center;
}

.cmedia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cmedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmedialock::before {
content: "";
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 45%;
background: black;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: black;
opacity: 0;
}




.loadingpage::before{
content: "";
display: block;
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 9000;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.domloaded.loadingpage::before{
opacity: 0;
pointer-events: none;
}
.loadingpageout.domloaded.loadingpage::before{
opacity: 1;
pointer-events: all;
}


/*slick*/



.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
}
.cslicknext{
right: 20px;
}
.cslickprev{
left: 20px;
}
.cslickcontrol rect{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cslickcontrol:hover rect{
fill:black;
}

/*
aspect-ratio: 1 / 1;
object-fit: cover;
*/

/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);

    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}


.loadingajax{
display: none;
}
.jqloadingajax .loadingajax{
display: block;
}

.loadingajax .loader{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 999;
}
.loadingajaxfixed  .loader{
position:fixed;
}

.loadingajax .loaderinner{
position: relative;
height: 100%;
}
.loader::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.2;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



.marginTop10{margin-top: 10px;}.marginTop20{margin-top: 20px;}.marginTop30{margin-top: 30px;}.marginTop40{margin-top: 40px;}.marginTop50{margin-top: 50px;}.marginTop60{margin-top: 60px;}.marginTop70{margin-top: 70px;}.marginTop80{margin-top: 80px;}
.marginBottom10{margin-top: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom30{margin-bottom: 30px;}.marginBottom40{margin-bottom: 40px;}.marginBottom50{margin-bottom: 50px;}.marginBottom60{margin-bottom: 60px;}.marginBottom70{margin-bottom: 70px;}.marginBottom80{margin-bottom: 80px;}.paddingTop10{padding-top: 10px;}.paddingTop20{padding-top: 20px;}.paddingTop30{padding-top: 30px;}.paddingTop40{padding-top: 40px;}.paddingTop50{padding-top: 50px;}.paddingTop60{padding-top: 60px;}.paddingTop70{padding-top: 70px;}.paddingTop80{padding-top: 80px;}
.paddingBottom10{padding-bottom: 10px;}.paddingBottom20{padding-bottom: 20px;}.paddingBottom30{padding-bottom: 30px;}.paddingBottom40{padding-bottom: 40px;}.paddingBottom50{padding-bottom: 50px;}.paddingBottom60{padding-bottom: 60px;}.paddingBottom70{padding-bottom: 70px;}.paddingBottom80{padding-bottom: 80px;}


.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}


/*estandards*/
.cvcenter{
	display:table;
	height:100%;
	width: 100%;
}
.cvcenterinner{
	display:table-cell;
	vertical-align:middle;
}
.nicescroll-rails {
z-index: 999!important;

}
/*//estandards*/
.clear{clear:both;}
.clear{width: 100%;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body {
  margin: 0;
  background: var(--lightgray);
}
body,input,textarea,a{
	font-size: 20px;
  line-height: 1.4;
	font-weight:400;
	font-family: 'Lato', sans serif;
}
.clineheightlow{
line-height: 30px;
}
textarea:focus, input:focus{
    outline: none;
}

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

body,a,.iinputdefault,.iinputdefault::placeholder,input,textarea{
color: var(--text);
}
.ssline span,.ssline.sline{
position: relative;
}
.ssline span::before,.ssline.sline::before{
position: absolute;
bottom: 1px;
left: 0px;
width: 100%;
border-bottom: 1px solid black;
content: "";
}
.slinewhite span::before,
.sline.slinewhite::before{
border-color: white;
}
.zoominout{
overflow: hidden;
}
.zoominout .cimagesentinellimg{
animation: zoominout 20s infinite;
animation-timing-function: linear;
}
@keyframes zoominout {
  0% {
		transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.iinputdefault{
background: transparent;
border: 0px;
width: 100%;
box-sizing: border-box;
font-size: 18px;
padding: 4px;
padding-left: 25px;
border: 1px solid #D9D9D9;

}

:root{
  --color1:#E94F54;
  --color2:#000000;
  --color3:#858585;
  --colorok:#54BB52;
  --colorko:#E94F54;
  --microcopy:15px;
  --colornotice:#bb7900;
  --colornoticebar:#efc734;
  --text:#858585;
  --border:#AAAAAA;
  --background:#DBDCDE;
  --lightgray:#F6F6F6;
  --sectionmargin:40px;
  --paddings:3vw;
  --cardpaddings:60px;
  --stroke:#F1F1F1;
  --stroke2:#D3D3D3;
}

.csectionmargin{
height: var(--sectionmargin);
}
.csectionmarginmid2{
height: calc(var(--paddings) / 2.5);
}
.csectionmargin-negativo{
margin-top: calc(var(--sectionmargin) * -1);
}
.csectionmarginmid{
height: calc(var(--sectionmargin)/2);
}
.csectionmarginmmsmall{
height: calc(var(--sectionmargin)/2.5);
}
.csectionmarginmsmall{
height: calc(var(--sectionmargin)/3);
}
.csectionmarginsmall{
height: calc(var(--sectionmargin)/4);
}
.csectionmarginmini{
height: calc(var(--sectionmargin)/8);
}
.cnomarginbot .csectionmargin{
display: none;
}

.scoma:last-child{
display: none;
}
/*
aspect-ratio:500 / 700;
-o-object-fit: cover;
   object-fit: cover;
*/
.cimagesentinell{
position: relative;
}
.cimagesentinell svg{
width: 100%!important;
height: auto!important;
opacity: 0;
display: block;
}
.cimagesentinellimg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.cpopupwrap{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupwrap.cpopupalert{
z-index:1050;
}
.cpopupimage .cpopupinner{
padding: 0px;
}
.cpopupimage img,.cgallery video{
display: block;
}
.cgallery video{

}
.cpopupimage img,.cpopupimage video{
max-width: 90vw;
max-height: 90vh;
    width: 1200px;
}
.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%);
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: 34px;
width: 34px;
background-image: url(img/elementos/i-close.svg);
background-position: center;
background-repeat: no-repeat;
background-color: black;
background-size: 34px;
cursor: pointer;
z-index: 20;
-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;
}
.cpopupclose:hover{
background-color: var(--color1);
}
.cpopupalert .cpopup{
width: 700px;
}
.cpopupalert .cpopupinner{
padding-top: 79px;
padding-bottom: 50px;
}
.cpopupinner{
position: relative;
padding: 60px;
}
.cpopupcerrar{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	background-color: #e5e5e5;
    padding: 6px;
    border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	width: 18px;
    height: 18px;
    line-height: 18px;
}

.showpopup .cpopup{
opacity: 1;
margin-top:0px;
}
.infoicon{
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #666;
border-radius: 100%;
text-align: center;
font-weight:700;
position: absolute;
left: 20px;
top: 20px;
font-size: 14px;
color: #666;
}
.infoicon svg{
position: absolute;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);

}
.clente{
position: relative;
}
.clenteopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0.2;
background: black;
}
.clenteimagebck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



/*form*/
.clegalwrap,.clegalwrap a{
font-size: 14px;
line-height: 1.8em;
}

input,textarea,.sinput{
width: 100%;
display: block;
}
.cinputwrap .cinner{
position: relative;
}
.cinputwrap .cinner input,.cinputwrap .cinner .sinput,.cinputwrap .cinner textarea{
box-sizing: border-box;
    display: block;
    border: 0px;
    padding:21px;
    padding-left:35px;
    padding-right: 35px;
    color: #4f5c69;
    background: white;
}
.cselectdropdown input{
display: none!important;
}
.cinputwrap .cinner input::placeholder,.cinputwrap .cinner textarea::placeholder{
color: #4f5c69;
}
.cinputwrap .cinner textarea{
height: 300px;
}
.cformfooter .csubtitulartext{
display: block;
color: #4f5c69;
}
.cpopupcontact *{
text-align: left;
}
.cpopup .sh3{
margin-bottom: 20px;
}
.cformlegal{
text-align: justify;
color: #4f5c69;
}
.saceptotext{
text-align: left;
}
.cformlegal,.cformlegal a{
font-size: 18px;
line-height: 31px;
}
.ccheckboxes{
border-top: 2px solid #acbbb6;
margin-top: 20px;
padding-top: 20px;
}
/*checkbox*/
.scheck{
display: inline-block;
width: 15px;
height: 15px;
vertical-align: middle;
margin-right: 10px;
border: 1px solid var(--color1);
position: absolute;
transform: translateY(1px);
left: 0px;
}
.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;
padding-left: 25px;
position: relative;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:0px;
margin-bottom: 15px;
}

.mCSB_scrollTools_vertical {
    transform: scale(0.95) translateX(-3px)  translateY(-2px);
}
#mCSB_1_dragger_vertical {
    transform: scale(0.95) translateY(4px);
}
/*dropdown*/
.cdropsc {
    max-height: 294px;
}
.cselectdropdownvalues{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
.cinputwrapdropdown{
position: relative;
z-index:10;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
text-align: center;
padding: 10px;
    padding-bottom: 8px;
background: #aaaaaa;
color: #505050;
border-top: 1px solid #ccc;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
cursor: pointer;
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: #505050;
color: #aaaaaa;
}

.cselectdropdown svg {
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 100;
  width: 33px;
  height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.selectactive svg{
   transform: translateZ(0px) rotateX(-180deg);
}
.cselectdropdownvalues {
    display: none;
}
.jqopendropdown{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: pointer;
}

/*inputchoice*/
.cinputchoice input{
display: none;
}
.cacepto.selectedvalue .iaceptoinput:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url(img/elementos/i-cross.svg);
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}



/*form*/


/*sections*/
.csection {
position: relative;
}
.csectionpaddings{
padding-top: 170px;
padding-bottom: 150px;
}
.csectionnopadding{
padding: 0px;
}
.csectionwhite {
color: white;
}
.jqsectionfull100 {
padding-top: 330px;
}
.csectionwhite h1,.csectionwhite h2,.csectionwhite h3,.csectionwhite h4,.csectionwhite h5,.csectionwhite .sh1,.csectionwhite .sh2,.csectionwhite .sh3,.csectionwhite .sh4,.csectionwhite a{
color: white;
}
.csectionopa,.citemopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
z-index: 100;
opacity: 0;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
transition:all 1.2s ease-in-out;

}
.citemtext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
opacity: 0;
transform: translateY(-15px);
}
.csectionsentinell .csectionbg svg{
display: block;width: 100%;
height: auto;
}
.csectionsentinell .csectionopa{
display: none;
}
.coltitular{
margin-bottom: 0px!important;
}
.citemopa,.citemtext{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

}
.citemoverlay .citemtext *{
color: white;
}
.citemopa{
opacity: 0;
z-index: 8;
}
.citemoverlay:hover .citemopa{
opacity: 0.6;
}
.citemoverlay:hover .citemtext{
opacity: 1;
transform: translateY(0px);
}

.citemoverlayinvertido .citemopa{
opacity: 0.3;

}
.citemoverlayinvertido .citemtext{
opacity: 1;
transform: translateY(0px);
}
.citemoverlayinvertido:hover .citemopa{
opacity: 0;

}
.citemoverlayinvertido:hover .citemtext{
opacity: 0;
transform: translateY(-30px);
}

.csectionbg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
z-index: 90;
}
.scrollingwayfinish .csectionopa{
opacity: 0.8;
}

.csectiontext{
position: relative;
z-index: 150;
}
.csectionfullscreen{
height: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;
}
.csectionwhitebackground{
background: #fff;
}
/*///sections*/




/*acordion*/

.cacordion p{
display: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordion li{
list-style: none;
}
.cacordion > ul > li{
padding-bottom: 10px;
border-bottom: 1px solid #121212;
padding-top: 11px;
position: relative;
margin-bottom: 0px;
cursor: pointer;
}
.cacordion > ul > li > ul > li:first-child{
padding-top: 30px;
}
.cacordion > ul > li > ul > li:last-child{
padding-bottom: 30px;
}
.cacordion > ul > li:first-child{
border-top: 1px solid #121212;
}
.cacordion li li{
display: none;
}

.cacordion > ul > li::before{
content: "";
display: block;
width:13px;
height: 7px;
background-image: url('img/elementos/i-fldownaccordion.svg');
background-position: center;
background-repeat: no-repeat;
top: 19px;
right: 20px;
position: absolute;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}

/*///acordion*/


.cvideocover{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 10;
background-position: center;
background-size: cover;
}
.cplayvideo{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
border-radius: 100%;
cursor: pointer;
}
.csentinellsvg svg{
width: 100%;
height: auto;

}
.csectionrelative{
position: relative;
}

.cburger{
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
width: 42px;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 2px;
background: black;
margin-top: 8px;
margin-bottom:8px;
}


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

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
font-family: 'Lato', sans-serif;
color: black;
font-weight: 400;
margin-top: 0px;
margin-bottom: 0px;
}

.csingleblogredes svg{
height: 50px;
width: auto;
display: inline-block;
}
.relative{
position: relative;
}



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


.cfooterkitsinner{
background: var(--lightgray);
padding-left: var(--paddings);
padding-right: var(--paddings);
padding-top: 15px;
padding-bottom: 15px;
}
.cfooterkitsinner svg{
display: block;
max-width: 500px;
width: 100%;
height: auto;
}
.cfooterkitsimg{
position: relative;
display: block;
}
.cfooterkitsimg *{
fill:var(--text);
}
.cfooterkitsimg *[fill='#FEF200']{
fill:var(--lightgray);
}

/*web*/


.jqdrawicon * {
    stroke-dasharray:1200;
    stroke-dashoffset: 1200;
    animation-delay: 1.4s!important;
}

@keyframes dash {
  to {
	stroke-dashoffset:  0;
  }
}
.scrollingwayfinish .jqdrawicon svg *{
animation: dash 2.5s linear forwards;
}

.ccontactoitemmap{
height: 100%;
}

/* font-size: calc(30px + 4.8vw); */

h1,.sh1{
font-size: 60px;
line-height: 52px;
margin-bottom: 20px;
}
h2,.sh2{
font-size: 40px;
line-height: 45px;
}
h3,.sh3{
font-size: 28px;
line-height:37px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
.cta{
background: var(--color1);
color: white;
display: inline-block;
padding: 16px;
padding-top: 14px;
padding-left: 30px;
padding-right: 30px;
cursor: pointer;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cta:hover{
background: black;
}
.ctablack{
background: black;
}

.ctablack:hover{
background: var(--color1);
}
.ctagray{
background: var(--color3);
}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

.citembotrightwrap{
position: relative;
}
.citembotright{
position: absolute;
  bottom: 0px;
  right: 0px;
}
.cburger{
display: none;
}
.chomecol50{
height: 100%;
position: relative;
}
.csectionfullscreen{
height: 100vh;
}
.chomecol50{
float: left;
width: 50%;
position: relative;
}
.cheader{
position: absolute;
top: 0px;
left: 0px;
z-index: 200;
padding: var(--paddings);
}
footer{
padding: var(--paddings);
padding-top: 15px;
padding-bottom: 15px;
background: #fff;
}
.cfootermenu1{
float: left;
}
.cfootermenu2{
float: right;
}
.cfootermenu2 a{
margin-left: 15px;
}
.lby{
margin-left: 0px!important;
}
.cfootermenu1 a{
color: black;
margin-right: 15px;
color: black;
}
.cfootermenu1,.cfootermenu2,.cfootermenu1 a,.cfootermenu2 a{
font-size: 14px;
}
.cfootermenu2 a,.cfootermenu2{
color: #9D9D9D;
}
.chomecol50inner{
position: absolute;
bottom: 0px;
left: 0px;
z-index: 150;
width: 100%;
background: var(--color1);

}
.chomecol50innerinner{
padding: var(--paddings);
padding-top: calc(var(--paddings) / 1.5);
padding-bottom: calc(var(--paddings) / 1.5);
}
.chomecol502 .chomecol50inner{
background: var(--color2);
}
.chomecol50inner svg{
position: absolute;
right: var(--paddings);
top: 50%;
transform: translateY(-50%);
}
.chomecol50innerinner{
position: relative;
height: 100%;
}
.clateralbarinner{
padding: var(--paddings);
padding-right: 200px;

}
.fcheckvacuna{
max-width: 550px;
margin-top: 30px;
margin-bottom: 30px;
position: relative;
}
.ctacheck{
position: absolute;
top: 0px;
right:0px;
height: 100%;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
}
.fcheckvacuna input{
box-sizing: border-box;
padding: 14px;
padding-left: 22px;
padding-right: 180px;
border:1px solid var(--color1);
}
.cdondeencontrar svg{
vertical-align: middle;
margin-right: 10px;
margin-left: 10px;
}
.cpopupalert .cta{
margin-top: 20px;
}


.cvacunainput{
position: relative;
}
.lunderline{
text-decoration: underline;
}
.clegalwrap{
margin-top: 20px;
}
.cpedidomodesuccess h1{
color:var(--colorok)
}
.cpedidomodenotfound h1{
color:var(--colorko)
}

.cpedidomodesuccess{
display: none;
}
.cpedidomodenotfound{
display: none;
}
strong{
font-weight: 400;
color: black;
}

.pedidomodenotfound .cpedidomode,
.pedidomodesuccess .cpedidomode{
display: none;
}

.pedidomodesuccess .cpedidomodesuccess{
display: block;
}
.pedidomodenotfound .cpedidomodenotfound{
display: block;
}
.cprevisionnotice{
margin-top: 10px;
color: var(--colornotice);
margin-bottom: 20px;
}
.cprevisionnotice{
display: none;
}
.pedidomodesuccessnotice .cprevision{
display: none;
}
.pedidomodesuccessnotice .cprevisionnotice{
display: block;
}
.csectionbgf2{
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;

}
.pedidomode .csectionbgf2{
opacity: 1;
}
.jqdonde{
cursor: pointer;
}

.cpopup2col img{
width: 100%;
aspect-ratio:10/8;
object-fit: cover;
}
.cpopup2col{
width: 50%;
float: left;
position: relative;
text-align: left;
box-sizing: border-box;
}
.cpopup2coltext{
padding-left: 20px;
}

.cpopupinnerscrolled{
max-height: 49vh;
overflow-y:scroll;
padding-right: 50px;
}



.cpopupinnerscrolled::-webkit-scrollbar {
    width: 7px;
}

.cpopupinnerscrolled::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #D9D9D9;
}

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

.cpopupinnerscrolled::-webkit-scrollbar-thumb:hover {
    background-color: var(--color1);
}
.cimagepopupjq{
position: relative;
}
.cimagepopupjq svg{
position: absolute;
z-index: 10;
pointer-events: none;
}
.jqpopupshowimage{
cursor: pointer;
}
.jqpopupshowimage:hover{
opacity: 0.5;
}
.cheaderspacing{
height: 235px;
}
.contentxlarge{
max-width: none;
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.cfiltroscta .cta{
margin-right: 10px;
}
.sselectedfiltro{
background: var(--color1);
}
.fsearchreferencia{
float: right;
margin-top: 0px!important;
margin-bottom: 0px!important;
}
.fsearchreferencia input{
border-color: var(--color3);
}
.fsearchreferencia .ctacheck{
background: var(--color3);
}
.ctacheck:hover{
background: var(--color2);
}
.col55{
width: 55%;
}
.rowtable{
background: white;
margin-bottom: 10px;
color: black;
}
.rowtitled{
margin-bottom: 15px;
}
.rowtable .cinner{
padding-top: 15px;
padding-bottom: 15px;
}
.rowtable .col15:nth-child(1) .cinner{
    padding-left: calc(var(--gap) * 1.5);
}
.csectiontable{
padding-bottom: 50px;
}
.rowpager{
text-align: right;
margin-top: 45px;
}
.rowpager span,.rowpager a{
font-size: 15px;
width: 40px;
height: 37px;
line-height: 37px;
text-align: center;
display: inline-block;
background: var(--color3);
color: white;
margin-left: 5px;
-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;

}
.rowpager span.current{
background: var(--color1);

}
.rowpager a:hover{
background: var(--color2);

}
.cheader{
width: 100%;
box-sizing: border-box;
}
.cheaderinner{
position: relative;
}

.cmenutop{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.cmenutop a{
margin-left: 40px;
display: inline-block;
position: relative;
}
.ctaaccount svg{
display: inline-block;
vertical-align: middle;
margin-left: 6px;
transform: translateY(-1px);
}
.ctaaccount{
font-size: var(--microcopy);
color: black;
background:#D9D9D9;
padding: 8px;
border-radius: 30px;
padding-left: 14px;
}
.lselectedmenu{
color: black;
}
.lselectedmenu::before{
content: "";
display: block;
position: absolute;
bottom: -6px;
left: 0px;
width: 100%;
height: 4px;
background: var(--color1);
}
.ctaaccount::before{
display: none;
}
.ctaaccount,.ctaaccount svg *,.cmenutop 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;

}
.cmenutop a:hover{
color: black;
}
.ctaaccount.lselectedmenu,.ctaaccount:hover{
background: var(--color1);
color: white!important;
}
.ctaaccount.lselectedmenu svg *,.ctaaccount:hover svg *{
fill:white;
}
.sblack{
color: black;
}
.cformdefault h3{
margin-bottom: 25px;
}
.cformdefault .cinner{
position: relative;
}
.cformdefault input,.cformdefault textarea{
box-sizing: border-box;
padding: 10px;
padding-left: 17px;
padding-right: 17px;
border-radius: 0px;
border: 1px solid #CCCCCC;
}
.cinputhelp{
position: absolute;
z-index: 10;
top: 50%;
transform: translateY(-50%);
right: 15px;
font-size: var(--microcopy);
}
.cinputhelp svg{
vertical-align: middle;
margin-left: 10px;
}
.cformdefault .icheckbox{
margin-bottom: 0px;
}
.cformdefault .icheckbox input{
opacity: 0;
position: absolute;
left: 0px;
width: 10px;
}
.cformdefault .icheckbox .scheck{
background: white;
border: 1px solid #CCCCCC;
}
.ccheckprotect{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 100;
cursor: pointer;
}
.cpopupnoreferencia .cpopup{
max-width: 960px;
}
.micro{
font-size: var(--microcopy);
}
.ctadouble{
line-height: 20px;
}
.cctaspopup .cta{
margin-left: 7px;
margin-right: 7px;
}
.cctaspopup .cta:hover{
background: var(--color3);
}
.inputdisabled{
opacity: 0.5;
}


.cinputcvwrap{
position: relative;
cursor: pointer;
}
/* .cinputcv{
background: var(--color3);
position: relative;
box-sizing: border-box;
padding: 20px;
text-align: center;
}
.cinputcv label{
color: white;
} */

.cinputcv{
position: relative;
box-sizing: border-box;
padding: 20px;
text-align: center;
}
.cinputcvwrap {
border: 1px dashed #CCCCCC;

}
.cinputcvwrap:hover {
opacity: 0.6;
}
.cinputcv label{
}

.cinputcv svg{
margin-left: 7px;
transform: translateY(-2px);
vertical-align: middle;
}
.cinputcv svg path,.cinputcv svg circle{
stroke:var(--text);
}
.cinputcvwrap input{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0;
z-index: 100;
cursor: pointer;
}
.cinformacionenvio h3{
margin-bottom: 15px;
}
.cinformacionenvio{
background: white;
padding: calc(var(--paddings) / 1.5);
}
.ctaform{
display: block;
text-align: center;
}
.cinnerleft{
padding-right: 30px;
}
.ctaeditinfo{
display: none;
}
.jqinfoeditable .ctaeditinfo{
display: inline-block;
}
.cinformacionenvio .col33{
padding-right: 10px;
box-sizing: border-box;
}
.cinfoeditable input{
display: block;
border: 0px solid var(--stroke2);
box-sizing: border-box;

}
.cinformacionenvio input{
border: 0px solid var(--stroke2);
padding: 0px;

}
.cinformacionenvio .csectionmarginmid2{
display: none;
}
.cinfoeditable .csectionmarginmid2{
display: block;
}
.ceditinputs{
position: relative;
}
.ceditinputs::before{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
content: "";
display: block;
z-index: 5;
}
.e-editingform input{
border: 1px solid var(--stroke2);
padding: 10px;
padding-left: 20px;
padding-right: 20px;
margin-right: 5px;
margin-bottom: 10px;
}
.e-editingform .ceditinputs::before{
display: none;
}
.ctablock{
display: block;
text-align: center;
background: white;
color: var(--color1);
text-decoration: underline;
}
.ctablock:hover{
background: white;
color: black;
}

.lhoverblack:hover{
color: black;
}
.nicescroll-cursors{
background: var(--color1)!important;
border-radius: 0px!important;
}
#ascrail2000{
background: white!important;
opacity: 1!important;
border-left: 1px solid var(--stroke2)!important;
}
.lpointer{
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;
}
.contentregisterform{
max-width: 850px;
margin: auto;
}
.template-page-login,.template-page-login .page,.template-page-login .page .cvcenter{
min-height: 100vh;
}
.template-page-login .page .cvcenter{
padding-top: 100px;
padding-bottom: 100px;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}
.contentregisterforminner{
background: white;
padding: 40px;
}
.cformlinksbottom{
margin-top: 20px;
}
.cformlinksbottom a{
color: var(--color1);
}
.contentregisterform h3{
margin-bottom: 15px;
}
.cregisterform{
display: none;
}
.cloginform{
margin-top: 40px;
}
.contentregisterform input{
margin-bottom: 15px;
}
.contentregisterform form{
position: relative;
}
.bformsubmit{
position: absolute;
width: auto;
right: 0px;
bottom: 0px;
margin-bottom: 0px!important;
border: 0px!important;
color: white;
background: var(--color1);
padding: 16px!important;
padding-top: 14px!important;
padding-left: 30px!important;
padding-right: 30px!important;
}
.checkboxloginform{
font-size: var(--microcopy);
color: black;
}
.checkrecuerda{
transform: translateY(-70%);
}
.scolor1{
color: var(--color1);
}
.jqshowregisterform{
display: none;
}
.jqshowloginform,.jqshowregisterform{
cursor: pointer;
}
.cformerror{
position:absolute;
top:0px;
left:0px;
width:100%;
text-align: center;
background: var(--color1);
padding: 5px;
z-index: 300;
box-sizing: border-box;
}

.cformerror,.cformerror *{
color: white;
font-size: var(--microcopy);
}
.checkboxloginformtype{
color: black;
}
.ctypeuser label{
display: inline-block;

}
.checkboxloginformtype2{
margin-left: 40px;
}
.cinlineerrors{
color: var(--color1);
font-size: var(--microcopy);
background: var(--lightgray);
padding: 15px;
margin-bottom: 15px;
margin-top: 15px;
    border: 1px solid var(--color1);
}
.contentregisterforminnerinner{
position: relative;
}
.cloginform{
width: 100%;
}

.contentregisterform {
    --gap: 7.5px;
}
.cmicrocopy{
font-size: var(--microcopy);
}

.csectionfiscales,.csectionenvio,.csectionlastform{
display: none;
}
.template-page-consulte-su-vacuna{
background: white;
}
.template-page-consulte-su-vacuna{
background: white;
}
.template-page-consulte-su-vacuna footer{
background: var(--lightgray);
}
.cformerrorno{
background: var(--colorok);
}
.ctypeuser .scheck {
transform: translateY(6px)!important;
}
.cpedidomodesuccessdone{
color: var(--colorok);
}
.cpedidomodesuccessdone{
display: none;
}
.ccolcheckprotect .scheck{
transform: translateY(6px);
}
.cdocumenttitle{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
color: white;
background: var(--colorok);
z-index: 100;
}
.cdocumenttitle{
display: none;
}
.cinputcv svg{
margin-right: 5px;
}
.microcopy{
font-size: var(--microcopy);
}
.cremovefile{
background: black;
padding: 3px;
padding-left: 10px;
padding-right: 10px;
border-radius: 15px;
z-index: 100;
position: relative;
}
.cremovefile:hover{
background: var(--color3);
}
.csectionnopedidos  .cinner{
padding-top: 35vh;
padding-bottom: 35vh;
text-align: center;
}
.cpedidosuccess  .cinner{
padding-top: 31vh;
padding-bottom: 31vh;
margin-top: 30px;
}
.scolorok{
color: var(--colorok);
}
.csectionnopedidos .cinner{
background: white;
}
body{
min-height: 100vh;
position: relative;
padding-bottom: 50px;
}
footer{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
box-sizing: border-box;
}
.clabelcv{
border: 0px!important;
}
.ctabuscar input{
opacity: 0;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
margin-left: -50px;

}
.ctabuscarinner{
height: 100%;
position: relative;
overflow: hidden;
}
.cpedidosuccess{
display: none;
}
.cprevisioncol{
max-width: 780px;
padding-right: 30px;
}
.microcopyft{
padding: 3px;
border: 1px dashed #CCCCCC;
display: inline-block;
padding-left: 10px;
padding-right: 10px;
border-radius: 20px;
}
.martop{
margin-top: 5px;
}
.cdocumenttitle svg path{
stroke:white!important;
}
.cbannersuperior{
position:fixed;
top:0px;
left:0px;
width:100%;
text-align: center;
color: #fff;
background:  var(--text);
padding: 5px;
box-sizing: border-box;
z-index: 700;
}
input:required:valid {
    border: 1px solid green;
}
.cpedidomodesuccessdone{
margin-top: 20px;
}
.codigocolorAmarillo{
background: var(--colornoticebar);
color: black;
}
.codigocolorRojo{
background: var(--color1);
}
.scolor3{
color: var(--colornotice);
}
.ceditinputs input::placeholder{
color: #ccc;
}

.csectionfullscreen {
    height: 100vh;
    min-height: 400px;
}
.hidedesktop{
display: none;
}
.hidemobile{
display: inline-block;
}
.inputdisabledapellido{
opacity: 0.5!important;
pointer-events: none;
}

.cpopup2col {
font-size: 16px;
line-height: 1.2;
}
.cpopup2col {
width: 30%;
}
.cpopup2coltext{
width: 70%;

}
.template-page-consulte-su-vacuna .csectionfullscreen {
    min-height: 1000px;
}
