* {
  font-family: "Santander Text", sans-serif;
}

@font-face {
  font-family: "Santander Headline";
  src: url("../images/fonts/SantanderHeadline-Regular.woff2") format("woff2"), url("../images/fonts/SantanderHeadline-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Santander Headline";
  src: url("../images/fonts/SantanderHeadline-Bold.woff2") format("woff2"), url("../images/fonts/SantanderHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Santander Text";
  src: url("../images/fonts/SantanderText-Regular.woff2") format("woff2"), url("../images/fonts/SantanderText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Santander Text";
  src: url("../images/fonts/SantanderText-Bold.woff2") format("woff2"), url("../images/fonts/SantanderText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5 {
  font-family: "Santander Headline", sans-serif;
}

.responsive-title {
  font-size: 48px;
  line-height: 57.6px;
  text-align: right;
  white-space: normal;
  word-wrap: normal;
  word-break: normal;
  hyphens: none;
  max-width: 100%;
  padding: 0 0.2rem;
}

.responsive-paragraph {
  font-size: 20px !important;
  line-height: 30px;
  text-align: left;
  white-space: normal;
  word-wrap: normal;
  word-break: normal;
  hyphens: none;
  max-width: 100%;
  padding: 0 0.2rem;
}

@media screen and (max-width: 767px) {
  .responsive-title {
    font-size: 32px;
    line-height: 36px;
    text-align: left !important;
  }
  .responsive-paragraph {
    text-align: left;
  }
  .stats-number-responsive{
  }
  .stats-icon{
  }
}

.stats-number-responsive {
  color: #333;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  white-space: normal;
  word-wrap: normal;
  word-break: normal;
  hyphens: none;
  max-width: 100%;
  padding: 0 0.2rem;
  margin-bottom: 2.5rem !important;
}

/* Estilos específicos para os cards de estatísticas */
.stats-card {
  background: white !important;
  border: 2px solid #EC0000 !important;
  border-radius: 20px !important;
  /* padding: 5px 0px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.stats-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 0 !important;
  flex-shrink: 0;
  margin-top: 1.5rem !important;

}

.stats-icon svg {
  display: block;
}

.stats-number-responsive {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsividade para cards de estatísticas */
@media (max-width: 991px) {
  .stats-card {
    padding: 1rem 0.6rem 1.2rem 0.6rem !important;
    height: 140px;
  }
  
  .stats-icon {
    height: 36px;
  }
  
  .stats-number-responsive {
    font-size: clamp(0.7rem, 2.3vw, 1.1rem) !important;
    line-height: 1.1;
    padding: 0 0.1rem;
  }
}

@media (max-width: 767px) {
  .stats-card {
    padding: 0.8rem 0.4rem 1rem 0.4rem !important;
    height: auto;
    margin-bottom: 1rem;
    flex-direction: row !important;
    justify-content: center !important;
  }
  
  .stats-icon {
    height: 32px;
    margin-bottom: 0 !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
  }
  
  .stats-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
  
  .stats-number-responsive {
    font-size: 16px !important;
    line-height: 100% !important;
    padding: 0 0.1rem;
    flex: none !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 480px) {
  .stats-card {
    padding: 0.7rem 0.3rem 0.9rem 0.3rem !important;
    height: auto;
  }
  
  .stats-icon {
    height: 28px;
    margin-right: 5px !important;
  }
  
  .stats-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  
  .stats-number-responsive {
    font-size: 16px !important;
    line-height: 100% !important;
    padding: 0;
  }
}

@media (max-width: 360px) {
  .stats-card {
    padding: 0.6rem 0.2rem 0.8rem 0.2rem !important;
    height: auto;
  }
  
  .stats-icon {
    height: 24px;
    margin-right: 5px !important;
  }
  
  .stats-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
  
  .stats-number-responsive {
    font-size: 16px !important;
    line-height: 100% !important;
    padding: 0;
  }
}

#santander-trainee {
  overflow: hidden;
}

.ouzzi {
  background: #f1f1f1;
  color: #000;
}

@media (min-width: 576px) {
  .rounded-effect {
    display: inline-block;
    position: relative;
  }
  .rounded-effect::before {
    content: "";
    background: #D9D9D9;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    padding: 4px 12px;
    position: absolute;
    left: 30px;
    z-index: -1;
  }
}
.text-small {
  display: block;
  font-size: 12px;
  line-height: 1.0;
  
}


.flutuant-button {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
}
.flutuant-button .btn-big-red {
  width: 100%;
  text-align: center;
  border-radius: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-paragraf {
  color: #FF0000;
  font-size: 40px;
  font-weight: 700;
}

#main-header {
  z-index: 99 !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #main-header .btn-big-orange {
    padding: 24px 36px;
  }
}

@media (max-width: 768px) {
  .scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .header-paragraf {
    font-size: 32px !important;
    line-height: 36px !important;
    text-align: left !important;
  }
}
ul.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-right: 50px !important;
}
@media (max-width: 1200px) {
  ul.header-nav {
    z-index: -1;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block !important;
    top: 77px;
    left: 0;
    text-align: center;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background-color: #FF0000;
    padding: 16px 0;
    width: 100%;
    /* padding-right: 0px !important; */
  }
  ul.header-nav li a {
    color: #FFF !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  ul.header-nav {
    top: 74px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  ul.header-nav {
    top: 119px !important;
  }
}
ul.header-nav.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .btns {
    display: none;
  }
}
.btns .open, .btns .close {
  cursor: pointer;
}

.logo-info {
  position: relative;
}
.logo-info img {
  position: relative;
  z-index: 1;
}

.header-nav li a {
  text-decoration: none;
  color: #000;
}

.img-center {
  display: block;
  margin-inline: auto;
}

.btn-big-red {
  padding: 12px 32px;
  display: inline-block;
  background-color: #FF0000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  border-radius: 50px;
}

.btn-big-red:hover {
  background-color: #000000;
  border: 1px solid #FFFFFF;
}

.btn-big-white {
  padding: 24px 32px;
  display: inline-block;
  color: #FF0000;
  background-color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.btn-big-white svg {
  fill: #FF0000;
}

.s-about {
  background: #ffffff;
  color: #EC0000;
  padding-block: 40px;
  position: relative;
  /* padding-bottom: 160px; */
}

@media screen and (max-width: 767px) {
  .s-about {
    padding-block: 35px;

  }
  .s-about::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 2px;
    border-radius: 10px;
    background: #4d4c4c;
  }
}
/* 
.s-about h3 {
  font-size: 32px;
  margin-top: -48px;
} */
@media (min-width: 992px) {
  .s-about h3 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .s-about h3 {
    font-size: 48px;
  }
}
 .s-about .text-about { 
   width: 410px;

} 
.s-about .text-about span {
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #FF0000;
  padding: 2px 8px;
  white-space: nowrap;
}

.s-video-top .video-yt {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s-video-top .video-yt {
    margin-top: -65px;
  }
}
.s-video-top .video-yt iframe {
  border-radius: 16px;
  overflow: hidden;
}
/* .s-video-top .video-yt::after {
  content: "";
  background-image: url(../images/bg-video-santander.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 61px;
  height: 206px;
  max-height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.s-program {
  padding-bottom: 60px;
  padding-top: 80px;
}
.s-program .box-line {
  position: relative;
}
.s-program .box-line::before {
  content: "";
  background-image: url(../images/bg-programa.svg);
  background-repeat: no-repeat;
  width: 214px;
  height: 913px;
  position: absolute;
  top: -140px;
  left: -240px;
}
.s-program h2 {
  width: 100%;
  /* max-width: 585px; */
  font-size: 40px;
  line-height: 57.72px;
  font-weight: bold;
  color: #EC0000;
  /* margin-bottom: 40px; */
}
.s-program .subtitle-process {
  font-size: 18px;
  line-height: 28px;
}
.s-program .bold{
  font-weight: bold;
}
.s-program .margin{
  margin-bottom: 0 !important;
}
.s-program .width-90{
  width: 60vw !important;
  margin: 0 auto;
  margin-bottom: 30px !important;
}
.s-program .content {
  width: 100%;
  max-width: 593px;
  font-size: 16px;
}
.s-program .content .color-red {
  color: #FF0000;
}
.s-program .image-size {
  width: calc(100vw - 24px);
}
.s-program .images {
  /* width: 50%; */
  border-radius: 16px;
  height: auto;
  max-height: 545px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-program .images {
    max-height: 425px;
  }
}
.s-program .images-flex-left {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem !important;
}
.s-program .images-flex-right {
  display: flex;
  justify-content: flex-start;
}

/* Estilos para as sobreposições das imagens */
.s-program .image-container-left {
  position: relative;
  display: flex;
  justify-content: end;
  border-radius: 20px;
  overflow: hidden;
}

.s-program .image-container-right {
  position: relative;
  display: flex;
  justify-content: start;
  border-radius: 20px;
  overflow: hidden;
}

.s-program .image-overlay-left {
  position: absolute;
  background: #000000;
  top: calc(100% - 67px);
  left: 5%;
  transform: none;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  white-space: nowrap;
  width: 90%;
  max-width: 90%;
  font-size: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
}

.s-program .image-overlay-right {
  position: absolute;
  background: #EC0000;
  top: calc(100% - 67px);
  left: 5%;
  transform: none;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  white-space: nowrap;
  width: 90%;
  max-width: 90%;
  font-size: 1rem;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3;
}



.s-program .overlay-text {
  color: white;
  font-family: 'Santander Headline', Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Responsividade para overlay text */
@media screen and (min-width: 992px) {
  .s-program .image-overlay-left,
  .s-program .image-overlay-right {
    padding: 15px 15px;
    font-size: 1.1rem;
    top: calc(100% - 75px);
    width: 90%;
    max-width: 90%;
    left: 5%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .s-program .image-overlay-left,
  .s-program .image-overlay-right {
    padding: 12px 15px;
    font-size: 0.95rem;
    top: calc(100% - 67px);
    width: 90%;
    max-width: 90%;
    left: 5%;
    overflow: hidden;
  }
  .s-program .images-flex-left {
    justify-content: center;
  }
  .s-program .images-flex-right {
    justify-content: center;
  }
  .s-program .overlay-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .s-program .image-overlay-left,
  .s-program .image-overlay-right {
    padding: 8px 15px;
    font-size: 0.8rem;
    border-radius: 40px;
    top: calc(100% - 58px);
    width: 90%;
    max-width: 90%;
    left: 5%;
    overflow: hidden;
  }
  .s-program .images-flex-left {
    justify-content: center;
  }
  .s-program .images-flex-right {
    justify-content: center;
  }
  .s-program .overlay-text {
    font-size: 18px;
    line-height: 28px;
  }
  .s-program .subtitle-process {
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left !important;
    width: 100% !important;
  }
  .s-program .image-container-left {
    justify-content: center !important;
  }
  .s-program .image-container-right {
    justify-content: center !important;
  }
}

@media screen and (max-width: 480px) {
  .s-program .image-overlay-left,
  .s-program .image-overlay-right {
    padding: 6px 12px;
    font-size: 0.7rem;
    border-radius: 30px;
    top: calc(100% - 50px);
    width: 90%;
    max-width: 90%;
    left: 5%;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .s-program .image-size {
    width: 44vw;
  }
}

.s-program-slide {
  padding-bottom: 72px;
}

.s-requirement {
  background: #000000;
  color: #FFFFFF;
  padding-block: 38px 155px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .s-requirement {
    padding-top: 35px;
  }
  .s-requirement .container {
    display: flex;
    flex-direction: column;
  }
  .s-requirement .header-title {
    line-height: 120%;
    padding: 10px 20px !important;
    order: 1 !important;
  }
  .s-requirement .text-box{
    font-size: 16px !important;
    line-height: 120% !important;
    text-align: left !important;
    order: 3 !important;
  }
  .s-requirement .text-box02 {
    /* display: block !important; */
    order: 2 !important;
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .s-requirement .requirement-list {
    order: 4 !important;
  }
}
.s-requirement .header-title {
    background: #ec0000;
    /* border: px solid #FFFFFF; */
    border-radius: 15px;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 66px;
    text-align: center;
    /* white-space: nowrap; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    /* max-width: 90%; */
    width: fit-content;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
}

.s-requirement .header-title::before {
  content: "";
  position: absolute;
  top: -8px;
    left: -11px;
    right: 11px;
    bottom: 7px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .s-requirement .header-title {
    font-size: 32px;
  }
}
.s-requirement .header-title.colored {
  background: #444444;
}

.s-requirement .text-box {
  width: 100%;
  max-width: 992px;
  margin-inline: auto;
  font-size: 17px;
  margin-bottom: 50px;
  padding: 0 0px;
}

.s-requirement .text-box02 {
  width: 100%;
  max-width: 992px;
  margin-inline: auto;
  font-size: 17px;
  margin-bottom: 30px;
  padding: 0 0px;
}

.s-requirement .requirement-list {
  gap: 20px;
  width: 100%;
  max-width: 992px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .s-requirement .requirement-list {
    grid-template-columns: 1fr 1fr;
  }
}
.s-requirement .requirement-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.s-requirement .requirement-list li p {
  margin: 0;
}
.s-requirement .requirement-list .icon {
  background: #ec0000;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 71px;
  height: 71px;
}
.s-requirement .requirement-list .text {
  width: 100%;
  max-width: 356px;
}

.s-cta .box-cta {
  
  background-color: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 3px solid #ff0000;
  /* -webkit-box-shadow: 0px 4px 20px 0px rgba(147, 0, 0, 0.5019607843);
  box-shadow: 0px 4px 20px 0px rgba(147, 0, 0, 0.5019607843); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 982px;
  margin-top: -120px;
  margin-inline: auto;
  padding: 25px 92px;
  padding-top: 66px;
  position: relative;
}
/* .s-cta .box-cta::before {
  content: "";
  background-image: url(../images/bg-identidade.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 41px;
  height: 142px;
  max-height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
@media (max-width: 768px) {
  .s-cta .box-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-inline: 24px;
    text-align: center;
  }
  .s-cta .box-cta .text {
    padding-right: 0 !important;}
  }
.s-cta .box-cta .text {
  color: #FF0000;
  line-height: 1.2;
  font-size: 24px;
  padding-right: 7%;
}
@media (min-width: 992px) {
  .s-cta .box-cta .text {
    font-size: 36px;
  }
}
.s-cta .box-cta .button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.s-process {
  padding-top: 100px;
  padding-bottom: 40px;
}

.s-process .header-process {
  color: #EC0000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.s-process .subtitle-process {
  font-family: "Santander Headline";
  font-weight: 700;
  font-size: 20px;
  color: #444444;
  text-align: center;
  margin-bottom: 20px;
}

.s-process .list-seletivo {
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  align-items: stretch;
}

.s-process .list-seletivo li {
  flex: 1;
  width: 25%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.s-process .list-seletivo .timeline-line {
  width: calc(100% + 40px);
  height: 4px;
  background-color: #FF0000;
  position: absolute;
  top: 90px;
  left: -20px;
  z-index: 1;
}

.s-process .list-seletivo .timeline-circle {
  width: 12px;
  height: 12px;
  background-color: #FF0000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease;
}

.s-process .list-seletivo .timeline-item:hover .timeline-circle {
  transform: translate(-50%, -50%) scale(1.8);
  border: 1px solid #FFFFFF;
}

.s-process .list-seletivo .timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.s-process .list-seletivo .date-balloon {
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 75px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
  z-index: 2;
}

.s-process .list-seletivo .date-balloon:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FF0000;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.s-process .list-seletivo .timeline-item:hover .date-balloon:after {
  opacity: 1;
}

.s-process .list-seletivo .timeline-item:hover .date-balloon {
  transform: scale(1.15);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
  z-index: 3;
}

.s-process .list-seletivo .content-card {
  background-color: #FFFFFF;
  border-radius: 25px;
  padding: 16px 16px;
  width: 94%;
  text-align: center;
  color: #FF0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
  flex: 1;
  margin-top: auto;
  border: 2px solid #FF0000;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15), -4px 6px 12px rgba(0, 0, 0, 0.15);
}

.s-process .list-seletivo .content-card .card-content {
  width: 90%;
  margin: 0 auto;
}

.s-process .list-seletivo .content-card h3 {
  font-weight: bold;
  margin-bottom: 16px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-process .list-seletivo .content-card img,
.s-process .list-seletivo .content-card h3,
.s-process .list-seletivo .content-card p {
  transition: all 0.3s ease;
  max-width: 100%;
}

.s-process .list-seletivo .content-card p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 auto;
}

.s-process .list-seletivo .timeline-item:hover .content-card {
  transform: scale(1.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #1a1a1a;
  z-index: 2;
}

.s-process .list-seletivo .timeline-item:hover .content-card img,
.s-process .list-seletivo .timeline-item:hover .content-card h3,
.s-process .list-seletivo .timeline-item:hover .content-card p {
  transform: scale(1.15);
}

.s-process .list-seletivo .icon-wrapper {
  background-color: transparent;
  /* margin-bottom: 20px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-process .list-seletivo .icon-wrapper img {
  width: 40px;
  height: 40px;
  /* filter: brightness(0) invert(1); */
}

.s-process .list-seletivo .card-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #FF0000;
  line-height: 1.3;
  width: 100%;
}

.s-process .list-seletivo .card-description {
  font-size: 14px;
  line-height: 1.5;
  color: #444444;
  margin: 0;
  width: 100%;
}

@media (max-width: 1299px) {
  .s-process .list-seletivo {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    padding: 42px 20px;
  }
  
  .s-process .list-seletivo::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  
  .s-process .list-seletivo li {
    flex-shrink: 0;
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 991px) {
  .s-process .list-seletivo {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    padding: 42px 20px;
    gap: 30px;
  }
  
  .s-process .list-seletivo::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  
  .s-process .list-seletivo li {
    flex-shrink: 0;
    width: 250px;
    min-width: 250px;
  }
  
  .s-process .list-seletivo .content-card {
    min-height: auto;
  }
}

.s-santander {
  background-color: #121111;
  padding-block: 100px;
  padding-bottom: 100px !important;
}

.video-section-with-border {
  position: relative;
  margin-bottom: 110px;
  padding-bottom: 80px;
}

.video-section-with-border::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 2px;
  border-radius: 10px;
  background: #4d4c4c;
}

@media (max-width: 768px) {
  .video-section-with-border::after {
    width: 86%;
  }
  .s-santander {
    padding-block: 50px !important;
  }
}
.img-fluid {
  margin-left: 2vw !important;
}

.s-santander .header-title {
  background: #FF0000;
  /* border: 2px solid #FFFFFF; */
  border-radius: 15px;
  color: #FFFFFF;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  /* max-width: 90%; */
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 7rem !important;
  margin-top: 2rem !important;
}

@media screen and (max-width: 768px) {
  .s-santander .header-title {
    max-width: 100%;
    width: 100%;
    font-size: 24px;
    white-space: normal;
    padding: 10px 0px;
    margin-bottom: 1rem !important;
  }
  .btn-inscreva-767 {
    display: none !important;
  }
  .image-valorizar {
    order: -1;
    margin-bottom: 1rem;
    border-radius: 12px;
  }
  .image-valorizar div {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .image-valorizar img {
    border-radius: 12px !important;
  }
  .s-santander .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px !important;
    padding-bottom: 0 !important;
  }
}

.s-santander .header-title::before {
  content: "";
  position: absolute;
  top: -8px;
    left: -11px;
    right: 11px;
    bottom: 7px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .s-santander .header-title {
    font-size: 40px;
    padding: 10px 110px;
  }
  
  /* .s-santander .header-title::before {
    top: -8px;
    left: -11px;
    right: 11px;
    bottom: 7px;
  } */
}
.s-santander .image-size {
  width: calc(100vw - 24px);
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .s-santander .image-size {
    width: 44vw;
  }
}

/* Estilo para s-transformacao similar ao s-santander */
.s-transformacao .header-title {
  background: #FF0000;
  border-radius: 15px;
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0px;
  text-align: center;
  /* white-space: nowrap; */
  max-width: 90%;
  /* width: fit-content; */
  position: relative;
  z-index: 2;
  margin-bottom: 2rem !important;
  margin-top: 6rem !important;
}

.s-transformacao .header-title::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -11px;
  right: 11px;
  bottom: 7px;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 15px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .s-transformacao .header-title {
    font-size: 42px;
    padding: 25px 40px;
  }
}

/* Nova classe para a imagem do mundo Santander com animação */
.s-santander .image-santander-animate {
  width: 100vw;
  position: relative;
  left: 0;
  margin-left: -15px; /* Compensa o padding do container */
}
@media screen and (min-width: 768px) {
  .s-santander .image-santander-animate {
    width: calc(49vw + 0px);
    margin-left: 0;
  }
}

/* Estilos para a imagem dentro da div image-santander-animate */
.s-santander .image-santander-animate img {
  width: 100%;
  height: auto;
  /* max-height: 545px; */
  object-fit: cover;
  border-radius: 60px 0px 0px 60px;
  display: block;
}

@media screen and (min-width: 768px) {
  .s-santander .image-santander-animate img {
    margin-left: auto;
    margin-right: 0;
  }
}
.s-santander .bg-linear {
  position: relative;
}
.s-santander .bg-linear::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  border-radius: 0px 16px 16px 0px;
  background: linear-gradient(333deg, #C00 0%, #EC0000 44.45%, #98085D 100%);
  top: 0;
  right: 220px;
}
.s-santander .bg-linear::after {
  content: "";
  position: absolute;
  display: block;
  width: 170px;
  height: 104px;
  background-image: url(https://ciadetalentos.com.br/traineesantander/images/square-yellow.png);
  top: 243px;
  left: -180px;
}
.s-santander .bg-linear img {
  position: relative;
}
.s-santander .img-bf {
  position: relative;
}
.s-santander .img-bf::before {
  content: "";
  position: absolute;
  display: block;
  width: 358px;
  height: 113px;
  background-image: url(https://ciadetalentos.com.br/traineesantander/images/dots-img.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -220px;
}
.s-santander .img-bf::after {
  content: "";
  position: absolute;
  display: block;
  width: 167px;
  height: 167px;
  background-image: url(https://ciadetalentos.com.br/traineesantander/images/star.png);
  top: -50px;
  left: -180px;
}
.s-santander .white {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
  border-radius: 56px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .s-santander .white p {
    max-width: 926px;
    margin-inline: auto;
  }
}
.s-santander .text-santander-img01 {
  max-width: 741px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 1.5rem !important;
}
.s-santander .text-santander-img {
  max-width: 741px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 767px) {
  .s-santander .text-santander-img {
    font-size: 20px !important;
    line-height: 24px!important;
  }
  .s-santander .text-santander-img01 {
    font-size: 32px !important;
    line-height: 36px!important;
  }
}
.s-santander .switcher {
  margin-top: -15px;
  position: relative;
}
.s-santander .switcher .switcher-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 24px;
  padding: 0;
  margin: -50px 0 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s-santander .switcher .switcher-list li {
  cursor: pointer;
}
.s-santander .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
@media (max-width: 992px) {
  .s-santander .nav-list {
    margin-bottom: 36px;
  }
}
.s-santander .nav-list li {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #A3C2D1;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
  padding-bottom: 4px;
}
.s-santander .nav-list li.active {
  color: #FF0000;
  text-decoration-color: #FF0000;
}
.s-santander .box-text {
  font-size: 20px;
  width: 100%;
  max-width: 926px;
  margin-inline: auto;
  text-align: center;
}
.s-santander .box-text strong {
  color: #FF0000;
}
.s-santander .img-santander {
  position: relative;
}
.s-santander .img-santander::before, .s-santander .img-santander::after {
  content: "";
  position: absolute;
  display: block;
  width: 237px;
  height: 426px;
  top: -50px;
  background-repeat: no-repeat;
}
.s-santander .img-santander::before {
  background-image: url(../images/bg-ecossistema-before.svg);
  left: 10px;
}
.s-santander .img-santander::after {
  background-image: url(../images/bg-ecossistema-after.svg);
  right: 25px;
}
.s-santander .img-santander img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 928px;
}

.s-conheca {
  padding-top: 72px;
  position: relative;
}
.s-conheca #slide-gap .conteudo .tab-content {
  position: relative;
  max-height: 220px;
  overflow-y: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.s-conheca #slide-gap .conteudo .tab-content::-webkit-scrollbar {
  width: 6px;
}
.s-conheca #slide-gap .conteudo .tab-content::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 4px;
}
.s-conheca #slide-gap .conteudo .tab-content::-webkit-scrollbar-thumb {
  background: #A9074F;
  border-radius: 4px;
}
.s-conheca #slide-gap .conteudo .tab-content::-webkit-scrollbar-thumb:hover {
  background: #F00;
}
.s-conheca #slide-gap .conteudo .tab-content > div {
  padding-left: 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.s-conheca #slide-gap .conteudo .tab-content h3 {
  font-size: 24px;
  color: #EC0000;
  font-weight: 700;
  text-transform: uppercase;
}
.s-conheca #slide-gap .video-yt {
  position: relative;
  z-index: 1;
}
.s-conheca #slide-gap .video-yt iframe {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
.s-conheca #slide-gap .video-yt::after {
  content: "";
  background-image: url(../images/bg-video-santander.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 61px;
  height: 206px;
  max-height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.s-conheca h2 {
  color: #EC0000;
  font-size: 40px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .s-conheca h2 .rounded-effect {
    display: inline-block;
    position: relative;
  }
  .s-conheca h2 .rounded-effect::before {
    content: "";
    background: #D9D9D9;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    padding: 4px 12px;
    position: absolute;
    left: 30px;
    z-index: -1;
  }
}
.s-conheca::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 938px;
  left: 0;
  bottom: -48px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/overlay-santander.png);
}
.s-conheca #js-list-black {
  max-width: 402px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4B4B4B;
  color: #FFFFFF;
  padding-inline: 20px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.s-conheca #js-list-black p {
  margin: 0;
}
.s-conheca #js-list-black img {
  width: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.s-conheca #js-list-black.active img {
  width: 12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s-conheca .item-list-black {
  display: grid;
  gap: 12px;
  padding: 0;
}
.s-conheca .item-list-black li {
  max-width: 350px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #939393;
  color: #FFFFFF;
  padding-inline: 20px;
  border-radius: 8px;
  cursor: pointer;
}
.s-conheca .item-list-black li:hover, .s-conheca .item-list-black li.active {
  background-color: #7a7a7a;
}
.s-conheca .item-list-black li p {
  margin: 0;
  font-size: 12px;
}
.s-conheca #js-list-red {
  max-width: 402px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #E1031C;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 20px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.s-conheca #js-list-red p {
  margin: 0;
}
.s-conheca #js-list-red img {
  width: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.s-conheca #js-list-red.active img {
  width: 12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s-conheca .item-list-red {
  display: grid;
  gap: 12px;
  padding: 0;
}
.s-conheca .item-list-red li {
  max-width: 350px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F6596B;
  color: #FFFFFF;
  padding-inline: 20px;
  border-radius: 8px;
  cursor: pointer;
}
.s-conheca .item-list-red li:hover, .s-conheca .item-list-red li.active {
  background-color: #f32940;
}
.s-conheca .item-list-red li p {
  margin: 0;
  font-size: 12px;
}
.s-conheca .gif-box {
  max-width: 780px;
}
.s-conheca .gif-box img {
  border-radius: 50%;
  overflow: hidden;
}
.s-conheca .gif-paragraf {
  color: #FF0000;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 992px) {
  .s-conheca .gif-paragraf {
    font-size: 24px;
  }
}
.s-conheca .header-title {
  background: #FF0000;
  border-radius: 50px;
  color: #FFFFFF;
  display: table;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .s-conheca .header-title {
    font-size: 40px;
  }
}

.s-razoes .razoes-conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.s-razoes .razoes-conteudo.razoes-not-ativo .razoes-item {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  min-width: unset !important;
}
@media (min-width: 992px) {
  .s-razoes .razoes-conteudo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.s-razoes .razoes-conteudo .razoes-item {
  cursor: pointer;
  background: rgba(163, 194, 209, 0.5);
  color: #EC0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  padding: 42px;
  min-width: 220px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.s-razoes .razoes-conteudo .razoes-item:not(:last-of-type) {
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .s-razoes .razoes-conteudo .razoes-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 1px;
  }
}
.s-razoes .razoes-conteudo .razoes-item .razoes-num {
  background: #FFFFFF;
  border-radius: 50%;
  color: #EC0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 102px;
  height: 102px;
  margin-bottom: 32px;
}
.s-razoes .razoes-conteudo .razoes-item .razoes-icon {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.s-razoes .razoes-conteudo .razoes-item h3 {
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: font-size 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: font-size 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: font-size 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: font-size 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.s-razoes .razoes-conteudo .razoes-item .razoes-descricao {
  display: none;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.s-razoes .razoes-conteudo .razoes-item .hashtag {
  opacity: 0.5;
}
.s-razoes .razoes-conteudo .razoes-item .razoes-arrow {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 48px;
  height: 48px;
  margin-top: auto;
}
.s-razoes .razoes-conteudo .razoes-item .razoes-arrow::before {
  content: "";
  border-right: 2px solid #EC0000;
  border-bottom: 2px solid #EC0000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s-razoes .razoes-conteudo .razoes-item.razoes-ativo {
  background: linear-gradient(139deg, #F00 0%, rgb(186, 1, 1) 100%);
  color: #FFFFFF;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 90px;
}
.s-razoes .razoes-conteudo .razoes-item.razoes-ativo .razoes-icon {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  -webkit-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
}
.s-razoes .razoes-conteudo .razoes-item.razoes-ativo h3 {
  font-size: 32px;
  -webkit-transform: translate(48px, -48px);
  transform: translate(48px, -48px);
}
.s-razoes .razoes-conteudo .razoes-item.razoes-ativo .razoes-descricao {
  -webkit-animation: fadeText 0.6s ease-in-out forwards;
  animation: fadeText 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  display: block;
  -webkit-transform: translate(48px, -48px);
  transform: translate(48px, -48px);
}
.s-razoes .razoes-conteudo .razoes-item.razoes-ativo .razoes-arrow::before {
  border-color: #FFFFFF;
}

@-webkit-keyframes fadeText {
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: 100%;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeText {
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: 100%;
  }
  100% {
    opacity: 1;
  }
}
.s-trainee {
  background-color: #454545;
  padding: 70px 0;
}
.s-trainee .video-yt.yt-part {
  width: 100%;
  max-width: 640px;
  /* margin: 0 auto 30px; */
  position: relative;
}
.s-trainee .video-yt.yt-part::before {
  content: "";
  background-image: url(../images/bg-comeca-before.svg);
  width: 426px;
  height: 153px;
  position: absolute;
  top: -80px;
  left: -50px;
  z-index: -1;
}
.s-trainee .video-yt.yt-part::after {
  content: "";
  background-image: url(../images/bg-comeca-after.svg);
  width: 311px;
  height: 237px;
  position: absolute;
  bottom: -80px;
  right: -30px;
  z-index: -1;
}
.s-trainee .video-yt.yt-part iframe {
  position: relative;
  z-index: 2;
}
.s-trainee .header-title {
  background: #FF0000;
  /* border: 2px solid #FFFFFF; */
  border-radius: 15px;
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 100px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  /* max-width: 90%; */
  width: fit-content;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem !important;
  /* margin-top: 2rem !important; */
}
@media (max-width: 768px) {
  .s-trainee {
    padding-bottom: 5px !important;
  }
  .s-trainee .header-title {
    padding: 10px 40px !important;
    white-space: normal !important;
    margin-bottom: 2rem !important;
    width: 90% !important;
  }
  .s-trainee .video-center {
    justify-content: center !important;
    margin-bottom: 2rem !important;
  }
  .s-trainee .btn-inscreva-767 {
    display: none !important;
  }
  .countdown-section {
    padding: 30px 20px !important;
  }
}
@media (max-width: 992px) {
  .s-trainee .video-center {
    justify-content: center !important;
  }
}
.s-trainee .header-title::before {
  content: "";
  position: absolute;
  top: -8px;
    left: -11px;
    right: 11px;
    bottom: 7px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .s-trainee .header-title {
    font-size: 36px;
  }
  .s-trainee .nopadding {
    padding-left: 30px !important;
  }
  
}
.s-trainee .text-video {
  font-size: 18px;
  margin-bottom: 2rem !important;
}

.s-videos-slide {
  padding-top: 340px;
  background: #FF0000;
  position: relative;
}
.s-videos-slide::before {
  content: "";
  background-image: url(../images/bg-video-slider-before.svg);
  background-repeat: no-repeat;
  width: 913px;
  height: 214px;
  position: absolute;
  top: 40px;
  right: 40vw;
}
.s-videos-slide::after {
  content: "";
  background-image: url(../images/bg-video-slider-after.svg);
  background-repeat: no-repeat;
  width: 508px;
  height: 248px;
  position: absolute;
  top: 40px;
  left: 60vw;
}

/* .s-subscribe {
  padding-block: 0px 72px;
  background-image: url(../images/bg-santander.png);
  background-position: center;
  background-repeat: no-repeat;
} */
.s-subscribe p {
  color: #777777;
  font-size: 40px;
  font-weight: bold;
}
.s-subscribe h2 {
  margin-bottom: 40px;
}
.s-subscribe .btn-red {
  width: 100%;
  max-width: 555px;
  padding: 24px 32px;
  background-color: #FF0000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  position: relative;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.s-subscribe .btn-red:hover {
  background-color: #121111;
  border: 2px solid #FFFFFF;
}
.s-subscribe .btn-red::before, .s-subscribe .btn-red::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 251px;
  height: 48px;
}
.s-subscribe .btn-red::before {
  background-image: url(https://ciadetalentos.com.br/traineesantander/images/arrow-left.png);
  left: -350px;
}
.s-subscribe .btn-red::after {
  background-image: url(https://ciadetalentos.com.br/traineesantander/images/arrow-right.png);
  right: -350px;
}
.s-subscribe .link-red {
  color: #FF0000;
  display: table;
  font-size: 20px;
  margin: auto;
}

footer {
  padding-block: 45px;
  /* background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #ec0000;
}

@media (max-width: 1200px) {
  .col-md-3.btn-inscreva {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ttk-before {
    position: relative;
  }
  .ttk-before::before, .ttk-before::after {
    content: "";
    position: absolute;
    display: block;
    width: 148px;
    height: 148px;
    background-image: url(https://ciadetalentos.com.br/traineesantander/images/star.png);
  }
  .ttk-before::before {
    top: -60px;
    right: 0;
  }
  .ttk-before::after {
    bottom: -60px;
    left: 0;
    z-index: 1;
  }
}

.master-stories .swiper-button-prev.ttk-btn {
  width: 71px;
  height: 71px;
  left: -10px;
}
@media (min-width: 768px) {
  .master-stories .swiper-button-prev.ttk-btn {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .master-stories .swiper-button-prev.ttk-btn {
    left: -100px;
  }
}
.master-stories .swiper-button-prev.ttk-btn::after {
  content: "";
  width: 71px;
  height: 71px;
  background-image: url("../images/arrow-left-a.png");
}
.master-stories .swiper-button-next.ttk-btn {
  width: 71px;
  height: 71px;
  right: -10px;
}
@media (min-width: 768px) {
  .master-stories .swiper-button-next.ttk-btn {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .master-stories .swiper-button-next.ttk-btn {
    right: -100px;
  }
}
.master-stories .swiper-button-next.ttk-btn::after {
  content: "";
  width: 71px;
  height: 71px;
  background-image: url("../images/arrow-right-a.png");
}

.tiktok-slide {
  margin-bottom: -220px;
  max-width: 900px;
}
.tiktok-slide .swiper-slide {
  scale: 0.77;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}
.tiktok-slide .swiper-slide-next {
  -webkit-transform: translateX(-30%) !important;
  transform: translateX(-30%) !important;
}
.tiktok-slide .swiper-slide-prev {
  -webkit-transform: translateX(30%) !important;
  transform: translateX(30%) !important;
}
.tiktok-slide .swiper-slide-active {
  scale: 0.94;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px 0 #000;
  box-shadow: 0 0 30px 0 #000;
}
.tiktok-slide .swiper-button-prev.ttk-btn {
  width: 71px;
  height: 71px;
}
@media (max-width: 768px) {
  .tiktok-slide .swiper-button-prev.ttk-btn {
    left: 0px;
  }
}
.tiktok-slide .swiper-button-prev.ttk-btn::after {
  content: "";
  width: 71px;
  height: 71px;
  background-image: url("../images/arrow-left-a.png");
}
.tiktok-slide .swiper-button-next.ttk-btn {
  width: 71px;
  height: 71px;
}
@media (max-width: 768px) {
  .tiktok-slide .swiper-button-next.ttk-btn {
    right: 0px;
  }
}
.tiktok-slide .swiper-button-next.ttk-btn::after {
  content: "";
  width: 71px;
  height: 71px;
  background-image: url("../images/arrow-right-a.png");
}

.stories-slide {
  margin-bottom: -200px;
}

.video-yt {
    position: relative;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.video-yt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 30px 30px 0px 0px;
    border: 3px solid #e91112;
}

.video-yt::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 26px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 
        24px 0 0 0 #ffffff,
        48px 0 0 0 #ffffff,
        0 0 0 2px #e91112,
        24px 0 0 2px #e91112,
        48px 0 0 2px #e91112;
    -webkit-box-shadow:
        24px 0 0 0 #ffffff,
        48px 0 0 0 #ffffff,
        0 0 0 2px #e91112,
        24px 0 0 2px #e91112,
        48px 0 0 2px #e91112;
}

.video-yt iframe {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
.video-yt.ttk iframe {
  aspect-ratio: 9/16;
}
.video-yt.ttk-1 iframe {
  aspect-ratio: 9/16;
}

.inbenta-km-widged-container {
  position: relative;
  z-index: 1040;
}
.inbenta-km-widged-container .inbenta-km-banner {
  right: 15px !important;
  bottom: 52px !important;
}
@media (min-width: 992px) {
  .inbenta-km-widged-container .inbenta-km-banner {
    right: 24px !important;
    bottom: 24px !important;
  }
}
.inbenta-km-widged-container .inbenta-km-widget {
  border-radius: 25px !important;
}
.inbenta-km-widged-container .inbenta-km-widget-header .header__actions__icon:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.inbenta-km-widged-container .inbenta-km-icon--close.close {
  color: #FFFFFF;
  opacity: 1;
  text-shadow: none;
}

.video-yt.ttk {
  position: relative;
}
.video-yt.ttk::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 12px;
  right: 12px;
  padding: 0 20px;
  background-image: url(../images/img-overlay-ttk.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  pointer-events: none;
}

.benefits-change p {
  cursor: pointer;
  background: #FF0000;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 2px 6px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.faq-section {
  max-width: 800px;
  margin: 80px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .faq-section {
    margin: 12px auto !important;
    margin-bottom: 40px !important;
  }
}

.faq-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  color: #333;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  font-size: 16px;
  color: #444;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.faq-answer.show {
  max-height: 1000px;
  padding: 0 15px 15px;
  opacity: 1;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 20px;
  font-size: 14px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
}

.cookie-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cookie-box p {
  margin: 0;
}

.cookie-box a {
  color: #007BFF;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions button {
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.cookie-actions button:nth-child(1) { background-color: #f0f0f0; }
.cookie-actions button:nth-child(2) { background-color: #ff4d4d; color: white; }
.cookie-actions button:nth-child(3) { background-color: #4CAF50; color: white; }

.hidden {
  display: none;
}

/* Toggle estilo switch */
.toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
}

.toggle input {
  display: none;
}

.toggle .slider {
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.2s ease;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.toggle input:checked + .slider {
  background-color: #4CAF50;
}

.toggle input:checked + .slider::before {
  transform: translateX(20px);
}

.sobre-universia-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 30px 30px;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  max-width: 800px;
  margin: 0px auto;
  margin-bottom: 0;
}

.sobre-universia-flex .conteudo {
  flex: 1 1 50%;
  text-align: left;
}

.sobre-universia-flex .conteudo h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 28.8px;
  color: #FF0000;
}

.sobre-universia-flex .conteudo p {
  font-size: 16px;
  line-height: 20px;
  color: #555;
  margin-bottom: 30px;
  /* text-align: justify; */
}

.sobre-universia-flex .btn-cta {
  display: inline-block;
  padding: 12px 24px;
  background-color: #d6001c;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.sobre-universia-flex .btn-cta:hover {
  background-color: #b80017;
}

.sobre-universia-flex .imagem {
  flex: 1 1 40%;
  text-align: center;
}

.sobre-universia-flex .imagem img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .sobre-universia-flex {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .sobre-universia-flex .conteudo {
    text-align: justify;
  }

  .sobre-universia-flex .imagem {
    display: none;
    margin-top: 20px;
  }

  .sobre-universia-flex .btn-cta {
    margin-top: 20px;
  }
}

/* Seção Conheça Nossas Áreas */
.s-conheca-areas {
  background-color: #FF0000;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

/* .s-conheca-areas::after {
  content: "";
  background-image: url(../images/bg-areas-right.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 913px;
  height: 214px;
  left: 68vw;
  bottom: 0;
} */

.s-conheca-areas .header-paragraf {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.s-conheca-areas .subtitle-process {
  font-family: "Santander Headline";
  font-weight: 100;
  font-size: 24px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .s-conheca-areas .subtitle-process {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    margin: 0 10%;
  }
}

.areas-tabs-container {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.areas-tabs-wrapper {
  /* margin-bottom: 30px; */
  position: relative;
  z-index: 1;
  border-radius: 12px;
  padding: 22px 10px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.areas-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-around;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .areas-nav-list {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: stretch;
  }
}

  .areas-tab {
    background-color: #121111;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 33px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 19px;
    white-space: nowrap;
    border: 3px solid transparent;
  }
  
  .areas-tab.varejo {
    background-color: #EC0000;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 33px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 19px;
    white-space: nowrap;
    border: 3px solid transparent;
  }
  
  .areas-tab:hover,
  .areas-tab.active {
    background-color: #FFFFFF;
    color: #121111;
    border: 3px solid #FF0000;
  }
  
  .areas-tab.varejo:hover,
  .areas-tab.varejo.active {
    background-color: #FFFFFF;
    color: #121111;
    border: 3px solid #121111;
  }

.areas-content-wrapper {
  position: relative;
  height: 540px;
  top: -10px;
  overflow-y: auto;
  overflow-x: hidden;
  
  /* Ocultar barra de scroll */
  -ms-overflow-style: none;  /* IE e Edge */
  scrollbar-width: none;  /* Firefox */
  border-radius: 0px 0px 15px 15px;
  
  /* Permitir scroll da página quando necessário */
  overscroll-behavior: contain;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
  
  /* Desabilitar seleção de texto para evitar arrastar */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  /* Desabilitar drag and drop */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.areas-content-wrapper::-webkit-scrollbar {
  display: none;  /* Chrome, Safari e Opera */
}

.areas-content-wrapper:focus {
  outline: none;  /* Remover outline de foco */
}

.areas-content {
  display: none !important;
  visibility: hidden !important;
}

.areas-content.active {
  display: block !important;
  visibility: visible !important;
}

/* Força esconder todas as abas que não tenham a classe active, mesmo com estilos inline */
.areas-content:not(.active) {
  display: none !important;
  visibility: hidden !important;
}

.areas-speech-bubble {
  min-height: 540px;
  background-color: #F8F9FA;
  background-image: url(../images/bg-santander.png);
  background-size: 50%;
  background-position: center;
  background-repeat: repeat;
  border-radius: 0px 0px 15px 15px;
  padding: 25px;
  padding-bottom: 60px;
  padding-top: 50px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #E9ECEF;
}

.areas-speech-bubble:first-child {
  margin-bottom: 0px; /* Espaço para o botão apenas na primeira */
}

.areas-speech-bubble p {
  color: #333333;
  font-size: 11.5px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.areas-speech-bubble p:first-child {
  /* font-weight: 600; */
  /* color: white; */
}

.areas-speech-bubble p:nth-child(2) {
  color: #444444;
  /* font-style: italic; */
  font-size: 16px;
}

.areas-response {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  margin-top: 20px;
  border: 1px solid #FF0000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 90%;
}

.areas-response p {
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0px !important;
}

.areas-person {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 15px;
  /* border-top: 1px solid #E9ECEF; */
}

.areas-person-avatar {
  margin-right: 15px;
  flex-shrink: 0;
}

.areas-person-avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.areas-person-info {
  flex: 1;
}

.areas-person-name {
  color: #FF0000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.areas-person-title {
  border: 1px solid #edf3f6;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #edf3f6;
  color: #121111 !important;
  margin-top: 25px;
}

@media (min-width: 1123px) {
  .areas-speech-bubble p{
    font-size: 16px;
  }
  .areas-response p {
    font-size: 16px;
  }
}

@media (max-width: 1122px) {
  .areas-speech-bubble p{
    font-size: 13px;
  }
  .areas-response p {
    font-size: 13px;
  }
  .areas-tab {
    /* padding: 8px 16px !important; */
    font-size: 13px !important;
  }
}

@media (max-width: 992px) {
  .s-conheca-areas {
    padding: 60px 0;
  }
  
  .s-conheca-areas .header-paragraf {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .areas-tabs-container {
    padding: 30px 20px;
  }
  
  .areas-nav-list {
    gap: 10px;
  }
  
  .areas-tab {
    padding: 8px 16px !important;
    font-size: 16px !important;
  }
  .areas-speech-bubble p{
    font-size: 16px;
  }
  .areas-response p {
    font-size: 16px;
  }
  
  .areas-content-wrapper {
    height: 500px;
  }
  
  .areas-speech-bubble {
    padding: 20px;
    padding-bottom: 80px;
    background-image: url(../images/bg-santander.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
  }
  
  .areas-speech-bubble:first-child {
    margin-bottom: 90px; /* Espaço para o botão */
  }
  
  .areas-response {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .s-conheca-areas {
    padding: 40px 0;
  }
  
  .s-conheca-areas .header-paragraf {
    font-size: 36px !important;
    line-height: 48px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  
  .areas-tabs-container {
    padding: 20px 15px;
  }
  
  .areas-tabs-wrapper {
    padding: 20px 15px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  
  .areas-tab {
    padding: 16px 24px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    white-space: normal;
    border-radius: 50px;
    display: block;
    margin: 0;
    font-weight: 600;
  }
  
  .areas-tab.active {
    padding: 10px 24px !important;
    border-radius: 20px 20px 0 0 !important;
    background-color: #EC0000 !important;
    color: #FFFFFF !important;
    border: none !important;
    margin-bottom: -7px !important;
  }
  
  .areas-tab.varejo.active {
    background-color: #EC0000 !important;
    color: #FFFFFF !important;
    border: none !important;
  }
  
  /* Animação suave para o conteúdo em mobile */
  .areas-content-wrapper {
    transition: all 0.3s ease;
  }
  
  /* Scroll suave para toda a página em mobile */
  html {
    scroll-behavior: smooth;
  }
  
  /* Container das áreas com scroll mais suave */
  .areas-tabs-wrapper {
    scroll-behavior: smooth;
  }
  
  /* Transições suaves para os botões ativos */
  .areas-tab {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  /* Reduzir movimento brusco na página */
  body {
    scroll-behavior: smooth;
  }
  
  /* Ajustes para o container desktop em mobile (escondido) */
  
  /* Estilo para integrar melhor o layout em mobile */
  .areas-tabs-wrapper {
    margin-bottom: 0;
  }
  
  /* Container móvel para o conteúdo */
  .areas-mobile-content {
    display: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    scroll-margin-top: 20px;
    border-top: 3px solid #EC0000;
    border-radius: 0 0 15px 15px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Altura mínima possível */
    height: fit-content;
    min-height: 0; /* Sem altura mínima forçada */
    /* Sem scroll - navegação apenas por botões como no desktop */
    overflow: visible;
    /* Garantir que o posicionamento relativo funcione para os botões */
    position: relative;
    /* Sem padding bottom - botão será posicionado absolutamente */
    padding-bottom: 0; /* Zero para eliminar completamente espaço extra */
  }
  
  /* Garantir que o conteúdo clonado mantenha as propriedades corretas */
  .areas-mobile-content .areas-speech-bubble {
    /* Altura mínima possível */
    height: auto;
    min-height: 0; /* Sem altura mínima forçada */
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #EAF0F2;
    /* Sem scroll - navegação apenas por botões */
    overflow: hidden;
    /* Padding interno mínimo */
    padding: 8px; /* Mínimo necessário para legibilidade */
    padding-bottom: 8px; /* Uniforme para eliminar qualquer espaço extra */
    /* Forçar altura baseada apenas no conteúdo visível */
    display: flex;
    flex-direction: column;
  }

  /* Forçar primeira seção a ocupar apenas o espaço necessário */
  .areas-mobile-content .first-qa-section {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  /* Remover margens e paddings de todos os elementos internos */
  .areas-mobile-content .areas-speech-bubble > *,
  .areas-mobile-content .first-qa-section > * {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Ajustar alinhamento específico dos elementos internos */
  .areas-mobile-content .custom-question,
  .areas-mobile-content .areas-response {
    margin: 5px 0 !important;
    padding: 8px !important;
  }
  
  /* ===== CONTROLE DE VISIBILIDADE INICIAL PARA MOBILE ===== */
  
  /* Esconder TODAS as seções progressivas - sobrescrever estilos inline */
  .areas-mobile-content .second-qa-section,
  .areas-mobile-content .third-qa-section,
  .areas-mobile-content .fourth-qa-section {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Esconder TODOS os botões exceto o primeiro */
  .areas-mobile-content .areas-button-more-second,
  .areas-mobile-content .areas-button-more-third,
  .areas-mobile-content .areas-button-more-fourth {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
  }
  
  /* Garantir que apenas a primeira seção seja totalmente visível */
  .areas-mobile-content .first-qa-section {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  
     /* Botões no mobile - controle simples */
   .areas-mobile-content .areas-button-more {
     display: block !important;
     width: 100% !important;
     margin-top: 15px !important;
     height: 40px !important;
     /* Inicialmente invisível - JavaScript controla a visibilidade */
     opacity: 0;
     visibility: hidden;
     /* Transição suave apenas na opacidade */
     transition: opacity 0.3s ease-out;
   }
   
   /* Sobrescrever qualquer elemento com opacity inline que deveria estar escondido */
   .areas-mobile-content [style*="opacity: 0"]:not(.first-qa-section):not(.first-qa-section *) {
     display: none !important;
     opacity: 0 !important;
     visibility: hidden !important;
     height: 0 !important;
   }
   
   /* Garantir que elementos com margin-top sejam escondidos se não forem da primeira seção */
   .areas-mobile-content [style*="margin-top: 20px"]:not(.first-qa-section):not(.first-qa-section *) {
     display: none !important;
     height: 0 !important;
     margin: 0 !important;
   }
  
  /* Estado inicial - sempre escondido */
  .areas-mobile-content {
    display: none !important;
  }

  /* Estado ativo - aparece imediatamente sem transição para evitar conflitos */
  .areas-mobile-content.active {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    top: -7px;
  }
  
  /* Ajustar focus no container móvel */
  .areas-mobile-content:focus {
    outline: none;
  }
  
  /* Forçar layout vertical em todas as divs filhas diretas da areas-speech-bubble em mobile */
  .areas-speech-bubble > div {
    display: flex !important;
    flex-direction: column !important;
  }
  
  /* Forçar largura 100% para todos os filhos diretos p e div das divs filhas da areas-speech-bubble */
  .areas-speech-bubble > div > p {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  .custom-question {
    padding: 12px 42px !important;
  }
  
  .areas-speech-bubble > div > div {
    width: 100% !important;
    margin-top: 0 !important;
  }
  
  /* Forçar largura 100% para divs areas-response especificamente */
  .areas-response {
    width: 100% !important;
  }
  
  /* Removida animação slideDown em favor de transições */
  
  /* Esconder o container desktop em mobile */
  .areas-content-wrapper {
    display: none;
  }
}

/* Para desktop - mostrar container normal e esconder móvel */
@media (min-width: 769px) {
  .areas-mobile-content {
    display: none !important;
  }
  
  .areas-content-wrapper {
    display: block !important;
  }
  
  .areas-content-wrapper {
    height: 400px;
    min-height: 400px;
    margin-top: 20px;
    position: relative;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    
    /* Manter consistência de scroll com desktop */
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .areas-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .areas-speech-bubble {
    padding: 25px;
    padding-bottom: 60px;
    padding-top: 40px;
    background-image: url(../images/bg-santander.png);
    background-size: 50%;
    background-position: center;
    background-repeat: repeat;
    height: 400px;
    min-height: 400px;
    border-radius: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border: 1px solid #E9ECEF;
    
    /* Estilo de scroll similar ao desktop */
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    
    /* Permitir scroll da página quando necessário */
    overscroll-behavior: contain;
    touch-action: manipulation;
    
    /* Desabilitar seleção de texto para evitar arrastar */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    /* Desabilitar drag and drop */
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }
  
  .areas-speech-bubble::-webkit-scrollbar {
    display: none;
  }
  
  .areas-speech-bubble:first-child {
    margin-bottom: 0px; /* Sem margem extra em mobile */
  }
  
  .areas-response {
    padding: 20px;
    margin-top: 15px;
  }
  
  .areas-person {
    align-items: center;
  }
  
  .areas-person-avatar img {
    width: 40px;
    height: 40px;
  }
  
  .areas-button-more {
    position: relative; /* Mudado para relative para seguir o fluxo natural */
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin-top: 5px; /* Apenas 5px de margem acima */
  }
}

/* Garantir que apenas um conteúdo seja mostrado por vez */
.areas-content:not(.active) {
  display: none !important;
}

.areas-content.active {
  display: block !important;
}

/* Animações removidas para permitir que apenas as animações AOS funcionem */

.custom-question {
  padding: 18px 42px;
  text-align: center;
  margin-right: 2%;
  margin-left: auto;
  background-color: #4B4B4B;
  border-radius: 30px;
  width: fit-content !important;
  color: white !important;
}

.custom-singin {
  color: #444444 !important;
  background-color: #D9E7EF;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 14px;
}

/* Estilos para o botão "Quero saber mais" */
.btn-more-info {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background: white;
  border: 0px;
  color: #ec0000;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease, transform 0.15s ease;
  font-size: 14px;
  font-family: "Santander Text", sans-serif;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.btn-more-info:hover {
  background: white;
  color: #ec0000;
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.btn-more-info:active {
  transform: translateY(0);
}

.btn-more-info svg {
  transition: transform 0.3s ease;
}

.btn-more-info:hover svg {
  transform: none;
}

.areas-button-more {
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
  z-index: 10;
  width: 100%;
  margin-top: 15px; /* Espaço adequado após o texto */
  height: 40px; /* Altura fixa para reservar espaço */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estilos removidos - conteúdo expandido não é mais necessário */

@media (max-width: 768px) {
  /* Estilos removidos - conteúdo expandido não é mais necessário */
}

/* Tooltips sobre o vídeo */
.video-tooltip {
  cursor: pointer;
  z-index: 50;
  transition: transform 0.3s ease;
}

.video-tooltip:hover {
  transform: none;
}

.video-tooltip:hover .tooltip-dot {
  transform: none;
  background-color: inherit;
  box-shadow: none;
}

.video-tooltip.tooltip-inverted:hover .tooltip-dot {
  transform: none;
  background-color: inherit;
  box-shadow: none;
}

.video-tooltip:hover {
  cursor: default;
}

.video-tooltip.tooltip-active .tooltip-dot {
  transform: none;
  box-shadow: none;
}

.video-tooltip.tooltip-clicked .tooltip-dot {
  animation: none;
  transform: none;
}

.video-tooltip.tooltip-inverted:hover .tooltip-dot {
  transform: none;
  background-color: inherit;
  box-shadow: none;
}

.tooltip-marker {
  position: relative;
  display: inline-block;
}

.tooltip-dot {
  background-color: #FF0000;
  color: #FFFFFF;
  border-radius: 20px;
  position: relative;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 0 2px #FF0000;
  animation: pulse 2s infinite;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Santander Text", sans-serif;
  text-align: center;
  white-space: nowrap;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.tooltip-dot svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.tooltip-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: none;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 2px solid #FF0000;
  min-width: 250px;
  max-width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: none;
  backdrop-filter: blur(10px);
  z-index: 200;
}

.video-tooltip[style*="left: 10%"] .tooltip-content,
.video-tooltip[style*="left: 15%"] .tooltip-content,
.video-tooltip[style*="left: 20%"] .tooltip-content {
  left: 0;
  transform: none;
}

.video-tooltip[style*="left: 60%"] .tooltip-content,
.video-tooltip[style*="left: 65%"] .tooltip-content,
.video-tooltip[style*="left: 70%"] .tooltip-content {
  left: auto;
  right: 0;
  transform: none;
}

.video-tooltip:hover .tooltip-content,
.video-tooltip.tooltip-clicked .tooltip-content {
  transform: none;
}

.video-tooltip.tooltip-active .tooltip-dot {
  transform: none;
}

.video-tooltip.tooltip-clicked .tooltip-dot {
  transform: none;
}

.video-tooltip:hover .tooltip-dot {
  transform: none;
}

.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.95);
}

.tooltip-header {
  font-family: "Santander Headline", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FF0000;
  margin-bottom: 8px;
  text-align: center;
}

.tooltip-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.video-tooltip:hover .tooltip-content,
.video-tooltip.tooltip-clicked .tooltip-content {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Ajuste para tooltips das bordas no hover */
.video-tooltip[style*="left: 10%"]:hover .tooltip-content,
.video-tooltip[style*="left: 15%"]:hover .tooltip-content,
.video-tooltip[style*="left: 20%"]:hover .tooltip-content,
.video-tooltip[style*="left: 10%"].tooltip-clicked .tooltip-content,
.video-tooltip[style*="left: 15%"].tooltip-clicked .tooltip-content,
.video-tooltip[style*="left: 20%"].tooltip-clicked .tooltip-content {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.video-tooltip[style*="left: 60%"]:hover .tooltip-content,
.video-tooltip[style*="left: 65%"]:hover .tooltip-content,
.video-tooltip[style*="left: 70%"]:hover .tooltip-content,
.video-tooltip[style*="left: 60%"].tooltip-clicked .tooltip-content,
.video-tooltip[style*="left: 65%"].tooltip-clicked .tooltip-content,
.video-tooltip[style*="left: 70%"].tooltip-clicked .tooltip-content {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.video-tooltip.tooltip-active .tooltip-dot {
  /* transform: scale(1.2); */
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.3);
  background-color: #CC0000;
}

.video-tooltip.tooltip-clicked .tooltip-dot {
  animation: none;
  background-color: #CC0000;
  /* transform: scale(1.1); */
}

.video-tooltip:hover .tooltip-dot {
  /* transform: scale(1.1); */
  background-color: #E60000;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.4);
}

/* Responsividade dos tooltips */
@media (max-width: 768px) {
  .tooltip-dot {
    padding: 6px 10px;
    font-size: 10px;
    border-radius: 15px;
  }
  
  .tooltip-dot svg {
    width: 14px;
    height: 14px;
  }
  
  .tooltip-content {
    min-width: 200px;
    max-width: 280px;
    padding: 12px 16px;
    font-size: 12px;
  }
  
  .tooltip-header {
    font-size: 16px;
  }
  
  .tooltip-content p {
    font-size: 12px;
  }
  
  /* Ajuste para mobile - todos os tooltips centralizados */
  .video-tooltip .tooltip-content {
    left: 50%;
    right: auto;
    transform: translateX(-50%) scale(0.8);
    max-width: 250px;
  }
  
  .video-tooltip .tooltip-content::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  
  .video-tooltip:hover .tooltip-content,
  .video-tooltip.tooltip-clicked .tooltip-content {
    transform: translateX(-50%) translateY(-10px) scale(1);
  }
  
  /* Responsividade para tooltips invertidos */
  .video-tooltip.tooltip-inverted .tooltip-dot {
    border: 2px solid #FF0000;
    box-shadow: 0 0 0 1px #FFFFFF;
  }
}

@media (max-width: 576px) {
  .tooltip-dot {
    padding: 4px 8px;
    font-size: 9px;
    border-radius: 12px;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 0 1px #FF0000;
  }
  
  .tooltip-dot svg {
    width: 12px;
    height: 12px;
  }
  
  .tooltip-content {
    min-width: 180px;
    max-width: 250px;
    padding: 10px 14px;
  }
  
  .tooltip-header {
    font-size: 14px;
  }
  
  .tooltip-content p {
    font-size: 11px;
  }
  
  /* Responsividade para tooltips invertidos em telas pequenas */
  .video-tooltip.tooltip-inverted .tooltip-dot {
    border: 2px solid #FF0000;
    box-shadow: 0 0 0 1px #FFFFFF;
  }
}

/* Variação invertida dos tooltips */
.video-tooltip.tooltip-inverted .tooltip-dot {
  background-color: #FFFFFF;
  color: #FF0000;
  border: 1px solid #FF0000;
  box-shadow: 0 0 0 2px #FFFFFF;
}

.video-tooltip.tooltip-inverted .tooltip-dot svg {
  fill: #FF0000;
}

.video-tooltip.tooltip-inverted .tooltip-content {
  background-color: #FFFFFF;
  border: 2px solid #FF0000;
  color: #333;
}

.video-tooltip.tooltip-inverted .tooltip-header {
  color: #FF0000;
}

.video-tooltip.tooltip-inverted .tooltip-content::after {
  border-top: 10px solid #FFFFFF;
}

@keyframes pulseInverted {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.video-tooltip.tooltip-inverted .tooltip-dot {
  animation: pulseInverted 2s infinite;
}

.video-tooltip.tooltip-inverted.tooltip-active .tooltip-dot {
  /* transform: scale(1.2); */
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.3);
  background-color: #F0F0F0;
}

.video-tooltip.tooltip-inverted.tooltip-clicked .tooltip-dot {
  animation: none;
  background-color: #F0F0F0;
  /* transform: scale(1.1); */
}

.video-tooltip.tooltip-inverted:hover .tooltip-dot {
  /* transform: scale(1.1); */
  background-color: #F5F5F5;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.4);
}

@media (max-width: 480px) {
  .tooltip-dot {
    padding: 3px 6px;
    font-size: 8px;
    border-radius: 10px;
  }
  
  .tooltip-dot svg {
    width: 10px;
    height: 10px;
  }
  
  .tooltip-content {
    min-width: 160px;
    max-width: 220px;
    padding: 8px 12px;
  }
  
  .tooltip-header {
    font-size: 12px;
  }
  
  .tooltip-content p {
    font-size: 10px;
  }
}

/* Alteração do max-width do container para 95% */
.container {
  max-width: 95% !important;
}

/* Efeito de digitação (typewriter) */
.typewriter {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #777777;
  font-size: 40px;
  font-weight: bold;
  min-height: 120px; /* Altura mínima para evitar pulo no layout */
  width: 100%;
  max-width: 1000px; /* Largura máxima para o container */
  margin: 0 auto;
  font-feature-settings: "kern" 1; /* Melhor kerning */
  text-rendering: optimizeLegibility; /* Renderização otimizada */
}

.typewriter div {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  height: 56px; /* Altura fixa para cada linha */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  white-space: nowrap; /* Impede quebra de linha */
}

.typewriter .typing-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1; /* Mantém o texto visível desde o início */
}

/* Cursor personalizado */
.cursor {
  color: #FF0000;
  font-weight: normal;
  animation: blink-cursor 1s step-end infinite;
  position: relative;
  display: inline-block;
  animation: move-cursor 12s steps(100) forwards, blink-cursor 1s step-end infinite;
}

.cursor.blinking {
  animation: blink-cursor 1s step-end infinite;
}

@keyframes blink-cursor {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

@keyframes move-cursor {
  from {
    left: -50%;
  }
  to {
    left: 50%;
  }
}

/* Para dispositivos móveis */
@media (max-width: 768px) {
  .typewriter {
    font-size: 28px;
    line-height: 1.3;
    min-height: 100px; /* Altura mínima ajustada para mobile */
  }
  
  .typewriter div {
    height: 42px; /* Altura fixa ajustada para mobile */
  }
}

/* Para tablets */
@media (max-width: 992px) {
  .typewriter {
    font-size: 32px;
    min-height: 110px; /* Altura mínima ajustada para tablets */
  }
  
  .typewriter div {
    height: 48px; /* Altura fixa ajustada para tablets */
  }
}

.box-cta {
    position: relative;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    
}

.box-cta::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -5px;
  width: 103%;
  height: 52px;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 0px 0px 0px 0px;
  border: 3px solid #ff0000;
}

.box-cta::after {
    content: '';
    position: absolute;
    top: 24px;
    left: 26px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 
        24px 0 0 0 #ffffff,
        48px 0 0 0 #ffffff,
        0 0 0 2px #e91112,
        24px 0 0 2px #e91112,
        48px 0 0 2px #e91112;
    -webkit-box-shadow:
        24px 0 0 0 #ffffff,
        48px 0 0 0 #ffffff,
        0 0 0 2px #e91112,
        24px 0 0 2px #e91112,
        48px 0 0 2px #e91112;
}

.s-process .list-seletivo .content-card img {
  width: 44px;
  height: 44px;
}

.s-process .list-seletivo li:first-child .timeline-line {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.s-process .list-seletivo li:last-child .timeline-line {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.s-process .list-seletivo .content-card img,
.s-process .list-seletivo .content-card h3,
.s-process .list-seletivo .content-card p {
  transition: all 0.3s ease;
}

.s-process .list-seletivo .timeline-item:hover .content-card img,
.s-process .list-seletivo .timeline-item:hover .content-card h3,
.s-process .list-seletivo .timeline-item:hover .content-card p {
  transform: scale(1.05);
}

.s-process .list-seletivo .timeline-item:hover {
  cursor: pointer;
}

.s-process .list-seletivo .timeline-item:hover .content-card {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  z-index: 2;
}

.list-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-bottom: 60px;
  max-width: 100%;
  margin: 0 auto;
}

.list-benefits li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px;
  border: 2px solid #FF0000;
  border-radius: 12px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  height: 190px;
  width: 100%;
  justify-content: flex-start;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12), 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.list-benefits li:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15), 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.list-benefits .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.list-benefits .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg) brightness(94%) contrast(117%);
}

/* Removendo o filtro apenas para o ícone dos prédios */
.list-benefits .icon img[src*="icon-beneficio-10"] {
  filter: none !important;
}

.list-benefits h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  color: #333333;
  font-weight: 700;
}

.list-benefits p {
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  color: #444444;
}

/* Responsividade */
@media (max-width: 1200px) {
  .list-benefits {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .list-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .list-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .list-benefits li {
    height: auto;
    min-height: 220px;
  }
  .benefits-change {
    width: 100% !important;
  }
  .benefits-change li {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .list-benefits {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 20px;
  }
}

/* Estilos dos botões de troca de empresa */
.benefits-change {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  padding: 8px 20px !important;
  background: #FFFFFF;
  border-radius: 60px;
  border: 2px solid #FF0000;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .benefits-change {
    flex-wrap: wrap;
    width: fit-content;
    gap: 8px;
    padding: 12px !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  
  .benefits-change li {
    width: calc(50% - 4px); /* 50% menos metade do gap */
    width: fit-content !important;
  }
  
  .benefits-change p {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    min-width: unset;
  }
}

.benefits-change p {
  cursor: pointer;
  background: #FFFFFF;
  color: #FF0000;
  border-radius: 50px;
  padding: 12px 32px;
  margin: 0 !important;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #FF0000;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .benefits-change {
    gap: 0.25rem !important;
  }
  .benefits-change p {
    cursor: pointer;
    background: #FFFFFF;
    color: #FF0000;
    border-radius: 50px;
    padding: 12px 12px;
    margin: 0 !important;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #FF0000;
    font-size: 12px;
    min-width: 72px;
    width: 100% !important;
    text-align: center;
  }
}

.benefits-change p:hover {
  background: #FF0000;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.benefits-change p.active {
  background: #FF0000;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

/* Estilo específico para o botão Aymore */
.benefits-aymore {
  cursor: pointer;
  background: #FFFFFF;
  color: #FF0000;
  border-radius: 50px;
  padding: 12px 32px;
  margin: 0 !important;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #FF0000;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  flex-shrink: 0;
}

.benefits-aymore:hover {
  background: #FF0000;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

.benefits-aymore.active {
  background: #FF0000;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

/* Estilos específicos para benefícios do Aymore */
.aymore-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-bottom: 60px;
  max-width: 100%;
  margin: 0 auto;
}

.aymore-items li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px;
  border: 2px solid #FF0000;
  border-radius: 12px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  height: 190px;
  width: 100%;
  justify-content: flex-start;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12), 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.aymore-items li:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15), 0px 8px 16px rgba(0, 0, 0, 0.1);
}

/* Responsividade para benefícios do Aymore */
@media (max-width: 1200px) {
  .aymore-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .aymore-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .aymore-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .aymore-items li {
    height: auto;
    min-height: 220px;
  }
}

@media (max-width: 480px) {
  .aymore-items {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 20px;
  }
}

/* Animações */
.list-benefits.d-none {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* Animações dos cards de benefícios */
.list-benefits li {
  transition: all 0.4s ease-out;
  transform: translateY(0);
  opacity: 1;
}

.list-benefits li.card-exit {
  transform: translateY(-20px);
  opacity: 0;
}

.list-benefits li.card-enter {
  transform: translateY(20px);
  opacity: 0;
}

/* Suavizar transições dos containers */
.list-benefits {
  transition: opacity 0.2s ease-out;
}

/* Animações AOS */
[data-aos="fade-up"] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 48px 0;
}

.process-steps li {
  display: grid;
  grid-template-rows: auto auto 1fr;
  background: #000000;
  border-radius: 16px;
  padding: 24px;
  height: 500px;
  position: relative;
  transition: transform 0.3s ease;
}

.process-steps .date {
  background: #FF0000;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 16px;
  min-width: 140px;
  text-align: center;
  justify-self: center;
}

.process-steps .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.process-steps .title {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
}

.process-steps .description {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  align-self: start;
}

.process-steps li:hover {
  transform: scale(1.15);
  z-index: 1;
  height: 500px;
}

/* Responsividade */
@media (max-width: 992px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .process-steps li,
  .process-steps li:hover {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .process-steps {
    grid-template-columns: minmax(0, 1fr);
  }
  
  .process-steps li,
  .process-steps li:hover {
    height: 500px;
  }
}

/* Seção Santander Global */
.s-santander-global {
    background: url('../images/latam02.jpg') no-repeat center left;
    background-size: 120% auto;
    padding: 100px 0;
    position: relative;
    min-height: 650px;
    transform: scaleX(-1);
}

.s-santander-global::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.85)); */
    z-index: 2;
}

.s-santander-global .container {
    transform: scaleX(-1);
    position: relative;
    z-index: 3;
}

.s-santander-global .container {
    position: relative;
    z-index: 2;
}

.s-santander-global .row {
    min-height: 450px;
    display: flex;
    align-items: center;
}

/* Título Future unlocked */
.future-title {
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    line-height: 1.0;
    letter-spacing: -0.02em;
}

.future-red {
    color: #EC0000;
}

.future-black {
    color: #000000;
}

.unlock-icon {
  display: inline-block;
  width: 1.3em;
  height: 0.6em;
  background: #1a1a1a;
  border-radius: 0.9em;
  position: relative;
  vertical-align: baseline;
  margin: 0 0.1em;
  padding: 0.1em;
  top: 0.05em;
}

.unlock-icon::before {
  content: '';
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  background: #ffffff;
  border-radius: 0.7em;
}

.unlock-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.2em;
  width: 0.25em;
  height: 0.25em;
  background: #EC0000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* Subtítulo do programa */
.program-subtitle {
    color: #EC0000;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

/* Texto de oportunidade */
.opportunity-text {
    color: #000000;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

/* Texto descritivo */
.description-text {
    color: #555555;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 85%;
}

/* Botão Saiba mais */
.btn-saiba-mais {
    display: inline-block;
    padding: 15px 45px;
    border: 1.5px solid #EC0000;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 14px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-saiba-mais:hover {
    background-color: #EC0000;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.title-container {
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .title-container {
    justify-content: center;
  }
}


.paragraph-container {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .paragraph-container {
    justify-content: center;
  }
  .title-offset {
    width: 100% !important;
  }
  .text-width {
    width: 100% !important;
  }
}



.title-offset {
  position: relative;
  top: -10px;
  width: 410px;
}

.text-width {
  width: 410px;
}

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

.container-full {
  max-width: 100% !important;
}

/* .s-hero {
  height: 97vh;
  position: relative;
  overflow: hidden;
}

.s-hero picture {
  width: 100%;
  height: 100%;
  display: block;
}

.s-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
 */

.santander-paragraph {
  color: white;
  width: 100%;
  max-width: 600px;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .santander-paragraph {
    width: 100%;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .flex-column-spaced {
    align-items: flex-start;
  }
  .width-85 {
    width: 100% !important;
    margin-bottom: 0px !important;
  }
  .padding-cards{
    padding: 0px !important;
  }
  .flex-column-spaced2 {
    align-items: center;
  }
  .s-santander .row.margin-bottom0 {
    margin-bottom: 0px !important;
  }
  .subtitle-process.margin-bottom0 {
    margin-bottom: 0px !important;
  }
}

/* Classe utilitária para largura de 85% */
.width-85 {
  width: 85%;
}

/* Classe flexbox para distribuição vertical */
.flex-column-spaced {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.flex-column-spaced2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/* Estilos para seção de redes sociais da Universia */
.universia-redes-sociais {
  background-color: #ffffff;
  padding: 20px 0;
  border-top: 3px solid #e9ecef;
  margin-top: 20px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
}

.redes-sociais-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.titulo-redes {
  color: #EC1C2E;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-link {
  /* display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid #EC1C2E;
  border-radius: 4px; */
  transition: all 0.3s ease;
  text-decoration: none;
  /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); */
}

.social-link:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(236, 28, 46, 0.2);
}

.social-icon {
  width: 24px;
  height: 24px;
  fill: #EC1C2E;
}

@media screen and (max-width: 768px) {
  .redes-sociais-content {
    flex-direction: column;
    gap: 15px;
  }
  
  .titulo-redes {
    font-size: 16px;
    text-align: center;
  }
  
  .social-link {
    width: 35px;
    height: 35px;
  }
  
  .social-icon {
    width: 26px;
    height: 26px;
  }
}

/* Animações de hover para as áreas */
.s-program .overlay-content {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  text-align: left;
  width: 90%;
  height: calc(100% - 150px);
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 3;
}

.s-program .overlay-additional-text {
  position: absolute;
  top: 75px;
  left: 5%;
  color: #494949;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  width: 90%;
  max-width: 90%;
  box-sizing: border-box;
  z-index: 10;
  background: transparent;
  pointer-events: none;
  transition: none;
}

.s-program .overlay-additional-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: 'Santander Text', Arial, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.s-program .overlay-content p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: 'SantanderText', Arial, sans-serif;
  font-weight: normal;
}

.s-program .overlay-additional-text p:last-child {
  margin-bottom: 0;
}

/* Estados de transição para os overlays */
.s-program .image-overlay-left,
.s-program .image-overlay-right {
  transition: all 0.3s ease-in-out;
}

.s-program .overlay-text {
  transition: all 0.3s ease-in-out;
}

.s-program .images {
  transition: filter 0.3s ease;
  border: 3px solid transparent;
  border-radius: 16px;
}

/* Hover states */
.s-program .image-container-left:hover .image-overlay-left {
  top: 20px;
  border: 2px solid white;
}

.s-program .image-container-right:hover .image-overlay-right {
  top: 20px;
}

.s-program .image-container-left:hover .overlay-additional-text,
.s-program .image-container-right:hover .overlay-additional-text {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.s-program .image-container-left:hover .overlay-additional-text p,
.s-program .image-container-right:hover .overlay-additional-text p {
  opacity: 1;
  transform: translateY(0);
}

.s-program .image-container-left:hover .overlay-additional-text p:nth-child(1),
.s-program .image-container-right:hover .overlay-additional-text p:nth-child(1) {
  transition-delay: 0.4s;
}

.s-program .image-container-left:hover .overlay-additional-text p:nth-child(2),
.s-program .image-container-right:hover .overlay-additional-text p:nth-child(2) {
  transition-delay: 0.5s;
}

/* Animação de saída */
.s-program .image-container-left .overlay-additional-text p,
.s-program .image-container-right .overlay-additional-text p {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.s-program .image-container-left .overlay-additional-text,
.s-program .image-container-right .overlay-additional-text {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition-delay: 0s;
}

.s-program .image-container-left .overlay-additional-text p:nth-child(1),
.s-program .image-container-right .overlay-additional-text p:nth-child(1) {
  transition-delay: 0s;
}

.s-program .image-container-left .overlay-additional-text p:nth-child(2),
.s-program .image-container-right .overlay-additional-text p:nth-child(2) {
  transition-delay: 0s;
}

/* Ajuste da animação do título */
.s-program .image-overlay-left,
.s-program .image-overlay-right {
  transition: all 0.3s ease-in-out;
}

/* Animação de entrada mantém o delay sequencial */
.s-program .image-container-left:hover .overlay-additional-text,
.s-program .image-container-right:hover .overlay-additional-text {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.s-program .image-container-left:hover .overlay-additional-text p:nth-child(1),
.s-program .image-container-right:hover .overlay-additional-text p:nth-child(1) {
  transition-delay: 0.4s;
}

.s-program .image-container-left:hover .overlay-additional-text p:nth-child(2),
.s-program .image-container-right:hover .overlay-additional-text p:nth-child(2) {
  transition-delay: 0.5s;
}

.s-program .image-container-left:hover .overlay-content,
.s-program .image-container-right:hover .overlay-content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out 0.45s, visibility 0.4s ease-in-out 0.45s;
}

.s-program .image-container-left:hover .image-overlay-left,
.s-program .image-container-right:hover .image-overlay-right {
  transition: top 0.3s ease-in-out, border 0.3s ease-in-out;
}

.s-program .image-container-left:hover::after,
.s-program .image-container-right:hover::after {
  opacity: 1;
  border-radius: 22px;
  transition: opacity 0.3s ease, border-radius 0.3s ease;
}

.s-program .image-container-left .images,
.s-program .image-container-right .images {
  border: 3px solid transparent !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease, border-radius 0.3s ease;
}

.s-program .image-container-left::after,
.s-program .image-container-right::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease 0.3s, border-radius 0.3s ease 0.3s;
  border-radius: 20px;
  pointer-events: none;
  z-index: 2;
}

.s-program .image-container-left:hover .images,
.s-program .image-container-right:hover .images {
  border-color: #EC0000 !important;
  border-radius: 25px;
}

/* Responsividade para as animações */
@media screen and (max-width: 991px) {
  .s-program .overlay-content {
    padding: 15px;
    width: 95%;
    top: 125px;
    height: calc(100% - 140px);
  }
  
  .s-program .overlay-additional-text {
    padding: 15px;
    width: 95%;
    max-width: 95%;
    top: 70px;
  }
  
  .s-program .overlay-additional-text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    color: #FFFFFF;
  }
  
  .s-program .overlay-content p {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  
  .s-program .image-container-left:hover .image-overlay-left {
    top: 15px;
    border: 2px solid white;
  }
  
  .s-program .image-container-right:hover .image-overlay-right {
    top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .s-program .overlay-content {
    padding: 12px;
    top: 115px;
    height: calc(100% - 130px);
  }
  
  .s-program .overlay-additional-text {
    padding: 12px;
    width: 95%;
    max-width: 95%;
    top: 65px;
  }
  
  .s-program .overlay-additional-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #FFFFFF;
  }
  
  .s-program .overlay-content p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  .s-program .image-container-left:hover .image-overlay-left {
    top: 15px;
    border: 2px solid white;
  }
  
  .s-program .image-container-right:hover .image-overlay-right {
    top: 15px;
  }

  .s-program .image-container-left:hover .images,
  .s-program .image-container-right:hover .images {
  border: none !important;
}
}

/* Modal de Inscrição */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-container {
    background: white;
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: modalSlideIn 0.3s ease-out;
    border: 2px solid #EC0000 !important;
}

@keyframes modalSlideIn {
    from { 
        transform: scale(0.9) translateY(-20px);
        opacity: 0;
    }
    to { 
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.modal-header {
    background: white !important;
    border-bottom: 3px solid #EC0000 !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 20px 25px 15px 25px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
}

.modal-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #EC0000;
}

.modal-close {
    background: none;
    border: none;
    font-size: 3rem;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: end;
    font-weight: normal;
    line-height: 1;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #EC0000;
}

.modal-content {
    padding: 20px 60px 50px;
    text-align: center;
}

.modal-title {
    font-family: "Santander Headline", sans-serif;
    font-size: 18px;
    color: #EC0000;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2;
}

.modal-description {
    font-family: "Santander Text", sans-serif;
    font-size: 18px;
    color: #5f5f5f;
    line-height: 1.5;
    margin-bottom: 20px;
    /* text-align: left; */
}

.modal-deadline {
    font-family: "Santander Text", sans-serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 35px;
    text-align: center;
}

.modal-deadline strong {
    color: #EC0000;
    font-weight: bold;
}

.modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.btn-modal-primary {
    background: #EC0000;
    color: white;
    border: 2px solid #EC0000;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Santander Text", sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 500px;
    text-align: center;
    display: inline-block;
}

.btn-modal-primary:hover {
    background: #d00;
    border-color: #d00;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 1, 18, 0.3);
}

.btn-modal-secondary {
    background: white;
    color: #EC0000;
    border: 2px solid #EC0000;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: "Santander Text", sans-serif;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 500px;
    text-align: center;
    display: inline-block;
}

.btn-modal-secondary:hover {
    /* background: #EC0000; */
    color: #EC0000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 1, 18, 0.3);
}

/* Responsividade para a modal */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        margin: 10px;
    }
    
    .modal-content {
        padding: 25px;
    }
    
    .modal-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .modal-description,
    .modal-deadline {
        font-size: 16px;
    }
    
    .btn-modal-primary,
    .btn-modal-secondary {
        font-size: 14px;
        padding: 12px 25px;
    }
}

/* ========================================
   ANIMAÇÃO DOS BOTÕES DE VOLTAR
======================================== */

/* Keyframes para animação vertical suave indicando movimento para cima */
@keyframes floatUp {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
}

/* Keyframes para animação vertical suave indicando movimento para baixo */
@keyframes floatDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(4px);
    }
}



/* Estilos para os botões de voltar */
.btn-scroll-back {
    /* Animação contínua suave - mais rápida */
    animation: floatUp 0.6s ease-in-out infinite;
    
    /* Melhora a transição geral */
    transition: all 0.2s ease !important;
    
    /* Garante que as transformações funcionem bem */
    transform-origin: center;
    
    /* Adiciona um cursor pointer para melhor UX */
    cursor: pointer !important;
}

/* Pausa a animação no hover */
.btn-scroll-back:hover {
    animation-play-state: paused;
    
    /* Sombra mais intensa no hover para reforçar o efeito */
    box-shadow: 0 4px 12px rgba(234, 0, 41, 0.4) !important;
}

/* Efeito de pausa momentânea na animação quando clicado */
.btn-scroll-back:active {
    animation-play-state: paused;
    transform: translateY(-2px);
}

/* ========================================
   ANIMAÇÃO DOS BOTÕES DE SCROLL DOWN
======================================== */

/* Estilos para os botões de scroll down */
.btn-more-info {
    /* Animação contínua suave indicando movimento para baixo - 50% mais lenta */
    animation: floatDown 0.9s ease-in-out infinite !important;
    
    /* Melhora a transição geral */
    transition: all 0.2s ease !important;
    
    /* Garante que as transformações funcionem bem */
    transform-origin: center !important;
    
    /* Adiciona um cursor pointer para melhor UX */
    cursor: pointer !important;
}

/* Pausa a animação no hover */
.btn-more-info:hover {
    animation-play-state: paused !important;
}

/* Efeito de pausa momentânea na animação quando clicado */
.btn-more-info:active {
    animation-play-state: paused !important;
    transform: translateY(2px) !important;
}

/* Responsividade da animação */
@media (max-width: 768px) {
    @keyframes floatUp {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-3px);
        }
    }
    
    @keyframes floatDown {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(3px);
        }
    }
}

/* Para usuários que preferem movimento reduzido */
@media (prefers-reduced-motion: reduce) {
    .btn-scroll-back {
        animation: none;
    }
    
    .btn-scroll-back:hover {
        animation: none;
        transform: translateY(-2px);
    }
    
    .btn-more-info {
        animation: none !important;
    }
    
    .btn-more-info:hover {
        animation: none !important;
        transform: translateY(2px) !important;
    }
}

/* ========================================
   NOVA SEÇÃO CONHEÇA NOSSAS ÁREAS COM TABS
======================================== */

.areas-container {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.areas-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 20px;
  gap: 10px;
  justify-content: center;
}

.area-tab {
  background: #333;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.area-tab:hover {
  background: #555;
  transform: translateY(-2px);
}

.area-tab.active {
  border: 2px solid #FF0000; 
  background: white;
  color: #222;
}

.areas-content-container {
  padding: 40px;
}

.area-content {
  display: none;
}

.area-content.active {
  display: block;
  animation: fadeInTab 0.5s ease-in-out;
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
}

@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.area-card {
  background: white;
  padding: 0;
}

.area-card h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.area-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.area-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.area-tag {
  background: #f8f9fa;
  color: #333;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e9ecef;
}

.btn-inscricao {
  background: #FF0000;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-inscricao:hover {
  background: #cc0000;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

/* Responsividade das novas tabs */
@media (max-width: 768px) {
  .areas-tabs-nav {
    padding: 15px;
    gap: 8px;
    flex-direction: column;
  }
  
  .area-tab {
    padding: 10px 16px;
    font-size: 13px;
  }
  
  .areas-content-container {
    padding: 20px;
  }
  
  .area-card h3 {
    font-size: 20px;
  }
  
  .area-footer {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  
  .btn-inscricao {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .area-tab {
    flex: 1;
    min-width: calc(50% - 4px);
    text-align: center;
  }
  
  .areas-content-container {
    padding: 15px;
  }
}

.area-tab[data-area="varejo"] {
  background: #EC0000 !important;
  color: #fff !important;
}


