@font-face {
  font-family: 'UxumGrotesque-UltraLight';
  src:
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-UltraLight.woff2") format("woff2"),
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-UltraLight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UxumGrotesque-Light';
  src:
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-Light.woff2") format("woff2"),
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UxumGrotesque-Regular';
  src:
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-Regular.woff2") format("woff2"),
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UxumGrotesque-Bold';
  src:
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-Bold.woff2") format("woff2"),
    url("https://5157864.fs1.hubspotusercontent-na1.net/hubfs/5157864/fonts/UxumGrotesque-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

/*

  */



/*  */
.blog-post-body {
    margin-top: 100px;
    margin-bottom: 100px;
}
.blog-post-body h2, .blog-post-body h3, .blog-post-body h4, .blog-post-body h5, .blog-post-body h6 {
    font-family: "UxumGrotesque-Light" !important;
    color: #005745;
    margin: 0 0 30px;
}
.blog-post-body p {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-family: "UxumGrotesque-Regular" !important;
    color: #005745;
}
.blog-post-body ul, .blog-post-body li {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-family: "UxumGrotesque-Regular" !important;
    color: #005745;
}
/*
CESC.CSS
 */
.container-full{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.container{
    width: 100%;
    max-width: 1440px !important;
    margin: auto;
}

.concept-absolute{
    position: absolute;
    width: auto;
    height: auto;
}

.green-background{
    background-color: #005745 !important;
}
.black-background{
    background-color: #151414;
}

.margin-top-120{
    margin-top: 50px;
}
.height-auto{
    height: auto !important;
}
a {
    color: unset !important;
  }
  a:hover {
    text-decoration: none!important;
    }
/* [1] The container */
.img-hover-zoom {
    height: auto; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img.zoom {
    -webkit-transition: 0.4s ease;
    transition: transform .4s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img.zoom, .l-m-titulo-item:hover ~ .img-hover-zoom img.zoom{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.img-hover-zoom:hover .creu{
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.no-margin-bottom{
    margin-bottom: 0 !important;
}


.color-white{
    background-color: #005745 !important;
}

.color-white .capcalera-descripcio-6{
    color: white !important;
}

.color-white .capcalera-titol-2{
    color: white !important;
}
.color-white .btn-8{
    background-color: white !important;
    color: #005745 !important;
}

.color-white .btn-8:hover{
    background-color: white !important;
    color: #005745 !important;
}

.color-white .concept-capcalera-inner-3:before{
    background: white !important;
}

.normal-img-tn{
    width: 100%;
    height: inherit;
}


@media screen and (max-width: 450px) {
    .zoom-effect-container {
        height: 300px;
    }
}
/**** BTN No. 8 ****/
button {
    margin: 62px 18.51% 20px 20px;
}

.custom-btn {
    padding: 10px 25px;
    font-family: Uxum Grotesque;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color:white;
}

.btn-8 {
    padding-left: 40px;
    padding-right: 30px;
    background: #005745;
    border: 2px solid white;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-8:before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 25%;
    top: 50%;
    right: -10%;
    height: 2px;
    background: #ff6c37;
    transition: all 0.3s ease;
}
.btn-8:hover {
    background: #005745;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
}
.btn-8:hover:before {
    right: -15%;
}
.invert-button{
    color: #005745 !important;
    background: white !important;
    margin: 65px 0 !important;
}



.container{
  width: 100%;
  margin: auto;
  position: relative;
}
.container-fluid{
  /*padding: 0;*/
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.general{
  width: 100%;
  position: relative;
  height: auto;
}
.w-slider{
  width: 100% !important;
  height: 100% !important;
}


/* Slick Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

 .slick-slider button { cursor:pointer; outline:none; border:none;  top: 50%; z-index: 1; background:rgba(0,0,0,0.5); color: #FFF; width: 45px; height: 45px; font-size: 20px; transform('translateY(-50%)') }

 .slick-slider .slick-next { right: 0; }
 .slick-slider .slick-prev { left: 0; }
 .slick-dots { text-align: center; margin-top: -45px; }
 .slick-dots li { float: none; display: inline-block; vertical-align: top; padding: 0 5px; }
 .slick-dots li:before { display: none; }
 .slick-dots li button { border-radius: 50%; background: transparent; border: #b50d29  solid 1px; width: 15px; height: 15px; display: block; font-size: 0; position: static; padding: 0;}
 .slick-dots li.slick-active button,  .slick-dots li button:hover { background: #b50d29  }
 .slick-slide { outline: 0; float: left }

 .slick-slider button { width: 50px;
    height: 50px;
    font-size: 0;
    background: transparent;
    background-size: 50px !important;
    margin-top: -25px;}
.slick-prev:before, .slick-next:before { display:none;}
 .slick-slider .slick-prev { left:-100px; background:url(https://8697003.fs1.hubspotusercontent-na1.net/hubfs/8697003/left-arrow.png) no-repeat center; }
 .slick-slider .slick-next { right:-100px; background:url(https://8697003.fs1.hubspotusercontent-na1.net/hubfs/8697003/right-arrow.png) no-repeat center; }
.slick-slider .slick-prev:hover, .slick-slider .slick-prev:focus{     outline: none;
   background:url(https://8697003.fs1.hubspotusercontent-na1.net/hubfs/8697003/left-arrow.png) no-repeat center;
    color: transparent;}

.slick-slider .slick-next:hover, .slick-slider .slick-next:focus {     outline: none;
background:url(https://8697003.fs1.hubspotusercontent-na1.net/hubfs/8697003/right-arrow.png) no-repeat center;
    color: transparent;}

body.inner-proyectos .two-cont-box, body.inner-proyectos .three-img-sec, body.inner-proyectos .twol-col-thumb-slid {
    display: none;
}

.blog-post-listing-page {
    background-color: #005844;
    padding:0px 0 300px;
}
      
      .blog-feat-list-top-smal-text {
    text-align: center;
    color: #ff6c37;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .5px;
    font-variation-settings: normal;
    text-transform: uppercase;
    font-family: "UxumGrotesque-Regular" !important;
    position: relative;
    z-index: 10;
    margin: 0 0 10px;
}
      .blog-feat-list-top-smal-text:before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 28px;
    top: 50%;
    height: 1px;
    background: white;
    margin-left: -44px;
}
      .blog-feat-list-top-smal-title {
    font-family: "UxumGrotesque-Light" !important;
    font-size: 60px !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #fff;
    text-align: center;
    margin: 0 0 70px;
}
      
.cut-blog-list-feat {
    margin-bottom: 50px;
}
.cut-blog-list-feat {
    display: flex;
    flex-wrap: wrap;
}
     .cut-blog-list-feat .feat-img {
    height: 306px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    .cut-blog-list-feat  .agenda-blog-cont {
    height: calc(100% - 332px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 26px;
}
     .cut-blog-list-feat .top-cate-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 26px;
}

.cut-blog-list-feat .agenda-blog-cont * {
    color: #fff;
}
    .cut-blog-list-feat  span.red-time {
    font-size: 14px;
    font-family: "UxumGrotesque-Regular" !important;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px;
    color: #ff6c37;
}
    .cut-blog-list-feat  .hash-tag {
    font-size: 14px;
    font-family: "UxumGrotesque-Regular" !important;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 10px;
}
    .cut-blog-list-feat  .description {
    font-size: 17px;
    margin: 10px 0 20px;
}
 .cut-blog-list-feat     .blog-read-more {
    margin-top: auto;
    color: #fff !important;
    width: 105px;
    position: relative;
}
  .cut-blog-list-feat    .blog-read-more:after {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 28px;
    top: 13px;
    height: 1px;
    background: #ff6c37;
    right: 0px;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
      .cut-blog-list-feat .agenda-blog-cont a:hover {
    color: #ff6c37 !important;
}
.button--view-more {
    font-size: 16px;
    line-height: normal;
    color: #005844 !important;
    background: #fff;
    padding: 11px 10px;
   margin: 50px auto;
    display: block;
    width: 172px;
    text-align: center;
    font-weight: 400;
    font-family: "UxumGrotesque-Regular" !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.button--view-more {
    cursor: pointer;
}
.button--view-more:after {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 40px;
    top: 50%;
    height: 1px;
    background: #ff6c37;
    right: -20px;
    transform: translateY(-50%);
  
}
.button--view-more:hover:after  {
right: -30px;
}

.blog-post-body p {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-family: "UxumGrotesque-Regular" !important;
    color: #005745;
}
.blog-post-body  a { color:#ff6c37 !important;}
.blog-post-body  a:hover { text-decoration:underline;}
.blog-post-body h2, .blog-post-body h3, .blog-post-body h4, .blog-post-body h5, .blog-post-body h6 {
    font-family: "UxumGrotesque-Light" !important;
    color: #005745;
  margin:0 0 30px;
}
.blog-post-body h2{
font-size: 70px !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.14 !important;

}
.blog-post-body h3 {
    font-size: 60px !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
}
.blog-post-body h4 {
    font-size: 40px !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1 !important;
}
.blog-post-body strong { font-weight:700;}
.blog-post-body ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.blog-post-body ul li {
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
   color: #005745;
   font-family: "UxumGrotesque-Regular" !important;
}

.blog-post-body ul li:after {
    background: #005745;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}

.blog-post-body ol {
    padding: 0;
    margin: 20px 0;
}

.blog-post-body ol li {
    list-style-position: inside;
    color: #005745;
    margin: 0 0 10px;
    font-family: "UxumGrotesque-Regular" !important;
}
.blog-post-body img {
    margin: 30px auto 30px;
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.blog-post-body {
    margin-top: 100px;
    margin-bottom: 100px;
}
.blog-post-body blockquote {
    font-family: "UxumGrotesque-Regular" !important;
    color: #005745;
    font-size: 24px;
    line-height: 1.4;
    max-width: 700px;
    position: relative;
    padding: 50px 0 0;
}

.blog-post-body blockquote strong {
    font-weight: normal;
    font-size: 14px;
    color: #ff6c37 !important;
    display: block;
    margin: 20px 0;
}
.blog-post-body blockquote:before {
    content: '"';
    position: absolute;
    top: 0;
    font-size: 70px;
    line-height: normal;
    font-family: "UxumGrotesque-Light" !important;
    font-style: italic;
    left: -10px;
}
.event-info a.topic-link:hover {
    color: #ff6c37 !important;
}
.blog-post-listing-page.tag-list {
    padding-top: 100px;
}

.hs-author-profile {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    justify-content: center;
  margin:0 auto;
}

.hs-author-avatar {
    width: 80px;
    border-radius: 100%;
    height: 80px;
    border: 2px solid #ff6c37;
}

.hs-author-avatar img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 100%;
}

.autho-left {
    width: calc(100% - 100px);
    padding-left: 25px;
}

h2.hs-author-name {
    font-size: 24px;
    line-height: 1;
    color: #005844;
    font-family: "UxumGrotesque-Light" !important;
    margin: 0 0 20px;
}

.hs-author-bio {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-family: "UxumGrotesque-Regular" !important;
    color: #005745;
}
.hs-author-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hs-author-social-links a {
    display: flex;
    background-color: #005745;
    margin-right: 10px;
    padding: 10px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.hs-author-social-links a i {
    color: #fff;
}

.hs-author-social-section {
    margin: 0 0 20px;
}
.hs-author-social-links a:hover {
    background-color: #ff6c37 !important;
}
.list-item2 .list-main-img>a{ z-index:111;}
.cut-blog-list-feat .top-cate-list {
    position: relative;
    z-index: 11;
}
.cut-blog-list-feat:hover .blog-read-more:after { right:-10px;}
.wrap-drop .drop{overflow-y: auto !important;}
.progress-box {
  display: block;
  width: 100%;
height: 2px;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 80px;
    background-color: #000;
    background-image: linear-gradient(to right,#ff6c37,#ff6c37);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}
.hash-tag a {
    color: #a8a8a8 !important;
}
.hash-tag a:hover {
    color: #ff6c37 !important;
}

.cut-blog-list-feat span.red-time:after {
 
    background-color: #a8a8a8;
    width: 2px;
    height: 13px;
    position: absolute;
    top: 3px;
    right: -11px;
    content: "";
}
.cut-blog-list-feat span.red-time { margin-bottom: 10px; position:relative;}
.cut-blog-list-feat .hash-tag { margin-bottom: 10px; }
picture {
    display: block;
    width: 100%;
  height:100%;
}
.container-full-all.vision-sec .concept-absolute { left:30px;}
.container-full-all.think-box .concept-posicions-6 {
    left: 30px;
}

.container.concept-vertical .concept-b6 .home_bloc3_vertical, .container.multi-vartical .thenext-b3 .concept-posicions-7  { left:-95px;}
.container.concept-vertical .concept-inner .home_bloc3_vertical, .container.concept-vertical .con-inn-2 .home_bloc3_vertical { left:-95px;}
.container-full-all.concept-vertical .concept-b6 .home_bloc3_vertical,  .container-full-all.concept-vertical .concept-inner .home_bloc3_vertical, .container-full-all.concept-vertical .con-inn-2 .home_bloc3_vertical
{ left:30px;}
.container-full-all.multi-vartical .thenext-b3 .concept-posicions-7 { left:30px;}

.container-full-all {
    padding: 0 150px;
}
.container-full-padd {
    padding: 0 15px;
}
/* .container-fluid .home-b3 .home_bloc3_vertical {
    left: -70px;
}
.container-fluid .thenext-b3 .concept-posicions-7 { left: 50px; } */
/*  .container-full-all {
    padding-left: 150px !important;
    padding-right: 150px !important;
} */
.vision-sec .concept-absolute, .think-box .concept-absolute, .concept-vertical .concept-absolute, .multi-vartical .concept-absolute, .protes-vartical .concept-absolute {
    
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
}

.vision-sec .concept-absolute {
    -ms-transform: rotate(180deg)!important;
    transform: rotate(
180deg
)!important;
    top: 120px!important;
}

.vision-sec .concept-capcalera-inner-3:after {
    position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32%!important;
    color: #fff!important;
      top: inherit !important;
    left: inherit !important;
}



.think-box .concept-posicions-6 {
    position: absolute !important;
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
        top: initial !important;
   
}

.think-box .concept-capcalera-inner-3::before {
position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
   
    top: inherit !important;
    left: inherit !important;
    color: #005745!important;
}

.concept-vertical .concept-b6 .home_bloc3_vertical {    
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
  top: -30px !important;

}

.concept-vertical .concept-b6 .concept-capcalera-inner-3:before {position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 24% !important;
   
    top: inherit !important;
    left: inherit !important;
    color: #005745!important; }



.multi-vartical .thenext-b3 .concept-posicions-7 {    
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;


}

.multi-vartical .thenext-b3 .concept-capcalera-inner-4:before {position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
   
    top: inherit !important;
    left: inherit !important;
    color: #005745!important; }

.concept-vertical .concept-inner .home_bloc3_vertical {
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    top: -30px !important;
}
.concept-vertical .concept-inner .concept-capcalera-inner-3:before {
    position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
    color: #005745!important;
  background: #005745;
}

.concept-vertical .con-inn-2 .home_bloc3_vertical {
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
     top: inherit !important;
}
.concept-vertical .con-inn-2 .concept-capcalera-inner-3:before {
    position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
    color: #005745!important;
  background: #005745;
}
.concept-vertical .con-inn-3 .concept-inner .home_bloc3_vertical {
    top: inherit !important;
}
.concept-vertical .con-inn-3 .concept-inner .concept-capcalera-inner-3:before {  color: #fff!important;
  background: #fff; }

.container.protes-vartical .home-b3 .home_bloc3_vertical {
    left: -95px;
}
.container-full-all.protes-vartical .home-b3 .home_bloc3_vertical {
    left: 30px;
}
.protes-vartical .home-b3 .home_bloc3_vertical {
    transform: rotate(
180deg
)!important;
    -ms-transform: rotate(180deg)!important;
  top:inherit !important;
}
.protes-vartical .home-b3 .concept-capcalera-inner-3:before {
    position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
    color: #005745!important;
}
.container-full-all.protes-vartical .inner-module-one .home_bloc3_vertical, .container-full-all.protes-vartical .inner-module-bottom .home_bloc3_vertical, .container-full-all.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: 30px;
}
.container-full-padd.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: 40px;
}
.protes-vartical .inner-module-one .home_bloc3_vertical {    -ms-transform: rotate(180deg);
    transform: rotate(
180deg
);
     top: 160px;
}
.protes-vartical .inner-module-bottom .home_bloc3_vertical {
    -ms-transform: rotate(180deg);
    transform: rotate( 
180deg
 );
    top: inherit !important;
    bottom: 570px;
}
.protes-vartical .inner-module-one .concept-capcalera-inner-3:before, .protes-vartical .inner-module-bottom .concept-capcalera-inner-3:before, .protes-vartical  .s3-cont-inner-col-3 p.vertical-text:after {     position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
    color: #fff!important; background-color:#fff !important;}
.protes-vartical  .s3-cont-inner-col-3 p.vertical-text:after {color:#005745 !important; background: #005745  !important; }
.container.protes-vartical  .s3-cont-inner-col-3 p.vertical-text:after {color:#005745 !important; background: #005745  !important; right: 80% !important;}
.container.protes-vartical .inner-module-one .home_bloc3_vertical {
    left: -95px;
}
.container.protes-vartical .inner-module-bottom .home_bloc3_vertical {
    left: -95px;
}
.container.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {    left: -284px; }
.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg
);
      top: inherit;
   
}

.container-full-padd .s3-cont-inner-col-3-left {
    max-width: 50%;
    padding-left: 150px !important;
}
.container-full-padd .s3-cont-inner-col-3 p.vertical-text {      padding-left: 0;  padding-right: 0;
    margin-left: 0; }


.container-full-padd .soul-product-cont {
    padding-left: 150px;
    padding-right: 86px;
}


.service-vartical .home-b3 .home_bloc3_vertical, .ui_service .solu-product .home_bloc3_vertical{     top: inherit !important;    -ms-transform: rotate(180deg);transform: rotate( 180deg);}
.service-vartical .concept-absolute, .ui_service .solu-product .concept-absolute{
    
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
}
.service-vartical .home-b3 .home_bloc3_vertical{  top: 130px !important;}
.service-vartical .home-b3 .home_bloc3_vertical, .ui_service .solu-product .home_bloc3_vertical { left:-95px;     }
.ui_service .solu-product .home_bloc3_vertical {top: 190px !important; }
.container-full-all.service-vartical .home-b3 .home_bloc3_vertical { left:50px;}
.container-full-padd.ui_service .solu-product .home_bloc3_vertical { left:50px;}
.service-vartical .home-b3 .concept-capcalera-inner-3:before {   content: " "!important;
    
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
color:#005745 !important; background: #005745  !important; 
}

.ui_service .solu-product .concept-capcalera-inner-3:before {    position: absolute; content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
color:#fff !important; background: #fff  !important; 
}
.method-sec .concept-absolute {
writing-mode: vertical-lr;
    text-orientation: sideways-right;
}
.method-sec .concept-absolute{
    transform: rotate(
180deg
)!important;
    -ms-transform: rotate(180deg)!important;

}
.container-full-all .method-sec .concept-absolute {     left: 30px !important;}

.method-sec .concept-capcalera-inner-3:after{
position: absolute!important;
    content: " "!important;
    z-index: 1!important;
    width: 1px!important;
    bottom: 110%!important;
    right: 50%!important;
    height: 32% !important;
    top: inherit !important;
    left: inherit !important;
    color: #fff!important;
      background: #fff!important;
}

.method-sec .concept-absolute {
    left: -90px !important;
}

.custom-select-drop .h3, .custom-select-drop .cus-filter-drop span {
    font-family: "UxumGrotesque-Regular" !important;
}


.list-item2 .list-main-img {
    position: relative;
}
.list-item2 .list-main-img:after{
content: "";
    background-image: url(https://8697003.fs1.hubspotusercontent-na1.net/hubfs/8697003/cta-s-cross.png);
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 87px;
    height: 88px;
    z-index: 1;

}

.first-drp span::after {
    display: none;
}


ul.list-menu-footer.max-w-new {
    max-width: 115px;
    margin-left: auto;
}




.agenda-blog-list .flickity-page-dots {
    display: none;
}



@media screen and (max-width: 1650px){
.blog-post-body h2 {
    font-size: 60px !important;
}
  .blog-post-body h3 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1440px){
.blog-post-body h2 {
    font-size: 45px !important;
}
  .blog-post-body h3 {
    font-size: 40px !important;
  }
  .blog-post-body h4 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1400px){

  .inner-slider { padding:0 50px;}
  .concept-vertical .concept-b6 .home_bloc3_vertical, .multi-vartical .thenext-b3 .concept-posicions-7 {
    left: -50px;
}
  .container.concept-vertical .concept-inner .home_bloc3_vertical, .container.concept-vertical .con-inn-2 .home_bloc3_vertical { left:-50px;}
 .container.protes-vartical .home-b3 .home_bloc3_vertical {
    left: -50px;
}
  .protes-vartical .inner-module-one .home_bloc3_vertical {
    
    top: -70px;
}
  .protes-vartical .inner-module-bottom .home_bloc3_vertical { bottom:380px;}
  .container.concept-vertical .concept-b6 .home_bloc3_vertical, .container.multi-vartical .thenext-b3 .concept-posicions-7{left:-50px;}
  .container.multi-vartical .thenext-b3 .concept-posicions-7 { left:-20px;}
  .container.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: -239px;
}
  .container.protes-vartical .inner-module-bottom .home_bloc3_vertical {
    left: -50px;
}
  .container.protes-vartical .inner-module-one .home_bloc3_vertical {
    left: -50px;
}
  .service-vartical .home-b3 .home_bloc3_vertical, .ui_service .solu-product .home_bloc3_vertical {
    left: -50px;
}
  .method-sec .concept-absolute {
    left: -60px !important;
}
  .think-box .concept-posicions-6 {
    left: -60px;
}
}
@media screen and (max-width: 1300px){
.container-full-all { padding:0 15px;}
  .multi-vartical .thenext-b3 .concept-posicions-7 {
    transform: none !important;
    -ms-transform: none !important;
}
  .vision-sec .concept-absolute, .think-box .concept-absolute, .concept-vertical .concept-absolute, .multi-vartical .concept-absolute, .protes-vartical .concept-absolute {
    writing-mode: unset;
    text-orientation: unset;
}
  .container-full-all.multi-vartical .thenext-b3 .concept-posicions-7 {
    left: 0;
}
  .multi-vartical .thenext-b3 .concept-capcalera-inner-4:before, .concept-vertical .concept-b6 .concept-capcalera-inner-3:before, .concept-vertical .concept-inner .concept-capcalera-inner-3:before,
  .protes-vartical .home-b3 .concept-capcalera-inner-3:before, .protes-vartical .inner-module-one .concept-capcalera-inner-3:before, .protes-vartical .inner-module-bottom .concept-capcalera-inner-3:before, .protes-vartical .s3-cont-inner-col-3 p.vertical-text:after, .service-vartical .home-b3 .concept-capcalera-inner-3:before,
  .ui_service .solu-product .concept-capcalera-inner-3:before{
    position: absolute;
    left: -30px !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 20px !important;
    top: 9px !important;
}
  .container-full-all.concept-vertical .concept-b6 .home_bloc3_vertical {
    left: 0;
}
  .concept-vertical .concept-b6 .home_bloc3_vertical {
    transform: none !important;
    -ms-transform: none !important;
    top: 0px !important;
}
  .concept-b6 .home_bloc3_vertical { padding-left:52px !important;}
  .concept-vertical .concept-inner .home_bloc3_vertical {
    transform: none !important;
    -ms-transform: none !important;
    top: 0 !important;
}
 .concept-vertical .concept-absolute {
    position: relative;
    width: auto;
    height: auto;
}
  .container-full-all.concept-vertical .concept-b6 .home_bloc3_vertical, .container-full-all.concept-vertical .concept-inner .home_bloc3_vertical, .container-full-all.concept-vertical .con-inn-2 .home_bloc3_vertical {
    left: 0;
    padding-left: 52px;
}
  .col-md-8.col-12.text-con {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  .container.concept-vertical .concept-b6 .home_bloc3_vertical,  .container.multi-vartical .thenext-b3 .concept-posicions-7 {
    left: 0px;
}
  .container.concept-vertical .concept-inner .home_bloc3_vertical, .container.concept-vertical .con-inn-2 .home_bloc3_vertical { left:50px;}
  
  .container-full-all.protes-vartical .home-b3 .home_bloc3_vertical {
    left: 0;
}
  .protes-vartical .home-b3 .home_bloc3_vertical {
    transform: none !important;
    -ms-transform: none !important;
    top: inherit !important;
}
  .container.protes-vartical .home-b3 .home_bloc3_vertical {
    left: 0;
}
   .home-b3.proytes-home-b3 .home_bloc3_vertical  {
    padding-left: 50px !important;
}
  .protes-vartical .inner-module-one .home_bloc3_vertical {
    top: 0;
}
 

.protes-vartical .inner-module-one .home_bloc3_vertical {
    -ms-transform: none;
    transform: none;
  }

.container-full-all.protes-vartical .inner-module-one .home_bloc3_vertical, .container-full-all.protes-vartical .inner-module-bottom .home_bloc3_vertical, .container-full-all.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: 0;
    padding-left: 50px !important;
}
.container-full-padd.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: 0;
    padding-left: 40px;
    width: 100%;
}
  .protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    -ms-transform: none;
    transform: none;
    top: inherit;
}
  .container-full-padd .s3-cont-inner-col-3-left {
    max-width: 50%;
padding-left: 0 !important;
}
  .protes-vartical .inner-module-bottom .home_bloc3_vertical {
    bottom: 0;
    -ms-transform: none;
    transform: none;
}
  .inner-module-bottom {
    margin-top: 20px;
}
  .protes-vartical .inner-module-one .home_bloc3_vertical {
   
    top: 20px !important;
}
  .container.protes-vartical .inner-module-bottom .home_bloc3_vertical {
    left: 0;
}
.container.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: 0;
    width: 100%;
}
.container .s3-cont-inner-col-3 p.vertical-text {
    margin-left: 0;
    padding-left: 0;
}
  .container.protes-vartical .s3-cont-inner-col-3 .home_bloc3_vertical {
    left: 0;
    width: 100%;
    padding-left: 35px;
}
  .container.protes-vartical .inner-module-one .home_bloc3_vertical {
    left: 0;
    padding-left: 50px;
}
  .container-full-all.service-vartical .home-b3 .home_bloc3_vertical {
    
    left: 0;
    -ms-transform: none;
    transform: none;
        width: 100%;
}
  .service-vartical .concept-absolute, .ui_service .solu-product .concept-absolute {
    writing-mode: unset;
    text-orientation: unset;
}
 .container-full-padd.ui_service .solu-product .home_bloc3_vertical {
    left: 0;
    -ms-transform: none;
    transform: none;
    width: 100%;
    position: relative;
    padding-left: 35px;
    top: 0 !important;
}
  .container-full-padd .soul-product-cont {
    padding-left: 0;
    padding-right: 30px;
}
  .service-vartical .home-b3 .home_bloc3_vertical, .ui_service .solu-product .home_bloc3_vertical {
    left: 0px;
}
.ui_service .solu-product .home_bloc3_vertical {
    top: 0px !important;
    -ms-transform: none;
    transform: none;
    padding-left: 50px !important;
    position: relative;
    width: auto;
}
  .service-vartical .home-b3 .home_bloc3_vertical {
    top:0 !important;
    left: 0;
    -ms-transform: none;
    transform: none;
}
  .container-full-all .method-sec .concept-absolute {
    left: 0;
   
}
.method-sec .concept-absolute {
    transform: none !important;
    -ms-transform: none  !important;
   padding-left:50px !important;
}
  .method-sec .concept-absolute {
    writing-mode: unset;
    text-orientation: unset;
     padding-left:50px !important;
}
  .vision-sec .concept-absolute {
    -ms-transform: none !important;
    transform: none !important;
    top: 0 !important;
    padding-left:50px !important;
}
  .vision-sec .concept-capcalera-inner-3:after {  position: absolute;
    left: -30px !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 20px !important;
    top: 9px !important; }
  .method-sec .concept-capcalera-inner-3:after {  position: absolute;
    left: -30px !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 20px !important;
    top: 9px !important; }
  .think-box .concept-capcalera-inner-3::before { position: absolute;
    left: -30px !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 20px !important;
    top: 9px !important; }
  .container-full-all.think-box .concept-posicions-6 {
    left: 0;
}
  .think-box .concept-posicions-6 { padding-left:50px !important;}
  .think-box .concept-posicions-6 {
    position: relative !important;
    transform: none !important;
    -ms-transform: none !important;
    top: 0 !important;
}
  .multiple-1 .descripcion {margin-left: 0 !important;
    margin-right: 0 !important;} 
  .container-full-all.vision-sec .concept-absolute {
    left: 0;
}
  .container-full-all .method-sec .concept-absolute {
    left: 0 !important;
}
 .method-sec .concept-absolute {
    left: 0px !important;
}
}
@media screen and (max-width: 1250px){
.blog-feat-list-top-smal-title  {
    margin: 0 0 50px;
      font-size: 50px !important;
  }
  .blog-post-body h2 {
    font-size: 35px !important;
}
  .blog-post-body h3 {
    font-size: 30px !important;
  }
  .body-container--blog-post .event-img {
    min-height: 350px;
}
  .blog-post-listing-page {
    
    padding: 0px 0 300px;
}
  .s3-cont-inner-col-3-left { margin-left:0 !important;}
  .slick-slider .slick-prev {
    left: -50px;
}
  .slick-slider .slick-next {
    right: -50px;
  }
  
  .only-mobile { display:none !important;}
}
@media screen and (max-width: 1024px){
.blog-post-listing-page.tag-list {
    padding-top: 70px;
}
  .progress-box { margin-top:50px;}
}
@media screen and (max-width: 991px){
.blog-feat-list-top-smal-title {
    font-size: 36px !important;
}
   .blog-post-body h4 {
    font-size: 28px !important;
  }
  .hs-author-profile {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
    .left-padding{
        padding-left: 20px !important;
    }
    .left-margin{
        margin-left: 20px !important;
    }
    .margin-left-20{
        position: relative;
        margin: 0 20px;
    }
  .container {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }
  .flickity-page-dots {
      display: block;
      bottom: -40px;
  }
  .slick-slider .slick-prev { left: -30px; background-size: 25px !important;}
   .slick-slider .slick-next {
    right: -30px;
     background-size: 25px !important;
    
}
  .blog-post-listing-page.tag-list {
    padding-top: 40px;
}
  .autho-left {
    width: 100%;
    padding-left: 0;
    margin: 20px 0 0;
}
  .hs-author-profile { text-align:center;}
  .hs-author-social-links {
    
    justify-content: center;
}
  .blog-post-body {
    margin-top: 50px;
    margin-bottom: 50px;
}
  span.red-time:after { display:none;}
  .cut-blog-list-feat .hash-tag:nth-child(2) {
    margin-left: 0;
}
}
@media screen and (max-width: 767px){
  picture{ height:auto;}
.container-full-padd .s3-cont-inner-col-3-left {
    max-width: 100%;
}
  .inner-module-bottom {
    margin-top: 50px;
}
  .inner-module-bottom .db-bg-box {
    margin-top:20px !important;
}
  .list-item2 .list-main-img:after {
    width: 50px;
    height: 50px;
    background-size: 50px;
}
    ul.list-menu-footer.max-w-new {
    max-width: 100%;
    margin-left: 0;
}
  .footer .col-lg-2.offset-lg-3.col-md-3.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
}

.footer .col-lg-1.col-md-3.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 10px 0 0;
}

.footer .col-lg-1.col-md-3.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
  .footer-row-1 {
    margin-bottom: 20px;
}
  .agenda-blog-list .flickity-page-dots {
    display: block;;
}
}
@media screen and (max-width: 640px){
.body-container--blog-index .event-img {
    min-height: 350px;
  }
  
}
@media screen and (max-width: 640px){
.blog-feat-list-top-smal-title {
    font-size: 26px !important;
}
 .button--view-more {
    margin: 0 auto 40px;
}
  .cut-blog-list-feat span.red-time { display:block; width:100%;    margin: 0 0 10px;}

  
}

@media screen and (max-width: 375x){
   .footer .col-lg-2.offset-lg-3.col-md-3.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.footer .col-lg-1.col-md-3.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.footer .col-lg-1.col-md-3.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
} 
}

/**************************************************/
/*****************    BUTTONS    *****************/
/************************************************/
.btn-8{
  padding-right: 40px !important;
}
.invert-button {
    margin: 0 !important;
}
.btn-8:before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 40px;
    top: 50%;
    right: -20px;
    height: 2px;
    background: #ff6c37;
    transition: all .3s ease;
}
.btn-8:hover{
  padding-left: 40px;
}
.btn-8:hover:before {
    right: -30px;
}
.btn-b6:hover {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.btn-b6 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
/**************************************************/
/*****************    COLORS    ******************/
/************************************************/
.font-green{
  color:#005745 !important;
}
.font-white{
  color:#fff !important;
}
.font-orange{
  color: #ff6c37 !important;
}
.normal-img{
  max-width: 100%;
  height: auto;
  width: 100%;
}
/**************************************************/
/*****************    TEXTS    *******************/
/************************************************/
.h2{
  font-family: "UxumGrotesque-Light" !important;
  font-size: 70px !important;
  font-weight: 300 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.14 !important;
}
.h3{
  font-family: "UxumGrotesque-Light" !important;
  font-size: 60px !important;
  font-weight: 300 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}
.text{
  font-family: "UxumGrotesque-Regular" !important;
  font-size: 17px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.41;
}
.text-slider-title{
  font-family: "UxumGrotesque-Regular" !important;
  font-size: 24px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.41;
}
.text-button{
  font-family: "UxumGrotesque-Regular" !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.41;
}
.vertical-text{
  text-transform: uppercase;
  font-family: "UxumGrotesque-Regular" !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  z-index:10;
}
@media screen and (max-width: 768px) {
  .h2{
    font-family: "UxumGrotesque-Light" !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.10 !important;
  }
  .h3{
    font-family: "UxumGrotesque-Light" !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
  }
}

/**************************************************/
/*****************    FOOTER    ******************/
/************************************************/
.footer{
  background-color: black;
  padding-top: 72px;
  padding-bottom: 25px;
}
.footer-row-1{
  margin-bottom: 42px;
}
.footer-logo img{
  max-width: 138px !important;
  width: 100% !important;
}
.list-menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-menu-footer .item-list-menu-footer{
  color: white !important;
  font-size: 14px;
  font-family: 'UxumGrotesque-Regular';
}
.list-menu-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-menu-footer-contact .item-list-menu-footer-contact{
  color: #ff6c37 !important;
  font-size: 16px;
  font-family: 'UxumGrotesque-Regular';
}
.list-menu-footer-rrss {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-menu-footer-rrss .item-list-menu-footer-rrss{
  color: #ff6c37 !important;
  font-size: 14px;
  font-family: 'UxumGrotesque-Regular';
}
.list-menu-footer-legal{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-menu-footer-legal .item-list-menu-footer-legal{
  color: white !important;
  font-size: 10px;
  font-family: 'UxumGrotesque-Regular';
  margin-right: 8px;
}
.newsletter{
  background: linear-gradient(to bottom, transparent 50%, black 50%);
  margin-top: -200px;
}
.caja-newsletter{
  border: 1px solid white;
  background-color: #005745;
  padding-top: 54px;
  padding-bottom: 48px;
}
.text-newsletter{
  font-family: 'UxumGrotesque-Regular';
  font-size: 17px;
  color: white;
}
.titulo-newsletter{
  font-family: 'UxumGrotesque-Light';
  font-size: 50px;
  margin-top: 46px;
  color: white;
}
.form-newsletter label{
  color: white !important;
  font-size: 17px;
}
.form-newsletter input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff6c37;
    background: none;
    margin-bottom: 40px;
}
.form-newsletter input:focus {
    outline: none;
}
.legal-consent-container ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.legal-consent-container ul input {
    margin-top: 7px;
    display: inline-block;
    width: auto;
}
.legal-consent-container .hs-form-booleancheckbox-display>span{
  font-size: 12px;
  line-height: 24px;
}
.form-newsletter .hs-error-msgs{
  display: none !important;
}
.form-newsletter .legal-consent-container{
  width: 70%;
  display: inline-block;
}
.form-newsletter .hs-submit{
  display: inline-block;
  width: 30%;
  position: relative;
}
.form-newsletter .hs-submit input {
    border: 0;
    cursor: pointer;
    color: white;
    text-align: right;
    font-size: 16px;
    padding-right: 34%;
    position: relative;
}
.form-newsletter .hs-submit::after {
    content:"";
    position: absolute;
    right: 0;
    top: 12px;
    width: 22%;
    height: 1px;
    border-bottom: 1px solid #ff6c37;

}
.form-newsletter .submitted-message{
  color: white;
}


.form-theNext label{
    color: white !important;
    font-size: 17px;
}
.form-theNext input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff6c37;
    background: none;
    margin-bottom: 40px;
}
.form-theNext input:focus {
    outline: none;
}
.form-theNext .hs-error-msgs{
    display: none !important;
}
.form-theNext .legal-consent-container{
    width: 70%;
    display: inline-block;
}
.form-theNext .hs-submit{
    display: inline-block;
    width: 126px;
    position: relative;
    padding: 8px 40px;
    color: #005745;
    background: white;
    outline: none;
    cursor: pointer;
}
.form-theNext .hs-submit input {
    border: 0;
    cursor: pointer;
    color: #005745;
    text-align: right;
    font-size: 16px;
    padding: 0;
    position: relative;
    margin: 0 !important;
}
.form-theNext .hs-submit:before {
    position: absolute;
    content: " ";
    z-index: 1;
    width: 40px;
    top: 50%;
    right: -20px;
    height: 2px;
    background: #ff6c37;
    transition: all .3s ease;
}
.form-theNext .hs-submit:hover:before {
    right: -30px;
}
.form-theNext .submitted-message{
    color: white;
}

.form-theNext .hs_cv label{
    color: #ff6c37 !important;
    cursor: pointer;
    margin-bottom: 36px;
}
.form-theNext .hs_cv input{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/*FORM MODAL */

.form-modal label{
    color: white !important;
    font-size: 17px;
}
.form-modal input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ff6c37;
    background: none;
    margin-bottom: 40px;
}
.form-modal input:focus {
    outline: none;
}

.form-modal .hs-error-msgs{
    display: none !important;
}
.form-modal .legal-consent-container{
    width: 70%;
    display: inline-block;
}
.form-modal .hs-submit{
    background: #ff6c37 !important;
    display: inline-block;
    position: relative;
    border: 2px solid white;
    transition: all 0.3s ease;
    white-space: nowrap;
    outline: none !important;
    float: right;
    margin-right: 24px;
}
.form-modal .hs-submit input {
    border: 0;
    cursor: pointer;
    color: white;
    text-align: right;
    font-size: 16px;
    padding: 10px 40px;
    position: relative;
    margin: 0 !important;
}
.form-modal .hs-submit:before {
    background: linear-gradient(to right,white 50%,#ff6c37 50%) !important;
    transition: all .3s ease;
    position: absolute;
    content: " ";
    z-index: 1;
    width: 40px;
    top: 50%;
    right: -20px;
    height: 2px;
}
.form-modal .hs-submit:hover:before {
    background: #ff6c37 !important;
    background: linear-gradient(to right,white 23%,#ff6c37 20%) !important;
    transition: all .3s ease;
    right: -30px;
}

.form-modal .submitted-message{
    color: white;
}
.form-modal .form-columns-2{
    max-width: 100%;
}
.form-modal .form-columns-1{
    max-width: 100%;
}
.form-modal .hs_firstname .input, .form-modal .hs_email .input{
    margin-right: 20px !important;
}
.form-modal .hs_mensaje .input input{
    width: 100% !important;
}
@media screen and (max-width: 991px) {
.footer-logo {
    margin: 0 0 30px;
}
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 0;
}
  .newsletter {
    margin-top: -290px;
}
  .list-menu-footer{
    margin-top: 42px;
  }
  .list-menu-footer-contact{
    margin-top: 50px;
  }
  .list-menu-footer-rrss {
    margin-top:30px;
    display: flex;
  }
  .list-menu-footer-rrss .item-list-menu-footer-rrss{
    margin-right: 15px;
  }
  .list-menu-footer-legal .item-list-menu-footer-legal {
      color: white !important;
      font-size: 10px;
      font-family: 'UxumGrotesque-Regular';
      margin-right: 8px;
      width: auto;
      display: inline-block;
  }
  .list-menu-footer-legal {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .caja-newsletter {
    margin: 0 20px !important;
    padding: 34px 25px 48px 25px !important;
  }
  .titulo-newsletter {
    margin-top: 12px;
    font-size: 30px;
    margin-bottom: 38px;
}
.form-newsletter .legal-consent-container {
    width: 100%;
    height: 50px;
}
.form-newsletter .hs-submit {
    display: inline-block;
    width: auto;
    position: relative;
}
.form-newsletter .hs-submit::after {
    content: "";
    position: absolute;
    right: -60px;
   top: 33px;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #ff6c37;
}
.form-newsletter .hs-submit input{
  padding: 0;
}
.form-newsletter .hs-submit input {
    margin: 0px 0;
}
.form-theNext .hs_cv{
    width: 34%;
    float: left;
}
.form-theNext .hs-submit {
    float: right;
    margin-right: 20px;
}
  .list-menu-footer-rrss{ flex-wrap: wrap;}
  .home-btaula .content-b10-mbl .date .day {    padding-left: 10px; padding-right: 10px;}
  
}


.regular-font {  font-family: 'UxumGrotesque-Regular' !important;}
.modal { z-index:111;}

.slick-slider button { font-size:0;}



.form-newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-newsletter input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.form-newsletter input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.form-newsletter input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}


/********************************/
/* COPIAR CSS AQUI */
/*
.l-m-titulo-item {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 8.8%;
    padding: 35px 0;
    width: 82.4%;
    border-top: 1px solid white;
    color: white;
    font-family: 'UxumGrotesque-Regular';
}


.container-cataleg-modul-2{
  display: flex;
  flex-direction: column;
}
.head-cataleg-modul-2{
  width:100%;
  height: auto;
  position: relative;
}
.titol-cataleg-modul-2{
  width: 60%;
  height: auto;
  margin: 28px 28.54% 55px 10.34%;
font-family: 'UxumGrotesque-Light';
  font-size: 60px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #005745;
}

.wrap-tag-cataleg-modul-2{
    width: auto;
    height: auto;
    position:absolute;
    top: 0;
    left: 5.38%;
  }

  .tag-cataleg-modul-2{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
font-family: 'UxumGrotesque-regular';
   width: auto;
    height: auto;
    font-size: 16px;
    color: #ff6c37;
  }

  .ralleta-2-cataleg-modul-2{
      width: 100%;
      height: 30px;
      border-right: solid 1px #005745;
      position: absolute;
      right: 50%;
      z-index: 1;
      margin-top: 90%;
  }

.items-cataleg-modul-2{
  width: 100%;
  height: auto;
  display:flex;
  flex-wrap: wrap;

}
#slider-landing2 .flickity-page-dots{
  display: none;
}
#slider-landing2 .flickity-slider {
    left: 0px;
    transform: translateX(0);
}
#slider-landing2 {
    width: 100%;
}
#slider-landing2 .carousel-cell {
    display: table-cell;
    width: 25%;
}
#slider-landing2 .flickity-prev-next-button{
  display: none;
}
.item-cataleg-modul-2{
  display: flex;
  width: 100%;
  position: relative;
}

.item-cataleg-modul-2 img{
  width: 100%;
  height: auto;
  position:relative;
  z-index: -1;
}

.item-title-cataleg-modul-2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 89.37%;
  height: auto;
font-family: 'UxumGrotesque-regular';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  padding: 35px 0 44.8px 0;
  margin: 0 9.61%;
  border-top: solid 1px #ffffff;
}
#slider-landing2 .carousel-cell img {
    width: 100%;
}

@media screen and (max-width: 450px) {
  .titol-cataleg-modul-2 {
    width: auto;
    height: auto;
    margin: 20px;
    font-family: 'UxumGrotesque-Light';
    font-size: 30px;
    font-weight: 300;
    padding-left: 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #005745;
    }
    .tag-cataleg-modul-2 {
        writing-mode: horizontal-tb;
        transform: none;
        font-family: 'UxumGrotesque-regular';
        width: auto;
        height: auto;
        font-size: 16px;
        color: #ff6c37;
        margin-top: -45px;
    margin-left: 45px;
    }
    .ralleta-2-cataleg-modul-2 {
        width: 30px;
        height: 1px;
        border-top: solid 1px #005745;
        position: absolute;
        right: auto;
        left: 0;
        z-index: 1;
        margin-top: -12px;
        content: "";
    }
    .wrap-tag-cataleg-modul-2 {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 20px;
    }
      .item-cataleg-modul-2 {
        width: 100%;
      }
      #slider-landing2 .carousel-cell {
        width: 75%;
        height: auto; /* height of carousel */

/*
        margin-right: 10px;
    }
    #slider-landing2 .item-title-cataleg-modul-2, #slider-landing2 .item-cataleg-modul-2 a{
      width: 100%;
    }
    #slider-landing2 .flickity-prev-next-button{
      display: block;
    }
    #slider-landing2 .flickity-page-dots{
      display: block;
    }
}

*/
.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display { display:flex;flex-wrap:wrap; }
.form-newsletter form .hs-form-booleancheckbox-display .hs-input { display: none; }
.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{    display: flex;
    flex-wrap: wrap;
       align-items: center;
    position: relative;
    margin-left: 0;
    line-height: normal;}
.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 20px;
    height: 20px;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-right: 10px;
    transition: .5s ease all;
    border: 1px solid #ff6c37; margin-top:0px;}
.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{    background-color: transparent;}
.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after {         content: "\f00c";
    position: absolute;
    left: 4px;
    width: 9px;
    height: 9px;
    background-color: transparent;
    top: 50%;
    border-radius: 100%;
    transition: .5s ease all;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
    margin-top: -2px;}


.hs-form-booleancheckbox-display p {
    width: calc(100% - 30px);
}

.form-newsletter .hs-submit {
    display: inline-block;
    width: auto;
    position: relative;
    margin: 15px 0 0;
}
.form-newsletter .hs-submit::after {
    content: "";
    position: absolute;
    right: -47px;
    top: 15px;
    width: 37px;
    height: 1px;
    border-bottom: 1px solid #ff6c37;
}
.form-newsletter .hs-submit input {
    border: 0;
    cursor: pointer;
    color: white;
    text-align: left;
    font-size: 16px;
    padding-right: 34%;
    position: relative;
}

@media(max-width:640px){

.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { margin-top:0px;}
.form-newsletter form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
}
  
}