body {
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 2249px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.wrapperfix {
  max-width: 2249px;
  margin-bottom: -40px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media only screen and (max-width: 690px) {
  .wrapperfix {
    max-width: 2249px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}

.paragraph {
  max-width: 670px;
  margin: 30px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.06rem;
  box-sizing: border-box;
  color: #000000;
}

@media only screen and (max-width: 690px) {
  .paragraph {
    max-width: 670px;
    margin: 30px auto;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    box-sizing: border-box;
    color: #000000;
  }
}

.oldh1 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  color: #001838;
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 50px;
  font-weight: 700;
  max-width: 680px;
  margin: 30px auto;
}

.oldh2 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  color: #001838;
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 50px;
  font-weight: 700;
  max-width: 680px;
  margin: 30px auto;
}

.oldh3 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  color: #001838;
  font-size: 35px;
  letter-spacing: -2px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 680px;
  margin: 30px auto;
}

.oldh4 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-paragraph);
  font-size: 28px;

  line-height: 30px;
  font-weight: 700;
  max-width: 680px;
  margin: 30px auto;
}

.oldh5 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-paragraph);
  font-size: 20px;

  line-height: 30px;
  font-weight: 700;
  max-width: 680px;
  margin: -20px auto;
}

i {
  letter-spacing: -0.5px;
}

/* VALIDAR ABAIXO */
.opening-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section {
  margin-top: 55px;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.image-container2 {
  position: relative;
  display: flex;
  height: 50px;
  margin-top: 20px;
}

/* Estilos base para telas grandes */
.titulo-container {
  position: absolute;

  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -5px;
  top: 75%;
  left: 10%;
  text-shadow: 2px 2px 40px rgb(0, 0, 0);
  right: 10%;
  font-size: 6vw;
  /* Tamanho e cor da borda */
}

.textabre-container {
  position: absolute;
  left: 50px;
  right: 50px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 2.5vw;
  color: #000000;
  letter-spacing: -1px;
}

/* Styles for screens with a maximum width of 1280px */
@media only screen and (min-width: 1700px) {
  .textabre-container {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .textabre-container {
    font-size: 2vw;
  }
  .titulo-container {
    letter-spacing: -4px;
  }
}

@media only screen and (max-width: 800px) {
  .textabre-container {
    font-size: 3vw;
    line-height: 4vw;
  }
  .titulo-container {
    letter-spacing: -3px;
  }
}

@media only screen and (max-width: 600px) {
  .textabre-container {
    line-height: 4vw;
  }
  .titulo-container {
    letter-spacing: -2px;
  }
}

@media only screen and (max-width: 500px) {
  .textabre-container {
    font-size: 4vw;
    line-height: 5vw;
  }
  .titulo-container {
    letter-spacing: -1px;
  }
}

/* Styles for screens with a maximum width of 1280px */
@media only screen and (min-width: 769px) {
  .opening-image {
    content: url("img/abre.jpg");
  }
}

/* Styles for screens with a maximum width of 690px */
@media only screen and (max-width: 769px) {
  .opening-image {
    content: url("img/abre.jpg");
  }
}

.figcaption2 {
  display: block;
  font-family: "Open Sans", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 10px;
  margin-left: 20px;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  margin-top: 80px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: #2d309c;
  background-color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  background-color: #c5c5c5;
  color: #2d309c;
}

.share-icon-whatsapp:hover path {
  fill: #c5c5c5;
  transition: fill 0.3s ease;
}

.social-icons svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.bra-container {
  width: 100%;
  max-width: 670px;
  height: 402px;
  display: flex;
  margin: 0 auto;
  background-color: #f4bb12;
  margin-bottom: 50px;
}

.bra-container-fem {
  width: 100%;
  max-width: 670px;
  height: 555px;
  display: flex;
  margin: 0 auto;
  background-color: #f4bb12;
  margin-bottom: 50px;
}

.bra-image {
  width: 50%;
  background-color: #f4bb12;
  margin-left: -1px;
}

.bra-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.bra-image-fem {
  width: 55%;
  background-color: #f4bb12;
  margin-left: 0px;
}

.bra-image-fem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.bra-content {
  width: 50%;
  background-color: #f4bb12;
  color: white;
  padding: 20px 20px 20px 15px;
  margin: 0 auto;
}

.bra-titulo {
  font-size: 2.4em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  line-height: 36px;
  margin-top: -14px;
  max-width: 280px;
}

.bra-titulo-tati {
  font-size: 2.4em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  line-height: 36px;
  max-width: 320px;
  margin-top: -14px;
}

@media screen and (max-width: 710px) {
  .bra-container {
    flex-direction: column;
    height: auto;
  }

  .bra-container-fem {
    flex-direction: column;
    height: auto;
  }

  .bra-titulo,
  .bra-titulo-tati {
    margin: 20px;
  }

  .bra-image {
    width: 100%;
  }

  .bra-image-fem {
    width: 100%;
  }

  .bra-content {
    width: 100%;
    padding: 0px;
    margin-top: -4px;
  }

  .bra-same {
    margin-left: 20px;
  }

  .bra-txt {
    padding-left: 15px;
  }

  .bra-txt2 {
    padding-left: 15px;
  }

  .bra-txt3 {
    padding-left: 15px;
  }
}

.bra-hr {
  color: #05423d;
  border-color: #05423d;
  max-width: 600px;
  margin-top: 1px;
}

.bra-same {
  display: inline-flex;
  margin-top: -5px;
  margin-bottom: -5px;
}

.bra-num {
  font-size: 2em;
  color: #05423d;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 40px;
}

.bra-pos {
  font-size: 1.5em;
  color: #05423d;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  letter-spacing: -0.5px;
}

.bra-txt {
  font-size: 1.1em;
  color: #05423d;
  font-weight: 800;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
}

.bra-txt2 {
  font-size: 1em;
  color: #05423d;
  font-style: italic;
  margin-top: 1px;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
}

.bra-same-b {
  display: inline-flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bra-same23 {
  margin-left: 50px;
}

.bra-c {
  padding-bottom: 10px;
}

.bra-txt3 {
  font-size: 1em;
  color: #05423d;
  font-weight: 800;
  margin-left: 10px;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
}
.video-container {
  position: relative;
  display: block;
  margin: 0 auto;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 691px) {
  .video-container-lg {
    max-width: 1920px;
  }
  .video-lg {
    display: flex;
  }

  .video-sm {
    display: none;
  }
}

@media (max-width: 690px) {
  .video-container-sm {
    max-width: 690px;
  }
  .video-sm {
    display: block;
  }
  .video-lg {
    display: none;
  }
}

.figcaption2 {
  display: none;
}

/* PRELOADER */

.preloader-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: ease opacity 0.2s;
  transition: ease opacity 0.2s;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}

.preloader-local .preloader-logo-globoesporte,
.preloader-local .preloader-globoesporte {
  top: unset;
  left: unset;
  margin: 0;
}

.preloader-wrapper {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.preloader-wrapper.loaded {
  opacity: 0;
  -webkit-transition: all 0.3s 0.6s ease-out;
  transition: all 0.3s 0.6s ease-out;
  visibility: hidden;
}

.preloader {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-radius: 50%;
  border: 3px solid transparent;
  display: block;
  height: 150px;
  left: 50%;
  margin: -10px 0 0 -81px;
  position: relative;
  top: -10%;
  width: 150px;
}

.preloader::before {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.preloader::after {
  -webkit-animation: spin 1.4s linear infinite;
  animation: spin 1.4s linear infinite;
  content: "";
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.preloader-globoesporte {
  border-top-color: #048f37;
}

.preloader-globoesporte::before {
  border-top-color: #048f37;
}

.preloader-globoesporte::after {
  border-top-color: #048f37;
}

.preloader-sportv {
  border-top-color: #048f37;
}

.preloader-sportv::before {
  border-top-color: #048f37;
}

.preloader-sportv::after {
  border-top-color: #048f37;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader-logo-globoesporte {
  left: 50%;
  margin: -20px 0 0 -30px;
  position: absolute;
  top: 50%;
}

.preloader-logo-sportv {
  left: 50%;
  margin: -10px 0 0 -50px;
  position: absolute;
  top: 50%;
}

.preloader-logo-sportv .svg-preloader-logo {
  max-width: 80px;
  margin-left: 10px;
}

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader,
#preloader2,
#preloader3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 999;
}

#preloader img {
  width: 100%;
  height: 100%;
}

.preloadervideo,
.preloadervideo1,
.preloadervideo2,
.preloadervideo3,
.preloadervideo4,
.preloadervideo5,
.preloadervideo6,
.preloadervideo7,
.preloadercanvas0,
.preloadercanvas1,
.preloadercanvas2,
.preloadercanvas3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.preloadervideo img,
.preloadervideo1 img,
.preloadervideo2 img,
.preloadervideo3 img,
.preloadervideo4 img,
.preloadervideo5 img,
.preloadervideo6 img,
.preloadervideo7 img,
.preloadercanvas0 img,
.preloadercanvas1 img,
.preloadercanvas2 img,
.preloadercanvas3 img {
  display: none;
  max-width: 100%;
  max-height: 100%;
}

.section--credits {
  color: #000000;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  margin: 9.375rem auto 6.875rem;
  max-width: 30.625rem;
  text-align: center;
}

.credits__title {
  font-size: 0.9rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom: 0rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.hrcredit {
  color: #000000;
  border-color: #000000;
}

.credit__role {
  text-align: center;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.credit__role2 {
  text-align: center;
  display: inline-block;
  color: #000000;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.credit__role3 {
  text-align: center;
  display: inline-block;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.credit__role4 {
  text-align: center;
  display: inline-block;
  color: #000000;
  margin-bottom: 50px;
  width: 100%;
}

.atlet-section {
  text-align: center;
  padding: 20px;
  margin-top: -20px;
}

.atlet-hr {
  border: none;
  height: 1px;
  width: 690px;
  background-color: #2d309c;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .atlet-hr {
    width: 100%;
  }
}

.atlet-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.atlet-photo-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.atlet-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atlet-photo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #2d309c;
}

.atlet-name {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
