/*
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: #272A26;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: #272A26;
opacity: 0;
}


/*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: #272A26;
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: 'Exo', 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{
background: #EFEFEF;
padding: 26px;
border: 0px;
width: 100%;
box-sizing: border-box;

}

:root{
     --color1:#00356d;
     --color2:#166593;
     --color3:#3d91a7;
     --color4:#9e5b9d;
     --colorgray:#aeadb3;
     --color#272A26:#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: #272A26;
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: #272A26;
}
.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: #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: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;
}
.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: 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: 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: #272A26;
font-family: 'Exo', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 800;
}
h1,.sh1{
font-size: 70px;
line-height: 78px;
}
h2,.sh2{
font-size: 60px;
line-height: 68px;
}
h3,.sh3{
font-size: 40px;
line-height: 48px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
.cta{
cursor: pointer;
background: #FF4B23;
border: 2px solid  #FF4B23;
color: white;
padding: 12px 80px 12px 80px;
display: inline-block;
box-sizing: border-box;
font-family: 'Kanit', 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;

}
.cta:hover{
background: #272A26;
border-color: #272A26;
}
.ctanaked{
background: transparent;
border: 2px solid white;
}
.ctanaked:hover{
background: white;
color: #272A26;
border-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;

}
.cheader .contentlarge{
mix-blend-mode: darken;
}
.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;
}
.cheader {
    background: white;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 800;
}

.scrolled .cheader{
background: #F5F5F5!important;
}
.scrolled .cheaderlogo img{
width: 270px;
height: auto;
}

.cheaderinner{
padding-top: 15px;
padding-bottom: 15px;
}
.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;

}
.cmenu li{
margin-left: 20px;
display: inline-block;
}
.cmenu a, .cidiomas a,.cidiomas{
font-size: 20px;
line-height: 20px;
}
.cmenu a:hover{
color: #FF4B23;
}
.cidiomas a{
text-transform: uppercase;
}
.current_page_item a{
font-weight: 800;
color:#FF4B23 ;
}
.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: 1;
}
.cbloquetophome .csectiontext{
height: 100%;
}
.cbloquetophome .sh1 {
margin-top: 160px;
position: relative;
display: inline-block;
}
.shomeslogan{
max-width:700px;
display: block;
position: relative;
}
.shomeslogan::before {
content: "";
margin-top: 18px;
margin-bottom: 25px;
display: inline-block;
top: 0px;
left: 0px;
height: 2px;
width: 100%;
background: white;
vertical-align: middle;
-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;
}
.chomebuttons a{
margin-right: 20px;
}
.home footer{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 10px;
box-sizing: border-box;
z-index: 5000;
}
.lby{
position: absolute;
right: 0px;
bottom: 10px;
}
footer a{
font-size: 12px;
color: white;
margin-right: 10px;
display: inline-block;
}
.home footer a{
color: white;
margin-right: 10px;
-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.2s;
}
.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;}

.home footer a{
transform: translateY(-10px);
opacity: 0;
}

.windowloaded.home footer a{
transform: translateY(0px);
opacity: 1;
}
.cbloquetopdefault{
height: 750px;
}
.cbloquetopdefault .csectionopa::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: #272A26;
opacity: 0.25;
}
.ctexto h3{
margin-bottom: 15px;
color: #FF4B23;
}
.llink{
display: inline-block;
position: relative;
}
.llink::before{
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
border-bottom: 1px solid #272A26;
}
.citemservicio .cinner{
background: #F3F3F3;
}
.citemservicio .cinnerinner,.cvipcashback .cbloquetophome .contentlarge{
padding: 65px;
}
.cvipcashback .cbloquetophome .sh1{
margin-top: 0px;
}
footer{
padding: 30px;
}
footer a{
color: #272A26;
}
footer .contentlarge{
position: relative;
}
.home footer .contentlarge{
max-width: none;
}
.home footer .contentlarge{
color: white;
}
.home footer{
padding: 10px;
}
.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: #272A26;
    -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;
}
.clargetop .csectionvideo {
padding-bottom: 280px;
}
.csectionportfolioservices{
position: relative;
z-index: 200;
}
.csectionportfolioservices .citemservicio:nth-child(even) .cinner  {
    transform: translateY(-200px);
}

.cmapdiv {
position:absolute;
top:0px;
left:0px;
height:100%;
width:50%;
}
.csectionmapinner{
padding-left: 50%;
}
.csectionmap{
background: #D1D1D1;
}
.ccontactright{
padding: 100px;
}
.csectionmap .shomeslogan::before{
background: #272A26;
}


.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: #272A26;
}
.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: 45%;
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;
}
.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;
}
.ilogoapp{
    mix-blend-mode: darken;
}
.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: 50%;
right: 0px;
transform: translateY(-50%);
width: 30px;
}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 4px;
background: black;
margin-top: 6px;
margin-bottom:5px;
}
.cburger{
display: none;
}



.cmenuresponsive{
position:fixed;
top:0px;
left:0px;
height:540px;
width:100%;
z-index: 800;
background: #272A26;
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;
font-weight: 700;
}
.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);
}
.showmenuresponsive .cbar {
background: #FF4B23;
}
.citemoverlay .sh4{
max-width: 400px;
display: block;
margin: auto;
}
.cslickfit .jqslick{
    background: #272A26;
}
.cslickfit img{
position: absolute;
height: 100%;
width: auto;
top: 0px;
left: 50%;
transform: translateX(-50%);

}
.cslickfit .cslideimage{
background: #272A26;
overflow: hidden;
}
.ctopsingle .col50{
width: 100%!important;
margin-bottom: 0px!important;
}
.ctopsingle .sh1{
font-size: 50px;
line-height: 58px;
}
.ctopsingle .shomeslogan::before {

    background: #272A26;
}
.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{
animation: zoominout 45s infinite;
animation-timing-function: linear;
}
.cslidernav .cimagesentinell{
background-position: center;
background-size: cover;
}
.cslidernav .cimagesentinell {
    background-position: center;
    background-size: cover;
    border: 7px solid white;
    border-top: 14px solid white;
}
.csectioncontact {
overflow: hidden;
}
.ccontactocontacts .cta{
width: 100%;
text-align: center;
font-size: 15px;
margin-top: 10px;
display: block;
}
.irana{
border-radius: 15px;
max-width: 420px;
height: auto;
display: block;
margin-top: 10px;
}
.template-page-nosotros .cbloquetopdefault .csectionopa::before {

    opacity: 0.55;
}
.credestop{
position: absolute;
top: 5px;
right: 5px;
}
.credestop svg{
display: inline-block;
width: 30px!important;
height: 30px!important;
opacity: 0.5;
-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;

}
.credestop a:hover svg{
opacity: 0.7;
}
.credestop svg circle{
fill: black!important;
}

.credestop svg path{
fill:white!important;
}
.ilogospiekit{
position: absolute;
bottom: -20px;
right: 10px;
}
.home .ilogospiekit{
bottom: 10px;
}
footer{
z-index: 800;
}
.cmenuwrap li{
position: relative;
}
.sub-menu{
position: absolute;
top: 45px;
left: 0px;
padding-left: 0px;
background: #e7e7e7;
padding: 25px;
width: 237px;
display: none;

}

.sub-menu li{
margin-left: 0px;
display: block;
}
.sub-menu li a{
padding-bottom: 15px;
display: block;
}
.sub-menu li:last-child a{
padding-bottom: 0px;
}
.page-id-2233 .csectiontopsmall .col50{
width: 100%;
}
.page-id-2233 .shomeslogan::before,
.cbloquetestimonios .shomeslogan::before,
.cbloquepatro .shomeslogan::before{
background: #272A26;
}
.ccolnomargin{
margin-bottom: 0px!important;
}

.page-id-2233 .csectionportfolioservices .citemservicio:nth-child(even) .cinner{
transform: translateY(0%);
}
.page-id-2233 .csectionsmallhr{
margin-top: 0px;
}
.cthumbnew img{
aspect-ratio:88/48;
object-fit: cover;
}
.page-numbers{
background: #FF4B23!important;
color: white;
display: inline-block;
width: 50px;
height: 45px;
line-height: 45px;
text-align: center;
font-family: 'Kanit', 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;

}
.ccolpaged{
text-align: right;
}
.page-numbers:hover,.page-numbers.current{
background: #272A26!important;
}
.ccatlink {
margin-left: 20px;

}
.ccatlink.selected{
font-weight: 700;
}
.csectionsingle{
text-align: center;
}
.csectionsingle .shomeslogan{
max-width: none;
}
.csectionsingle .shomeslogan::before{
display: none;
}
.cbloquetopdefault{
height: 850px;
}
.csectionsingle .sh2{
margin-top: 100px;
}
.csingletexto{
padding-top: 70px;
padding-bottom: 70px;
}
.csingletexto h2{
font-size: 30px;
}
.csingletexto h3{
font-size: 20px;
color: #272A26;
margin-bottom: 0px;
}
.csingletexto h4{
font-size: 16px;
color: #272A26;
margin-bottom: 0px;
}
.csingletexto img{
margin-top: 40px;
margin-bottom: 40px;
}
.single-post .csectionproyectos,.page-id-2233 .csectionproyectos{
padding-bottom: 0px;
padding-top: 40px;
}
.template-page-testimonios .csectionopa,
.template-page-patrocinios .csectionopa{
background: #D1D1D1;
}
.template-page-testimonios .csectionopa::before,
.template-page-patrocinios .csectionopa::before{
display: none;
}
.cbloquetestimonios .sh1,
.cbloquepatro .sh1{
margin-top: 20px;
}
.cbloquetestimonios,.cbloquepatro {
height: auto!important;
}
.cbloquetestimonios .csectiontext,
.cbloquepatro .csectiontext {
position: relative;
padding-top: 230px;
padding-bottom: 400px;
}
.csectioninset{
margin-top: -300px;
}
.csectioninset .citemservicio .cinner{
    transform: translateY(0px)!important;
}
.citemtestimonio{
text-align: center;
}
.sstrong{
font-weight: 900;
text-transform: uppercase;
font-size: 15px;
}
.ipicprofile{
width: 120px!important;
height: 120px;
display: block;
margin: auto;
margin-bottom: 25px;
border-radius: 100%;
object-fit: cover;
}
.citemtestimonio .presumen{
max-width: 600px;
margin: auto;
}
.cproyectoasociado,.cproyectoasociado a{
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
}
.cproyectoasociado{
margin-top: 20px;
margin-bottom: 30px;
}
.cproyectoasociado a{
text-decoration: underline;
}
.ctestimoniofull{
max-width: 1200px;
margin: auto;
}
.ctestimoniofull{
display: none;
}
.cslicktestimonialwrap{
position: relative;
overflow: hidden;
}
.cslickcontrol rect{
fill:#FF4B23;
}
.cnotranslate .cinner{
transform: translateY(0%)!important;
}
.csectionnoticiasbot .col50{
margin-bottom: 0px!important;
}
.cmartsno .csection {
padding: 0px;
padding-top: 40px;
}
.cbloquepatro   .csectiontext{
padding-bottom: 40px;
}
.citemservicio .row{
 --gap:0px!important;
}
.citemservicio img{
display: block;
}
.cslickpatrowrap{
position: relative;
overflow: hidden;
}
.ipatrologo{
display: inline-block;
max-width: 120px;
margin-bottom: 20px;
}
.citempatro .cinner{
background: white;
}
.cslickcontrol svg{
width: 35px;
height: auto;
display: block;
}
.cbloqueshowroom .cbloquetophome {
height: auto;
}
.cbloqueshowroom .cbloquetophome .csectiontext{
padding-top: 140px;
}
.clargetop .csectionvideo{
padding-bottom: 480px;

}
.csectionshowroominset{
margin-top: -430px;
}
.cshowroominner h2,
.cshowroominner h3,
.cshowroominner h4{
margin-bottom: 10px;
}
.cshowroominner .cinner{
background: white;
padding: 8vw;
}
.cshowslide img{
aspect-ratio:1600/900;
object-fit: cover;
}
.cshowslide{
margin-top: 80px;
margin-bottom: 80px;
}
.rowdoblecol .cinner{
padding: 0px;
}
.citemtestimonio .cthumbnew,.citemtestimonio .cslickpatrowrap,.jqslickpatro,.jqslickpatro .slick-list
,.jqslickpatro .slick-track
,.jqslickpatro .cslickslide
,.jqslickpatro .cslickslide img   {
height: 100%;
}
.citemnoticia p{
margin-bottom: 20px;
}
.cblankpagecontent  h4{
margin-top: 1vw;
margin-bottom: 1vw;
}
.clegalwrap p{
margin-bottom: 7px;
}
