@charset "UTF-8";
@import 'reset.css';
@import 'fonts.css';
:root {
  --animate-delay: 0.5s;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

::-moz-selection {
  color: white;
  background: #d3574c;
}

::selection {
  color: white;
  background: #d3574c;
}

html.not-scroll, body.not-scroll {
  padding-right: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  color: #2f2f30;
  font-family: "lexendregular";
  overflow-x: hidden;
}

.container {
  margin: auto 5%;
}
.content {
  background: #eeeeee;
  transition: all 0.5s ease;
  overflow-x: hidden;
  justify-content: center;
}

.row {
  display: flex;
}

/* Reset row gutters */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

/* Default column - mobile: full width */
.col,
[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}

.col {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Generate .col-1 ... .col-12 for desktop/tablet (from 600px up) */
@media (min-width: 600px) {
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* shorthand .col (auto) - distribute equally if used without number */
  .col-auto {
    flex: 1 0 0%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  /* Regla para col-6: A partir de SM, ocupan el 50% */
  .col-sm-6 {
    /* Para sistemas sin clases específicas como col-sm-6, podrías usar: */
    /* .col-6 { */
    width: 50%; /* 50% del ancho = 6 de 12 unidades */
    /* Asegura que los elementos queden en la misma fila */
    flex-grow: 0;
    flex-shrink: 0;
  }
}
a {
  text-decoration: none;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.img-fluid,
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: 600;
}

span.br {
  display: inline-block;
}
@media (min-width: 600px) {
  span.br {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.bg-primary {
  background-color: #d3574c;
  color: white;
}

.bg-secondary {
  background-color: #5a6a98;
  color: white;
}

.txt-white {
  color: white;
}

.txt-grey {
  color: #2f2f30;
}

.bg-grey-light {
  background-color: #e2e2e2;
}

.txt-primary {
  color: #d3574c;
}

.txt-secondary {
  color: #5a6a98;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
header {
  background: #eeeeee;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  header {
    bottom: 0;
    top: inherit;
  }
}
header.sticky {
  position: fixed;
  bottom: auto;
  top: 0;
}
@media (max-width: 599px) {
  header.active {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    animation: fadeInBackground 0.3s ease;
  }
  header.active .header-content {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 5% 5% 0;
    border-bottom: none;
  }
  header.active .header-content .logo {
    margin: 0 auto 40px;
    max-width: 80px;
    animation: slideDown 0.4s ease;
  }
  header.active nav {
    display: flex !important;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    animation: fadeInUp 0.5s ease 0.2s both;
  }
  header.active nav ul {
    flex-direction: column;
    align-items: center;
  }
  header.active nav li {
    width: 100%;
    justify-content: center;
    opacity: 0;
    animation: fadeInStagger 0.3s ease forwards;
  }
  header.active nav li:nth-child(1) {
    animation-delay: 0.15s;
  }
  header.active nav li:nth-child(2) {
    animation-delay: 0.2s;
  }
  header.active nav li:nth-child(3) {
    animation-delay: 0.25s;
  }
  header.active nav li:nth-child(4) {
    animation-delay: 0.3s;
  }
  header.active nav li:nth-child(5) {
    animation-delay: 0.35s;
  }
  header.active nav li:nth-child(6) {
    animation-delay: 0.4s;
  }
  header.active nav li:nth-child(7) {
    animation-delay: 0.45s;
  }
  header.active nav a {
    font-size: 1.5rem;
    padding: 12px 30px 10px;
    min-width: 200px;
    text-align: center;
    transition: all 0.3s ease;
  }
  header.active nav a:hover {
    transform: scale(1.05);
  }
}
header a {
  color: #d3574c;
}
header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5% 2% 1%;
  margin: 0 3%;
}
@media (min-width: 1024px) {
  header .header-content {
    border-bottom: 2px solid #d3574c;
  }
}
header .header-content .logo {
  margin: 0 24px 0 0;
  max-width: 65px;
  cursor: pointer;
  transition: all 0.3s ease;
}
header .header-content nav {
  margin-left: auto;
  font-weight: 500;
  display: none;
}
@media (min-width: 600px) {
  header .header-content nav {
    display: block;
  }
}
header .header-content nav ul {
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header-content nav li {
  display: flex;
  align-items: center;
}
header .header-content nav a {
  font-family: "lexendregular";
  font-size: 1.25rem;
  padding: 8px 15px 6px;
  color: white;
  border-radius: 22px;
  background-color: transparent;
  color: #d3574c;
  transition: background-color 0.3s cubic-bezier(0.6, 0, 0.4, 1);
}
header .header-content nav a.active, header .header-content nav a:hover {
  background-color: #d3574c;
  color: white;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.welcome-content {
  background: url("../img/welcome-bg.webp") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #d3574c;
  color: white;
  display: flex;
  justify-content: left;
  text-align: left;
  width: 100%;
  height: 100vh;
  padding: 0 5%;
}
@media (min-width: 600px) {
  .welcome-content {
    height: calc(100vh - 107px);
  }
}
.welcome-content .container {
  margin: 0;
}
.welcome-content h1 {
  font-family: "bebas_neueregular";
  font-weight: 600;
  font-size: 9rem;
  line-height: 8.5rem;
  text-transform: uppercase;
  margin: 25vh 0 0;
}
@media (min-width: 600px) {
  .welcome-content h1 {
    font-size: 13rem;
    line-height: 12.5rem;
  }
}
.welcome-content h1 .line-wrapper {
  display: block;
  position: relative;
}
.welcome-content h1 .typed-line1,
.welcome-content h1 .typed-line2 {
  display: inline;
}
.welcome-content h1 .cursor {
  display: inline-block;
  width: 4px;
  height: 8.5rem;
  background-color: currentColor;
  margin-left: 5px;
  animation: blink 0.7s infinite;
  vertical-align: bottom;
}
@media (min-width: 600px) {
  .welcome-content h1 .cursor {
    width: 5px;
    height: 12.5rem;
  }
}
.welcome-content span.br {
  display: none;
}
@media (min-width: 600px) {
  .welcome-content span.br {
    display: block;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.aboutUs-content {
  padding: 10vh 0 15vh;
  color: #d3574c;
  /* Flechas base */
  /* Iconos */
  /* ===== MEDIA QUERIES ===== */
  /* >= 600px */
  /* DESKTOP >= 768px */
  /* MOBILE <= 767px */
}
.aboutUs-content h2 {
  font-family: "bebas_neueregular";
  font-size: 3.5rem;
  line-height: 3rem;
  margin: 50px 0;
}
.aboutUs-content img {
  width: 70%;
  max-width: 280px;
  border-radius: 100%;
}
.aboutUs-content p {
  font-size: 1.15rem;
  line-height: 125%;
  margin: 15px 0 0;
  text-align: center;
}
.aboutUs-content .swiper-button-prev,
.aboutUs-content .swiper-button-next {
  color: #d3574c;
  width: 30px;
  height: 30px;
}
.aboutUs-content .swiper-button-prev::after,
.aboutUs-content .swiper-button-next::after {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .aboutUs-content {
    height: 100vh;
    padding-top: 107px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .aboutUs-content .profiles-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .aboutUs-content .swiper-slide {
    width: auto !important;
  }
  .aboutUs-content .swiper-button-prev,
  .aboutUs-content .swiper-button-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .aboutUs-content .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .aboutUs-content .profiles-swiper {
    padding-left: 0;
  }
  .aboutUs-content .profiles-swiper .swiper-wrapper {
    padding: 0;
  }
  .aboutUs-content .swiper-button-prev,
  .aboutUs-content .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .aboutUs-content .swiper-button-prev {
    left: 5px;
  }
  .aboutUs-content .swiper-button-next {
    right: 5px;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.impulsa-content {
  height: 60vh;
  max-height: 500px;
  padding: 10vh 0 8vh;
  color: white;
  background-color: #d3574c;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .impulsa-content {
    padding: 107px 0;
  }
}
.impulsa-content p {
  text-align: left;
  margin: 30px 0;
  font-size: 1.35rem;
  line-height: 125%;
}
@media (min-width: 600px) {
  .impulsa-content p {
    line-height: 150%;
    margin: 40px 5%;
    font-size: 1.85rem;
  }
}
.impulsa-content p.title {
  display: block;
  position: relative;
  font-family: "bebas_neueregular";
  font-size: 6rem;
  line-height: 80%;
  margin: 0;
}
@media (min-width: 600px) {
  .impulsa-content p.title {
    font-size: 12rem;
    line-height: 9rem;
    letter-spacing: -5px;
    margin: 50px 0;
  }
}
@media (min-width: 600px) {
  .impulsa-content p.title:before {
    display: block;
    background: url("../img/arrow-big.png") left center no-repeat;
    background-size: contain;
    width: 200px;
    height: 120px;
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.impulsa-content .col-6:last-child {
  margin-top: 40px;
  border-top: 1px solid white;
}
@media (min-width: 600px) {
  .impulsa-content .col-6:last-child {
    margin-top: 0;
    border-top: none;
    border-left: 1px solid white;
  }
}
.impulsa-content .col-6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2%;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.service-content {
  padding: 10vh 0 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* MOBILE: scroll horizontal */
}
@media (min-width: 600px) {
  .service-content {
    padding: 157px 0 30px;
  }
}
.service-content h2 {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #5a6a98;
  border: 3px solid #5a6a98;
  border-radius: 40px;
  padding: 20px 70px 17px 20px;
  margin: 0 0 50px;
}
.service-content h2:before {
  display: block;
  background: url("../img/arrow-small.png") center no-repeat;
  background-size: 50%;
  background-color: #5a6a98;
  content: "";
  height: calc(100% + 4px);
  width: 30%;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 100%;
}
.service-content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.service-content .row .col {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 35px 35px 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .service-content .row .col:last-child {
    margin-right: 10%;
  }
}
@media (min-width: 600px) {
  .service-content .row .col {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.service-content .row h3 {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 25px;
  text-align: left;
}
.service-content .row h3 span {
  font-weight: bold;
}
.service-content .row p {
  line-height: 150%;
}
.service-content .row span.nro {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 55px;
  height: 55px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 55px;
  background: transparent;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .service-content h2 {
    margin-left: 5%;
  }
  .service-content .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 0;
    justify-content: flex-start;
    scroll-padding-left: 20px;
    padding-left: 20px;
    width: 100vw;
  }
  .service-content .row::-webkit-scrollbar {
    display: none;
  }
  .service-content .row .col {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: start;
    margin: 0;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.works-content {
  padding: 8vh 0;
}
@media (max-width: 767px) {
  .works-content {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .works-content {
    padding: 107px 0 30px;
  }
}
.works-content .big-title {
  padding: 120px 0 30px;
  font-family: "bebas_neueregular";
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 4rem;
  text-transform: uppercase;
  margin: 0 0 5%;
}
@media (min-width: 600px) {
  .works-content .big-title {
    font-size: 13rem;
    line-height: 12.5rem;
  }
}
@media (min-width: 600px) {
  .works-content .row {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .works-content .row .col-4 {
    margin: 0 0 50px;
  }
}
.works-content h3 {
  color: #d3574c;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 130%;
  margin: 20px 0 6px;
}
@media (min-width: 600px) {
  .works-content h3 {
    font-size: 1.15rem;
  }
}
.works-content p.description {
  color: #d3574c;
  line-height: 120%;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  .works-content p.description {
    font-size: 0.85rem;
  }
}
.works-content .bg-grey-light {
  border-radius: 11px;
}
.works-content .video-content {
  background: white;
  border-radius: 11px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.works-content .video-content video {
  width: 100%;
  display: block;
}
.works-content .video-content.video-thumbnail {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.works-content .video-content.video-thumbnail:hover {
  transform: scale(1.02);
}
.works-content .video-content.video-thumbnail:hover .play-button {
  background-color: rgba(211, 87, 76, 0.95);
  transform: translate(-50%, -50%) scale(1.1);
}
.works-content .video-content.video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(211, 87, 76, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .works-content .video-content.video-thumbnail .play-button {
    width: 90px;
    height: 90px;
  }
}
.works-content .video-content.video-thumbnail .play-button svg {
  width: 35px;
  height: 35px;
  color: white;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .works-content .video-content.video-thumbnail .play-button svg {
    width: 45px;
    height: 45px;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.premios-content {
  padding: 8vh 0;
  color: #666;
}
@media (min-width: 600px) {
  .premios-content {
    padding: 107px 0 6vh;
  }
}
.premios-content .big-title {
  padding: 120px 0 40px;
  font-family: "bebas_neueregular";
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 4rem;
  text-transform: uppercase;
  margin: 0 0 5%;
}
@media (min-width: 600px) {
  .premios-content .big-title {
    font-size: 13rem;
    line-height: 12.5rem;
    padding: 170px 0 80px;
    letter-spacing: 5px;
  }
}
.premios-content .row {
  align-items: center;
}
.premios-content .col {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .premios-content .col-2 {
    display: none;
  }
}
.premios-content .subtitle {
  color: #d3574c;
  font-size: 2.75rem;
  font-weight: 600;
}
.premios-content .premios-text p {
  line-height: 130%;
}
.premios-content .premios-text h4 {
  color: #d3574c;
  position: relative;
  display: inline-block;
  padding-right: 50px;
  font-weight: bold;
  font-size: 1.15rem;
  margin-top: 30px;
  height: 30px;
}
.premios-content .premios-text h4:before {
  position: absolute;
  right: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/g2558.png") center no-repeat;
  background-size: 100%;
  display: block;
}
.premios-content .col-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media (max-width: 767px) {
  .premios-content .col-4 {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding-top: 50px;
  }
}
.premios-content .col-4 img {
  display: block;
  max-width: 45%;
}
@media (min-width: 768px) {
  .premios-content .col-4 img {
    max-width: 300px;
  }
}
.premios-content .col-4 img:last-child {
  max-width: 30%;
}
@media (min-width: 768px) {
  .premios-content .col-4 img:last-child {
    max-width: 220px;
  }
}
.premios-content .col-4 hr {
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .premios-content .col-4 hr {
    display: none;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.clients-content {
  padding: 10vh 0;
  background: url("../img/welcome-bg.webp") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #d3574c;
  color: white;
  display: flex;
  align-items: center; /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
  text-align: center;
  height: calc(80vh - 107px);
  position: relative;
}
@media (min-width: 600px) {
  .clients-content {
    padding: 107px 0;
  }
}
.clients-content:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(rgb(211, 87, 76) 35%, rgba(211, 87, 76, 0));
}
.clients-content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  position: relative;
}
.clients-content .col {
  flex: 0 0 50%;
  max-width: 45%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  background-color: white;
}
@media (min-width: 600px) {
  .clients-content .col {
    flex: 0 0 19%;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.contact-content {
  padding: 7vh 0;
}
@media (min-width: 600px) {
  .contact-content {
    padding: 107px 0;
  }
}
.contact-content h3 {
  position: relative;
  display: inline-block;
  font-family: "bebas_neueregular";
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 4rem;
  text-transform: uppercase;
  color: #d3574c;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .contact-content h3 {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }
  .contact-content h3:before {
    display: block;
    background: url("../img/arrow.png") left center no-repeat;
    background-size: contain;
    width: 45px;
    height: 35px;
    content: "";
    position: absolute;
    top: 5px;
    right: -20px;
  }
  .contact-content h3:after {
    display: block;
    background: url("../img/carnal-header.png") center no-repeat;
    background-size: 100%;
    width: 240px;
    height: 300px;
    content: "";
    position: absolute;
    top: 120%;
    opacity: 0.15;
  }
}
.contact-content form {
  width: 80vw;
}
@media (min-width: 600px) {
  .contact-content form {
    width: inherit;
  }
}
.contact-content form input,
.contact-content form textarea {
  background: white;
  border: none;
  padding: 8px 5px;
  display: block;
  width: 100%;
  max-width: 350px;
}
.contact-content form .form-group {
  margin: 5px 0 25px;
  position: relative;
  transition: all 0.3s ease;
}
.contact-content form .form-group.has-error .form-control-input,
.contact-content form .form-group.has-error .form-control-textarea {
  border: 2px solid #d3574c;
  background-color: rgb(253.26367713, 248.3704035874, 247.93632287);
}
.contact-content form .help-block {
  display: none;
  color: #d3574c;
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: 500;
  animation: errorSlideIn 0.3s ease;
}
.contact-content form input,
.contact-content form textarea {
  transition: all 0.3s ease;
}
.contact-content form input.error,
.contact-content form textarea.error {
  animation: shake 0.5s ease;
}
.contact-content form .success-message {
  color: #28a745 !important;
  background-color: rgb(195.7028985507, 240.7971014493, 206);
  padding: 15px;
  border-radius: 8px;
  animation: fadeInSuccess 0.5s ease;
}
.contact-content form .error-message {
  color: #d3574c !important;
  background-color: rgb(253.26367713, 248.3704035874, 247.93632287);
  padding: 15px;
  border-radius: 8px;
  animation: fadeInError 0.5s ease;
}
.contact-content form .hidden {
  display: none !important;
}
.contact-content form label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 7px;
}
.contact-content form button {
  font-family: "bebas_neueregular";
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: normal;
  color: white;
  background: #d3574c;
  border: none;
  padding: 6px 20px 5px;
  border-radius: 18px;
  cursor: pointer;
}
.contact-content form button:hover {
  background: rgb(216.0313901345, 106.2107623318, 96.4686098655);
}
.contact-content .rrss-content {
  background-color: #d3574c;
  border-radius: 20px;
  padding: 6px 10px;
  display: inline-block;
  margin-top: 80px;
}
.contact-content .rrss-content a {
  background-color: #e2e2e2;
  border-radius: 100%;
  color: #d3574c;
  padding: 7px;
  line-height: 0;
  display: inline-block;
  margin: 0 5px;
}
.contact-content .rrss-content a svg {
  width: 20px;
  height: 20px;
}
.contact-content .rrss-content a:hover {
  background: white;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .video-modal {
    padding: 20px;
  }
}
.video-modal.active {
  display: flex;
}
.video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.video-modal .video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: calc(100vh - 80px);
  z-index: 1;
  animation: modalFadeIn 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .video-modal .video-modal-content {
    max-height: calc(100vh - 140px);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .video-modal .video-modal-content {
    max-height: calc(100vh - 160px);
  }
}
.video-modal .video-modal-content video {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: contain;
}
@media (min-width: 600px) {
  .video-modal .video-modal-content video {
    max-height: calc(100vh - 140px);
    width: auto;
  }
}
@media (min-width: 768px) {
  .video-modal .video-modal-content video {
    max-height: calc(100vh - 160px);
  }
}
.video-modal .video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (min-width: 768px) {
  .video-modal .video-modal-close {
    top: -60px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .video-modal .video-modal-close {
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.video-modal .video-modal-close svg {
  width: 24px;
  height: 24px;
  color: white;
}
@media (min-width: 768px) {
  .video-modal .video-modal-close svg {
    width: 30px;
    height: 30px;
  }
}
.video-modal .video-modal-close:hover {
  background-color: #d3574c;
  border-color: #d3574c;
  transform: rotate(90deg);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.video-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 600px) {
  .video-info {
    gap: 12px;
  }
}

.video-info .logo {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
@media (min-width: 600px) {
  .video-info .logo {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}

.video-info > div {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.video-info h3 {
  margin: 0;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .video-info h3 {
    font-size: 1.15rem;
  }
}

.video-info p {
  margin: 4px 0 0 0;
  text-align: left;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  .video-info p {
    font-size: 0.85rem;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
@keyframes fadeInBackground {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
@keyframes errorSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSuccess {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInError {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInStagger {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}