@font-face {
  font-family: 'youtube-sans-extrabold';
  src: url('./assets/fonts/Open/static/OpenSans_SemiCondensed-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'youtube-sans-bold';
  src: url('./assets/fonts/Open/static/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'youtube-sans-semibold';
  src: url('./assets/fonts/Open/static/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'youtube-sans-regular';
  src: url('./assets/fonts/Open/static/OpenSans-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'roboto thin';
  src: url('./assets/fonts/Open/static/OpenSans-Regular.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'roboto bold';
  src: url('./assets/fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'roboto light';
  src: url('./assets/fonts/Roboto/static/Roboto-Light.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'roboto medium';
  src: url('./assets/fonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

@font-face {
  font-family: 'roboto regular';
  src: url('./assets/fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
  font-weight: thin;
  font-style: normal;
}

.slide-enter-active,
.slide-leave-active {
  transition: margin-left 0.4s;
}

.slide-enter,
.slide-leave-to {
  margin-left: 100%;
}

.validation-container {
  overflow: hidden;
}

.border {
  border: none !important;
  padding: 10px 0px;
}

.span-list {
  color: #F5383C;
  font-weight: 100;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #F5383C;
  padding: 6px;
  border-radius: 40px;
}

.span-lista a {
  color: #F5383C;
  cursor: pointer;
  text-decoration: none;
}

.form-floating>.form-select {
  height: 34px !important;
  padding: 8px !important;
  color: #F5383C;
  border: 1px solid;
  border-radius: 40px;
}

.form-select:focus {
  outline: none;
  box-shadow: none;
}

.input-group {
  border-bottom: 1px solid #F5383C;
}

.form-control.link {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none !important
}

.form-control.link:focus {
  outline: none;
  box-shadow: none;

}

.form-control.link {
  color: #F5383C;
  padding: 0;

}

.font-label {
  font-size: 12px;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 21px;
  height: 19px;
  border: 1px solid #F5383C;
  border-radius: 3px;
  outline: none;
  transition: background-color 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: #F5383C;
}

.custom-checkbox input[type="checkbox"]:checked::before {
  content: '\2713';
  display: block;
  text-align: center;
  font-size: 12px;
  color: white;
}

body {
  overflow-x: hidden !important;
}

b {
  font-family: 'youtube-sans-bold' !important;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

.line-height {
  line-height: .8;
}

.line-height-forced {
  margin-top: -6px !important;
}

.font-large {
  font-size: 49px;
}

.font-medium {
  font-size: 30px;
}

.font-small {
  font-size: 18px;
}

.font-extra-small {
  font-size: 15px;
}

.text-roboto-light {
  font-family: 'roboto light';
}

.text-roboto-bold {
  font-family: 'roboto bold';
}

.modal {
  backdrop-filter: blur(2px) !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.text-roboto-regular {
  font-family: 'roboto regular';
}

.text-roboto-thin {
  font-family: 'roboto thin';
}

.text-roboto-medium {
  font-family: 'roboto medium';
}

.text-uppercase {
  text-transform: uppercase;
}

.youtube-sans-bold {
  font-family: 'youtube-sans-bold';
}

.youtube-sans-extrabold {
  font-family: 'youtube-sans-extrabold';
}

.youtube-sans-regular {
  font-family: 'youtube-sans-regular';
}

.youtube-sans-semibold {
  font-family: 'youtube-sans-semibold';
}

.info-tutor {
  position: absolute;
  bottom: 18px;
  left: 28px;
}

.nav-link {
  color: #222222;
}

.logo-mobile-sm {
  display: none !important;
}

:root {
  --red: #F5383C;
  --yellow: #FAB555;
  --blue: #4285F4;
  --second-brown: #FAB55580;
  --green: #34A853;
  --orange: #EA4335;
  --avocado: #34A853CC;
  --white: #FFFFFF;
  --margin-per-section: 120px;
  --font-white: #FFFF;
  --bg-card: #CEE6FF;
  --bg-page: #F1F3F4;
}

nav {
  position: fixed !important;
  top: 0;
  width: 100%;
  padding: 10px;
  background: transparent;
  transition: all 0.4s ease;
}

nav.scrolled {
  background-color: #FFFFFF;
  padding-bottom: 20px;
  z-index: 1;
}

.bg-youtube {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

.second-section,
.fourth-section {
  background-color: var(--red);
}

.third-section,
.sixth-section,
.sixth-section,
.eighth-section {
  background-color: var(--bg-page);
}


.btn-primary {
  background-color: var(--red) !important;
  color: white;
  border: none;
  border-radius: 60px;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 35px;
  font-family: 'youtube-sans-bold';
}

.btn-secondary {
  color: white;
  border: 1px solid;
  border-radius: 60px;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 35px;
  font-family: 'youtube-sans-bold';
}

.btn-terciary {
  border: 1px solid #9C9B95;
  border-radius: 60px;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.main-image {
  width: 650px;
}

.divider {
  margin: 200px 0px;
}

.p-intern {
  padding: 80px 0px;
}

.second-section img {
  width: 450px;
}

.third-section .card-third-section {
  background-color: var(--yellow);
  padding: 30px 20px;
  border-radius: 20px;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fifth-section .card-fifth-section {
  background-color: var(--avocado);
  padding: 30px 20px;
  border-radius: 20px;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.sixth-section .card-sixth-section {
  background-color: var(--orange);
  padding: 30px 20px;
  border-radius: 20px;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
  max-height: 224px;
}

.seventh-section .card-seventh-section {
  background-color: var(--blue);
  padding: 30px 20px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  max-height: 224px;
}

.card-third-section h5 {
  margin-top: 15px;
  font-weight: bold;
  color: #000;
}

.card-third-section p {
  margin: 5px 0 0;
  color: #333;
}

.icon-img {
  width: 80px;
  height: auto;
}

.carousel-cell {
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  top: -28px;
  left: -530px;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 47px !important;
  height: 3px !important;
  margin: 0 8px;
  background: white !important;
  border-radius: 0 !important;
  opacity: .25;
  cursor: pointer;
}

.accordion-item {
  border: transparent;
  background: var(--green);
  margin: 15px 0px;
  padding: 30px;
  border-radius: 30px !important;
  cursor: pointer;
  color: white;
}

.accordion-item a {
  color: white;
  text-decoration: underline;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.btn-image {
  width: 15px;
  margin-bottom: 2px;
}

.rotate-arrow {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 40px 0px 20px 0px;
}

footer {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .logo-mobile-sm {
    display: none !important;
  }

  .main-image {
    width: 500px;
    max-width: 90%;
  }

  .nineth-section img {
    width: 500px;
    max-width: 90%;
  }

  .second-section img {
    width: 380px;
    max-width: 90%;
  }

  .font-large {
    font-size: 48px;
  }

  .font-medium {
    font-size: 26px;
  }

  br {
    display: none !important;
  }

  .font-extra-small {
    font-size: 14px;
  }


  .btn-primary {
    font-size: 14px;
    padding: 12px 30px;
    min-width: 180px;
  }

  .btn-terciary {
    font-size: 14px;
    padding: 12px 30px;
    min-width: 160px;
  }

  .p-intern {
    padding: 60px 20px;
  }

  .divider {
    margin: 40px 0px;
  }

  .font-tablet {
    font-size: 16px;
  }

  .third-section .card-third-section,
  .fifth-section .card-fifth-section,
  .sixth-section .card-sixth-section,
  .seventh-section .card-seventh-section {
    padding: 25px 15px;
    min-height: 270px;
  }

  .show-image {
    display: none !important;
  }

  .icon-img {
    width: 65px;
  }

  .accordion-item {
    margin: 12px 0px;
    padding: 25px;
  }

  .accordion-header {
    font-size: 16px;
  }

  .accordion-content {
    padding: 30px 0px 15px 0px;
  }

  .navbar-toggler {
    border: none !important;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .logo {
    position: absolute;
    z-index: 1 !important;
    left: 20px;
    width: 200px;
    top: 17px;
  }

  .navbar.scrolled {
    padding-bottom: 54px !important;
  }

  .text-end {
    display: none;
  }

  footer .d-flex {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px;
  }

  footer .info-footer {
    margin: 10px 0;
    color: #3A3A3A;
  }

  .creators_logo {
    width: 180px;
    max-height: 40px;
  }

  .flickity-page-dots {
    left: -300px;
    top: -25px;
  }

  .flickity-page-dots .dot {
    width: 35px !important;
    margin: 0 6px;
  }

  .container {
    padding: 0 15px;
  }

  .tooltip-content {
    font-size: 0.9rem;
    padding: 10px 15px;
  }

  .show-image {
    display: block;
  }

  .modal-primary-button {
    width: auto;
    margin: 15px 10px;
    min-width: 200px;
  }

  .navbar-toggler-icon {
    width: 26px;
    height: 20px;
  }

  .navbar-toggler-icon span {
    height: 2.5px;
  }

  .navbar-toggler-icon span:nth-child(2) {
    top: 9px;
  }

  .navbar-toggler-icon span:nth-child(3) {
    top: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .main-image {
    width: 375px;
  }

  .logo-mobile-sm {
    display: block !important;
  }

  .nineth-section img {
    width: 375px;
  }

  .first-section .col-md-6:first-child {
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .show-image {
    display: none;
  }

  .modal-primary-button {
    width: 100%;
    margin: 20px 0px;
  }

  .btn-primary {
    width: 100%;
    font-size: 16px;
    padding: 14px 25px;
  }

  footer .d-flex {
    display: block !important;
    text-align: center;
    margin: 17px 0px;
  }

  footer .info-footer {
    text-transform: uppercase;
  }

  .creators_logo {
    width: 229px;
  }

  br {
    display: none !important;
  }

  .show {
    display: block !important;
  }

  .navbar-toggler {
    border: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .navbar-nav {
    margin-top: 20px;
  }

  .navbar-toggler {
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-block;
    background: none !important;
  }

  .navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
  }

  .navbar-toggler-icon span:nth-child(1) {
    top: 0px;
  }

  .navbar-toggler-icon span:nth-child(2) {
    top: 8px;
  }

  .navbar-toggler-icon span:nth-child(3) {
    top: 16px;
  }

  .navbar-toggler.active .navbar-toggler-icon span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
  }

  .navbar-toggler.active .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .navbar-toggler.active .navbar-toggler-icon span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
  }

  .navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 46px !important;
  }

  .navbar.scrolled .navbar-toggler-icon span {
    background: #333;
  }

  .navbar {
    transition: all 0.3s ease;
    background-color: #FFFFFF;

  }

  .logo {
    position: absolute;
    z-index: 1 !important;
    left: 13px;
    width: 232px;
    top: 9px;
  }

  .creators_logo {
    max-height: 30px;
  }

  .tooltip-trigger {
    cursor: help;
    position: relative;
  }

  .tooltip-content {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 1000;
    margin-bottom: 5px;
  }

  .tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
  }

  .font-large {
    font-size: 38px;
  }

  .font-medium {
    font-size: 25px;
  }

  .text-end {
    text-align: center !important;
  }

  .font-small {
    font-size: 16px;
  }

  .modal {
    height: 100vh;
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  footer .p-intern {
    padding: 0px 0px;
  }

  footer img {
    img {
      width: 100px !important;
    }
  }
}