/*
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: 14px;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
}

*::-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);
}

.textcenter{
text-align: 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;
}


/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px) translateX(-50%);
    }
    50% {
        transform: translateY(12px) translateX(-50%);
    }
    100% {
        transform: translateY(1px) translateX(-50%);
    }
}

.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;}
/*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: 'Montserrat', 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: black;
}

.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: #EFEFEF;
padding: 26px;
border: 0px;
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:absolute;
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: 13px;
    line-height: 17px;
}

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: 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;
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);
}
.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;
}

.citemoverlayinverse .citemopa{
opacity: 0.4!important;
}
.citemoverlayinverse .citemtext{
opacity: 1;
transform: translateY(0px);
}

.citemoverlay:hover .citemopa{
opacity: 0.6;
}
.citemoverlay:hover .citemtext{
opacity: 1;
transform: translateY(0px);
}
.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: 450;
}
.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: 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*/



p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
text-transform: uppercase;
color: black;
font-family: 'Montserrat', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 600;
}
h1,.sh1{
font-size: 70px;
line-height: 70px;
}
h2,.sh2{
font-size: 60px;
line-height: 68px;
}
h3,.sh3{
font-size: 26px;
line-height: 26px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 24px;
line-height: 28px;
}
.cta{
cursor: pointer;
background: black;
border: 1px solid  black;
color: white;
padding: 15px 50px 15px 50px;
display: inline-block;
box-sizing: border-box;
font-family: 'Montserrat', sans serif;
-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;
border-radius: 30px;
text-decoration:none!important;
}
.cta:hover{
background: transparent;
color: black;
}
.ctac2{
background: black;
border-color: black;
}
.ctanaked{
color: black;
background: transparent;
border: 1px solid black;
}
.ctanaked:hover{
background: black;
color: white;
}
.ctasmall{
padding: 6px 40px 6px 40px;
}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
/*///general*/


/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/



.cheaderlogo img{
width: 501px;
-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;

}
.cheaderlogo {
position: relative;
left: 0px;
top: 0px;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
transition:all 1.2s ease-in-out;
transition-delay: 0.6s;
}
.showmenuresponsive .cheaderlogo {
left: 50%;
transform: translateX(-50%)!important;
}
.showmenuresponsive .cheaderlogo svg path{
fill:white!important;
}
.showmenuresponsive .cbar{
background:white!important;
}
.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: 25px;
    padding-bottom: 25px;
}
.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;
}
.cheader {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 800;
    background: transparent;
}

.scrolled .cheader {
    background: #fff;
}
.cmenusuper {
    position: fixed!important;
    }
    .showmenuresponsive.scrolled .cheader {
        background: transparent;
    }
/*
.scrolled .cheader{
background: #000!important;
}
.scrolled .cheaderlogo img{
width: 270px;
height: auto;
}
*/
.cheaderinner{
padding-top: 30px;
padding-bottom: 30px;
}
.cheadermenuwrap{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.cidiomas {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.cheaderinnerinner{
position: relative;
}

.cmenu{
margin-top: 0px;
margin-bottom: 0px;
transform: translateY(-2px);
}
.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;
text-transform: uppercase;
}
.cmenu li{
margin-left: 20px;
display: inline-block;
}
.cmenu a, .cidiomas a,.cidiomas{
font-size: 16px;
line-height: 20px;
}
.cmenu a:hover{
opacity: 0.6;
}


.lcurrentlanguage{
font-weight: 800;
}
.cbloquetophome .csectionopa {
background: none;
background-image: url('img/elementos/opa.png');
background-position: left bottom;
background-size: cover;
}
.cbloquetophome.scrollingwayfinish .csectionopa {
    opacity:0.4;
}
.cbloquetophome .csectiontext{
height: 100%;
}
.cbloquetophome .sh1 {
position: relative;
display: inline-block;
}
.shomeslogan{
max-width:700px;
display: block;
position: relative;
}

.chomebuttons a{
margin-right: 20px;
}

.lby{
position: absolute;
right: 0px;
bottom: 10px;
}
footer a,footer{
font-size: 12px;
}
footer a{
margin-right: 10px;
display: inline-block;
}

.home footer a:nth-child(2){transition-delay: 0.3s;}
.home footer a:nth-child(3){transition-delay: 0.4s;}
.home footer a:nth-child(4){transition-delay: 0.5s;}




.cbloquetopdefault{

}
.cbloquetopdefault .csectionopa::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.25;
}
.ctexto h3{
margin-bottom: 15px;
color: black;
}
.llink{
display: inline-block;
position: relative;
}
.llink::before{
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
border-bottom: 1px solid black;
}

.citemservicio .cinnerinner,.cvipcashback .cbloquetophome .contentlarge{
padding-right: 100px;
}
.cvipcashback .cbloquetophome .sh1{
margin-top: 0px;
}
.citemservicio {
margin-bottom: 100px!important;
}
footer{
padding: 0px;
padding-bottom: 15px;
}
footer a{
color: black;
}
footer .contentlarge{
position: relative;
}
.home footer .contentlarge{
max-width: none;
}


.lby {
margin-right: 0px;
    bottom: 4px;
}
.home .lby {
    right: 0px;
    bottom: 4px;
}
.csectionsmallhr{
    content: "";
    margin-top: 18px;
    margin-bottom: 25px;
    display: inline-block;
    height: 2px;
    width: 100%;
    background: black;
    -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;
}

.csectionportfolioservices {

margin-top: 60px;
}
.csectionportfolioservices{
position: relative;
z-index: 200;
}

.ccontactmaptop{
height: 700px;
position: relative;
}
.cmapdiv {
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
}
.csectionmapinner{

}

.ccontactright{
padding: 100px;
}
.csectionmap .shomeslogan::before{
background: black;
}


.cformdefault.row *[class^="col"]{
	margin-bottom:20px;
}
.cformdefault.rowmargined *[class^="col"] .cinner{
	margin-left:10px;
	margin-right:10px;
}
.cformdefault.rowmargined{
	margin-left:-10px;
}

.clegalwrap {
    margin-top: 0px;
}
.cformatoplain .csectionopa,
.cformatoplain .shomeslogan{
display: none;
}
.cformatoplain .csectionbg {
background: #D1D1D1;
}
.cformatoplain .csectionbg {
background: #D1D1D1;
}
.cformatoplain .sh1 {
color: black;
}
.ctexto{
line-height: 28px;
}
.ctextodouble{
column-count: 2;
  column-gap:60px;
}
.single-project .csectionsmallhr{
display: none;
}

.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
border-radius: 100%;
overflow: hidden;
}
.cslickcontrol svg{
display: block;
width: 40px;
height: auto;
}
.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;
}
.csectiontargeta h3{
text-align: center;
}
.csectiontargeta img{
max-width: 481px;
height: auto;
margin: auto;
display: block;
margin-top: 40px;
}
.csectiontargeta h4{
margin-bottom: 30px;
}
.contentssmall{
max-width: 670px;
margin: auto;
}
.csectiongray{
background: #F5F5F5;
}
.csectionformvip .iinputdefault{
background: white;
}

.citemvipnew .cinner{
background: #F5F5F5;
padding: 50px;
text-align: center;
}
.citemvipnew h4{
margin-bottom: 10px;

}
.ctexto a{
text-decoration: underline;
}
.cprof{
max-width: 100px;
border-radius: 100%;
margin: auto;
margin-bottom: 20px;
overflow: hidden;
}
.ilogoappcbw{
border-radius: 10px;
margin-right: 10px;
}
.ilogoapp2{
height: 70px;
width: auto;
}
.cvipcashbackinside .contentlarge{
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.cvipcashbackinside .cbloquetopdefault {
    height: 600px;
}
.csectionporque .ctexto{
text-align: left;
}
.csectionporque h3{
text-align: center;
}
.cburger{
position: absolute;
top: -12px;
right: 0px;
width: 40px;
cursor: pointer;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 5px;
background: white;
margin-top: 6px;
margin-bottom:6px;
-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;

}
.showmenuresponsive .cbar1{
transform: rotate(45deg) translateX(8px) translateY(-2px);
}
.showmenuresponsive .cbar2{
transform: rotate(-45deg) translateX(9px) translateY(-2px);
}


.cmenuwrapside{
display: none;
}

.showmenuresponsive .cbar{
background: white;
}


.cmenuresponsive{
position:fixed;
top:0px;
left:0px;
height:540px;
width:100%;
z-index: 800;
background: black;
transform: translateY(-100%);
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;
}
.cmenuresponsive li a,
.cmenuresponsive li span{
color: white;
font-size: 22px;
}
.cmenuresponsive ul{
margin: 0px;
padding: 0px;
}
.cmenuresponsive li{
display: block;
text-align: center;
padding: 6px;
transform: translateY(-10px);
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: 0.5s;
}
.cmenuresponsive li a{
-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;
}
.cmenuresponsive li:nth-child(2){
transition-delay: 0.6s;
}
.cmenuresponsive li:nth-child(3){
transition-delay: 0.7s;
}
.cmenuresponsive li:nth-child(4){
transition-delay: 0.8s;
}
.cmenuresponsive li:nth-child(5){
transition-delay: 0.9s;
}
.cmenuresponsive li:nth-child(6){
transition-delay: 1s;
}

.cmenuresponsive ul:nth-child(2) li:nth-child(1){
transition-delay: 1.1s;
}
.cmenuresponsive ul:nth-child(2) li:nth-child(2){
transition-delay: 1.2s;
}
.cmenuresponsive ul:nth-child(2) li:nth-child(3){
transition-delay: 1.3s;
}

.cmenuresponsiveinner{
transform: translateY(50px);


}
.scrolled .cmenuresponsiveinner{
transform: translateY(40px);
}

.citemoverlay .sh4{
max-width: 400px;
display: block;
margin: auto;
}
.cslickfit img{
position: absolute;
height: 100%;
width: auto;
top: 0px;
left: 50%;
transform: translateX(-50%);
}

.ccontentslick .slick-slider{
border: 1px solid #dedede;
overflow: hidden;
}
.sh1,h1{
font-size: 40px;
line-height: 48px;
}
.ctopsingle .shomeslogan::before {

    background: black;
}

.cbckwrap{
background: #F6F2E9;
}
.template-page-nosotros .cheader {
background: transparent;
}
.c4col .col40 .cinner{
padding-right: 40px;
}
.citemteam .cimagesentinell{
margin-bottom: 20px;
}
.citemteam .cimagesentinellimg2{
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.citemteam:hover .cimagesentinellimg2{
opacity: 1;
}
.single-project .csectiontopsmall{
padding-top: 200px;
}
.single-project .ccontentslick {
margin-top: 0px;
}
.cformbuttonwrap{
text-align: right!important;
}
.csectioncontact{
overflow: hidden;
}
.cheaderlogo path{
fill: white;
}
.contentlarge{
max-width: none;
margin-left: 30px;
margin-right: 30px;
}
.csectionhometexttop svg{
display: inline-block;
margin-bottom: 20px;
}
.csectionhometexttop{
text-align: center;
}
.shtitular{
display: block;
margin-bottom: 20px;
}
footer{
text-align: center;
}
.cfooterservices{
border-top: 1px solid black;
border-bottom: 1px solid black;
background: black;
color: white;
padding: 25px;
margin-top: 70px;
}
.cfooterlogo {
margin-top: 35px;
margin-bottom: 15px;
}
.cfooterlogo svg{
width: 100px;
height: auto;
}
.csocialfooter{
margin-bottom: 20px;
}

.cmenusuper{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
z-index: 600;
}
.cmenusuper, .cmenusuper a{
color: white;
font-size: 26px;
}
.cmenusuper li{
display: block;
margin: 20px;
}
.cmenusuper{
text-align: center;
display: none;
}
.showmenuresponsive .cmenusuper{
text-align: center;
transform: scale(1) translateY(0);
opacity: 1;
}
.current_page_item a{
font-weight: 600;
}
.cmenusuperwrap{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
overflow: hidden;
z-index:700;
display: none;
}
.showmenuresponsive .cmenusuperwrap{
display: block;
}
.ctoptitled{
position: absolute;
bottom: 100px;
left: 0px;
}
.jqsectionfull100 .contentlarge{
height: 100%;
position: relative;
}
.spretitle{
display: block;

}
.csectiontext{
text-align: left;
}
.csectiontext h3{
margin-bottom: 25px;
}
.csectionsentinell .csectionbg svg{
display: block;width: 100%;
height: auto;
}
.csectionsentinell .csectionopa{
display: none;
}
.coltitular{
margin-bottom: 0px!important;
}
.coltitular h3{
margin-bottom: 0px;
}
.cheaderfixer{
height: 120px;
}
.template-page-proyectos .cheaderlogo path{
fill:black;
}
.template-page-proyectos .cbar {
    background: black;

    }
    .citemproject a:hover .cimagesentinellimg{
    transform: scale(1.1);
    }
    .citemproject .cimagesentinell{
    position: relative;
    overflow: hidden;
    }
    .citemproject .cimagesentinellimg{
    -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;

    }
.capartadofldown{
position: absolute;
bottom: 40px;
left: 0px;
width: 100%;
z-index: 600;
text-align: center;
}
.capartadofldown{
    animation: bounce 2s infinite;
    }
.cemails a{
margin-top: 7px;
margin-bottom: 7px;
display: block;
}
.cemails h3{
text-transform: lowercase;
}
.ccontactoitem h4 svg{
max-height: 17px;
width: auto;
}
.ccontactoitem{
max-width: 400px;
}
.ccontactoitem h4 svg path{
fill:white;
}
.template-page-contacto .csectionopa{
background: black;
}
.template-page-contacto .cbloquetophome.scrollingwayfinish .csectionopa {
    opacity: 1;
}
.csectionsentinell {
overflow: hidden;
}
.cmenuresponsive{
display: none!important;
}
.cmenu{
padding-left: 0px;
}
.cslickbck,.cslickbck .jqslicktop,.cslickbck .slick-list,.cslickbck .slick-track,.cslickbck .cslideimage ,.cslickbck .cinner,.cslickbck .cimagesentinell  {
height: 100%;
width: 100%;
}
.cslickbck .cimagesentinell  {
background-size: cover;
background-position: center;
}
.cslidemodetop .csectiontext {
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 600;
}
.cslidemodetop .cslideareas .cimagesentinell{
animation: zoominout 45s infinite;
animation-timing-function: linear;
}
.ccontentportfolio img{
display: block;
width: 100%;
margin-bottom: 20px;
}
.citemprojectportfolio img{ filter: grayscale(100%); transition: filter .3s ease-in-out;}
.citemprojectportfolio:hover img{ filter: none;}
.citemproject img{
object-fit: cover;
display: block;
aspect-ratio: 6/4;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: #000!important;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {

        bottom: 0px!important;
    }
    #pojo-a11y-toolbar {
        top: auto!important;
        bottom: 40px!important;
    }
.editmode{
display: none!important;
}
body nav#pojo-a11y-toolbar {
top: auto!important;
    bottom: 50px !important;
}
.scrolled .cheader {
    background: #fff;
}
.scrolled .cheaderlogo path{
fill:black;
}
.cheaderlogo svg{
width: 120px;
height: auto;
display: block;
}
.cheaderlogo svg,.scrolled .cbar,.scrolled .cbar{
-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 .cbar {
    background: black;
}
.scrolled .cheaderlogo svg{
    width: 80px;
}
.citemservice .citemtext{
transform: none;
opacity: 1!important;
}
.citemservice .citemopa{
transform: none;
opacity:0.3!important;
}
.citemprojectportfolio .cinner{
padding-left: 300px;
position: relative;
}

.template-page-proyectos .contentmid{
max-width: 900px;
    transform: translateX(-150px);
}
.citemprojectportfolio img {
    aspect-ratio: 7/4;
}
.ccarrocol img {
width: 100%;
height: auto;
display: block;
}
.ccarrouselwrap{
overflow: hidden;
margin-top: 40px;
}
.citemprojecth4, .sh4 {
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.jqslickproposals .slick-slide {
    margin: 0 10px;
}

/* the parent */
.jqslickproposals .slick-list {
    margin: 0 -10px;
}
.coltitledsec{
margin-bottom: 0px!important;
margin-top: 20px;
}

.related .citemproject img {
    aspect-ratio: 2/1;
}
.related .contentlarge2{
    margin-top: 23px;
}
.related .shtitular {
text-align: center;
}
.cprojecttype{
position: absolute;
transform: translateY(-50%);
top: 50%;
color: white;
left: 140px;
font-size: 20px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
-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;

}
template-page-proyectos .cprojecttype{
color: black;
}
.scrolled .cprojecttype{
font-size: 15px;
color: black;
left: 90px;
}
.single .ctoptitled{
max-width: 1100px;
}
.llocate{
font-size: 16px;
}
.cprojectfilters{
margin-bottom: 80px!important;
text-align: center;
text-transform: uppercase;
color: black;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}
.cprojectfilters span{
margin-left: 10px;
margin-right: 10px;
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;
}
.cprojectfilters span:hover,.factive{
opacity: 0.4;
}
#Rectángulo_14{
fill:black;
}
.cslickcontrol {
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
transition-delay: 1s;
}
.windowloaded .cslickcontrol {
opacity: 1;
}
.ctoptitled .spretitle {
padding-left: 0px;
}
.capartadofldown{
cursor: pointer;
width: 40px;
left: 50%;
transform: translateX(-50%);
}
.ccontentabouthome{
max-width: 1200px;
margin: auto;
}
.ccontentabouthome .contentlarge{
margin-left: 0px;
margin-right: 0px;
}
.hserviciostext{
display: block;
}
.home .cprojectshome .citemproject img{
    aspect-ratio: 1/1;
}
.stitleproject{
display: block;
}
.citemprojectportfolio  .stitleproject{
position: absolute;
left: 0px;
top: 0px;
width: 285px;
font-size: 16px;
line-height: 20px;
margin-top: -4px;
text-align: right;
}
.spretitle {
font-weight: 400;
}
.slocate{
width: 200px;
display: inline-block;
}
.slick-dots{
position: absolute;
bottom: 22px;
left: 30px;
z-index: 300;
padding-left:5px;
}
.slick-dots button{
display: none;
}
.slick-dots li{
display: inline-block;
width: 7px;
height: 7px;
border-radius: 100%;
background: white;
margin-right: 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;
cursor: pointer;

}
.slick-dots li.slick-active{
transform: scale(1.8);
}
.flex{
display: flex;
 gap: 10px;
 flex-wrap: wrap;
}

.flex .ctl {
flex: 1 0 100%; /* explanation below */
}
.flex .imggrid2{
flex: 1 0 41%;
}
.flex .imggrid3{
flex: 1 0 31%;
}
.ssecciontitular{
text-align: left!important;
display: block;
}
.csingleservicios{
text-align: center;
}
.csingleservicios a{
margin-left: 15px;
margin-right: 15px;
}
.chidep p:nth-child(2),
.chidep p:nth-child(3),
.chidep p:nth-child(4),
.chidep p:nth-child(5),
.chidep p:nth-child(6),
.chidep p:nth-child(7),
.chidep p:nth-child(8){
display: none;
}
