/*
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:20px;
  --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: 12px;
  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;
}


.ctaheaderidiomas>div {
    margin-top: 0px!important;
    }
.cheader .ctaheaderidiomas{
padding-top: 5px;
padding-bottom: 5px;

border-radius: 17px;
}
.cheader .ctaheaderidiomas > div{
padding-right: 17px;
padding-left: 2px;
box-sizing: border-box;

}
.ctaheaderidiomas a{
padding-top: 2px;
padding-bottom: 2px;
opacity: 0;
}
.lcurrentlanguage{
opacity: 1!important;
}
.clanguages{
right: 0px;
    top: 7px;
}
.ejq-idiomasdrop a{
opacity: 1!important;

}
.ctaheaderidiomas>div::before {
    content: "";
    display: block;
    height: 17px!important;
    width: 19px;
    cursor: pointer;
}
.cheader .ctaheaderidiomas svg {
cursor: pointer;
    right: 7px;
    top: 5px;
    width: 10px;
    height: 11px;
}
.clanguages *{
text-decoration: none!important;
font-size: 11px!important;
line-height: 1.8;
}

.clanguages svg *{
stroke: black;
}
.clanguages *{
color: black;
}
.cheader .ctaheaderidiomas{
border-color: black;
}
.cheader .ctaheaderidiomas.ejq-idiomasdrop{
    background: rgba(255, 255, 255, 0.80)!important;
}

.cheaderdark .cheader .ctaheaderidiomas.ejq-idiomasdrop{background: rgba(19, 0, 70, 0.60)!important;
}

.home .cheader .ctaheaderidiomas.ejq-idiomasdrop{
background: rgba(103, 128, 134, 0.90)!important;
}


.csloganheader{
right: 55px;
}

.cheaderwhite .cheader .ctaheaderidiomas.ejq-idiomasdrop{
    background: rgba(255, 255, 255, 0.80)!important;
}

.ctaheaderidiomas * {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge antiguo */
  user-select: none;         /* estándar */
}
.cheaderpalidblue .cheader .cmenuwrap *{
color: white!important;
}
.cheaderpalidblue .cheader .ctaheaderidiomas *{
color: white!important;
}
.cheaderpalidblue .cheader .ctaheaderidiomas{
border-color: white;
}
.cheaderpalidblue .cheader .ctaheaderidiomas.ejq-idiomasdrop{
    background: rgba(122, 119, 151, 0.80)!important;
}
.cheaderpalidblue .clanguages svg *{
stroke: white;
}
.csectionpresupuesto{
  width: 210mm;
  min-height: 297mm;
  background: white;
  box-sizing: border-box;
  background: var(--color1);
  margin: auto;
}
.csectionpresupuesto .contentxlarge{
padding: 0px;
width: 100%;
}
.csectionpresupuesto{
padding: 10px;
margin-top: 20px;
margin-bottom: 20px;

}
.cheaderpresupuesto{
border-bottom: 1px solid var(--black);
}
.cpaper{
 box-shadow:
   0 1px 2px rgba(0, 0, 0, 0.02),
   0 8px 24px rgba(0, 0, 0, 0.04),
   0 24px 60px rgba(0, 0, 0, 0.07);
}
.cheaderpresupuesto svg{
height: 45px;
width: auto;
display: inline-block;
}
.spresutitular{
font-size: 75px;
font-weight: 700;
text-transform: uppercase;
line-height: 0.9;
padding-top: 5px;
}
.spresutitular em{
color: white;
font-style: normal;
}
.csectionpresupuesto .smini{
font-size: 11px!important;
}
.cfooterpresupuesto{
border-top: 1px solid var(--black);
padding-top: 10px!important;
}
.csectionpresupuestocontent{
background: white;
}
.csectionpresupuestocontent .cheaderpresupuesto svg *[fill='white']{
fill:var(--color1);
}
.cpresupuestocontent{
padding-top: 14px!important;
}
.cpresupuestocontent h3,.cpresupuestocontent h2,.cpresupuestocontent h4,.cpresupuestocontent h5{
text-transform: none;
font-size: 20px;
margin-bottom: 20px;
color: var(--black)!important;
opacity: 1!important;
transition: none!important;
}
.cpresupuestocontent h3 *,.cpresupuestocontent h2 *,.cpresupuestocontent h4 *,.cpresupuestocontent h5 *{
opacity: 1!important;
transform: none!important;
transition: none!important;
}
.csizepage{
font-size: 15px;
}
.cpresupuestocontent p{
margin-bottom: 10px;
}
.sprice{
display: block;
font-size: 70px;
font-weight: 700;
line-height: 0.6;
}
.cpresuprice{
border-top: 1px solid var(--black);
padding-top: 15px!important;
padding-bottom: 5px!important;

}
.ccondiciones{
border-top: 1px solid var(--black);
padding-top: 5px!important;
padding-bottom: 5px!important;

}
.ccondiciones *{
font-size: 13px;
}
.ccondiciones ul{
padding-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
}
.ccondiciones p{
margin-bottom: 0px;
}

/* Presupuesto: paginación automática A4 */
.jq-presupuesto-template,
.jq-presupuesto-source{
  display: none!important;
}
.jq-presupuesto-pages{
  width: 100%;
}
.jq-presupuesto-page{
  height: 297mm;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jq-presupuesto-page-top{
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.jq-presupuesto-page-bottom{
  flex: 0 0 auto;
}
.jq-presupuesto-page-content{
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.jq-presupuesto-page-final{
  flex: 0 0 auto;
}
.jq-presupuesto-page-final:empty{
  display: none;
}
.jq-presupuesto-page-final .contentxlarge{
  padding-left: 0!important;
  padding-right: 0!important;
}

.jq-presupuesto-content-block{
  display: contents;
}
.jq-presupuesto-final-block{
  break-inside: avoid;
  page-break-inside: avoid;
}
.presupuesto-paginating .jq-presupuesto-page{
  visibility: hidden;
}
.codebusiness-page-break{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.codebusiness-page-break:before,
.codebusiness-page-break:after{
  content: "";
  display: block;
  height: 1px;
  background: #111;
  flex: 1 1 auto;
}
.codebusiness-page-break span{
  white-space: nowrap;
}
#jq-presupuesto-pagination-pages .codebusiness-page-break{
  display: none!important;
}

/* Exportador PDF frontal */
.cb-pdf-exporter{
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
}
.cb-pdf-exporter-btn{
  appearance: none;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: var(--black);
  color: #fff;
  cursor: pointer;
  width: 42px;
  height: 42px;
  padding: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease-in-out, border-color .2s ease-in-out, transform .2s ease-in-out;
}
.cb-pdf-exporter-btn:hover{
  background: #1f1f1f;
}
.cb-pdf-exporter-btn.is-regenerate-mode{
  background: var(--color1);
  border-color: var(--color1);
}
.cb-pdf-exporter-btn:disabled{
  cursor: wait;
  opacity: 1;
}
.cb-pdf-exporter-icon{
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
}
.cb-pdf-exporter-icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  height: 14px;
  border-left: 1px solid currentColor;
  transform: translateX(-50%);
}
.cb-pdf-exporter-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}
.cb-pdf-exporter-spinner{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  display: none;
  animation: cb-pdf-spin .75s linear infinite;
}
.cb-pdf-exporter-btn.is-busy .cb-pdf-exporter-icon{
  opacity: 0;
}
.cb-pdf-exporter-btn.is-busy .cb-pdf-exporter-spinner{
  display: block;
}
@keyframes cb-pdf-spin{
  to{ transform: rotate(360deg); }
}
.cb-pdf-exporter-status{
  max-width: 260px;
  min-height: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  color: #111;
  font-size: 11px;
  line-height: 1.35;
  padding: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  overflow: hidden;
  display: none;
}
.cb-pdf-exporter-status:not(:empty){
  padding: 10px 12px;
}
.cb-pdf-exporter-status.is-error{
  color: #9b1111;
  display: block;
}
.cb-pdf-exporter-status a{
  color: #111;
  font-weight: 700;
  text-decoration: underline;
}
body.cb-pdf-exporting .cb-pdf-exporter{
  pointer-events: none;
}
body.cb-pdf-exporting .copenincludepath,
body.cb-pdf-exporting .jqEditable,
body.cb-pdf-exporting .jqEditableOpt,
body.cb-pdf-exporting .jqeditableacf{
  outline: none!important;
}
body.cb-pdf-exporting #wpadminbar,
body.cb-pdf-exporting .cb-pdf-exporter,
body.cb-pdf-exporting .copenincludepath{
  display: none!important;
}
body.cb-pdf-exporting .csectionpresupuesto{
  box-shadow: none!important;
  outline: 0!important;
  border: 0!important;
  overflow: hidden!important;
  background-clip: padding-box!important;
}
body.cb-pdf-exporting .cpaper{
  box-shadow: none!important;
}
#cb-pdf-capture-stage,
#cb-pdf-capture-stage *{
  box-sizing: border-box;
}
#cb-pdf-capture-stage .csectionpresupuesto,
#cb-pdf-capture-stage .cpaper{
  box-shadow: none!important;
  border: 0!important;
  outline: 0!important;
  margin: 0!important;
}

/* Deliverables: modo slide genérico */
.cdeliverable-slide-mode{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1e1e1e;
}
.cdeliverable-track{
overflow: hidden;
}
.cdeliverable-stage{
  width: min(calc(100vw - 80px), calc((100vh - 80px) * 1728 / 960));
  max-width: calc(100vw - 80px);
  margin: 40px auto;
}
.cdeliverable-slide-mode .cdeliverable-track,
.cdeliverable-slide-mode .slick-list,
.cdeliverable-slide-mode .slick-track{
  height: 100%;
}
.cdeliverable-slide{
  width: 100%;
}
.cdeliverable-slide-ratio{
  aspect-ratio: 1728 / 960;
  width: 100%;
  background: white;
  overflow: hidden;
  box-sizing: border-box;
}
.cdeliverable-slide-inner{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cdeliverable-slide-cover .cdeliverable-slide-inner{
display: block!important;

}
.cdeliverable-slide-header,
.cdeliverable-slide-footer{
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 20;
  color: var(--black);
  pointer-events: none;
  padding: 0!important;
  width: auto;
}
.cdeliverable-slide-header{
  top: 10px;
  border-bottom: 1px solid currentColor;
}
.cdeliverable-slide-footer{
  bottom: 10px;
  border-top: 1px solid currentColor;
}
.cdeliverable-slide-header-row,
.cdeliverable-slide-footer-row{
  align-items: center;
  min-height: 45px;
}
.cdeliverable-slide-header .cinner,
.cdeliverable-slide-footer .cinner{
  display: flex;
  align-items: center;
  min-height: 45px;
}
.cdeliverable-slide-header-logo .cinner{
  justify-content: center;
}
.cdeliverable-slide-header-right .cinner,
.cdeliverable-slide-footer-right .cinner{
  justify-content: flex-end;
}
.cdeliverable-slide-header svg{
  height: 34px;
  width: auto;
  display: block;
}
.cdeliverable-slide-header .slabel{
  display: inline-block;
  line-height: 1;
  border-color: currentColor;
}
.cdeliverable-chrome-light{
  color: var(--black);
}
.cdeliverable-chrome-brand{
  color: var(--black);
}
.cdeliverable-chrome-dark{
  color: white;
}
.cdeliverable-chrome-light .cdeliverable-slide-header,
.cdeliverable-chrome-light .cdeliverable-slide-footer,
.cdeliverable-chrome-brand .cdeliverable-slide-header,
.cdeliverable-chrome-brand .cdeliverable-slide-footer{
  color: var(--black);
}
.cdeliverable-chrome-dark .cdeliverable-slide-header,
.cdeliverable-chrome-dark .cdeliverable-slide-footer{
  color: white;
}
.cdeliverable-chrome-light .cdeliverable-slide-header-logo svg *[fill='white']{
  fill: var(--color1)!important;
}
.cdeliverable-chrome-light .cdeliverable-slide-header-logo svg *[fill='black']{
  fill: var(--black)!important;
}
.cdeliverable-chrome-brand .cdeliverable-slide-header-logo svg *[fill='white']{
  fill: white!important;
}
.cdeliverable-chrome-brand .cdeliverable-slide-header-logo svg *[fill='black']{
  fill: var(--black)!important;
}
.cdeliverable-chrome-dark .cdeliverable-slide-header-logo svg *[fill='white']{
  fill: var(--color1)!important;
}
.cdeliverable-chrome-dark .cdeliverable-slide-header-logo svg *[fill='black']{
  fill: white!important;
}
.cdeliverable-scroll-mode{
  background: #5C5C5C;
}
.cdeliverable-scroll-mode .cdeliverable-stage{
  width: min(calc(100vw - 80px), calc((100vh - 80px) * 1728 / 960));
}
.cdeliverable-scroll-mode .cdeliverable-slide{
  margin: 40px auto;
}

@media print{
  body{
    background: white!important;
  }
  .csectionpresupuesto{
    margin: 0!important;
    box-shadow: none!important;
  }
  .jq-presupuesto-page{
    page-break-after: always;
    break-after: page;
  }
}
.sprice{
margin-bottom: 10px;
}
.cdeliverable-slide-header{
  padding-bottom: 7px!important;
}
.cdeliverable-slide-footer{
  padding-top: 7px!important;
}

/* Deliverable cover */

.cdeliverable-cover-marquee,
.jqmarquee{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.cmarqueetrack{
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  will-change: transform;
}
.cdeliverable-cover-marquee .cmarqueeitem{
  display: inline-block;
  vertical-align: top;
  font-family: 'proxima-nova', sans-serif;
  font-size: clamp(70px, 13.2vw, 230px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: .18em;
}
.cdeliverable-cover-marquee .cmarqueeitem.is-black{
  color: var(--black);
}
.cdeliverable-cover-marquee .cmarqueeitem.is-white{
  color: white;
}
.cdeliverable-cover{
border-bottom: 1px solid var(--black);
padding-bottom: 20px;
}
.cdeliverable-slide-cover .cdeliverable-slide-header, cdeliverable-slide-cover .cdeliverable-slide-footer{
left: 0px;
width: 100%;
padding-left: 20px!important;
padding-right: 20px!important;
box-sizing: border-box;
}
.cdeliverable-slide-cover .cdeliverable-slide-inner{
padding-top: 60px;

}
.cdeliverable-cover2 *{
font-size:620px!important;
line-height: 0.5;
}
.cdeliverable-cover1 *,.cdeliverable-cover3 *{
font-size:350px!important;
line-height: 0.5;
}
.cslideportada{
position: absolute;
bottom: 20px;
left: 20px;
font-size: 350px;
font-weight: 700;
text-transform: uppercase;
line-height: 0.8;
}
.cslideportada em{
color: white;
font-style: normal;
}
.cbycodebottom{
position: absolute;
bottom: 20px;
right: 20px;
}
.cdeliverable-slide-title{
font-size:70px;
font-weight: 700;
line-height: 0.9;
text-align: center;
margin-bottom: 40px;
}
.cdeliverable-slide-title em{
color: var(--color1);
font-style: normal;
}

.cdeliverable-slide-content{
max-width: 1200px;
width: 100%;
box-sizing: border-box;
}
.cdeliverable-numbered-grid{
max-width: 1400px;
padding-left: 20px;
padding-right: 20px;
}

.cdeliverable-numbered-grid-title p{
margin-bottom: 0px;
}
.cdeliverable-slide-intro{
text-align: center;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 23px;
line-height: 1.35;
}
.cdeliverable-numbered-grid-items{
margin-top: 58px;
display: grid;
gap: 12px;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
}
.cdeliverable-numbered-grid-cols-2 .cdeliverable-numbered-grid-items{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cdeliverable-numbered-grid-cols-1 .cdeliverable-numbered-grid-items{
grid-template-columns: 1fr;
max-width: 650px;
}
.cdeliverable-numbered-grid-item-inner{
border: 1px solid var(--black);
min-height: 62px;
box-sizing: border-box;
display: flex;
align-items: center;
padding: 0 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cdeliverable-numbered-grid-item-body{
display: inline-flex;
align-items: center;
min-width: 0;
white-space: nowrap;
}
.cdeliverable-numbered-grid-item-text{
margin-left: 8px;
}
.cdeliverable-numbered-grid-item-arrow{
position: relative;
display: inline-block;
width: 20px;
height: 15px;
flex: 0 0 20px;
margin-right: 16px;
}
.cdeliverable-numbered-grid-item-arrow::before{
content: "";
position: absolute;
left: 0px;
top: 50%;
width: 20px;
border-top: 1px solid currentColor;
transform: translateY(-50%);
}
.cdeliverable-numbered-grid-item-arrow::after{
content: "";
position: absolute;
right: 0px;
top: 50%;
width: 11px;
height: 11px;
border-top: 1px solid currentColor;
border-right: 1px solid currentColor;
transform: translateY(-50%) rotate(45deg);
transform-origin: center;
}
.cdeliverable-numbered-grid.is-unnumbered .cdeliverable-numbered-grid-item-inner{
padding-left: 22px;
}
.cdeliverable-numbered-grid.is-style-arrow_path .cdeliverable-numbered-grid-items{
max-width: 1120px;
gap: 0;
margin-top: 58px;
}
.cdeliverable-numbered-grid.is-style-arrow_path .cdeliverable-numbered-grid-item{
text-align: center;
}
.cdeliverable-numbered-grid.is-style-arrow_path .cdeliverable-numbered-grid-item-inner{
min-height: 54px;
justify-content: center;
padding-left: 30px;
padding-right: 30px;
}
.cdeliverable-numbered-grid-path-arrow{
position: relative;
display: block;
width: 20px;
height: 17px;
margin: 6px auto;
}
.cdeliverable-numbered-grid-path-arrow::before{
content: "";
position: absolute;
left: 50%;
top: 0px;
height: 17px;
border-left: 1px solid currentColor;
transform: translateX(-50%);
}
.cdeliverable-numbered-grid-path-arrow::after{
content: "";
position: absolute;
left: 50%;
bottom: 0px;
width: 8px;
height: 8px;
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
transform: translateX(-50%) rotate(45deg);
transform-origin: center;
}
.cdeliverable-slide-columns .cdeliverable-slide-inner{
display: block;
}
.cdeliverable-columns{
position: absolute;
left: 20px;
right: 20px;
top: 72px;
bottom: 72px;
max-width: none;
width: auto;
padding: 0;
box-sizing: border-box;
display: grid;
grid-template-rows: 1fr auto;
}
.cdeliverable-columns-heading{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 0;
}
.cdeliverable-columns-title{
margin-bottom: 0px;
}
.cdeliverable-columns-title p{
margin-bottom: 0px;
}
.cdeliverable-columns-intro{
margin-top: 24px;
margin-bottom: 0px;
}
.cdeliverable-columns-items{
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
width: 100%;
align-self: end;
}
.cdeliverable-columns-item-inner{
aspect-ratio: 10 / 8;
background: var(--lightgray);
box-sizing: border-box;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cdeliverable-columns-item-2 .cdeliverable-columns-item-inner{
background: #C8D0D2;
}
.cdeliverable-columns-item-3 .cdeliverable-columns-item-inner{
background: #A1AEB1;
}
.cdeliverable-columns-item-top{
display: flex;
align-items: flex-start;
gap: 24px;
}
.cdeliverable-columns-item-number{
font-size: 55px;
line-height: .8;
font-weight: 700;
letter-spacing: -0.04em;
}
.cdeliverable-columns-item-title{
padding-top: 4px;
}
.cdeliverable-columns-item-text{
max-width: 300px;
font-size: 15px;
line-height: 1.25;
}
.cdeliverable-columns-item-text p{
margin-bottom: 0px;
}
.cdeliverable-slide-structure_map .cdeliverable-slide-inner{
display: block;
}
.cdeliverable-structure-map{
position: absolute;
left: 20px;
right: 20px;
top: 72px;
bottom: 72px;
max-width: none;
width: auto;
box-sizing: border-box;
display: grid;
grid-template-rows: auto 1fr auto;
gap: 16px;
}
.cdeliverable-structure-map-title{
text-align: center;
border-bottom: 1px solid var(--black);
padding-bottom: 23px;
padding-top: 13px;
}
.cdeliverable-structure-map-main{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 0;
}
.cdeliverable-structure-map-root{
width: 180px;
margin-bottom: 12px;
}
.cdeliverable-structure-map-columns{
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 20px;
width: 1180px;
max-width: 100%;
align-items: start;
}
.cdeliverable-structure-map-column-items{
display: grid;
gap: 8px;
margin-top: 8px;
}
.cdeliverable-structure-map-box{
min-height: 58px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 8px 12px;
background: var(--color1);
color: white;
font-size: 14px;
line-height: 1.15;
}
.cdeliverable-structure-map-column-title,
.cdeliverable-structure-map-root-title,
.cdeliverable-structure-map-bottom-right .cdeliverable-structure-map-box:first-child{
background: var(--black);
color: white;
}
.cdeliverable-structure-map-box-feature{
background: #7A7797;
color: white;
}
.cdeliverable-structure-map-root-note{
margin-top: 8px;
}
.cdeliverable-structure-map-bottom{
border-top: 1px solid var(--black);
padding-top: 8px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
align-items: start;
}
.cdeliverable-structure-map-bottom-left,
.cdeliverable-structure-map-bottom-right{
display: flex;
gap: 8px;
}
.cdeliverable-structure-map-bottom-right{
justify-content: flex-end;
}
.cdeliverable-structure-map-bottom .cdeliverable-structure-map-box{
min-width: 170px;
}
.cdeliverable-slide-steps .cdeliverable-slide-inner{
display: block;
}
.cdeliverable-steps{
position: absolute;
left: 20px;
right: 20px;
top: 72px;
bottom: 72px;
max-width: none;
width: auto;
box-sizing: border-box;
display: grid;
grid-template-rows: 1fr auto;
}
.cdeliverable-steps-heading{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 0;
}
.cdeliverable-steps-title{
margin-bottom: 20px;
}
.cdeliverable-steps-title p{
margin-bottom: 0px;
}
.cdeliverable-chrome-brand .cdeliverable-steps-title{
color: white;
}
.cdeliverable-chrome-brand .cdeliverable-steps-title em{
color: var(--black);
}
.cdeliverable-steps-intro{
margin-bottom: 0px;
}
.cdeliverable-steps-items{
display: grid;
grid-template-columns: repeat(var(--deliverable-steps-count), minmax(0, 1fr));
width: 100%;
align-self: end;
}
.cdeliverable-steps-item-inner{
height: 575px;
box-sizing: border-box;
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-right: 1px solid var(--black);
}
.cdeliverable-steps-item:first-child .cdeliverable-steps-item-inner{
padding-left: 0px;
}
.cdeliverable-steps-item:last-child .cdeliverable-steps-item-inner{
border-right: 0px;
padding-right: 0px;
}
.cdeliverable-steps-item-title{
font-size: 28px;
font-weight: 700;
line-height: 1.02;
text-transform: uppercase;
margin-bottom: 14px;
}
.cdeliverable-steps-item-text{
font-size: 15px;
line-height: 1.25;
max-width: 260px;
}
.cdeliverable-steps-item-text p{
margin-bottom: 0px;
}
.cdeliverable-steps-item-number{
font-size: 130px;
font-weight: 700;
line-height: .75;
letter-spacing: -0.06em;
}
.cdeliverable-slide-cards .cdeliverable-slide-inner{
display: block;
}
.cdeliverable-cards{
position: absolute;
left: 20px;
right: 20px;
top: 72px;
bottom: 72px;
max-width: none;
width: auto;
box-sizing: border-box;
display: grid;
grid-template-rows: auto 1fr;
gap: 52px;
}
.cdeliverable-cards-heading{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 34px;
}
.cdeliverable-cards-title{
margin-bottom: 24px;
}
.cdeliverable-cards-title p{
margin-bottom: 0px;
}
.cdeliverable-cards-intro{
max-width: 1280px;
margin-bottom: 0px;
}
.cdeliverable-cards-items{
display: grid;
grid-template-columns: repeat(var(--deliverable-cards-columns), minmax(0, 1fr));
gap: 8px;
width: 100%;
align-self: end;
}
.cdeliverable-cards-item-inner{
aspect-ratio: 10 / 4.7;
background: var(--lightgray);
box-sizing: border-box;
padding: 18px 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cdeliverable-cards-item-top{
display: flex;
align-items: flex-start;
gap: 28px;
}
.cdeliverable-cards-item-number{
font-size: 60px;
line-height: .82;
font-weight: 700;
letter-spacing: -0.05em;
}
.cdeliverable-cards-item-title{
padding-top: 4px;
}
.cdeliverable-cards-item-text{
max-width: 360px;
font-size: 15px;
line-height: 1.25;
}
.cdeliverable-cards-item-text p{
margin-bottom: 0px;
}
.cdeliverable-slide-media_split .cdeliverable-slide-inner{
display: block;
}
.cdeliverable-media-split{
position: absolute;
left: 20px;
right: 0px;
top: 72px;
bottom: 72px;
max-width: none;
width: auto;
box-sizing: border-box;
display: grid;
grid-template-rows: auto 1fr;
gap: 74px;
}
.cdeliverable-media-split-heading{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 62px;
padding-bottom: 12px;
}
.cdeliverable-media-split-title{
margin-bottom: 0px;
}
.cdeliverable-media-split-title p{
margin-bottom: 0px;
}
.cdeliverable-media-split-body{
display: grid;
grid-template-columns: 50% 50%;
align-items: end;
min-height: 0;
}
.cdeliverable-media-split-copy{
align-self: stretch;
display: grid;
grid-template-rows: auto auto 1fr auto;
padding-bottom: 34px;
}
.cdeliverable-media-split-text{
padding-right: 50px;
line-height: 1.25;
}
.cdeliverable-media-split-text p{
margin-bottom: 28px;
}
.cdeliverable-media-split-bullets{
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px 46px;
max-width: 760px;
margin-top: 18px;
margin-bottom: 110px;
}
.cdeliverable-media-split-bullet::before{
content: "— ";
}
.cdeliverable-media-split-callout{
grid-row: 4;
align-self: end;
border: 1px solid var(--black);
text-align: center;
padding: 14px 18px;
max-width: 740px;
box-sizing: border-box;
}
.cdeliverable-media-split-device-slot{
height: 100%;
min-height: 520px;
position: relative;
overflow: visible;
}
.cdeliverable-media-split-device-slot .cdevice{
position: absolute;
right: -35%;
top: 0px;
height: calc(100% - 40px);
max-width: none;
}
.cdeliverable-media-split-device-slot .cdevice svg{
display: block;
height: 100%;
width: auto;
}
.cdeviceposter{
display: none!important;
}
.cb-deck-pdf-exporting .cdevice video{
display: none!important;
}
.cb-deck-pdf-exporting .cdeviceposter{
display: block!important;
}
.cb-deck-pdf-exporting #wpadminbar,
.cb-deck-pdf-exporting .copenincludepath{
display: none!important;
}
.cdeliverable-slide-summary_blocks .cdeliverable-slide-inner{
display: block;
}
.cdeliverable-summary-blocks{
position: absolute;
left: 20px;
right: 20px;
top: 72px;
bottom: 72px;
max-width: none;
width: auto;
box-sizing: border-box;
display: grid;
grid-template-rows: 1fr auto;
}
.cdeliverable-summary-blocks-heading{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 0;
}
.cdeliverable-summary-blocks-title{
margin-bottom: 0px;
}
.cdeliverable-summary-blocks-title p{
margin-bottom: 0px;
}
.cdeliverable-summary-blocks-intro{
margin-top: 24px;
margin-bottom: 0px;
}
.cdeliverable-summary-blocks-items{
display: grid;
grid-template-columns: repeat(var(--deliverable-summary-count), minmax(0, 1fr));
width: 100%;
align-self: end;
}
.cdeliverable-summary-block-inner{
height: 550px;
box-sizing: border-box;
padding: 0 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-right: 1px solid var(--black);
}
.cdeliverable-summary-block:first-child .cdeliverable-summary-block-inner{
padding-left: 0px;
}
.cdeliverable-summary-block:last-child .cdeliverable-summary-block-inner{
border-right: 0px;
padding-right: 0px;
}
.cdeliverable-summary-block-top{
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 20px;
}
.cdeliverable-summary-block-title{
font-size: 28px;
font-weight: 700;
line-height: 1.02;
text-transform: uppercase;
}
.cdeliverable-summary-block-note{
white-space: nowrap;
padding-top: 3px;
}
.cdeliverable-summary-block-text{
font-size: 18px;
line-height: 1.25;
max-width: 330px;
}
.cdeliverable-summary-block-text p{
margin-bottom: 0px;
}
.cdeliverable-summary-block-value{
font-size: 105px;
font-weight: 700;
line-height: .75;
letter-spacing: -0.06em;
white-space: nowrap;
text-align: right;
}
.cdeliverable-summary-block.has-value .cdeliverable-summary-block-bottom{
display: flex;
align-items: flex-end;
justify-content: flex-end;
height: 100%;
}
.cdeliverable-slide-closing .cdeliverable-slide-ratio{
background: var(--color1);
}
.cdeliverable-slide-closing .cdeliverable-slide-inner{
display: flex;
align-items: center;
justify-content: center;
}
.cdeliverable-closing-logo svg{
display: block;
width: 140px;
height: auto;
}
.cdeliverable-closing-logo svg *[fill='white']{
fill: white!important;
}
.cdeliverable-closing-logo svg *[fill='black']{
fill: var(--black)!important;
}
body.cb-pdf-exporting .cb-pdf-exporter,
body.cb-deck-pdf-exporting .cb-pdf-exporter{
display: flex!important;
pointer-events: none;
}
body.cb-pdf-exporting .cb-pdf-exporter-status,
body.cb-deck-pdf-exporting .cb-pdf-exporter-status{
display: none!important;
}
.cb-slide-edit-toggle-wrap{
position: fixed;
right: 74px;
top: 22px;
z-index: 999999;
opacity: 0;
pointer-events: none;
transform: scale(.92);
transition: opacity .16s ease-in-out, transform .16s ease-in-out;
}
body.cb-slide-inline-shift .cb-slide-edit-toggle-wrap,
body.cb-slide-edit-mode .cb-slide-edit-toggle-wrap{
opacity: 1;
pointer-events: auto;
transform: scale(1);
}
.cb-slide-edit-toggle{
appearance: none;
border: 1px solid var(--black);
border-radius: 999px;
background: var(--black);
color: white;
cursor: pointer;
width: 42px;
height: 42px;
padding: 0;
box-shadow: 0 8px 24px rgba(0,0,0,.18);
position: relative;
display: flex;
align-items: center;
justify-content: center;
transition: background .2s ease-in-out, border-color .2s ease-in-out;
}
.cb-slide-edit-toggle:hover,
.cb-slide-edit-toggle.is-active{
background: var(--color1);
border-color: var(--color1);
}
.cb-slide-edit-toggle-icon{
position: relative;
display: block;
width: 18px;
height: 18px;
transform: rotate(-45deg);
}
.cb-slide-edit-toggle-icon::before{
content: "";
position: absolute;
left: 7px;
top: 1px;
width: 4px;
height: 15px;
border: 1px solid currentColor;
border-radius: 2px;
box-sizing: border-box;
}
.cb-slide-edit-toggle-icon::after{
content: "";
position: absolute;
left: 8px;
top: 16px;
width: 0;
height: 0;
border-left: 2px solid transparent;
border-right: 2px solid transparent;
border-top: 5px solid currentColor;
}
.cdeliverable-slide-header [data-cb-inline-edit="1"],
.cdeliverable-slide-footer [data-cb-inline-edit="1"]{
pointer-events: auto;
}
[data-cb-inline-edit="1"],
[data-cb-presupuesto-edit="1"]{
cursor: inherit;
outline: 0 solid transparent;
outline-offset: 4px;
transition: outline-color .15s ease-in-out;
}
body.cb-slide-edit-mode [data-cb-inline-edit="1"],
body.cb-slide-edit-mode [data-cb-presupuesto-edit="1"]{
cursor: text;
}
[data-cb-inline-edit="1"]:not(.cslideportada):not(.cbycodebottom){
position: relative;
}
.cslideportada[data-cb-inline-edit="1"]{
position: absolute;
}
.cbycodebottom[data-cb-inline-edit="1"]{
position: absolute;
}
body.cb-slide-edit-mode [data-cb-inline-edit="1"].is-cb-inline-hover,
body.cb-slide-edit-mode [data-cb-inline-edit="1"]:focus,
body.cb-slide-edit-mode [data-cb-inline-edit="1"].is-cb-inline-editing,
body.cb-slide-edit-mode [data-cb-presupuesto-edit="1"].is-cb-inline-hover,
body.cb-slide-edit-mode [data-cb-presupuesto-edit="1"]:focus,
body.cb-slide-edit-mode [data-cb-presupuesto-edit="1"].is-cb-inline-editing{
outline: 1px solid var(--color1);
}
body.cb-slide-edit-mode [data-cb-inline-edit="1"].is-cb-inline-hover::after,
body.cb-slide-edit-mode [data-cb-inline-edit="1"].is-cb-inline-editing::after,
body.cb-slide-edit-mode [data-cb-presupuesto-edit="1"].is-cb-inline-hover::after,
body.cb-slide-edit-mode [data-cb-presupuesto-edit="1"].is-cb-inline-editing::after{
content: "Editar";
position: absolute;
left: 0;
top: -22px;
font-family: "Roboto Mono", monospace;
font-size: 9px;
line-height: 1;
letter-spacing: .06em;
text-transform: uppercase;
background: var(--black);
color: white;
padding: 5px 7px;
border-radius: 3px;
z-index: 999;
pointer-events: none;
}
[data-cb-inline-edit="1"].is-cb-inline-saving,
[data-cb-presupuesto-edit="1"].is-cb-inline-saving{
outline-color: #7A7797;
}
[data-cb-inline-edit="1"].is-cb-inline-saved,
[data-cb-presupuesto-edit="1"].is-cb-inline-saved{
outline-color: var(--success);
}
[data-cb-inline-edit="1"].is-cb-inline-error,
[data-cb-presupuesto-edit="1"].is-cb-inline-error{
outline-color: #9b1111;
}
[data-cb-inline-edit="1"][contenteditable="true"],
[data-cb-presupuesto-edit="1"][contenteditable="true"]{
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
body.cb-slide-edit-mode .slick-list,
body.cb-slide-edit-mode .slick-track,
body.cb-slide-edit-mode .cdeliverable-slide,
body.cb-slide-edit-mode .cdeliverable-slide-ratio,
body.cb-slide-edit-mode .cdeliverable-slide-inner{
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
body.cb-pdf-exporting [data-cb-inline-edit="1"],
body.cb-deck-pdf-exporting [data-cb-inline-edit="1"],
body.cb-pdf-exporting [data-cb-presupuesto-edit="1"],
body.cb-deck-pdf-exporting [data-cb-presupuesto-edit="1"]{
outline: none!important;
background: transparent!important;
}
body.cb-pdf-exporting [data-cb-inline-edit="1"]::after,
body.cb-deck-pdf-exporting [data-cb-inline-edit="1"]::after,
body.cb-pdf-exporting [data-cb-presupuesto-edit="1"]::after,
body.cb-deck-pdf-exporting [data-cb-presupuesto-edit="1"]::after{
display: none!important;
}
body.cb-slide-edit-mode [data-cb-repeater="1"]{
position: relative;
}
body.cb-slide-edit-mode [data-cb-repeater-item="1"]{
position: relative;
}
.cb-inline-repeater-add,
.cb-inline-repeater-delete{
appearance: none;
border: 1px solid var(--black);
background: var(--black);
color: white;
border-radius: 999px;
font-family: "Roboto Mono", monospace;
font-size: 12px;
line-height: 1;
width: 24px;
height: 24px;
padding: 0;
cursor: pointer;
position: absolute;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 16px rgba(0,0,0,.16);
}
.cb-inline-repeater-add{
right: -10px;
top: -10px;
}
.cb-inline-repeater-delete{
right: -8px;
top: -8px;
width: 20px;
height: 20px;
font-size: 13px;
opacity: 0;
transform: scale(.88);
transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}
body.cb-slide-edit-mode [data-cb-repeater-item="1"]:hover > .cb-inline-repeater-delete{
opacity: 1;
transform: scale(1);
}
body.cb-slide-edit-mode [data-cb-presupuesto-block="1"]{
position: relative;
}
.cb-presupuesto-page-break-add,
.cb-presupuesto-page-break-delete{
appearance: none;
border: 1px solid var(--black);
background: var(--black);
color: white;
border-radius: 999px;
font-family: "Roboto Mono", monospace;
font-size: 9px;
line-height: 1;
height: 22px;
padding: 0 8px;
cursor: pointer;
position: absolute;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 6px 16px rgba(0,0,0,.16);
}
.cb-presupuesto-page-break-add{
right: -8px;
bottom: -9px;
opacity: 0;
transform: scale(.94);
transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}
body.cb-slide-edit-mode [data-cb-presupuesto-block="1"]:hover > .cb-presupuesto-page-break-add{
opacity: 1;
transform: scale(1);
}
.cb-presupuesto-page-break-delete{
position: relative;
right: auto;
top: auto;
height: 24px;
white-space: nowrap;
}
.cb-presupuesto-page-break-add:hover,
.cb-presupuesto-page-break-delete:hover{
background: var(--color1);
border-color: var(--color1);
}
.cb-inline-repeater-add:hover,
.cb-inline-repeater-delete:hover{
background: var(--color1);
border-color: var(--color1);
}
.cb-inline-repeater-add.is-busy,
.cb-inline-repeater-delete.is-busy{
opacity: .55;
cursor: wait;
}
.cb-inline-repeater-add.is-error,
.cb-inline-repeater-delete.is-error{
background: #9b1111;
border-color: #9b1111;
}
.cb-inline-font-size-control{
position: fixed;
z-index: 1000000;
background: var(--black);
color: white;
border-radius: 999px;
padding: 5px;
display: flex;
align-items: center;
gap: 4px;
box-shadow: 0 8px 24px rgba(0,0,0,.22);
font-family: "Roboto Mono", monospace;
}
.cb-inline-font-size-control button{
appearance: none;
border: 1px solid rgba(255,255,255,.35);
background: transparent;
color: white;
border-radius: 999px;
width: 24px;
height: 24px;
line-height: 1;
padding: 0;
cursor: pointer;
font-size: 13px;
}
.cb-inline-font-size-control button:hover{
background: rgba(255,255,255,.15);
}
.cb-inline-font-size-control input{
width: 54px;
height: 24px;
border: 0;
border-radius: 999px;
background: white;
color: var(--black);
font-family: "Roboto Mono", monospace;
font-size: 11px;
text-align: center;
padding: 0 6px;
}
.cb-inline-font-size-control span{
font-size: 10px;
line-height: 1;
padding: 0 6px 0 2px;
text-transform: uppercase;
}

/* CodeWP AI Admin Terminal */
/* CodeBusiness deck: lienzo base 1728x960 con escalado real */
.single-deck .cdeliverable-slide-mode{
  --cb-deck-base-width: 1728;
  --cb-deck-base-height: 960;
  --cb-deck-margin: 40px;
  --cb-deck-scale-width: calc((100vw - (var(--cb-deck-margin) * 2)) / var(--cb-deck-base-width));
  --cb-deck-scale-height: calc((100vh - (var(--cb-deck-margin) * 2)) / var(--cb-deck-base-height));
  --cb-deck-scale: min(var(--cb-deck-scale-width), var(--cb-deck-scale-height));
}
.single-deck .cdeliverable-stage{
  width: calc(1728px * var(--cb-deck-scale));
  height: calc(960px * var(--cb-deck-scale));
  max-width: none;
  margin: var(--cb-deck-margin) auto;
  overflow: hidden;
}
.single-deck .cdeliverable-slide-mode .cdeliverable-track,
.single-deck .cdeliverable-slide-mode .slick-list,
.single-deck .cdeliverable-slide-mode .slick-track,
.single-deck .cdeliverable-slide-mode .cdeliverable-slide{
  height: 100%;
}
.single-deck .cdeliverable-slide-ratio{
  width: 1728px;
  height: 960px;
  max-width: none;
  aspect-ratio: 1728 / 960;
  transform: scale(var(--cb-deck-scale));
  transform-origin: 0 0;
}
.single-deck .cdeliverable-scroll-mode .cdeliverable-stage{
  width: calc(1728px * var(--cb-deck-scale));
  height: auto;
}
.single-deck .cdeliverable-scroll-mode .cdeliverable-slide{
  width: calc(1728px * var(--cb-deck-scale));
  height: calc(960px * var(--cb-deck-scale));
}
#cb-deck-pdf-capture-stage{
  position: fixed;
  left: -100000px;
  top: 0;
  width: 1728px;
  height: 960px;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
  z-index: -1;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-ratio{
  width: 1728px!important;
  height: 960px!important;
  max-width: none!important;
  aspect-ratio: 1728 / 960!important;
  transform: none!important;
  transform-origin: 0 0!important;
  margin: 0!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-inner{
  width: 100%!important;
  height: 100%!important;
}
body.cb-deck-pdf-exporting .single-deck .cdeliverable-slide-ratio{
  transform: scale(var(--cb-deck-scale));
}
@media (max-width: 480px), (max-height: 520px){
  .single-deck .cdeliverable-slide-mode{
    --cb-deck-margin: 20px;
  }
}

/* CodeWP AI Admin Terminal */
/* CodeBusiness deck: corrección numérica del scale */
.single-deck .cdeliverable-slide-mode{
  --cb-deck-base-width: 1728px;
  --cb-deck-base-height: 960px;
  --cb-deck-margin: 40px;
  --cb-deck-scale-width: calc((100vw - (var(--cb-deck-margin) * 2)) / var(--cb-deck-base-width));
  --cb-deck-scale-height: calc((100vh - (var(--cb-deck-margin) * 2)) / var(--cb-deck-base-height));
  --cb-deck-scale: min(var(--cb-deck-scale-width), var(--cb-deck-scale-height));
}

/* CodeWP AI Admin Terminal */
/* CodeBusiness deck: correcciones device, logo y PDF */
.single-deck .cdeliverable-media-split{
  right: 20px;
}
.single-deck .cdeliverable-media-split-body{
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  overflow: hidden;
}
.single-deck .cdeliverable-media-split-device-slot{
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.single-deck .cdeliverable-media-split-device-slot .cdevice{
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  width: calc(100% - 28px);
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-deck .cdeliverable-media-split-device-slot .cdevice svg{
  width: 100%;
  height: auto;
}
.single-deck .cdeliverable-slide-header-logo svg path[fill='white'],
#cb-deck-pdf-capture-stage .cdeliverable-slide-header-logo svg path[fill='white']{
  fill: #678086!important;
}
.single-deck .cdeliverable-chrome-brand .cdeliverable-slide-header-logo svg path[fill='white'],
#cb-deck-pdf-capture-stage .cdeliverable-chrome-brand .cdeliverable-slide-header-logo svg path[fill='white']{
  fill: #ffffff!important;
}
.single-deck .cdeliverable-slide-header-logo svg path[fill='black'],
#cb-deck-pdf-capture-stage .cdeliverable-slide-header-logo svg path[fill='black']{
  fill: #000000!important;
}
#cb-deck-pdf-capture-stage,
#cb-deck-pdf-capture-stage *{
  box-sizing: border-box;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide{
  width: 1728px!important;
  height: 960px!important;
  max-width: none!important;
  overflow: hidden!important;
  margin: 0!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-closing .cdeliverable-slide-ratio{
  background: #678086!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-closing-logo svg path[fill='white']{
  fill: #ffffff!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-closing-logo svg path[fill='black']{
  fill: #000000!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-media-split{
  right: 20px!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-media-split-body{
  grid-template-columns: minmax(0, 48%) minmax(0, 52%)!important;
  overflow: hidden!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-media-split-device-slot{
  min-height: 0!important;
  height: 100%!important;
  overflow: hidden!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-media-split-device-slot .cdevice{
  position: absolute!important;
  right: 0!important;
  bottom: 0!important;
  top: auto!important;
  width: calc(100% - 28px)!important;
  height: auto!important;
  max-width: 100%!important;
  max-height: 100%!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-media-split-device-slot .cdevice svg{
  width: 100%!important;
  height: auto!important;
}
#cb-deck-pdf-capture-stage .cscreenoverlayinner img,
#cb-deck-pdf-capture-stage .cscreenoverlayinner video{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}

/* CodeWP AI Admin Terminal */
/* CodeBusiness deck: device laptop ancho sin recorte */
.single-deck .cdeliverable-slide-media_split .cdeliverable-media-split{
  right: 0!important;
}
.single-deck .cdeliverable-slide-media_split .cdeliverable-media-split-body{
  grid-template-columns: minmax(0, 48%) minmax(0, 52%)!important;
  overflow: visible!important;
}
.single-deck .cdeliverable-slide-media_split .cdeliverable-media-split-copy{
  position: relative;
  z-index: 2;
}
.single-deck .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot{
  position: relative!important;
  height: 100%!important;
  min-height: 0!important;
  overflow: visible!important;
  z-index: 1;
}
.single-deck .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot .cdevice {
    position: absolute !important;
    left: auto !important;
    right: -100px !important;
    bottom: 32px !important;
    top: auto !important;
    width: 957px !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
}
.single-deck .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot .cdevice > svg{
  display: block!important;
  width: 100%!important;
  height: auto!important;
}
.single-deck .cdeliverable-slide-media_split .cscreenoverlayinner img,
.single-deck .cdeliverable-slide-media_split .cscreenoverlayinner video{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split{
  right: 0!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-body{
  grid-template-columns: minmax(0, 48%) minmax(0, 52%)!important;
  overflow: visible!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-copy{
  position: relative!important;
  z-index: 2!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot{
  position: relative!important;
  height: 100%!important;
  min-height: 0!important;
  overflow: visible!important;
  z-index: 1!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot .cdevice{
  position: absolute!important;
  left: auto!important;
  right: -120px!important;
  bottom: 40px!important;
  top: auto!important;
  width: 1080px!important;
  max-width: none!important;
  height: auto!important;
  max-height: none!important;
  transform: none!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot .cdevice > svg{
  display: block!important;
  width: 100%!important;
  height: auto!important;
}

/* CodeWP AI Admin Terminal */
/* CodeBusiness deck PDF: ajuste fino del device para igualar el single */
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot .cdevice{
  transform: scale(.91)!important;
  transform-origin: right bottom!important;
  right: -32px!important;
  bottom: 22px!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdevice-pdf-forced-poster{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  object-position: center center!important;
}

/* CodeWP AI Admin Terminal */
/* CodeBusiness deck PDF: ajuste final device media_split */
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdeliverable-media-split-device-slot .cdevice{
  transform: scale(.82)!important;
  transform-origin: right bottom!important;
  right: -92px!important;
  bottom: -2px!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cscreenoverlayinner{
  overflow: hidden!important;
}
#cb-deck-pdf-capture-stage .cdeliverable-slide-media_split .cdevice-pdf-forced-poster{
  object-fit: cover!important;
  object-position: center center!important;
}
