/* section CONTENT TREINAMENTOS 1 */
section#section-content-treinamentos1 {
    padding: 0rem 0rem 5rem 0;
    background: url(../../dist/images/banner-section-main1.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    position: relative;
    color: #fff;
    animation: blink 1.5s infinite alternate;
    text-align: center;
}
@keyframes blink {
    0% {
      filter: brightness(100%);
    }
    100% {
      filter: brightness(125%);
    }
  }
  .blink-opacity {
    animation: blinkopacity 5s infinite;
  }
  
  @keyframes blinkopacity {
    0% {
      opacity: 0.5;
      filter: brightness(100%);
    }
    50% {
      opacity: 1;
      filter: brightness(225%);
    }
    100% {
        opacity: 0.5;
        filter: brightness(125%);
      }
}
.box-section-content-treinamentos1 {
    padding: 12rem 11rem 0rem 11rem;
    position: relative;
    z-index: 2;
    min-height: 40rem;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
}
h1.section-content-treinamentos1 {
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    color: #fff;
}
p.section-content-treinamentos1 {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.75rem;
    padding: 2rem 0 4rem 0;
    margin: 0;
}
h4.section-content-treinamentos1 {
    font-size: 2rem;
    color: #fff;
    line-height: 130%;
    font-weight: 300;
    margin: 0;
    padding: 2rem 10rem 0;
}

.row.box-content-section-content-treinamentos1 {
    z-index: 2;
    position: relative;
    padding-bottom: 2rem;
}
img.img-logo-section-treinamentos1 {
    padding-bottom: 1rem;
    position: relative;
}
.box-info-section-content-treinamentos1 {
    text-align: left;
    padding: 2rem 0;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 10px;
    position: relative;
    min-height: 500px;
    z-index: 2;
    color: #fff;
}
h6.title-section-content-treinamentos1 {
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    margin-bottom: 1.5rem;
}
p.text-section-content-treinamentos1 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    opacity: 0;
    transition: 0.5s;
}
.box-services-section-content-treinamentos1 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 1.5rem;
}
.box-services-section-content-treinamentos1:hover p.text-section-content-treinamentos1{
    opacity: 1;
    transition: 0.5s;
}
img.img-services {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    object-fit: cover;
    height: 100%;
}
.gradient-shadow1 {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5018382352941176) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}
.gradient-shadow2 {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 1;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.box-services-section-content-treinamentos1:hover .gradient-shadow1{
    opacity: 1;
    transition: 0.5s;
}
/* section CONTENT TREINAMENTOS 1 */

/* section CONTENT TREINAMENTOS 2 */
section#section-content-treinamentos2 {
    padding: 5rem 0rem 5rem 0;
    text-align: center;
    z-index: 3;
    position: relative;
}
h2.section-content-treinamentos2 {
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    margin-bottom: 3rem;
    display: inline-block;
    padding: 0 10rem;
}
span.range {
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #FE4300 0%, #FD813A 100%));
    box-shadow: 0px 6px 20px 0px rgba(233, 94, 36, .4);
    height: 57%;
    display: inline-block;
    color: #fff;
    padding: 0rem 0.5rem 1.5rem;
    margin-top: 2rem;
}
h6.title-section-content-treinamentos2 {
    font-size: 2.5rem;
    line-height: 100%;
    margin-bottom: 1.5rem;
    padding: 0 3rem;
}
.box-services-section-content-treinamentos2 {
    padding: 1rem 2rem;
}
/* section CONTENT TREINAMENTOS 2 */
