/*
Theme Name: Custom Theme
Theme URI: Custom Theme
Author: Custom Theme
Author URI: Custom Theme
Description: Custom Theme
Version: 1.0
Tags: Custom Theme
Text Domain: Custom Theme
*/

@charset "utf-8";
/* CSS Document */
html, body {
   touch-action: manipulation;
 }

:root{
  --color1:#678086;
  --color2:#879CA1;
  --black:#000;
  --text:var(--black);
  --success:#4EBE82;
  --gray:#999;
  --background:#DBDCDE;
  --lightgray:#F0F0F0;

  --headerheight:60px;

  --sectionmargin:calc(var(--paddings) * 4);
  --sectionmarginmid:calc(var(--paddings) * 2);
  --paddings:20px;
  --paddingsdouble:calc(var(--paddings) * 2) ;
  --paddingsmid:calc(var(--paddings) / 2) ;
  --cardpaddings:calc(var(--paddings) * 1.3) ;

  --stroke:var(--black);

  --font:24px;
  --fontm:18px;
  --fonts:14px;
  --fontxl:23px;
}

.scolor1{color: var(--color1);}
.scolor2{color: var(--color2);}
.scolor2{color: var(--color3);}


.safe-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: env(safe-area-inset-top);
  background: var(--color1);
  z-index: 9999;
  pointer-events: none;
}



.hanim > div{
position: relative;
overflow: hidden;
padding-bottom: 3px;
margin-top: -3px;
}


.hanim > div > div,.hcubic{
-webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);


}
.rowmarginbot{}
.hanim > div:nth-child(1) div{transition-delay: 0.4s;}
.hanim > div:nth-child(2) div{transition-delay: 0.5s;}
.hanim > div:nth-child(3) div{transition-delay: 0.6s;}
.hanim > div:nth-child(4) div{transition-delay: 0.7s;}
.hanim > div:nth-child(5) div{transition-delay: 0.8s;}
.hanim > div:nth-child(6) div{transition-delay: 0.9s;}

.csection-home .hanim > div:nth-child(1) div{transition-delay: 1s;}
.csection-home .hanim > div:nth-child(2) div{transition-delay: 1.1s;}
.csection-home .hanim > div:nth-child(3) div{transition-delay: 1.2s;}
.csection-home .hanim > div:nth-child(4) div{transition-delay: 1.3s;}
.csection-home .hanim > div:nth-child(5) div{transition-delay: 1.4s;}
.csection-home .hanim > div:nth-child(6) div{transition-delay: 1.5s;}

.hanim > div > div {
  transform: perspective(1000px) rotateX(30deg) translateY(102%);
  transform-origin: top;
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1); /* power3.out style */
}

.scrollingwayfinish .hanim > div > div {
  transform: perspective(1000px) rotateX(0deg) translateY(1%);
  opacity: 1;
}


/* Fallback para versiones antiguas */
@supports(padding: constant(safe-area-inset-top)) {
  .safe-top { height: constant(safe-area-inset-top); }
}


/*scroll*/
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: var(--lightgray);;
    /* border-left: 1px solid var(--black); */
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius:0px;
    border: 0px solid transparent;
    background-clip: content-box;
    background-color: var(--black);;
    /* border-left: 1px solid var(--black); */
}

*::-webkit-scrollbar-thumb:hover {
}
.nicescroll-cursors{
background: var(--color1)!important;
border-radius: 0px!important;
}
.nicescroll-rails{
background: var(--stroke);
}
.rowmarginbot{}

.editableMode .cpopupopa{
display: none!important;
}
.ccookiepopupwrapbanner *{
font-size: 14px!important;
}
.ccookiepopupwrapbanner .cta{
padding: 10px;
padding-left: 18px;
padding-right: 18px;
margin-right: 5px;
font-size: 12px!important;
}
.cinnertextcookies {
    padding-bottom: 15px!important;
    padding-top: 5px!important;
    }
.cbannercookiescodeinner {
    padding: 20px!important;
}
.cbannercookiescode {
    max-width: 800px!important;
    }

/*jqswa*/
.jqswaitem,.jqswaitemer > *{
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
}
.jqswa .jqswaitem,.jqswaitemer > *{
transform: translateY(-30px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem,.jqswaitemer > *{
opacity: 0;
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem,.jqswa.scrollingwayfinish .jqswaitemer > *{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem,.jqswa.scrollingwayfinish .jqswaitemer > *{
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);
}

.cmarginitems>* {
    margin-bottom: 16px
}
.cmarginitems>*:last-child {
    margin-bottom: 0px
}

.cmarginitemslow>* {
    margin-bottom: 8px
}
.cmarginitemslow>*:last-child {
    margin-bottom: 0px
}
.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;
}




.eloadingpage{
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 .eloadingpage{
opacity: 0;
pointer-events: none;
}
.loadingpageout.domloaded.loadingpage .eloadingpage{
opacity: 1;
pointer-events: all;
}

.cbotonalert{
margin-top: 10px;
}



/*slick*/



.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
}
.cslicknext{
right: 20px;
}
.cslickprev{
left: 20px;
}
.cslickcontrol rect{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cslickcontrol:hover rect{
fill:black;
}

/*
aspect-ratio: 1 / 1;
object-fit: cover;
*/

/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);

    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}


.loadingajax{
display: none;
}
.jqloadingajax .loadingajax{
display: block;
}

.loadingajax .loader{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 999;
}
.loadingajaxfixed  .loader{
position:fixed;
}

.loadingajax .loaderinner{
position: relative;
height: 100%;
}
.loader::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.2;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



.marginTop10{margin-top: 10px;}.marginTop20{margin-top: 20px;}.marginTop30{margin-top: 30px;}.marginTop40{margin-top: 40px;}.marginTop50{margin-top: 50px;}.marginTop60{margin-top: 60px;}.marginTop70{margin-top: 70px;}.marginTop80{margin-top: 80px;}
.marginBottom10{margin-top: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom30{margin-bottom: 30px;}.marginBottom40{margin-bottom: 40px;}.marginBottom50{margin-bottom: 50px;}.marginBottom60{margin-bottom: 60px;}.marginBottom70{margin-bottom: 70px;}.marginBottom80{margin-bottom: 80px;}.paddingTop10{padding-top: 10px;}.paddingTop20{padding-top: 20px;}.paddingTop30{padding-top: 30px;}.paddingTop40{padding-top: 40px;}.paddingTop50{padding-top: 50px;}.paddingTop60{padding-top: 60px;}.paddingTop70{padding-top: 70px;}.paddingTop80{padding-top: 80px;}
.paddingBottom10{padding-bottom: 10px;}.paddingBottom20{padding-bottom: 20px;}.paddingBottom30{padding-bottom: 30px;}.paddingBottom40{padding-bottom: 40px;}.paddingBottom50{padding-bottom: 50px;}.paddingBottom60{padding-bottom: 60px;}.paddingBottom70{padding-bottom: 70px;}.paddingBottom80{padding-bottom: 80px;}


.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}


/*estandards*/
.cvcenter{
	display:table;
	height:100%;
	width: 100%;
}
.cvcenterinner{
	display:table-cell;
	vertical-align:middle;
}
.nicescroll-rails {
z-index: 999!important;

}
/*//estandards*/
.clear{clear:both;}
.clear{width: 100%;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body {
  margin: 0;
}
body,input,textarea,a,.jqsavestring input{
	font-size: var(--font);;
  line-height: 1.4;
	font-weight:300;
	font-family: 'proxima-nova', 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,input,textarea{
color: var(--text);
}
.iinputdefault::placeholder{
color: var(--gray);
}
.ssline span,.ssline.sline,.sline{
position: relative;
}
.ssline span::before,.ssline.sline::before,.sline::before{
position: absolute;
bottom: 1px;
left: 0px;
width: 100%;
border-bottom: 1px solid #191919;
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: white;
border: 0px;
width: 100%;
box-sizing: border-box;
font-size: 18px;
padding: 30px;
padding-left: 25px;
padding-right: 25px;
border-bottom: 1px solid var(--black);;

}
.ccoltextarea .cinner{
background: white;
border-bottom: 1px solid var(--black);;
}
.ccoltextarea{
margin-bottom: var(--paddings);

}
.cformlead textarea{
margin-top: var(--paddingsmid);
aspect-ratio:260/23;
width: 100%;
height: auto;
border-bottom: 0px;
}
.cformlead .cformbuttonwrap .cta{
width:fit-content;
}
.clabelcv{
position: relative;
}
.clabelcv label{
display: block;
cursor: pointer;
position: relative;
padding: 20px;
border: 1px solid #ccc;
margin-left: var(--paddings);;
margin-right: var(--paddings);
margin-bottom: var(--paddingsmid);
-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;

}
.clabelcv label:hover{
background: var(--lightgray);
border-color: var(--lightgray);
}
.cinputcvwrap input{
position: absolute;
width: 1px;
height: 1px;
opacity: 0;
}
.clabelcv{
text-align: center;
}

.cattatchment .clabelcv svg{
position: absolute;
top: calc(var(--paddings) * -1);
left: 50%;
transform: translateX(-50%);

}
.csectionmarginpadding{
height: var(--paddingsmid);
}
.csectionmarginheader{
height: var(--headerheight);
}
.csectionmargin{
height: var(--sectionmargin);
}
.csectionmargin-negativo{
margin-top: var(--sectionmargin);
}
.csectionmarginmid{
height: var(--sectionmarginmid);
}
.csectionmarginmmsmall{
height: calc(var(--sectionmargin)/2.5);
}
.csectionmarginmsmall{
height: calc(var(--sectionmargin)/3);
}
.csectionmarginsmall{
height: calc(var(--sectionmargin)/4);
}
.csectionmarginmini{
height: calc(var(--sectionmargin)/8);
}
.cnomarginbot .csectionmargin{
display: none;
}

.scoma:last-child{
display: none;
}
/*
aspect-ratio:500 / 700;
-o-object-fit: cover;
   object-fit: cover;
*/
.cimagesentinell{
position: relative;
}
.cimagesentinell svg{
width: 100%!important;
height: auto!important;
opacity: 0;
display: block;
}
.cimagesentinellimg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.cpopupwrap{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupimage .cpopupinner{
padding: 0px;
}
.cpopupimage img,.cgallery video{
display: block;
}
.cgallery video{

}
.cpopupimage img,.cpopupimage video{
max-width: 90vw;
max-height: 90vh;
}
.cpopupimage .cpopup{
max-width: none;
width: auto;
}
.cpopupopa{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: black;
opacity: 0.7;
z-index: 940;
}

.cpopup{
position: absolute;
background-color: white;
z-index: 960;
max-width: 1200px;
width: 90%;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top:-40px;
opacity: 0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}
.cpopupclose{
position: absolute;
top: 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;
}
.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{
object-fit:cover;
}
.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: 13px;
height: 13px;
vertical-align: middle;
margin-right: 10px;
border: 1px solid var(--black);;
margin-top: -4px;
position: relative;
position: absolute;
top: 10px;
left: 0px;
}
.icheckbox{
padding-left: 25px;
line-height: 1.3;
margin-bottom: 8px;
}
.clegaltext,.clegaltext a{
line-height: 1.3!important;

}
.ccheckboxeslegal{
position: relative;
}
.icheckbox{
position: relative;
}
.ccheckboxeslegal input{
position: absolute;
left:0px;
top: 20%;
transform: translateY(-50%);
width: 20px;
opacity: 0;
}
.scheckwrap{
position: relative;
display: inline-block;
}
.ccheckboxeslegal{
margin-top: 15px;
margin-bottom: 5px;
}
.scheck:before{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
width: 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;
}
.clegaltext{
max-width: 1250px;
line-height: 1;
margin-top: 10px;
margin-bottom: 10px;
}
.clegalwrap a{
text-decoration: underline;
}
.icheckbox{
display: block;
cursor: pointer;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:0px;
margin-bottom: 15px;
}

.mCSB_scrollTools_vertical {
    transform: scale(0.95) translateX(-3px)  translateY(-2px);
}
#mCSB_1_dragger_vertical {
    transform: scale(0.95) translateY(4px);
}
/*dropdown*/
.cdropsc {
    max-height: 294px;
}
.cselectdropdownvalues{
position: absolute;
top: 0px;
left: 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:100vh;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionfullscreen .csectiontext{
height: 100%;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.csectionsentinell{
padding-top: 0px;
padding-bottom: 0px;
}
.csectionsentinell .csectionbg{
position: relative;
}
.csectionsentinell .csectionbg img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.csectionsentinell .csectiontext{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
}
.csectionwhitebackground{
background: #fff;
}
/*///sections*/




/*acordion*/

.cacordion p{
display: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordion li{
list-style: none;
}
.cacordion > ul > li{
padding-bottom: 10px;
border-bottom: 1px solid #121212;
padding-top: 11px;
position: relative;
margin-bottom: 0px;
cursor: pointer;
}
.cacordion > ul > li > ul > li:first-child{
padding-top: 30px;
}
.cacordion > ul > li > ul > li:last-child{
padding-bottom: 30px;
}
.cacordion > ul > li:first-child{
border-top: 1px solid #121212;
}
.cacordion li li{
display: none;
}

.cacordion > ul > li::before{
content: "";
display: block;
width:13px;
height: 7px;
background-image: url('img/elementos/i-fldownaccordion.svg');
background-position: center;
background-repeat: no-repeat;
top: 19px;
right: 20px;
position: absolute;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}

/*///acordion*/


.cvideocover{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
z-index: 10;
background-position: center;
background-size: cover;
}
.cplayvideo{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
border-radius: 100%;
cursor: pointer;
}
.csentinellsvg svg{
width: 100%;
height: auto;

}
.csectionrelative{
position: relative;
}

.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:20px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,.superh1,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
font-family: 'proxima-nova', sans-serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight:700;
}
.smini,.cta,.cmenu *,.smini a,.iinputdefault{
font-family: "Roboto Mono", monospace;
font-size: 13px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.smini a,a.smini{
text-decoration: underline;
}
.smini a:hover,a.smini:hover{
text-decoration: none;
}

.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); */

.superh1{
font-size: calc(55px + 7vw + 9vh);
line-height: 0.75;
text-transform: uppercase;
}
.c404{
font-size: calc(55px + 23vw);
line-height: 0.75;
font-weight: 700;
color: var(--color1);
}
h1,.sh1{
font-size: calc(35px + 5.8vw);
line-height: 0.9;
text-transform: uppercase;
}
h2,.sh2{
font-size: calc(24px + 3.3vw);
line-height: 0.9;
text-transform: uppercase;
}
h3,.sh3{
font-size: calc(20px + 1.0vw);
line-height: 0.95;
text-transform: uppercase;
}
h4,.sh4{
font-size: calc(18px + 0.3vw);
line-height: 1.1;
text-transform: uppercase;
}
h5,.sh5{
font-size: calc(20px + .2vw);
line-height: 1.4;
}
.cta{
cursor: pointer;
display: inline-block;
background: var(--black);
color: white;
padding: 30px;
padding-left: 60px;
padding-right: 60px;
text-align: center;
border-radius: 100px;
-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;
font-weight: 300;
border: 1px solid var(--black);
}
.ctabig{
box-sizing: border-box;
width: 680px;

}
.cta:hover{
font-weight: 400;
background: var(--color2);
border: 1px solid var(--color2);
color: var(--black);
}
.ctanaked{
font-weight: 400;
background: transparent;
color: var(--black);
}
.ctanaked:hover{
background: var(--color2);
border: 1px solid var(--color2);
}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}

.citembotrightwrap{
position: relative;
}
.citembotright{
position: absolute;
  bottom: 0px;
  right: 0px;
}
.cburger{
display: none;
}




.cheader{
position: fixed;
width: 100%;
top: 0px;
left: 0px;
background: white;
z-index: 600;
border-bottom: 1px solid var(--stroke);
}
.cheader .cmenuwrap ul li{
display: inline-block;
}
.ctopbar {
background: black;
}
.cheaderlogo svg{
display: block;
height: 50px;
}

.cheaderlogo a{
display:block;
width: fit-content;
}
.cmenuwrap{
position: absolute;
left: 80px;
top: 50%;
transform: translateY(-50%);
}
.cmenuwrap li a{
margin-right: 100px;
}
.cheaderinner {
height: var(--headerheight);;
}
.ctopbar .contentxlarge{
height: 100%;
}
.cheaderfix{
height: var(--headerheight);
}

.cmenuwrap .cmenuinner {
    display: inline-block;
    vertical-align: middle;
}
.otgs-development-site-front-end{
display: none;
}
.csectionopahome{
background: var(--color1);
}
.csectionfull{
height: calc(100vh - var(--headerheight));
}

.cmenuwrap ul,.cmenuwrap li{
margin: 0px;
padding: 0px;
}
.csectionopahome{
opacity: 1!important;
}
.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;
}
.home .cheaderfix{
background: var(--color1);

}
.home .cheader{
background: var(--color1);
background: rgba(103, 128, 134, 0.90);
backdrop-filter: blur(7.5px);
}
.cheaderwhite  .cheader{
background: rgba(255, 255, 255, 0.80);

}
.cheaderwhite .cheaderlogo svg path{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cheaderwhite .cheaderlogo svg path:nth-child(2){
fill:var(--color1)!important;
}
.ch2{
text-align: right;
}
.home .cheader .cheaderlogo path:nth-child(2){
fill:white;
}
.csectionfullhome .csectiontext {
height: 100%;
}
.ch2{
color: white;
position: absolute;
right: 0px;
bottom: 0px;
}
.chomebot .cta{
margin-right: 5px;
max-width: 40%;
}
.ch2{
width: 100%;

}
strong{
font-weight: 700;
}
.chomebot{
position: relative;
z-index: 20;
text-align: left;
padding: var(--paddings);
}
.csuperh1wrap1{
transform: translateX(-25px) translateY(-25px);
}
.csuperh1wrap2{
transform: translateX(25px);
}
.superh1texted{
position: relative;
}
.ctextbottomhome{
position: absolute;
left: 0px;
bottom: 0px;
max-width: 550px;
box-sizing: border-box;
text-align: left;
color: var(--black);
}
.superh1texted1{
position: relative;
}
.superh1texted1 .ctextbottomhome{
bottom: auto;
top: 10px;
max-width: 330px;
}
footer .ctextbottomhome {
padding-bottom: calc(var(--paddings) * 2.5);
}
footer .ctextbottomhome p{
margin-bottom: 0px;
}
.csuperh1wrap1 .ctextbottomhome{
bottom: auto;
top: 0px;
}
.superh1texted .superh1,.superh1texted1 .superh1{
width: fit-content;
float: right;
}
.contentxlarge{
max-width: none;
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.csloganheader{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.slabel{
border: 1px solid var(--black);
padding: 7px;
border-radius: 100px;
padding-left: 15px;
padding-right: 15px;
}
.cmenuwrap .cmenuinner{
transform: translateY(-6px);
}
.contenttitle .cinner{
display: flex;
  align-items: center;
}
.contenttitle .row{
height: 100%;
}
.contenttitle .cinner div{
width: 100%;
}
.contenttitle{
height: 60px;
}
.contenttitle::after{
content: "";
border-bottom: 1px solid var(--black);
display: block;
width: 0px;
-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;
z-index: 12;
position: relative;

}
.scrollingwayfinish .contenttitle::after{
width: 100%;
}
.contentitle .shtitle{
margin-top: 10px;
margin-bottom: 10px;
}
.cmodelostep h3{
margin-bottom: 10px;
}
.csectionaboutrelato h3{
margin-top: var(--paddings);
margin-bottom: var(--paddingsmid);
}
.csectionaboutrelato h4{
margin-bottom: var(--paddingsmid);
}
.fontm{
font-size: var(--fontm);
}
.fonts{
font-size: var(--fonts);
}
footer h3,.htitlemargin h3,.csingledescbuilder h3{
margin-bottom: var(--paddingsmid);
}
.cstepitem h3{
margin-top: var(--paddings);
margin-bottom: var(--paddings);
}
.cmodelostep .cinner{
padding-right: var(--paddings);
padding-left: var(--paddings);
position: relative;

}

.cmodelostep:nth-child(1) .cinner{
padding-left: 0px;
}
.cmodelostep .cinner p{
max-width: 340px;
}
.cmodelostep .cinner::after{
content: "";
display: block;
height: 0%;
position: absolute;
right: 0px;
top: 0px;
-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;
border-right: 1px solid var(--black);
}
.cmodelostep:nth-child(2) .cinner::after,.cmodelostep:nth-child(4) .cinner::after{
bottom: 0px;
top: auto;
}
.scrollingwayfinish .cmodelostep .cinner::after{
height: 100%;
}
.cmodelostep:last-child .cinner::after{
display: none;
}
.cmodelostep{
--cnumberpadding:15vw;
}

.cnumber{
font-size: calc(55px + 8vw);
font-weight: 700;
line-height: 0.75;
}
.centornositemnumber{
font-size: calc(55px + 16vw);
font-weight: 700;
line-height: 0.75;
text-align: right;
}
.cflextopbot{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cmodelostep .cinner{
gap: 15vw;
}
.cmodelostep:nth-child(2) .cnumber,.cmodelostep:nth-child(4) .cnumber{
order: 2;
}
.cmodelostep:nth-child(2) .cmodelostepdesc,.cmodelostep:nth-child(4) .cmodelostepdesc{

order: 1;
}
.csectionmodel .contentxlarge{
z-index: 10;
position: relative;
}
.cbgmodel{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-image: url('img/modelo.jpg');
background-position: center;
background-size: cover;
}
.hanimhome{
overflow: hidden;
}
.hanimhome .ctohcubic{
transform: translateY(100%);

}
.scrollingwayfinish .hanimhome .hcubic{
transform: translateY(0%);
}
.hcubicdone{
transform: translateY(0%)!important;
}
footer .hcubicdone{
transform: translateY(110%)!important;

}
footer.scrollingwayfinish .hcubicdone{
transform: translateY(0%)!important;

}
.hcubic.ctohcubic1{transition-delay:0.1s;}
.hcubic.ctohcubic2{transition-delay:0.3s;}
.hcubic.ctohcubic3{transition-delay:0.5s;}
.hcubic.ctohcubic4{transition-delay:0.7s;}


.jqlines .line{
display:block;
overflow:hidden;
}
.contentitledescsmall{
max-width: 500px;
}

.citemcase .contenttitle{
margin-bottom: var(--paddings);
}
.citemcase > .cinner,
.citemmodel > .cinner{
padding: var(--paddings);
padding-top: 0px;
position: relative;
}
.citemcase > .cinner::before,
.citembackdrop > .cinner::before{
content: "";
display: block;
position:absolute;
top:0px;
left:0px;
height:100%;
opacity: 0;
width:100%;
background: var(--lightgray);
-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.citemcase.scrollingwayfinish > .cinner::before,
.citembackdrop.scrollingwayfinish > .cinner::before{
opacity: 1;
}
.citemcase .cinner *[class^="col"],
.citembackdrop .cinner *[class^="col"]{
margin-bottom: 0px!important;
}
.citemcase .cinner .cinner,
.citembackdrop .cinner .cinner{
margin:0px!important;
}
.cdevice svg{
display: block;
width: 100%;
height: auto;
}
.cdevice{
position: relative;
}

.cscreenoverlay{
position: absolute;
left: 10.50%;
top: 4.6%;
width: 78.9%;
height: 86.4%;
overflow: hidden;
}
path[d="M1743.6 46.6652H186.852V901.136H1743.6V46.6652Z"] {
  stroke: none !important;
}
.cscreenoverlayinner{
    transform: scale(1.005);
position: relative;
height: 100%;
background: var(--lightgray);
}
.cscreenoverlayinner img,.cscreenoverlayinner video{
height: 100%;
width: 100%;
display: block;
object-fit:cover;
background-size: cover;
}
.ccaseitemdevice .cdevice{
width: calc(111% + var(--paddings) + var(--paddings));
}
.citemcase > .cinner{
overflow: hidden;
}
.shbot{
margin-bottom: 10px;
}
.ccasedesc p{
max-width: 500px;
}
.ccasedesc{
gap:var(--paddings);
}
.citemcase {
margin-bottom: var(--paddingsmid)!important;
}
.contentcaseshome .citemcase:last-child{
margin-bottom: 0px!important;
}
.ccontentmore{
height: var(--headerheight);
}
.fcentercenter{
display: flex;
justify-content: center;
align-items: center;
}
.csectiongray{
background: var(--lightgray);
}
.fbottom{
display: flex;
align-items: flex-end;
}
.cformlead{
padding-bottom: var(--paddings);
}
.ccoltextarea .cinner{
position: relative;
}
.cfooter{
min-height: 100vh;
position: relative;
overflow: hidden;
}
.cfooterslogan svg{
display: block;
width: 100%;
height: auto;
}
.cfooter .superh1{
color: var(--lightgray);
}
.clegalbottom{
color: var(--black);
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.clegalbottom .contenttitle{
position: relative;
padding-left: 0px;
padding-right: 0px;
}
.clegalbottom .contenttitle::after{
position: absolute;
top: 0px;
left: 0px;
}
.cfooterlegal{
text-align: right;
}

.contenttitle .cfooterlegal{
justify-content: flex-end;

}
.contenttitle .cfooterlegal a{
text-decoration: none;
margin-left: var(--paddingsdouble);
}
footer .csuperh1wrap2{
transform: translateX(25px) translateY(25px);
}
.clegalbottom{
background: white;
z-index: 20;
position: relative;
}
.superh1{
pointer-events: none;
}
.cformgracias{
text-align: center;
padding-bottom: var(--paddings);
padding-top: var(--paddings);
color: var(--success);
border: 1px solid var(--success);
margin-bottom: var(--sectionmargin);
border-radius: 10px;
font-size: var(--fontm);
}
.citemcasesmall .cta{
background: transparent;
padding: 0px;
text-decoration: underline;
color: black;
border: 0px;
font-weight: 400;
}
.citemcasesmall .ccaseitemdevice .cdevice
{
width: 160%;
}
.ccolcaseleft{
width: 45%;
}
.ccolcaseright{
width: 55%;
}
.citemcase a{
display: block;
height: 100%;
}
.contentcaseshome{
--gap:calc(var(--paddingsmid) / 2);
}
.contenttitle .textright br{
display: none;
}
.contentitledescmid{
max-width: 620px;
}
.contentitledescsmid{
max-width: 720px;
}
.contentitledesclarge{
max-width: 820px;
}
.centornositemdesc{
max-width: 500px;
font-size: var(--fontm);
}

.centornositemdesc{
margin-top: 5vw;
}
.llinebot,.llineleft,.llineright{
position: relative;
}
.llinebot::after{
border-bottom: 1px solid var(--black);
content: "";
display: block;
padding-top: var(--paddings);
}
.llinetop::before{
border-top: 1px solid var(--black);
content: "";
display: block;
padding-bottom: var(--paddings);
}
.llineleft::after,.llineright::after{
border-left: 1px solid var(--black);
content: "";
display: block;
position: absolute;
top: 0px;
left: 0px;
height: 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;

}
.llineright::after{
left: auto;
right: 0px;
}
.scrollingwayfinish .llineleft::after,
.scrollingwayfinish .llineright::after{
height: 100%;
}
.csectionentornos .contentitleknowhow .row{
  align-items: flex-start;
}

.csectionentornos .cstickytopheader{
  height: auto!important;
}
.contenttitle.cstickytop{
z-index: 10;
background: white;
}
.contentitlecase,.contentitlecase h1 *{
text-align: center!important;
}

.contentitledescsingle{
max-width: 850px;
margin: auto;
font-size: var(--fontm);
}
.contentitlecase h1{
margin-bottom: var(--paddingsdouble)!important;
}
.cprojectbuilder section:nth-child(odd){
background: var(--lightgray);
}

.csingledescbuilder img{
margin-top: var(--paddings);
margin-bottom: var(--paddingsmid);
}
.cprojectbuilder{
--gap:calc(var(--paddingsmid) / 2);
}
.csectionprojectitem{
padding-bottom: var(--sectionmargin);
font-size: var(--fontm);
}
.csingledescbuilderdesc{
max-width: 800px;
padding-right: var(--paddingsdouble);
}
.ccontentfree .csingledescbuilderdesc{
padding-right: var(--sectionmargin);
padding-top: var(--paddings);
}
.ccontentfree .csingledescbuilderdesc h3{
max-width: 400px;
}
.cprojectbuilder .col50 img,.cprojectbuilder .col50 video{
border: 1px solid var(--lightgray);
aspect-ratio:1920/1080;
object-fit:cover;
height: auto;
}
.csingledescbuilder{
padding-bottom: 30px;
}
.cprojectbuilder .col100 img,.cprojectbuilder .col100 video{
border: 1px solid var(--lightgray);
aspect-ratio:1920/1080;
object-fit:cover;
height: auto;
}
.csectiontext{
text-align: center;
height: 100%;
}
.csectionfulllastproject{
background: var(--gray);
}
.csectionfulllastproject .csectionopa{
background:#dadada;
}
.csectionfulllastproject .csectionbg{
filter: grayscale(100%);
}
.csectionfulllastproject .csectionbg img,.csectionfulllastproject .csectionbg video{
width: 100%;
height: 100%;
object-fit:cover;
}
/* .csectiontextfulllast *{
color: white;
}
.csectiontextfulllast svg *:last-child{
fill: white;
} */
.csectiontextfulllast{
max-width: 800px;
margin: auto;
font-size: var(--fontm);
}
.csectiontextfulllast h4{
margin-top: var(--paddings);
margin-bottom: var(--paddings);
}
.csectiontextfulllast p{
margin-bottom: var(--paddings);
}
.csectiontextfulllast h4,.csectiontextfulllast p{
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.csectiontextfulllast .cta{
width: 80%;
box-sizing: border-box;
max-width: 500px;
}
.csectiontextfulllast svg{
margin-bottom: var(--paddings);
display: inline-block;
width: 95px;
height: auto;
}
.csectioncasosrelated .citemcase{
margin-bottom: 0px!important;
}
.ch1{
text-align: left;
}

.citemmodel{

}
.citemsupernumber .cinner{
display: flex;
align-items: flex-end;

}
.cnumbermodel{
font-size: calc(55px + 22vw);
line-height: 0.75;
font-weight: 700;
transform: translateX(-15px) translateY(5px);
}
.citemmodeldesc h3{
max-width: 530px;
margin-bottom: var(--paddingsmid);
}
.citemmodeldesc h4{
max-width: 530px;
margin-top: var(--paddingsdouble);
margin-bottom: var(--paddingsmid);
}
.citemmodeldesc p{
max-width: 700px;
}
.citemmodeldesc{
margin-top: var(--paddingsmid);

}
.citemmodeldesc .cinner{
padding-left: var(--paddings);
}


.citemmodel2 .cinner::before{background-color: #C8D0D2;}
.citemmodel3 .cinner::before{background-color: #A1AEB1;}
.citemmodel4 .cinner::before{background-color: #879CA1;}



.contentmodelo .citemmodel .cinner{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.citemmodel{
padding-bottom: var(--paddings);
font-size: var(--fontm);
}
.contentitledesccontact{
font-size: var(--fontm);
}
.contentitledesccontact h4{
margin-bottom: var(--paddingsmid);
}
.template-page-contacto .csectioncontact {
background: white;
}
.template-page-contacto .csectioncontact .iinputdefault,
.template-page-contacto .ccoltextarea .cinner {
background: var(--lightgray);;
}
.template-page-contacto .clabelcv label:hover {
    background: #ccc;
    border-color: #ccc;
}
.csectioncontactinfo{
text-align: center;
font-size: var(--fontm);
}
.csectioncontactinfo a{
font-size: var(--fontm);
text-decoration: underline;
}
.csectioncontactinfo h4{
margin-bottom: var(--paddingsmid);
}
.cpageblanktext{
max-width: 1200px;
}
.cpageblanktext *{
font-size: var(--fontm);
text-transform: none;
}
.cpageblanktext h2,.cpageblanktext h3,.cpageblanktext h4,.cpageblanktext h5{
margin-bottom: var(--paddingsmid);
}
.clegalstop a{
margin-left: 30px;
}
.c404wrap{
text-align: center;
}
.c404wrap ul,.c404wrap li{
padding: 0px;
margin: 0px;
display: inline-block;
}
.c404wrap li{
margin-left: 30px;
margin-right: 30px;
}
.c404wrap h4{
margin-top: var(--sectionmargin);
margin-bottom: var(--sectionmarginmid);
}

.c404wrap{
height: calc(100vh - var(--headerheight));
}
.cmenuwrap li 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;

}
.cmenuwrap li a:hover,.current-menu-item a,.single-case-study .cmenuwrap li:nth-child(1) a{
color:var(--color1);
}
.home .cmenuwrap li a:hover,.home .current-menu-item a{
color:white;
font-weight: 300;
}
section{
overflow: hidden;
}
.contentitleabout *{
text-align: center;
max-width: 1300px;
padding-left: var(--paddings);
padding-right: var(--paddings);
}
.contentitleabout .contentitledesc{
max-width: 560px;
}
.contentitleabout .slabel{
width: fit-content;
margin: auto;
}
.contentitleabout .contentitledesc p{
margin-bottom: 20px;
}
.contentitleabout svg{
width: 11vw;
min-width: 120px;
height: auto;
display: block;
margin: auto;
margin-bottom: 30px;
}
.ctitlelogo{
margin: auto;
}
.contenttitle{
position: relative;
}
.contenttitleinner{
height: 100%;
display: flex;
    align-items: center;
}

.cstepitem .cinner{
padding: var(--paddings);
padding-top: 0px;
background: #C8D0D2;
font-size: var(--fontm);
padding-bottom: var(--paddingsdouble);
}
.cstepitem .cinner p{
max-width: 500px;
}
.csectionsteps{
--gap:calc(var(--paddingsmid) / 2);
}
.cstepitem2 .cinner{
background: #A1AEB1;
}
.cstepitem3 .cinner{
background: #879CA1;
}
.ctextoaboutlimit1{
max-width: 500px;
}
.csectionaboutrelato{
font-size: var(--fontm);
}
.caboutcol2 img{
margin-top: var(--paddings);
margin-bottom: var(--paddings);
}
.caboutcol1 .cinner{
padding-right: var(--paddings);
}
.caboutcol2 img,.caboutcol1 img{
display: block;
}
.ctextoaboutlimit2{
max-width: 650px;
}
.ctextoaboutlimit3{
max-width: 550px;
}
.ctextoaboutlimit4{
max-width: 560px;

}
.cvfluid img,.cvfluid p{
height: 100%;
object-fit:cover;
}
.csingledescbuilderdesc h4{
padding-bottom: var(--paddingsmid);
}
.csingledescbuilderdesc{
font-size: var(--fontm);
}
.cdevice svg path{
stroke-width:1;
vector-effect: non-scaling-stroke;
}
.cdevice svg path{
stroke:white;
}
path[d="M1743.6 46.6652H186.852V901.136H1743.6V46.6652Z"],
path[d="M4.32725 947H1924.68C1926.51 947 1928 948.432 1928 950.198V972.803C1928 974.568 1926.51 976 1924.68 976H4.32725C2.49002 976 1 974.568 1 972.803V950.198C1 948.432 2.49002 947 4.32725 947Z"] {
  stroke: none !important;
}
.cheaderwhite .cmenuwrap a:hover{
color: var(--color1)!important;
}
.ccaseitemdevicesingle .cdevice{
max-width: 1100px;
margin: auto;
}
.cmediaplacer{
background: var(--gray);
margin-top: var(--paddings);
margin-bottom: var(--paddings);
position: relative;
aspect-ratio:19/7;
display: flex;
  align-items: center;
  justify-content: center;

background: linear-gradient(119deg, #ECECEC 16.87%, #DCDCDC 61.67%);
/* border: 1px solid var(--color1);
box-sizing: border-box; */
}
.col50 .cmediaplacer{
aspect-ratio:19/11;
}
.cmediaplacer video,.cmediaplacer img{
max-height: 80%;
width: auto!important;
max-width: 1400px;
/* border-radius: 15px; */
border: 1px solid var(--color1);
box-sizing: border-box;
}

.cmediaplacer video,.cmediaplacer img{
max-height: 70%;
width: auto!important;
max-width: 1400px;
/* border-radius: 15px; */
border: 1px solid var(--color1);
box-sizing: border-box;
}
.cmediaplacer{
border: 1px solid #ccc;

}
.cmediaplacer video,.cmediaplacer img{
border: 0px!important;
border-radius: 10px;

box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.col50 .cmediaplacer video,.col50 .cmediaplacer img{
border-radius: 10px;

box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}


.csectionfulllastproject .csectionbg video,
.csectionfulllastproject .csectionbg img{
filter: blur(9.5px)!important;
}
.contentcasesgrid .citemcase:last-child {
    margin-bottom: var(--paddingsmid) !important;
}
.csectiondarkgray{
background: #C8D0D2;
}
