
.g1-title-with-url .g1-title-section{padding:6px 10px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.g1-title-with-url .g1-title-section:hover{background-color:#e6f881}@media screen and (max-width:1000px){.g1-title-with-url .g1-title-section{background-color:#e6f881;padding:8px 10px;font-size:19px;background-color:#e6f881;padding:8px 10px;margin-bottom:40px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.g1-title-section{font-size:28px;line-height:39px;color:#192642;text-transform:uppercase}.g1-title-section i{font-size:24px}@media screen and (max-width:1000px){.g1-title-section{font-size:19px;line-height:28px;margin-bottom:45px}.g1-title-section i{font-size:17px}}.g1-description-section{font-weight:300;font-size:28px;line-height:38px;color:#192642}.g1-description-section p{margin-bottom:30px}.g1-description-section p:last-child{margin-bottom:0}@media screen and (max-width:1000px){.g1-description-section{font-size:20px;line-height:28px}}.g1-intro-section{padding-top:80px;padding-bottom:100px}@media screen and (max-width:1000px){.g1-intro-section{padding-top:60px;padding-bottom:85px}}.b1-ctn-intro-btn{margin-top:40px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.b1-intro-btn{margin:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:49px;padding:0 17px;color:#192642;font-size:28px;text-transform:uppercase;background-color:#e6f881;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}.b1-intro-btn:hover{background-color:#192642;color:#ebebe0}.b1-intro-btn i{font-size:22px;margin-left:10px}@media screen and (min-width:1001px){.g1-intro-section .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.g1-intro-left{width:34.5%}.g1-intro-right{width:61.8%}}
.g2-all {
  position: relative;
  z-index: 10;
  margin-top: 100vh;
}
.g2-icon-scroll {
  display: none;
}
.g2-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.g2-banner .wancho {
  height: 100vh;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g2-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #192642;
  width: 100%;
  height: 100%;
  display: none;
}
.g2-banner.active:after {
  display: block;
}
.g2-banner-title {
  width: 100%;
  max-width: 612px;
  min-height: 187px;
  background-color: #e6f881;
  font-size: 28px;
  line-height: 37px;
  padding: 4px 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  clip-path: polygon(52px 0, 100% 0, 100% calc(100% - 52px), calc(100% - 52px) 100%, 0 100%, 0 52px);
}
.g2-banner-title p {
  margin: 0;
}
@media screen and (max-width: 745px) {
  .g2-banner-title {
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
  }
}
.g2-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.g2-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.g2-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.g2-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 745px) {
  .g2-banner-title {
    min-height: 161px;
    font-size: 19px;
    line-height: 28px;
    clip-path: polygon(27px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 27px) 100%, 0 100%, 0 27px);
  }
}


.g4-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;display:none}.g4-loading.active{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.g4-loading img{position:relative;z-index:2}.g4-loading:after{z-index:1;content:"";top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.35;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";filter:alpha(opacity=35);position:absolute}.swal2-icon.swal2-success{border:none !important}.swal2-title{font-weight:300 !important}.swal2-icon.swal2-error{border:none !important}.swal2-icon.swal2-error .swal2-x-mark{margin:0}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:none !important}.swal2-container.swal2-backdrop-show:after,.swal2-container.swal2-noanimation:after{content:"";top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.35;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";filter:alpha(opacity=35);position:absolute;z-index:1}.swal2-container .swal2-popup{z-index:2;border-radius:15px}.swal2-container .swal2-close:hover{color:#e6f881}.swal2-close:focus{-webkit-box-shadow:none !important;box-shadow:none !important;border:none !important;outline:none !important}
.form-input-radio{position:relative;display:block;margin-bottom:15px}.form-input-radio:last-child{margin-bottom:0}.form-input-radio input{display:none}.form-input-radio input:checked + label:after{opacity:1;-ms-filter:none;filter:none}.form-input-radio label{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;font-size:20px;font-weight:300;font-family:'Funnel Sans',sans-serif;color:#192642;line-height:124%;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;position:relative;padding-left:25px}.form-input-radio label:before{content:"";width:14px;height:14px;border-radius:100%;border:1px solid #192642;display:block;margin-right:20px;position:absolute;top:0;left:0;z-index:1}.form-input-radio label:after{z-index:2;content:"";width:8px;height:8px;border-radius:100%;background-color:#192642;position:absolute;top:4px;left:4px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.g5text_warning{color:#f00;font-size:12px;text-align:left;padding-top:5px;display:none;position:absolute;bottom:-15px;left:0;font-weight:bold}.g5text_warning.active{display:block}.g5-input-two{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.g5-input-two .g5-input,.g5-input-two .g5-select,.g5-input-two .g5-textarea{width:48.5%}.g5-input-two.inner{width:48.5%}.g5-input,.g5-select,.g5-textarea{margin-bottom:20px;position:relative;background-color:#fff;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:transparent;border-bottom:.5px solid #ebebe0}.g5-input ::-webkit-input-placeholder,.g5-select ::-webkit-input-placeholder,.g5-textarea ::-webkit-input-placeholder{color:#ebebe0;font-family:'Funnel Sans',sans-serif}.g5-input :-moz-placeholder,.g5-select :-moz-placeholder,.g5-textarea :-moz-placeholder{color:#ebebe0;font-family:'Funnel Sans',sans-serif}.g5-input ::-moz-placeholder,.g5-select ::-moz-placeholder,.g5-textarea ::-moz-placeholder{color:#ebebe0;font-family:'Funnel Sans',sans-serif}.g5-input :-ms-input-placeholder,.g5-select :-ms-input-placeholder,.g5-textarea :-ms-input-placeholder{color:#ebebe0;font-family:'Funnel Sans',sans-serif}.g5-input input,.g5-select input,.g5-textarea input,.g5-input select,.g5-select select,.g5-textarea select,.g5-input textarea,.g5-select textarea,.g5-textarea textarea{border:0;width:100%;height:calc((heightInput - 10px));border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;line-height:100%;background:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;line-height:40px;position:absolute;color:#ebebe0;font-weight:300;left:0;bottom:0;font-size:20px;font-family:'Funnel Sans',sans-serif;overflow:hidden;padding-left:0;padding-right:0}.g5-input input:-webkit-autofill,.g5-select input:-webkit-autofill,.g5-textarea input:-webkit-autofill,.g5-input select:-webkit-autofill,.g5-select select:-webkit-autofill,.g5-textarea select:-webkit-autofill,.g5-input textarea:-webkit-autofill,.g5-select textarea:-webkit-autofill,.g5-textarea textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 200px #192642 inset;-webkit-text-fill-color:#ebebe0;-webkit-background-color:transparent !important}.g5-input input:focus ~ .g5-input-label span,.g5-select input:focus ~ .g5-input-label span,.g5-textarea input:focus ~ .g5-input-label span,.g5-input select:focus ~ .g5-input-label span,.g5-select select:focus ~ .g5-input-label span,.g5-textarea select:focus ~ .g5-input-label span,.g5-input textarea:focus ~ .g5-input-label span,.g5-select textarea:focus ~ .g5-input-label span,.g5-textarea textarea:focus ~ .g5-input-label span{-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);-o-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);font-size:11px;opacity:1;-ms-filter:none;filter:none}.g5-input input:focus ~ .g5-input-label i,.g5-select input:focus ~ .g5-input-label i,.g5-textarea input:focus ~ .g5-input-label i,.g5-input select:focus ~ .g5-input-label i,.g5-select select:focus ~ .g5-input-label i,.g5-textarea select:focus ~ .g5-input-label i,.g5-input textarea:focus ~ .g5-input-label i,.g5-select textarea:focus ~ .g5-input-label i,.g5-textarea textarea:focus ~ .g5-input-label i{font-size:14px;-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);-o-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}.g5-input select,.g5-select select,.g5-textarea select{color:#192642;cursor:pointer}.g5-input select option,.g5-select select option,.g5-textarea select option{color:#e6f881}.g5-input select::-ms-expand,.g5-select select::-ms-expand,.g5-textarea select::-ms-expand{display:none}.g5-input select[disabled] + .input-label,.g5-select select[disabled] + .input-label,.g5-textarea select[disabled] + .input-label{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}.g5-input.inFocus,.g5-select.inFocus,.g5-textarea.inFocus{border-color:#f9f9f3}.g5-input.inFocus span,.g5-select.inFocus span,.g5-textarea.inFocus span{color:#223ece}.g5-input .g5-input-label,.g5-select .g5-input-label,.g5-textarea .g5-input-label{display:block;height:45px;pointer-events:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-radius:5px;padding-left:0;padding-right:0}.g5-input .g5-input-label span,.g5-select .g5-input-label span,.g5-textarea .g5-input-label span{margin:0;-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-o-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;-moz-transition:-moz-transform 0.2s, opacity 0.2s, font-size 0.2s;-o-transition:-o-transform 0.2s, opacity 0.2s, font-size 0.2s;-ms-transition:-ms-transform 0.2s, opacity 0.2s, font-size 0.2s;transition:transform 0.2s, opacity 0.2s, font-size 0.2s;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;height:100%;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-moz-box-pack:start;-o-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;color:#ebebe0;font-size:20px;font-family:'Funnel Sans',sans-serif;line-height:18px;font-weight:300;position:relative}.g5-input .g5-input-label span em,.g5-select .g5-input-label span em,.g5-textarea .g5-input-label span em{color:c-10;margin:0;display:inline-block;margin-left:5px}.g5-input .g5-input-label i,.g5-select .g5-input-label i,.g5-textarea .g5-input-label i{font-size:25px;color:#f00;position:absolute;right:15px;bottom:22px;display:inline-block;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition:-webkit-transform 0.2s, opacity 0.2s, font-size 0.2s;-moz-transition:-moz-transform 0.2s, opacity 0.2s, font-size 0.2s;-o-transition:-o-transform 0.2s, opacity 0.2s, font-size 0.2s;-ms-transition:-ms-transform 0.2s, opacity 0.2s, font-size 0.2s;transition:transform 0.2s, opacity 0.2s, font-size 0.2s}.g5-input .g5-input-label.fijar span,.g5-select .g5-input-label.fijar span,.g5-textarea .g5-input-label.fijar span{-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);-o-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0);font-size:11px;opacity:1;-ms-filter:none;filter:none;color:#ebebe0}.g5-input .g5-input-label.fijar i,.g5-select .g5-input-label.fijar i,.g5-textarea .g5-input-label.fijar i{font-size:16px;top:25px;-webkit-transform:translate3d(0,-15px,0);-moz-transform:translate3d(0,-15px,0);-o-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}@media screen and (max-width:1000px){.g5-input input,.g5-select input,.g5-textarea input,.g5-input select,.g5-select select,.g5-textarea select,.g5-input textarea,.g5-select textarea,.g5-textarea textarea{font-size:16px}.g5-input .g5-input-label span,.g5-select .g5-input-label span,.g5-textarea .g5-input-label span{font-size:16px}}.g5-select.iconleft select{padding-left:45px}.g5-textarea{height:120px}.g5-textarea textarea{padding-top:30px;height:100%;line-height:100%}.g5-wrap-radio{margin-top:27px;margin-bottom:33px}.g5-title-wrap-radio{font-size:13px;line-height:20px;color:rgba(0,0,0,0.85);text-align:center;margin-bottom:10px}.g5-title-wrap-radio p{margin:0}.g5-title-wrap-radio p a{color:c-11;text-decoration:underline}.g5-title-wrap-radio p em{color:c-10;font-size:18px;margin-left:5px}.g5-radio-two{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.g5-radio-two .g5-radio{margin-left:50px}.g5-radio .g5-terminos_nota{padding-top:7px;padding-left:35px}.g5-terminos_radio{font-size:14px;color:c-13}.g5-terminos_radio p{margin:0}.g5-terminos{position:relative;margin-bottom:18px}.g5-terminos.center{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:14px}.g5-terminos.bgctermino .g5-terminos_icon{background-color:#223ece}.g5-terminos.bgctermino input[type="checkbox"]{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;position:absolute;top:0;left:0}.g5-terminos.bgctermino input[type="checkbox"]:checked + label .g5-terminos_icon:before{border-color:transparent}.g5-terminos.bgctermino input[type="checkbox"]:checked + label .g5-terminos_icon:after{color:#f00;opacity:1;-ms-filter:none;filter:none;visibility:visible}.g5-terminos input[type="checkbox"]{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;position:absolute;top:0;left:0}.g5-terminos input[type="checkbox"]:checked + label .g5-terminos_icon:after{opacity:1;-ms-filter:none;filter:none;visibility:visible;color:#000}.g5-terminos_nota{position:relative;display:block;padding-left:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.g5-terminos_text{font-size:15px;line-height:140%;color:#1d252d}.g5-terminos_text p{margin:0}.g5-terminos_text p em{color:c-10;font-size:18px}.g5-terminos_text span{color:c-10;display:inline-block;vertical-align:middle}.g5-terminos_text a{color:#171c8f;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.g5-terminos_text a:hover{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.g5-terminos_icon{position:absolute;top:0;left:0;display:block;width:20px;height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.g5-terminos_icon:before{content:"";width:100%;height:100%;border-radius:4px;border:1px solid #d7d7d7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0}.g5-terminos_icon:after{content:"✓";display:block;width:100%;height:100%;line-height:15px;color:#d7d7d7;font-family:'icomoon';font-weight:bold;font-size:15px;text-align:center;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;position:absolute;top:2px;left:0}.g5-required{display:block;line-height:18px;margin-bottom:13px;color:#192642;font-size:12px}.g5-required.g5-radio-required{text-align:center;margin-bottom:23px}.g5-required em{color:c-10;margin-top:5px;font-size:20px;margin-left:5px}.g5-ver-password{position:absolute;top:0;right:13px;bottom:0;background-color:transparent;border:none;color:#ebebe0;font-size:15px;z-index:5;cursor:pointer;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.g5-calendary{position:absolute;top:0;right:13px;bottom:0;background-color:transparent;border:none;color:#000;font-size:18px}.g5-ico-especialidad{position:absolute;top:0;left:10px;bottom:0;font-size:25px;color:#223ece;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.g5-input.two-inner{border-bottom:none}@media screen and (min-width:641px){.g5-input.two-inner .g5-input,.g5-input.two-inner .g5-select,.g5-input.two-inner .g5-textarea{margin-bottom:0}}.g5-input-file{border:1px solid #192642;height:188px;position:relative;margin-bottom:24px;border-radius:20px}.g5-input-file label{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.g5-input-file input{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);height:67px !important;cursor:pointer}.g5-input-label-file{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.g5-image-upload{margin:0;text-align:center}.g5-image-upload img{max-width:100%;height:auto}.g5-text-input{padding-left:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:14px;line-height:20px}.g5-inputfile-text{margin:0;margin-top:10px;color:#192642}@media screen and (max-width:480px){.g5-inputfile-text{width:50%}}@media screen and (max-width:640px){.g5-politicas{margin-top:30px}.g5-input-two{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.g5-input-two .g5-input,.g5-input-two .g5-select{width:100%}.g5-input-two.inner{width:100%}.g5-input-two.inner .g5-input,.g5-input-two.inner .g5-select{width:100%}.g5-radio-two .g5-radio:first-child{margin-left:0}}




.wrapp-iframe-general{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:6px;overflow:hidden;background-color:#9fab26;display:block;padding-top:0}.wrapp-iframe-general:first-child{padding-top:6px}.name-dev{position:absolute;top:2px;left:0;font-family:'Arial',sans-serif;color:#9fab26;border-bottom:2px solid #9fab26;text-transform:uppercase;margin-left:15px}.btn-copy{background-color:#9fab26;display:inline-block;color:#fff;margin-bottom:10px;padding:5px;cursor:pointer}.btn-copy.hover{background-color:#808080}.inner-general{background:#fff;padding:20px 0}.general-wrapper{padding:10px;border:1px dashed #808080;width:98%;margin:auto;margin-top:30px}.block-general{padding:5px}.page-tablon header,.page-tablon footer{display:none}.tablon-item{padding:30px;padding-top:10px;border-bottom:1px solid #eee}.tablon-item:nth-child(even){background-color:#eee}.tablon-title{margin-bottom:20px;display:inline-block;padding:5px 10px;background-color:#808080;color:#fff}
.b1-banner-title {
  max-width: 750px;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e6f881;
}
.b1-banner-title p {
  margin: 0;
}
@media screen and (min-width: 1001px) {
  .b1 .wancho {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .b1 .wancho {
    padding-bottom: 45px;
  }
  .b1-banner-title {
    font-size: 28px;
    line-height: 38px;
  }
  .b1-banner-title .g2-icon-scroll {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
    font-size: 20px;
  }
}

.b10-content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.b10-description{display:block;color:#192642;font-family:'Funnel Sans',sans-serif;font-weight:300;margin:0}.b10-description p{margin:0}.b10-image{width:100%;margin:0}.b10-image img{max-width:100%;width:100%;height:auto;display:block}.b10-image-mobile{max-width:277px;width:100%;margin:0 auto}.b10-image-mobile img{max-width:100%;width:100%;height:auto;display:block}@media screen and (min-width:1001px){.b10{background-color:#f9f9f3;padding-top:172px;padding-bottom:142px}.b10-content{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b10-left{width:44.9071%;padding-top:8px}.b10-right{width:48.6245%}.b10-image-mobile{display:none}.b10-description{line-height:34px;font-size:24px}}@media screen and (max-width:1000px){.b10{background-color:#ebebe0;padding-top:79px;padding-bottom:79px}.b10-content{-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.b10-left{margin-top:50px}.b10-description{line-height:28px;font-size:20px}}


.b13{background-color:#f9f9f3;padding-top:80px;padding-bottom:85px}.b13-item-nane{min-height:48px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:18px;line-height:16px;color:#ebebe0;background-color:#223ece;padding:0 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase}.b13-list{display:grid;grid-template-columns:repeat(3,230px);gap:70px 90px}@media screen and (max-width:1400px){.b13-list{grid-template-columns:repeat(3,26.5%);gap:50px}}@media screen and (max-width:1190px){.b13-list{grid-template-columns:repeat(2,45%)}}@media screen and (max-width:1190px){.b13-list{grid-template-columns:repeat(3,30%)}}.b13-wrap-image{width:100%;height:160px;position:relative;overflow:hidden}.b13-image{position:relative;border:.5px solid #192642;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;width:100%}.b13-image img{width:100%;height:100%;display:block}.b13-corner{width:40px;height:40px;background-color:#f9f9f3;position:absolute;bottom:0;right:-1px;z-index:2;clip-path:polygon(100% 0,100% 100%,0 100%);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.b13-corner-linea{height:.5px;background-color:#192642;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;position:absolute;bottom:-11px;right:-31px;width:82px;-webkit-transform:rotate(-44deg);-moz-transform:rotate(-44deg);-o-transform:rotate(-44deg);-ms-transform:rotate(-44deg);transform:rotate(-44deg);z-index:10}@media screen and (min-width:1001px){.b13-main{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b13-left{width:321px}.b13-right{width:64.7%}}@media screen and (max-width:1000px){.b13-list{gap:5%}.b13-left{margin-bottom:60px}}@media screen and (max-width:745px){.b13-list{grid-template-columns:repeat(2,47%);gap:20px 5%}.b13-item-nane{font-size:16px;min-height:33px}.b13-wrap-image{height:109px}.b13{padding-bottom:105px;padding-top:60px}}
.b14{background-color:#f9f9f3;padding-bottom:120px}@media screen and (max-width:745px){.b14{padding-bottom:50px}}.b14-image{max-width:235px;width:100%;height:211px;overflow:hidden;background-color:#f9f9f3;clip-path:polygon(0 0,100% 0,100% calc(100% - 27px),calc(100% - 27px) 100%,0 100%)}.b14-image img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s}@media screen and (max-width:745px){.b14-image{max-width:none;height:254px}}.b14-name{font-size:28px;line-height:38px;margin-top:27px;margin-bottom:33px}@media screen and (max-width:745px){.b14-name{margin-top:40px;margin-bottom:45px;font-size:20px;line-height:38px}}.b14-description{font-size:22px;line-height:32px;font-weight:300}@media screen and (max-width:745px){.b14-description{font-size:18px;line-height:28px}}@media screen and (min-width:746px){.b14-main{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 40px;padding-bottom:45px;padding-top:40px;background-color:#e6f881;border-radius:30px}}@media screen and (max-width:745px){.b14-main .g1-title-section{line-height:28px}}.b14-list{margin-top:60px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;gap:0 90px}@media screen and (max-width:1200px){.b14-list{gap:0 40px}}@media screen and (max-width:1000px){.b14-list{display:grid;grid-template-columns:repeat(2,47%);gap:40px}}@media screen and (max-width:745px){.b14-list{display:block;margin-top:40px}}@media screen and (min-width:1001px){.b14-item{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin:0}}@media screen and (max-width:745px){.b14-item{width:100%;margin-bottom:50px;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:24px;padding-bottom:30px;background-color:#e6f881;border-radius:16px}.b14-item:last-child{margin-bottom:0}}
.b15{padding-bottom:170px;background-color:#f9f9f3}@media screen and (max-width:745px){.b15{background-color:#ebebe0;padding-top:65px;padding-bottom:105px}}.b15-media{width:100%;position:relative}.b15-video{padding-top:60%;width:60%;clip-path:polygon(110px 0,100% 0,100% calc(100% - 110px),calc(100% - 110px) 100%,0 100%,0 110px)}.b15-video video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width:745px){.b15-video{clip-path:polygon(60px 0,100% 0,100% calc(100% - 60px),calc(100% - 60px) 100%,0 100%,0 60px)}}.b15-image{position:absolute;top:0;right:0;width:59%;height:100%}.b15-image img{max-width:100%;height:100%}@media screen and (min-width:1001px){.b15-main{margin-top:65px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b15-left{width:42.4%}.b15-right{width:49.2%}}@media screen and (max-width:1000px){.b15-left{max-width:570px;margin:0 auto}.b15-main{margin-top:50px}.b15-left{margin-bottom:65px}}
.single-industries .b16-corner-linea{display:none}.single-industries .b16-image{border:none}@media screen and (max-width:745px){.single-materials .b16-wrap-image{height:238px}}.b16{padding-top:180px;padding-bottom:80px;background-color:#ebebe0}.b16-main{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.b16-intro{min-height:320px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:100%;padding:40px;padding-bottom:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:60px;background-color:#e6f881;clip-path:polygon(52px 0,100% 0,100% calc(100% - 52px),calc(100% - 52px) 100%,0 100%,0 52px)}@media screen and (min-width:1001px){.b16-intro{position:relative;left:-40px;width:104%}}.b16-title{font-size:44px;line-height:39px;font-weight:300}.b16-subtitle{font-size:28px;line-height:39px;color:#192642;max-width:440px;text-transform:uppercase}.b16-wrap-image{width:321px;height:318px;position:relative;overflow:hidden}.b16-corner-top{width:40px;height:40px;background-color:#ebebe0;position:absolute;top:0;left:-1px;z-index:2;clip-path:polygon(100% 0,100% 100%,0 100%);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:none}.b16-corner-linea-top{height:.5px;background-color:#192642;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;position:absolute;bottom:-11px;right:-31px;width:82px;-webkit-transform:rotate(-44deg);-moz-transform:rotate(-44deg);-o-transform:rotate(-44deg);-ms-transform:rotate(-44deg);transform:rotate(-44deg);z-index:10;display:none}.b16-corner{width:40px;height:40px;background-color:#ebebe0;position:absolute;bottom:0;right:-1px;z-index:2;clip-path:polygon(100% 0,100% 100%,0 100%);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.b16-corner-linea{height:1px;background-color:#192642;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;position:absolute;bottom:-11px;right:-31px;width:82px;-webkit-transform:rotate(-44deg);-moz-transform:rotate(-44deg);-o-transform:rotate(-44deg);-ms-transform:rotate(-44deg);transform:rotate(-44deg);z-index:10}.b16-image{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border:1px solid #192642}.b16-image video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.b16-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.b16-description{font-size:28px;line-height:39px;font-weight:300;padding-left:40px}@media screen and (min-width:746px){.b16-main{-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b16-left{width:321px}.b16-right{width:64.7%}}@media screen and (max-width:1200px){.b16-right{width:60%}}@media screen and (max-width:1000px){.b16-left{width:250px}.b16-wrap-image{width:250px;height:250px}.b16-title{font-size:28px;line-height:39px}.b16-subtitle{font-size:19px;line-height:28px}.b16-description{font-size:20px;line-height:28px;padding:0}.b16-main:not(.b16-top) .b16-left{width:100%}.b16-main:not(.b16-top) .b16-right{width:100%}}@media screen and (max-width:745px){.single-industries .b16-corner-top{display:block}.b16-main{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.b16-main.b16-top{-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.b16-top{margin-bottom:60px}.b16-intro{margin:0;padding-left:25px;padding-right:25px;padding-top:70px;padding-bottom:35px}.b16{padding-top:140px;padding-bottom:30px}.b16-right{width:100%}.b16-left{width:100%}.b16-wrap-image{width:100%;height:180px}.b16-intro{min-height:369px;padding-left:20px;padding-bottom:25px;padding-top:45px;padding-right:45px}}
.b17{padding-top:75px;padding-bottom:120px;background-color:#f9f9f3}.b17 .g1-title-section{margin-bottom:70px}.b17-name{color:#223ece;font-size:28px;line-height:39px;font-weight:400}.b17-description{font-weight:300;font-size:24px;line-height:33px;color:#192642}.b17-description p{margin:0}.b17-main{max-width:1174px;margin-left:auto}@media screen and (min-width:1001px){.b17-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-top:20px;padding-bottom:35px;border-top:.5px solid #192642}.b17-name{width:35.3%}.b17-description{width:56.5%}}@media screen and (max-width:1000px){.b17-name{font-size:22px;line-height:29px;margin-bottom:30px}.b17-description{font-size:16px;line-height:22px}.b17-item{padding-bottom:25px;border-bottom:.5px solid #192642;margin-bottom:30px}.b17-item:last-child{margin-bottom:0;border:none}.b17{padding:60px 0}.b17 .g1-title-section{margin-bottom:40px}}
.b18-block{background-color:#192642}.b18-title-desktop{line-height:39px;letter-spacing:.2px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:400;font-size:28px;text-transform:uppercase;margin:0}.b18-sub_title-desktop{line-height:39px;letter-spacing:.2px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:300;font-size:28px;margin:0;margin-top:30px}.b18-sub_title-responsive{line-height:28px;letter-spacing:.2px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:400;font-size:19px;margin:0;margin-bottom:40px}.b18-portada{width:100%;margin:0}.b18-portada img{max-width:100%;width:100%;height:auto;display:block}.b18-item:last-child{margin-bottom:0}.b18-item.active .b18-subtitle{background-color:#223ece;border-color:#223ece}.b18-item.active .b18-icon:before{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.b18-item.active .b18-icon:after{opacity:1;-ms-filter:none;filter:none}.b18-subtitle{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;line-height:38px;line-height:1.1;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:300;border:1px solid #ebebe0;border-radius:20px;cursor:pointer;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;padding-left:14px}.b18-subtitle:hover{background-color:#223ece;border-color:#223ece}.b18-icon{display:block;max-width:27px;width:100px;height:27px;margin:0}.b18-icon:before{content:"\e909";width:100%;height:100%;line-height:1;color:#ebebe0;font-family:'icomoon';font-size:27px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;position:absolute;top:0;left:0}.b18-icon:after{content:"\e908";width:100%;height:100%;line-height:1;color:#ebebe0;font-family:'icomoon';font-size:27px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;position:absolute;top:0;left:0}.b18-description{display:none;line-height:28px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:300;font-size:22px;padding-top:20px}.b18-description p{margin:0}.b18-title-responsive{line-height:28px;letter-spacing:.2px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:400;font-size:19px;text-transform:uppercase;margin:0;margin-bottom:25px}@media screen and (min-width:1001px){.b18-info{margin-top:100px}.b18{background-color:#f9f9f3}.b18.ptop{padding-top:80px}.b18-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-radius:30px;padding-top:43px;padding-bottom:118px;padding-left:calc(15px + (44 - 15) * ((100vw - 320px) / (1920 - 320)));padding-right:calc(15px + (131 - 15) * ((100vw - 320px) / (1920 - 320)))}.b18-left{width:53%}.b18-right{width:37%;padding-top:35px}.b18-title-desktop{display:block}.b18-sub_title-desktop{display:block}.b18-item{margin-bottom:20px}.b18-head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.b18-subtitle{font-size:22px;padding-top:4.5px;padding-bottom:4.5px;padding-right:8px}.b18-icon{position:relative;margin-left:20px}.b18-sub_title-responsive{display:none}.b18-title-responsive{display:none}}@media screen and (max-width:1000px){.b18-description{font-size:16px;line-height:22px;padding-left:16px;padding-right:36px}.b18{background-color:#ebebe0;padding-top:60px}.b18-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border-radius:21px;padding-top:40px;padding-bottom:30px;padding-left:18px;padding-right:18px}.b18-right{margin-bottom:30px}.b18-title-desktop{display:none}.b18-sub_title-desktop{display:none}.b18-portada{max-width:433px;margin:0 auto}.b18-item{margin-bottom:30px}.b18-subtitle{font-size:18px;position:relative;padding-top:8.5px;padding-bottom:8.5px;padding-right:60px}.b18-icon{position:absolute;top:0;bottom:0;right:8px;margin:auto}}
.b19{background-color:#f9f9f3}.b19 .g1-title-section i{display:none}@media screen and (max-width:1000px){.b19{padding-top:45px;background-color:#ebebe0}.b19 .b1-intro-btn{height:34px;font-size:20px}.b19 .b1-intro-btn i{font-size:18px}}
.b2{background-color:#ebebe0;padding-bottom:100px}.b2-down .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b2-cnt-tab{width:34.5%}@media screen and (max-width:1000px){.b2-cnt-tab{display:none}}.b2-listing{width:61.8%}@media screen and (max-width:1000px){.b2-listing{width:100%}}.b2-image img{width:100%;display:block;height:auto}.b2-image-responsive{margin-top:17px;height:266px}.b2-image-responsive img{width:100%;height:100%;object-fit:cover;object-position:top center}@media screen and (min-width:1001px){.b2-image-responsive{display:none}}.b2-cnt-tab{position:relative}.b2-item-tab{position:absolute;top:0;left:0;width:100%;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}.b2-item-tab.active{position:relative;opacity:1;-ms-filter:none;filter:none}@media screen and (min-width:1001px){.b2-head-tab{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;min-height:87px;border-bottom:.5px solid #192642;padding-top:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}.b2-head-tab:hover{background-color:#e6f881}.b2-head-tab:first-child{border-top:.5px solid #192642}}@media screen and (max-width:1001px){.b2-head-tab{margin-bottom:100px;display:block}.b2-head-tab:last-child{margin-bottom:0}}.b2-name-industry{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;font-weight:300;font-size:28px;line-height:32px;color:#223ece;width:40%;padding-right:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1000px){.b2-name-industry{width:100%;padding-bottom:20px;border-bottom:.5px solid #192642;display:block;margin-bottom:22px}}.b2-smal-text-industry{width:60%;font-size:18px;line-height:23px;font-weight:300}@media screen and (max-width:1000px){.b2-smal-text-industry{width:100%}}

.b21{background-color:#ebebe0;padding-bottom:126px}.b21 .g1-title-section{margin-bottom:36px}.b21-block{background-color:#192642}.b21-portada{width:100%;margin:0}.b21-portada img{max-width:100%;width:100%;height:auto;display:block}.b21-item:last-child{margin-bottom:0}.b21-item.active .b21-subtitle{background-color:#223ece;border-color:#223ece}.b21-item.active .b21-icon:before{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.b21-item.active .b21-icon:after{opacity:1;-ms-filter:none;filter:none}.b21-subtitle{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;line-height:38px;line-height:1.1;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:300;border:1px solid #ebebe0;border-radius:20px;cursor:pointer;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;padding-left:14px}.b21-subtitle:hover{background-color:#223ece;border-color:#223ece}.b21-icon{display:block;max-width:27px;width:100px;height:27px;margin:0}.b21-icon:before{content:"\e909";width:100%;height:100%;line-height:1;color:#ebebe0;font-family:'icomoon';font-size:27px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;position:absolute;top:0;left:0}.b21-icon:after{content:"\e908";width:100%;height:100%;line-height:1;color:#ebebe0;font-family:'icomoon';font-size:27px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;-ms-transition:all 0.25s ease;transition:all 0.25s ease;position:absolute;top:0;left:0}.b21-description{display:none;line-height:28px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:300;font-size:22px;padding-top:20px}.b21-description p{margin:0}.b21-title-responsive{line-height:28px;letter-spacing:.2px;color:#ebebe0;font-family:'Funnel Sans',sans-serif;font-weight:400;font-size:19px;text-align:left;text-transform:uppercase;margin:0;margin-bottom:30px}@media screen and (min-width:1001px){.b21{padding-bottom:126px}.b21-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-radius:30px;padding-top:45px;padding-bottom:81px;padding-left:calc(15px + (39 - 15) * ((100vw - 320px) / (1920 - 320)));padding-right:calc(15px + (83 - 15) * ((100vw - 320px) / (1920 - 320)))}.b21-left{width:50.5315%}.b21-right{width:37.8577%;padding-top:41px}.b21-item{margin-bottom:20px}.b21-head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.b21-subtitle{font-size:22px;padding-top:4.5px;padding-bottom:4.5px;padding-right:8px}.b21-icon{position:relative;margin-left:20px}.b21-title-responsive{display:none}}@media screen and (max-width:1000px){.b21{padding-bottom:60px}.b21 .g1-title-section{display:none}.b21-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;border-radius:21px;padding-top:26px;padding-bottom:26px;padding-left:16px;padding-right:16px}.b21-right{margin-bottom:30px}.b21-portada{max-width:463px;margin:0 auto}.b21-item{margin-bottom:30px}.b21-subtitle{font-size:18px;position:relative;padding-top:8.5px;padding-bottom:8.5px;padding-right:40px}.b21-icon{position:absolute;top:0;bottom:0;right:8px;margin:auto}}
.b22{background-color:#ebebe0}.b22 .g1-title-section i{display:none}
.b23{padding-bottom:150px;background-color:#ebebe0}.b23-description{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;position:relative;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:55px;padding-left:45px;padding-bottom:35px;padding-right:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b23-description svg{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width:746px){.b23-svg-mobile{display:none}}.b23-image{height:445px;clip-path:polygon(50px 0,100% 0,100% calc(100% - 50px),calc(100% - 50px) 100%,0 100%,0 50px)}.b23-image video{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.b23-text{font-size:38px;line-height:50px;font-weight:500;color:#223ece}.b23-text p{margin:0}.b23-name{font-size:22px;line-height:29px;color:#223ece}@media screen and (min-width:1001px){.b23-item-testimony{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.b23-description{width:62%}.b23-image{width:38%;position:relative;z-index:4;left:1px}}@media screen and (max-width:1000px){.b23-image{height:225px}.b23-text{font-size:24px;line-height:30px;margin-bottom:50px}.b23-name{font-size:18px}.b23-description{padding:35px 25px}.b23{padding-bottom:74px}}@media screen and (max-width:745px){.b23-svg-desktop{display:none}}
.b24{padding-bottom:140px;background-color:#ebebe0}.b4-inn-title-section{margin-bottom:55px}.b24-item-value{clip-path:polygon(90px 0,100% 0,100% calc(100% - 90px),calc(100% - 90px) 100%,0 100%,0 90px);background-color:#f9f9f3;padding:25px;padding-top:90px;min-height:416px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b24-item-value:nth-child(1){clip-path:polygon(0 0,calc(100% - 90px) 0,100% 90px,100% 100%,0 100%,0 0)}.b24-item-value:nth-child(3){clip-path:polygon(0 0,100% 0,100% 100%,90px 100%,0 calc(100% - 90px),0 0)}.b24-title{font-size:32px;line-height:26px;color:#223ece;margin-bottom:70px}.b24-description{font-size:20px;line-height:28px}.b24-description p{margin:0}@media screen and (min-width:1001px){.b24-list-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (max-width:1000px){.b24{padding-bottom:90px}.b24-item-value{margin-bottom:30px;padding:35px 25px;padding-top:40px;min-height:0}.b24-item-value:nth-child(1){clip-path:polygon(0 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%)}.b24-item-value:nth-child(2){clip-path:polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,30px 100%,0 calc(100% - 30px))}.b24-item-value:nth-child(3){clip-path:polygon(30px 0,100% 0,100% 100%,0 100%,0 30px)}.b24-item-value:last-child{margin-bottom:0}.b24-title{font-size:22px;line-height:20px;margin-bottom:45px}}
section[data-section="bloque-25"] .b23-item-testimony{-webkit-box-direction:reverse;-moz-box-direction:reverse;-o-box-direction:reverse;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-flow:row-reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}@media screen and (min-width:1001px){section[data-section="bloque-25"] .b23-image{position:relative;z-index:4;left:-2px}}

.b27{background-color:#ebebe0}.b27-title{color:#192642;font-size:28px;text-transform:uppercase;line-height:39px;font-family:'Funnel Sans',sans-serif;font-weight:400}.b27-item{color:#223ece;font-family:'Funnel Sans',sans-serif;font-weight:300;font-size:28px;line-height:55px;border-bottom:1px solid #192642;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b27-item:last-child{border-bottom:none;padding-bottom:0}.b27-item:first-child{padding-top:0}@media screen and (min-width:1001px){.b27{padding-bottom:142px}.b27 .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b27-left{width:34.5%}.b27-right{width:61.8%}}@media screen and (max-width:1000px){.b27{padding-top:0;padding-bottom:87px}.b27-title{font-size:19px;line-height:28px;margin-bottom:26px;letter-spacing:.2px}.b27-item{font-size:22px;line-height:29px;padding:20px 0}.b27-item:last-child{padding-bottom:0}.b27-item:first-child{padding-top:0}.b27-left{margin-bottom:35px}}
.formError .formErrorArrow div{background:#e6f881 !important}.formError .formErrorContent{background:#e6f881 !important;color:#192642 !important}.page-contact-us .footer{border-top:.5px solid #ebebe0}.b28{background-color:#192642;padding-top:80px;padding-bottom:65px}.b28-form{width:100%}.b28-label{font-weight:300;font-size:20px;font-family:'Funnel Sans',sans-serif;line-height:13px;color:#ebebe0}.b28-label.textarea{margin-top:20px}@media screen and (max-width:1000px){.b28-label{font-size:15px}}.b28-text-area{padding-top:15px}.b28-text-area textarea{height:282px;width:100%;border:.5px solid #ebebe0;background:transparent;padding:10px;font-size:15px;font-weight:300;font-family:'Funnel Sans',sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#ebebe0}@media screen and (max-width:1000px){.b28-text-area textarea{height:173px}}.b28-send{width:171px;height:46px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;color:#ebebe0;font-size:20px;letter-spacing:2px;text-transform:uppercase;background:none;padding:0;border:.5px solid #ebebe0;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}.b28-send:hover{background-color:#ebebe0;color:#192642}@media screen and (max-width:1000px){.b28-send{width:77px;height:34px;font-size:16px}}.b28-cnt-btn{margin-top:20px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}@media screen and (min-width:1001px){.b28-form-inner{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.b28-left{width:36.6%}.b28-right{width:61.9%}}@media screen and (max-width:1000px){.b28{padding-bottom:35px;padding-top:60px}.b28 .g5-input,.b28 .g5-select,.b28 .g5-textarea{margin-bottom:30px}}
.b29{background-color:#f9f9f3}.b29 .g1-title-section i{display:none}@media screen and (min-width:1001px){.b29 .g1-intro-right{padding-top:80px;width:64.7%}}
.b3{padding-bottom:124px;background-color:#f9f9f3}.b3-left{width:34.5%}.b3-right{width:61.8%}.b3-top .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.b3-formula{min-height:46px;padding:0 15px;border-bottom:.5px solid #192642;font-size:24px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#223ece;font-weight:300}.b3-formula sub{bottom:0;font-weight:400}.b3-formula p{margin:0}@media screen and (max-width:746px){.b3-formula{min-height:51px}}@media screen and (min-width:746px){.b3-list-materials{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}}.b3-item-material{display:block;background-color:#ebebe0;clip-path:polygon(0 0,100% 0,100% calc(100% - 52px),calc(100% - 52px) 100%,0 100%)}.b3-item-material img{width:100%;height:auto}.b3-item-material video{width:100%;height:100%;object-fit:cover;object-position:center}.b3-item-material:hover .b3-figure{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}@media screen and (max-width:745px){.b3-item-material{margin-bottom:70px}.b3-item-material:last-child{margin-bottom:0}}.b3-figure{position:relative;z-index:2;background-color:#ebebe0;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}@media screen and (max-width:745px){.b3-figure{height:275px}.b3-figure img{width:100%;height:100%;object-fit:cover;object-position:center}}.b3-multimedia{position:relative}.b3-video-material{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.b30{padding-bottom:120px;background-color:#f9f9f3}.b30 .g1-title-section{margin-bottom:70px}.b30-name{color:#223ece;font-size:28px;line-height:39px;font-weight:400}.b30-description{font-weight:300;font-size:24px;line-height:33px;color:#192642}.b30-description p{margin:0}@media screen and (min-width:1001px){.b30-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-top:20px;padding-bottom:35px;border-top:.5px solid #192642}.b30-name{width:37.3%}.b30-description{width:51.5%}}@media screen and (max-width:1000px){.b30-name{font-size:22px;line-height:29px;margin-bottom:30px}.b30-description{font-size:16px;line-height:22px}.b30-item{padding-bottom:25px;border-bottom:.5px solid #192642;margin-bottom:30px}.b30-item:first-child{border-top:.5px solid #192642;padding-top:27px}.b30-item:last-child{margin-bottom:0}.b30{padding-bottom:100px}.b30 .g1-title-section{margin-bottom:40px}}
.b31{background-color:#ebebe0}.b31 .g1-title-section i{display:none}








.b4{position:relative;padding-top:60px;padding-bottom:60px}@media screen and (max-width:1000px){.b4{background-color:#ebebe0;padding-left:30px;padding-right:30px}.b4 .wancho{padding:0}}.b4-bg img{object-fit:cover;object-position:center;width:100%;height:100%}@media screen and (min-width:1001px){.b4-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}}@media screen and (max-width:1000px){.b4-bg{height:184px;width:100%;margin:0 auto}}.b4-main{margin:0;min-height:543px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:65px 50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s}.b4-main .g1-title-section,.b4-main .g1-description-section{-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s}@media screen and (min-width:1001px){.b4-main{max-width:663px;margin-left:auto;z-index:2;background:rgba(230,248,129,0.48);clip-path:polygon(52px 0,100% 0,100% calc(100% - 52px),calc(100% - 52px) 100%,0 100%,0 52px);backdrop-filter:blur(5px)}.b4-main:hover{background-color:#192642}.b4-main:hover .g1-title-section,.b4-main:hover .g1-description-section{color:#ebebe0}}@media screen and (max-width:1000px){.b4-main{padding:0 25px;padding-top:50px;padding-bottom:45px;margin:0;background-color:#192642;min-height:380px;clip-path:polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)}.b4-main .g1-title-section{color:#ebebe0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;font-size:19px;padding:10px 15px;background-color:#e6f881;color:#192642}.b4-main .g1-description-section{color:#ebebe0}.b4-main .g1-description-section{font-size:18px;line-height:25px}}










.b5-description{font-size:28px;line-height:38px;font-weight:300;margin-bottom:75px}.b5-description p:last-child{margin-bottom:0}.b5{background-color:#223ece;color:#fff;padding-bottom:160px;padding-top:110px}.b5 .g1-title-section,.b5 .g1-description-section{color:#fff}@media screen and (max-width:1000px){.b5{padding:75px 0}.b5 .g1-title-section{margin-bottom:60px}.b5 .g1-description-section p:last-child{margin:0}}.b5-btn{height:90px;max-width:662px;margin:0;margin-top:80px;width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative}.b5-btn svg{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s;fill:#223ece}.b5-btn:hover svg{fill:#e6f881}.b5-btn:hover .b5-btn-text{color:#192642}@media screen and (max-width:1000px){.b5-btn{height:67px;margin-top:40px}}.b5-btn-text{padding:4px 30px;color:#ebebe0;font-size:24px;line-height:38px;text-transform:uppercase;text-align:center;position:relative;z-index:2}@media screen and (max-width:1000px){.b5-btn-text{font-size:16px;line-height:21px;text-align:left}}@media screen and (min-width:1001px){.b5-left{width:34.5%}.b5-right{width:61.8%}.b5 .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}}

.b6{background-color:#f9f9f3}.b6 .g1-title-section i{display:none}
.b7{padding-bottom:175px;background-color:#f9f9f3}@media screen and (max-width:1000px){.b7{padding-bottom:105px}}@media screen and (min-width:1001px){.b7-content{display:grid;grid-template-columns:repeat(2,1fr);gap:90px 36px}}.b7-image{position:relative;clip-path:polygon(0 0,100% 0,100% calc(100% - 27px),calc(100% - 27px) 100%,0 100%);width:100%}.b7-image img{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (min-width:1001px){.b7-image{height:365px}}@media screen and (max-width:1000px){.b7-image img{height:192px}}.b7-item{width:100%}@media screen and (min-width:1001px){.b7-item:hover .b7-name{background-color:#e6f881}.b7-item:hover .b7-summary{opacity:1;-ms-filter:none;filter:none}}@media screen and (max-width:1000px){.b7-item{margin-bottom:55px;display:block}.b7-item:last-child{margin-bottom:0}}.b7-summary{background-color:#192642;color:#fff;font-weight:300;font-size:28px;line-height:38px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:end;-moz-box-align:end;-o-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;padding:45px 60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (min-width:1001px){.b7-summary{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}}@media screen and (max-width:1000px){.b7-summary{padding:22px;padding-top:25px;font-size:16px;line-height:22px}}.b7-name{-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;min-height:47px;padding-left:15px;padding-right:20px;font-size:28px;background-color:#ebebe0;margin-bottom:30px;display:-webkit-inline-box;display:-moz-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-box;display:inline-flex}.b7-name i{margin-left:20px;font-size:18px}@media screen and (max-width:1000px){.b7-name{margin-bottom:0;background-color:#192642;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;color:#e6f881;font-size:22px;font-weight:300;padding:0 23px;padding-top:27px}}
.b8{background-color:#ebebe0}.b8 .g1-title-section i{display:none}
.b9-wrap-control{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding-top:60px;padding-bottom:100px}@media screen and (max-width:1000px){.b9-wrap-control{display:none}}.b9-control-circle{width:15px;height:15px;border:1px solid #192642;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.b9-contro-sl{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#e6f881;border-radius:30px;padding-left:25px;padding-right:25px;gap:0 55px}.b9-control-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:52px;background:none;border:none;margin:0}.b9-control-item.is-active .b9-control-circle{background-color:#192642}.b9-control-name{margin:0;margin-left:10px;color:#192642;font-family:'Funnel Sans',sans-serif;font-weight:300;font-size:22px}.b9-control-name p{margin:0}.b9 .slick-slide{margin:0 27px}.b9 .slick-list{margin:0 -27px}.b9-title{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;line-height:26px;color:#223ece;font-family:'Funnel Sans',sans-serif;font-weight:400;margin:0}.b9-title em{margin:0;margin-right:4px}.b9-title p{margin:0}.b9-title-icon{display:block;font-weight:bold;font-size:18px;margin:0;margin-left:25px}.b9-description{display:block;color:#192642;font-family:'Funnel Sans',sans-serif;font-weight:300;margin:0}.b9-description p{margin:0}.b9-portada img{max-width:100%;width:100%;height:auto;display:block}.b9-radios{padding-top:56px;padding-bottom:96px}.b9-radios-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#e6f881;border-radius:30px;padding-left:7px;padding-right:7px}.b9-radios-item{position:relative;margin:0 calc(10px + (35 - 10) * ((100vw - 320px) / (1920 - 320)))}.b9-radios-item p{margin:0}.b9-radios-item input{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);position:absolute;top:0;left:0}.b9-radios-item input:checked + label:before{background-color:#192642}.b9-radios-item label{display:block;line-height:38px;color:#192642;font-family:'Funnel Sans',sans-serif;font-weight:300;font-size:22px;position:relative;padding-top:7px;padding-bottom:7px;padding-left:26px;margin:0}.b9-radios-item label:before{content:"";width:15px;height:15px;border:1px solid #192642;border-radius:50%;position:absolute;top:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto}@media screen and (min-width:1001px){.b9{background-color:#ebebe0}.b9-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#f9f9f3;border-radius:30px;padding:50px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.b9-block:hover{background-color:#e6f881}.b9-block:hover .b9-corner{background-color:#e6f881}.b9-block:hover .b9-portada img{-webkit-transform:scale(2) translateX(30px) translateY(-30px);-moz-transform:scale(2) translateX(30px) translateY(-30px);-o-transform:scale(2) translateX(30px) translateY(-30px);-ms-transform:scale(2) translateX(30px) translateY(-30px);transform:scale(2) translateX(30px) translateY(-30px)}.b9-left{max-width:500px;width:100%}.b9-right{width:483px;height:483px;position:relative;overflow:hidden}.b9-corner{width:40px;height:40px;background-color:#f9f9f3;position:absolute;bottom:0;right:-1px;z-index:2;clip-path:polygon(100% 0,100% 100%,0 100%);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.b9-corner-linea{height:.5px;background-color:#192642;-webkit-transform-origin:left;-moz-transform-origin:left;-o-transform-origin:left;-ms-transform-origin:left;transform-origin:left;position:absolute;bottom:-11px;right:-31px;width:82px;-webkit-transform:rotate(-44deg);-moz-transform:rotate(-44deg);-o-transform:rotate(-44deg);-ms-transform:rotate(-44deg);transform:rotate(-44deg);z-index:10}.b9-portada{height:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:.5px solid #192642}.b9-portada img{object-fit:cover;object-position:center;width:100%;height:100%;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;-ms-transition:all 1s;transition:all 1s}.b9-title{font-size:28px;margin-bottom:38px}.b9-description{line-height:34px;font-size:24px}.b9-portada{width:100%;margin:0}.b9-radios{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}@media screen and (max-width:1250px) and (min-width:1001px){.b9-left{max-width:400px}.b9-right{width:380px;height:380px}}@media screen and (max-width:1000px){.b9{background-color:#f9f9f3;padding-top:50px;padding-bottom:60px}.b9-item{margin-bottom:90px}.b9-item:last-child{margin-bottom:0}.b9-left{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-bottom:20px}.b9-title{background-color:#e6f881;font-size:22px;padding:8px 18px;margin-bottom:20px}.b9-description{width:100%;line-height:23px;font-size:17px}.b9-portada{max-width:484px;width:100%;margin:0 auto}.b9-radios{display:none}}@media screen and (max-width:745px){.b9-title{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.b9-title-icon{position:absolute;top:0;right:10px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;height:100%}}
.footer{position:relative;z-index:10}@media screen and (min-width:746px){.footer{padding-top:60px;padding-bottom:50px;background-color:#192642;color:#e6f881}.footer .wancho{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.f-cnt-btn{margin-bottom:25px}.f-btn{width:171px;height:46px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;border:.5px solid #e6f881;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;font-size:20px}.f-btn:hover{background-color:#e6f881;color:#192642}.f-copy{font-weight:300;font-size:12px;line-height:6px}}@media screen and (max-width:745px){.footer{padding-top:60px;padding-bottom:70px;background-color:#192642}.footer .wancho{position:relative}.f-btn{width:100%;height:50px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:20px;color:#e6f881;border-top:.5px solid #e6f881;border-bottom:.5px solid #e6f881;text-transform:uppercase}.f-copy{color:#e6f881;font-size:14px;font-weight:300;line-height:6px}.f-cnt-btn{margin-bottom:65px}.f-right{width:41px;position:absolute;right:30px;bottom:0}.f-right img{width:100%;height:auto}}
.home .header{border-bottom:.5px solid #ebebe0}.home .header:not(.scrolling) .menu-mobile-open{color:#ebebe0;border-color:#ebebe0}.home .header:not(.scrolling):before{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.home .header:not(.scrolling) .h-menu-item{border-color:#ebebe0}.home .header:not(.scrolling) .h-menu-link{color:#ebebe0}.home .header:not(.scrolling) .header-logo .h-logo-color{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.home .header:not(.scrolling) .header-logo .h-logo-white{opacity:1;-ms-filter:none;filter:none}.header{position:fixed;top:0;left:0;width:100%;z-index:100}.header.scrolling{-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,0.1);box-shadow:0 2px 3px 0 rgba(0,0,0,0.1)}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;backdrop-filter:blur(2px);background:rgba(255,255,255,0.65)}.header .header-logo{display:block;width:91px;position:relative;margin:0}.header .header-logo img{width:100%;height:auto;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.header .header-logo .h-logo-color{position:relative;z-index:1}.header .header-logo .h-logo-white{position:absolute;top:0;left:0;z-index:2;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}@media screen and (max-width:1190px){.header .header-logo{width:85px}}.header .header-ctn{height:90px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:745px){.header .header-ctn{height:106px}}.header .h-wrapmenu{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;position:absolute;right:0;top:0;z-index:2}.header .h-menu-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex}.header .h-menu-item{border-left:.5px solid #192642;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.header .h-menu-item:hover,.header .h-menu-item.active{border-color:#223ece}.header .h-menu-item:hover .h-menu-link,.header .h-menu-item.active .h-menu-link{background-color:#223ece;color:#fff}.header .h-menu-link{width:178px;height:90px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s;text-transform:uppercase}.responsive-logo{margin-top:10px;width:80%;display:block}.responsive-logo img{display:block;width:100%;height:auto}.menu-overlay{position:fixed;top:0;left:0;background-color:#000;z-index:-1;width:100%;height:100%;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);cursor:pointer;-webkit-transition:all 0.45s ease;-moz-transition:all 0.45s ease;-o-transition:all 0.45s ease;-ms-transition:all 0.45s ease;transition:all 0.45s ease}.menu-overlay.active{z-index:1000;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}.h-cpt-menu-item{border-bottom:.5px solid #192642}.h-cpt-menu-item:last-child{border:none}.h-cpt-menu-link{height:33px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:0 37px;font-size:15px;line-height:17px;color:#192642;background-color:transparent;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}.h-cpt-menu-link:hover{background-color:#192642;color:#fff}.h-submenu-cpt{display:none}.menu-mobile-open{width:94px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;font-size:17px;border-left:.5px solid #192642;cursor:pointer;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.menu-mobile-open:hover{background-color:#223ece;color:#fff}.menu-wrap-close{height:90px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding-right:18px;border-bottom:.6px solid #192642}@media screen and (max-width:745px){.menu-wrap-close{padding:0 30px;height:108px}}.menu-responsive-logo{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}@media screen and (max-width:745px){.menu-responsive-logo{opacity:1;-ms-filter:none;filter:none}}.menu-mobile-close{font-size:36px;cursor:pointer}.h-icon-open-submenu{position:absolute;top:0;right:0;height:66px;width:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.h-icon-open-submenu:after{font-size:33px;content:"\e906";font-family:'icomoon'}@media screen and (max-width:745px){.h-icon-open-submenu{height:80px}.h-icon-open-submenu:after{font-size:25px}}.menu-sidebar{width:451px;height:100%;overflow:auto;position:fixed;top:0;right:-451px;background:#e6f881;z-index:1000;-webkit-transition:right 0.45s ease;-moz-transition:right 0.45s ease;-o-transition:right 0.45s ease;-ms-transition:right 0.45s ease;transition:right 0.45s ease}.menu-sidebar.active{right:0}.menu-sidebar .h-menu-item.hover .h-menu-link{background-color:#f2ffaa}.menu-sidebar .h-menu-item.with-menu{position:relative}.menu-sidebar .h-menu-item.opened .h-icon-open-submenu:after{content:"\e905";font-family:'icomoon'}.menu-sidebar .h-menu-item.active .h-menu-link{background-color:#f2ffaa}.menu-sidebar .h-menu-item.opened .h-submenu-cpt{border-bottom:.6px solid #192642}.menu-sidebar .h-menu-item .h-menu-link{border-bottom:.6px solid #192642}.menu-sidebar .h-menu-link{font-size:15px;height:66px;letter-spacing:1px;background-color:transparent;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;padding-left:37px;padding-right:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s}@media screen and (max-width:745px){.menu-sidebar .h-menu-link{padding:0 30px;height:80px;font-size:18px;letter-spacing:2px}}.menu-sidebar .h-menu-link:hover,.menu-sidebar .h-menu-link.active{background-color:#f2ffaa}@media screen and (max-width:745px){.menu-sidebar{width:100%;right:-100%}.menu-sidebar.active{right:0%}.menu-sidebar .h-menu-link:hover,.menu-sidebar .h-menu-link.active{background-color:#192642;color:#ebebe0}.menu-sidebar .h-menu-item.active .h-icon-open-submenu:after{color:#ebebe0}.menu-sidebar .h-menu-item.active .h-menu-link{background-color:#192642;color:#ebebe0}}.wrapper{overflow:hidden}body.active{overflow:hidden}@media screen and (max-width:745px){.header .h-menu-list{display:none}.header .h-wrapmenu{height:100%}.menu-mobile-open{border:none}}