.ig9-container.ig9-max-width-adaptive-sm{
    max-width: 1400px;
    width: 100%;
}
.container.abre-spl {
    background-color: #fff;
}
.container.abre-autor {
    padding: 30px 50px 50px 50px;
}
.container.abre-spl .title {
    margin: 0 auto;
    font-size: 3.5rem;
    text-align: center;
    padding: 30px 0 20px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #111;
    letter-spacing: -1.25px;
    max-width: 900px;
}
.container.abre-spl .sub-title {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 70px 0;
    font-weight: 400;
    letter-spacing: -0.32px;
    font-size: 22px;
    line-height: 32px;
    color: #555;
}

.hiw-list__counter::before {
    content: "";
    background: transparent url('../img/icon-check-valor.svg') center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 40px;
    margin-top: -15px;
}
.hiw-list__counter{
    background-color: #006b71;
}
.simpleParallax,
.hc4-block{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.immerse-section-tr__figure > *{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.hc4-text-lg {
    color: #111;
    letter-spacing: -1.25px;
    font-size: 32px;
}
.hc4-color-contrast-medium{
    color: #555;
	font-size: 18px;
	line-height: 28px;
}
.ig9-bg-contrast-lower{
    background-color: #edeff0;
}

.hc4-position-relative{
    background-color: #edeff0;
}
.cb-slideshow{
    overflow: hidden;
}

.cb-slideshow:after {
    background-color: rgba(0, 0, 0, 0);
/*	background: rgba(0, 0, 0, 0.25) url(../img/_l25.png) center center no-repeat;
    background-size: contain;*/
}
.max-100{
    grid-column-end: span 9;
}

.section-divider svg{
    background-color: #fff;
    width: 104%
}
.hc4-gap-md {
    gap: 3.5rem;
}

.hc4-color-contrast-medium a {
    text-decoration: none;
    color: #1d9691 !important;
    font-weight: 700;
}

.hc4-color-contrast-medium a:hover {
    text-decoration: underline;
}

.logo-25{
    position: absolute;
    display: block;
    width: 144px;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hc4-max-width-adaptive-md {
    max-width: 85rem;
}
.hc4-padding-y-xl{
    padding-bottom: 170px;
}
.ig9-max-width-sm {
    max-width: 1000px;
}

.txt-p.stl-sub{
    color: #111;
    letter-spacing: -1.25px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 0;
}

/************************************************/
 /************************************************/
 /************************************************/
 /************************************************/

 .container-chevron {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 75px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
}
  
  .chevron {
    position: absolute;
    width: 40px;
    height: 4px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #006b71;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
  }
  
  .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  .text-chevron {
    display: block;
    margin-top: 75px;
    margin-left: -38px;
    font-size: 12px;
    color: #006b71;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 1;
    animation: pulse 2s linear alternate infinite;
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }


@media screen and (max-width: 767px) {
    .container.abre-spl {
        padding: 0 5%;
    }
    .container.abre-spl .title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
        padding: 30px 0 20px 0;
    }
    .container.abre-spl .sub-title {
        width: 100%;
        text-align: left;
        padding: 0px 0 50px 0;
    }
    .container.abre-autor {
        padding: 30px 20px 50px 20px;
    }
    .txt-p {
        font-size: 18px;
        line-height: 29px;
        padding: 0px 20px 0px 20px;
    }
    .hc4-container{
        width: calc(100% - 40px);
        max-width: 100%;
    }
    .ig9-container {
        width: 90%;
    }
    .hiw-list__counter::before{
        width: 18px;
        height: 28px;
        margin-top: -10px;
    }
	
	.container.abre-autor .data-publi {
        padding-bottom: 66px;
    }
	
	.content_share {
		padding-left: 7px;
		align-items: flex-start;
		justify-content: flex-start;
		right: 0px;
	}
	.hc4-gap-md {
        gap: 1.25rem;
    }
	.logo-25{
        width: 100px;
        bottom: -165px;
    }
	.hc4-text-lg {
		font-size: 26px;
	}
	
}