@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;1,6..96,600&display=swap");

body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

.fixed-position {
  position: fixed;
}

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

a#pointerTry:hover {
  color: white;
}

.down-icon {
  position: absolute;
  top: 78vh;
  height: 60px;
  display: flex;
  justify-content: center;
}

.down-icon-what-we-do {
  position: absolute;
  top: 78vh;
  height: 60px;
  display: flex;
  justify-content: center;
}

.video-mobile,
.containerVideo-mobile {
  pointer-events: none;
}

.menu-connect-box img:last-of-type,
.menu-simone-box img:last-of-type {
  width: 30px;
}

/* Css to animate fadeIn and fadeout Menu */

/* -------------------------------------- */

/* --------------- Mobile Button ---------------- */
#button-mobile {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: absolute;
  /* pointer-events: none; */
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position-x: center;
  background-position-y: 75%;
  font-family: "Anton", sans-serif;
  font-weight: normal;
  bottom: 0%;
  padding: 2rem;
  right: -10%;
  opacity: 0;
}

#button-mobile::before {
  content: "MEET THE YAMA HERD";
  font-size: 15px;
  line-height: 18px;
  color: white;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 25%;
  padding: 0 20px;
}

/* Pre loader */

.overlay-loader {
  height: 100vh;
  width: 100vw;
  background-color: rgb(255, 255, 255);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
}

.page-transition {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #e73393;
  z-index: 900;
}

/* --------------- Cursor Styles ---------------- */

* {
  cursor: none;
}

#main_wrapper {
  width: 100vw;
  background-image: url("../assets/bg-blue-cross.webp");
  background-size: cover;
  background-attachment: fixed;
}

.cursor {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-x: center;
  background-position-y: 75%;
  font-family: "Anton", sans-serif;
  font-weight: normal;
}

.cursor::before {
  content: "MEET THE YAMA HERD";
  font-size: 16px;
  line-height: 18px;
  color: white;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 25%;
  padding: 0 20px;
}

/* Our clients */

.cursor-pointer {
  width: 20px;
  height: 20px;
  background-color: #ff6c8a;
  background-image: none;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: difference; */
  z-index: 1999;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "Anton", sans-serif;
}

.cursor-pointer::before {
  content: "";
}

/* Carousel */

/* Prev Bottom */
.carouselPrev {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: difference; */
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/section_1/arrow-rotate.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position-x: center;
  background-position-y: 65%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.carouselPrev::before {
  content: "PREV";
  padding-bottom: 20%;
  font-size: 17px;
  line-height: 17px;
  color: white;
}

/* Next Bottom */
.carouselNext {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: difference; */
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position-x: center;
  background-position-y: 65%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.carouselNext::before {
  content: "NEXT";
  padding-bottom: 20%;
  font-size: 17px;
  line-height: 17px;
  color: white;
}

/* we-cant-wait */
.we-cant-wait-cursor {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-x: center;
  background-position-y: 75%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.we-cant-wait-cursor::before {
  content: "CONTACT US";
  padding-bottom: 10%;
  font-size: 17px;
  line-height: 17px;
  color: white;
}

/* we-cant-wait */
.now-is-the-time-cursor {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: difference; */
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-x: center;
  background-position-y: 75%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.now-is-the-time-cursor::before {
  content: "GET IN TOUCH";
  padding-bottom: 10%;
  font-size: 17px;
  line-height: 17px;
  color: white;
}

/* instagram */
.instagram-cursor {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: difference; */
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-x: center;
  background-position-y: 75%;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.instagram-cursor::before {
  content: "SEE MORE";
  padding-bottom: 10%;
  font-size: 17px;
  line-height: 17px;
  color: white;
}

/* ------------------------------- */

/* Modal Let's Connect */

#letsConnectModal .btn-close,
#positionsFormModal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3%;
}

#letsConnectModal .modal-header #letsConnectModalLabel,
#positionsFormModal .modal-header #letsConnectModalLabel {
  font-family: "Anton", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #e73493;
}

#letsConnectModal .modal-dialog .modal-content,
#positionsFormModal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 7vh 7vh 5vh 7vh !important;
}

#letsConnectModal .modal-dialog .modal-body,
#positionsFormModal .modal-dialog .modal-body {
  padding: 0;
}

#letsConnectModal .modal-dialog .modal-footer,
#positionsFormModal .modal-dialog .modal-footer {
  border: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 1rem;
}

@media (max-width: 475px) {
  .modal-dialog {
    margin: 0 !important;
  }

  #letsConnectModal .modal-dialog .modal-content,
  #positionsFormModal .modal-dialog .modal-content {
    padding: 6vh 3vh 4vh 3vh !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}

/* Modal INC 5000 2026 */

#inc5000Modal .modal-dialog {
  /* ponytail: la regla global .modal-dialog{max-width:600px} gana a .modal-lg,
     por eso el ancho se fuerza por ID. La imagen es 2.7:1, necesita ancho. */
  max-width: min(880px, 92vw);
}

#inc5000Modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

#inc5000Modal picture,
#inc5000Modal img {
  display: block;
  width: 100%;
  height: auto;
}

#inc5000Modal .btn-close {
  cursor: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 12px;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  opacity: 1;
  /* yamalive.css:11 aplica `* { transform-origin: 0 0 }`, hay que forzar centro */
  transform-origin: center center;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#inc5000Modal .btn-close:hover {
  transform: scale(1.1);
  background-color: #fff;
}

/* Backdrop: oscurecido + blur (progressive enhancement) */
#inc5000Modal+.modal-backdrop.show {
  opacity: 0.55;
  backdrop-filter: blur(6px);
}

/* Animación de entrada: reemplaza el translate por defecto de Bootstrap */
#inc5000Modal.fade .modal-dialog {
  transform: scale(0.94) translateY(18px);
  transform-origin: center center;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

#inc5000Modal.show .modal-dialog {
  transform: none;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  #inc5000Modal.fade .modal-dialog {
    transition: opacity 0.2s ease;
    transform: none;
  }
}

/* Mobile: la imagen es retrato (920x1157), hay que topar el alto */
@media (max-width: 767.98px) {

  #inc5000Modal picture,
  #inc5000Modal img {
    width: auto;
    max-width: 100%;
    max-height: 78vh;
    margin: 0 auto;
  }

  /* que la sombra y el radio abracen la imagen, no el ancho del diálogo */
  #inc5000Modal .modal-content {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 475px) {

  /* neutraliza el margin:0 !important global de .modal-dialog */
  #inc5000Modal .modal-dialog {
    margin: 1rem !important;
  }
}

/*      Label       */

.label-manifesto {
  position: absolute;
  top: 13vh;
  left: 0;
  height: 0.6rem;
  opacity: 0;
  z-index: 1;
  padding: 0;
  display: flex;
}

.label-square {
  height: 0.6rem;
  width: 20px;
  background-color: #ffffff;
  margin-right: 0.8rem;
}

.label-text {
  color: #ffffff;
  font-size: calc(0.5rem + 0.3vw);
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 0.8;
}

/* --------------- Section 1 ---------------- */

#section_1 {
  position: relative;
  /* background-image: url('../assets/bg-blue-cross.webp');
    background-size: contain;
    background-attachment: fixed; */
}

#section_1 header {
  position: relative;
  height: 100%;
  min-height: 25rem;
  width: 100%;
  overflow-y: hidden;
}

div>#alert-section-1 a:hover {
  background-color: #19254a !important;
}

#alert-section-1 a:hover {
  color: white;
}

#section_1 .containerVideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

#section_1 .containerVideo #videoHome {
  /* height: 100%; */
  /* width: 100vw; */
}

#section_1 header #video {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}

#section_1 header .container {
  position: relative;
  z-index: 2;
}

#section_1 .home {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#section_1 .row.rowSection1.rowDiv1 {
  padding-top: 5rem;
}

#section_1 .divText {
  overflow: hidden;
}

#section_1 .first {
  width: 90%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#section_1 .first .row {
  width: 100%;
}

#section_1 .second {
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
}

#section_1 .rowDiv2 {
  position: absolute;
  /* display: none; */
}

#section_1 .title-2 {
  transform: translate(0px, 100%);
}

#section_1 .sub-title-2,
#section_1 .headline-2 {
  opacity: 0;
}

#section_1 #one-title-1 {
  width: 78%;
  max-width: 28rem;
}

#section_1 #one-title-2 {
  margin-top: 0.5rem;
  width: 81%;
  max-width: 30.5rem;
}

#section_1 #one-title-3 {
  margin-top: 0.5rem;
  width: 73%;
  max-width: 24rem;
}

#section_1 #one-title-4 {
  margin-top: 0.5rem;
  width: 76%;
  max-width: 26.5rem;
}

#section_1 #two-title-1 {
  margin-top: 0.5rem;
  width: 90%;
  max-width: 52rem;
}

#section_1 #two-title-2 {
  margin-top: 0.5rem;
  width: 76%;
  max-width: 44rem;
}

#section_1 #two-title-3 {
  margin-top: 0.5rem;
  padding-top: 1px;
  width: 51%;
  max-width: 30rem;
}

#section_1 #two-title-4 {
  margin-top: 0.5rem;
  padding-top: 1px;
  width: 81%;
  max-width: 30rem;
}

#section_1 .subheader {
  width: 45%;
  max-width: 20rem;
  opacity: 0;
}

#section_1 .sub-title-2 {
  width: 100%;
  max-width: 36rem;
}

#section_1 .headline-2 {
  width: 51%;
  max-width: 27.5rem;
}

#section_1 .cont-img-yama {
  position: relative;
}

#section_1 .img-yama {
  width: 70%;
  position: absolute;
  left: -98%;
  top: -55%;
}

#section_1 .img3 {
  width: 80%;
}

#section_1 .fixed-bottom {
  /* width: 50% !important; */
  position: absolute;
}

#section_1 .fixed-bottom div {
  font-size: 15px !important;
}

#section_1 .trySimone-btn {
  background-color: #1e3264;
  background: linear-gradient(to right, #cd2980 50%, #e73393 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 2s ease;
}

#section_1 #checkoutSimOne:hover .trySimone-btn {
  background-position: left bottom;
}

#section_1 .object-svg-animate {
  width: 12%;
  position: absolute;
  bottom: 15%;
  right: 5%;
  opacity: 0;
}

#section_1 .rowDiv2 {
  top: inherit;
}

.spline-wrapper {
  position: fixed;
  bottom: 1.4rem;
  right: -38rem;
  width: 868px;
  height: 230px;
  z-index: 9999;
  overflow: hidden;
  /* border-radius: 50%; */
}

spline-viewer {
  width: 100%;
  height: 100%;
  display: block;
  scale: 0.7;
}

#logo {
  display: none;
}

/* ------------ Carousel - Our Clients ------------ */

#carousel {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../assets/bg.webp);
}

#carousel .carousel-cont {
  width: 90%;
  height: 95vh;
  background-color: white;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#row-container {
  position: relative;
}

/* OUR PARTNERS STYLES */
.our-partners {
  background-color: #ffffff;
  box-shadow: 0 10px 24px 0 rgba(143, 143, 143, 0.12);
  padding: 2rem;
  /* height: 95vh; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#carouselTestimonials .carousel-item {
  height: 68vh;
}

#carouselTestimonials .carousel-indicators {
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
}

#carouselTestimonials .carousel-indicators [data-bs-target] {
  position: relative;
  opacity: 1;
  width: 8vh;
  height: 5px;
  min-width: 20px;
  background-color: #d8d8d8;
  margin-right: 7px;
  margin-left: 7px;
}

#carouselTestimonials .carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff6c8a;
  border-radius: inherit;
}

#carouselTestimonials .carousel-indicators .active {
  background-color: #ff6c8a !important;
}

#carouselTestimonials .carousel-fade .active.carousel-item-start,
#carouselTestimonials .carousel-fade .active.carousel-item-end {
  transition: opacity 0.5s 0s ease-in-out;
}

.our-partners .carousel-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.31);
  letter-spacing: 1.2px;
  padding-left: 1rem;
}

.carousel-quote h2 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  color: #1e3264;
  font-size: 64px;
  line-height: 70px;
  font-size: calc(1.5rem + 2.1vw);
  line-height: calc(1.5rem + 2.1vw);
  margin-top: 0rem;
  opacity: 0;
}

.carousel-quote span {
  font-family: "Anton", sans-serif;
  color: #e73393;
  font-size: calc(1.8em + 0.7vw);
  position: absolute;
  /* bottom: 0.6em; */
  line-height: 2.8rem;
}

.carousel-quote p {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: #1e3264;
  line-height: calc(1.7em + -0.5vw);
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0rem;
  opacity: 0;
}

.carousel-quote span#quote-left {
  position: relative;
  font-size: 205px;
  font-size: calc(1.8em + 4.7vw);
  top: 0.6em;
}

.carousel-logos {
  width: 90px;
  filter: grayscale(1);
  opacity: 60%;
  margin-bottom: 0.5rem;
}

.carousel-lab {
  color: #1e3264;
  margin: 0;
}

.carousel-name {
  font-family: "Bodoni Moda", serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0;
}

.carousel-name mark {
  color: #e73393;
  background-color: transparent;
  background-image: linear-gradient(#ffee59, #ffee59);
  background-repeat: no-repeat;
  background-position: center 0.5rem;
  background-size: 100% clamp(1.5rem, 1rem, 1rem);
  font-family: "Bodoni Moda";
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  padding: 0;
}

.carousel-job-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #787878;
  line-height: 0.8;
  margin: 0;
}

#carousel .quoteTitle {
  overflow: hidden;
}

#carousel .quoteText {
  overflow: hidden;
  /* margin-top: 1rem; */
  margin-bottom: 2.5rem;
}

.carousel-logos,
.carousel-name,
.carousel-lab,
.carousel-job-title {
  opacity: 0;
}

/* Yama 3D */
.carousel-3D {
  position: absolute;
  right: 0;
  width: 45vw;
}

.carousel-3D div {
  text-align: center;
}

.carousel-3D img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.mobile-3D {}

#canvas {
  position: absolute;
  top: 0;
  left: -100;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.carousel-3D div canvas#canvas3d {
  width: 667px !important;
  height: 610px !important;
  padding-top: 2.5vw;
}

/* LOGOS BEGINS */

#our-partners.cont {
  width: 100%;
  /* height: 30vh; */
  display: flex;
  flex-direction: column;
  background-image: url("../assets/bg.webp");
  justify-content: space-around;
  padding-top: 5rem;
}

.section {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.section div.container1 {
  transition: all 0.3s ease;
}

div.highway-slider {
  display: flex;
  justify-content: center;
  width: 99%;
  height: 90px;
  margin-top: 2rem;
}

div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}

div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
  margin: 0;
}

div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #343434;
}

li.highway-car img {
  width: 50%;
  filter: grayscale(1) opacity(0.5);
}

li.highway-car:hover img {
  filter: grayscale(0) opacity(1);
}

@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-500%);
  }
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}

#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}

#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
  background-color: white;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #fff 100%);
}

#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
  background-color: white;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #fff 100%);
}

#infinite div.highway-barrier ul.highway-lane {
  width: calc(180px * 24);
}

#infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 180px;
  animation: translateinfinite 25s linear infinite;
}

.fixed-text-top,
.fixed-text-bottom {
  width: 100%;
  height: 3vh;
  background-image: url("../assets/section_2/some_of_clients.png");
  background-size: 179px 30px;
  background-position-y: center;
}

.fixed-text-bottom {
  background-position-x: 5%;
}

/* LOGOS ENDS */

@media only screen and (max-width: 576px) {
  .carousel-quote h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .carousel-quote p {
    font-size: 0.9rem;
    line-height: calc(1.2em + -0.5vw);
  }

  .carousel-item {
    height: 25vh;
  }

  .carousel-name {
    line-height: 1;
  }

  .carousel-job-title {
    line-height: 1;
  }

  .carousel-quote span {
    line-height: 2.3rem;
  }
}

@media only screen and (max-width: 992px) {
  .carousel-3D {
    top: calc(5vw + 4.5rem);
  }
}

/* Bootstrap Slides */

.carousel-fade .carousel-item {
  opacity: inherit !important;
  transition-property: inherit !important;
  transform: inherit;
}

.carousel-item {
  transition: inherit !important;
}

.carousel-item.active {
  transform: translate(0, 0%) !important;
}

.carousel-item .quoteTitle h2 {
  transform: translate(0, 100%);
}

.carousel-item .quoteText p {
  transform: translate(0, 300%);
}

/* Buttons */

#carousel .carousel-control-next {
  width: 50%;
  right: 0;
  cursor: none;
}

#carousel .carousel-control-prev {
  width: 50%;
  cursor: none;
}

/* --------------- Section 3  What We Do  ---------------- */

#what-we-do {
  width: 100%;
  height: 50vh;
  background-image: url(../assets/bg.webp);
  /* background-color: #fdffe2; */
  position: relative;
}

#what-we-do .cont {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: -15%;
  z-index: 10;
}

#what-we-do .cont-text {
  position: absolute;
  top: 25%;
  z-index: 15;
  opacity: 1;
  /* transition: opacity 0.5s; */
}

/* Square Text  */

.square-floating {
  background-color: #ffffff;
  box-shadow: 0 10px 24px 0 rgb(143 143 143 / 12%);
  position: absolute;
  padding: 0rem 2.2rem;
  height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wwd-label {
  padding-top: 1.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.31);
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.square-floating p {
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: 1.7em;
  line-height: 2.7rem;
  color: #122045;
  margin: 0.5rem 0 0 0;
}

.square-floating mark {
  color: #e73393;
  background-color: transparent;
  background-image: linear-gradient(#ffee59, #ffee59);
  background-repeat: no-repeat;
  background-position: center 0.5rem;
  background-size: 100% clamp(1.5rem, 1rem, 1rem);
  font-family: "Bodoni Moda", serif;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  padding: 0;
}

.square-floating .crosses {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  letter-spacing: -2px;
  text-align: right;
  margin-right: 25px;
}

/* -------------- */

#what-we-do .img {
  width: 70%;
  padding-top: 45%;
  background-image: url("../assets/services-affiliate_collab.webp");
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 5;
  opacity: 1;
  /* transition: opacity 1s; */
}

#what-we-do .svg-animate {
  width: 12%;
  position: absolute;
  bottom: 0%;
  right: 5%;
  z-index: 20;
}

.appear {
  opacity: 1 !important;
}

@media (max-width: 992px) {

  .cursor,
  #mcursor {
    display: none !important;
  }

  #carouselTestimonials .carousel-item {
    height: 43vh;
  }

  #what-we-do .square-floating {
    padding: 0.8rem 1.8rem;
  }

  #what-we-do .square-floating p {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  #what-we-do .img {
    width: 80%;
    padding-top: 65%;
    top: 15%;
    z-index: 11;
  }

  #what-we-do .cont-text {
    top: 50%;
  }

  #what-we-do .cont {
    z-index: 12;
  }

  #what-we-do .wwd-label {
    margin-bottom: 0 !important;
    margin-top: 1rem;
  }
}

/* --------------- Section   Graphica  ---------------- */

#graphica {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#graphica .container-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#graphica .image-graph {
  position: relative;
  width: 1400px;
  padding-top: 48%;
}

#graphica .card-graph {
  width: 32rem;
  height: 37rem;
  position: absolute;
  top: 55%;
  left: 5%;
  padding: 0rem 2rem;
  transform: translateY(100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -webkit-box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 35%);
  -moz-box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 35%);
  box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 35%);
  transition: transform 1s ease;
}

#graphica .activeContainer {
  height: 30rem;
  position: relative;
}

#graphica .card-graph .zoomButton {
  background-color: #e73393;
  border-radius: 100%;
  height: 40px;
  margin: 0 9px;
  width: 40px;
  border: none;
}

#graphica .pointer {
  background: transparent;
  width: 80px;
  height: 80px;
  position: absolute;
  opacity: 0.5;
}

#graphica .buttons-graph {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* Web Anterior Grafica */

#graphica .content-graph-1,
#graphica .content-graph-2,
#graphica .content-graph-3,
#graphica .content-graph-4,
#graphica .content-graph-5,
#graphica .content-graph-6 {
  display: none;
  display: flex;
  left: 0%;
  color: white;
  top: 10%;
  position: absolute;
}

#graphica svg {
  position: absolute;
  top: 14%;
  left: 12%;
  height: 90%;
}

#graphica .chart-content {
  width: 85%;
  margin: 0 auto;
  display: none;
}

#graphica .chart1-title {
  color: white;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pointer-yellow {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffee59;
  position: absolute;
  top: 33%;
}

#graphica .chart1-title img {
  width: 100%;
  max-width: 24rem;
  transform: translate(0, 0%);
}

#graphica .chart1-desc {
  overflow: hidden;
  height: 100%;
  margin: 1rem 0rem;
}

#graphica .desc-title {
  color: white;
  font-size: 2rem;
  font-family: "Bodoni Moda", serif;
  font-weight: bold;
  background-color: transparent;
  background-image: linear-gradient(#e73393, #e73393);
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 100% clamp(1.2rem, 1rem, 1rem);
  text-decoration: none;
  padding: 0.3rem;
  font-style: italic;
}

#graphica .desc-text {
  color: #ffffffb3;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}

#graphica .desc-text-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#graphica .desc-title-container {
  overflow: hidden;
  height: 100%;
}

#graphica .desc-title-p {
  margin-bottom: 0;
}

#graphica .init-title {
  width: fit-content !important;
  position: absolute;
  left: 5%;
  top: 17%;
  width: 100%;
  transition: opacity 1s ease;
}

#graphica .init-title img {
  width: 100%;
  max-width: 32rem;
}

/* #graphica .chart1-desc img{
    width: 100%;
    max-width: 32.5rem;
    transform: translate(0, 0%);
} */

/* #graphica .chart1-desc.discovery img{  
    max-width: 25rem;
    margin-bottom: 1rem;
 }
 
 #graphica .chart1-desc.pre-launch img{ 
     max-width: 35rem;
 }
 
 #graphica .chart1-desc.launch img{ 
     max-width: 30rem;
 }
 
 #graphica .chart1-desc.growth img{ 
     max-width: 30rem;
 }
 
 #graphica .chart1-desc.maturity img{ 
     max-width: 35rem;
 }
 
 #graphica .chart1-desc.loe img{ 
     max-width: 24rem;
 } */

#graphica .tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 105%;
  overflow: hidden;
  height: auto;
}

.set1 span {
  transform: translate(0, 0%);
}

.set2 span {
  transform: translate(0, 0%);
}

.set3 span {
  transform: translate(0, 0%);
}

.set4 span {
  transform: translate(0, 0%);
}

.set5 span {
  transform: translate(0, 0%);
}

.set6 span {
  transform: translate(0, 0%);
}

#graphica .tags:last-child {
  margin-bottom: -0.5rem;
}

#graphica .tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

#graphica .tags .tag {
  margin-bottom: 0.5rem;
}

#graphica .tag:not(body) {
  border: solid 1px;
  padding: 7px 18px;
  border-radius: 5px;
  color: #ffffffb3;
  border-color: #ffffffb3;
  font-family: "Inter";
  font-size: 12px;
}

#graphica .lottie svg {
  width: 70% !important;
}

#graphica .graph-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

#graphica .graph-control-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

#graphica .graph-active {
  display: block;
}

/* Points in graph */

#graphica #tg1 {
  left: 0%;
  top: 40%;
}

#graphica #tg2 {
  left: 27%;
  top: 57%;
}

#graphica #tg3 {
  left: 32%;
  top: 40.5%;
}

#graphica #tg4 {
  left: 39%;
  top: 18.3%;
}

#graphica #tg5 {
  left: 62%;
  top: 9%;
}

#graphica #tg6 {
  left: 79%;
  top: 35%;
}

/* Points in graph */

#graphica .zoomViewport {
  background-color: transparent;
  width: 1280px;
  height: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #fff 10%);
}

#graphica .zoomContainer {
  width: 1280px;
  height: 820px;
  background-image: url("../assets/graph/grafica.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5rem;
}

#graphica .areaZoom {
  height: 50%;
  width: 50%;
  position: absolute;
  top: 20%;
  left: 40%;
}

#graphica .zoomTarget1 {
  background-color: rgb(247, 161, 161);
  border: 1px solid #eaeaea;
  width: 40px;
  height: 40px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
}

/* --------------- Section   Graphica Mobile  ---------------- */

#graphica-mobile {
  width: 100%;
  height: 100vh;
  position: relative;
}

#graphica-mobile .image-graph {
  position: relative;
  width: 1400px;
  padding-top: 48%;
}

#graphica-mobile .card-graph {
  width: 23rem;
  /* height: 25rem;  */
  height: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  padding: 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 45%);
  -moz-box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 45%);
  box-shadow: 4px 4px 12px 0px rgb(0 0 0 / 45%);
}

#graphica-mobile .activeContainer {
  height: 20rem;
}

#graphica-mobile .card-graph .zoomButton {
  background-color: #e73393;
  border-radius: 100%;
  height: 40px;
  margin: 20px 6px 5px 6px;
  width: 40px;
  position: relative;
}

#graphica-mobile .buttons-graph {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#graphica-mobile .content-graph-1,
#graphica-mobile .content-graph-2,
#graphica-mobile .content-graph-3,
#graphica-mobile .content-graph-4,
#graphica-mobile .content-graph-5,
#graphica-mobile .content-graph-6 {
  display: none;
  display: flex;
  left: 0%;
  color: white;
  top: 10%;
  position: absolute;
}

#graphica-mobile svg {
  position: absolute;
  top: 14%;
  left: 12%;
  height: 90%;
}

#graphica-mobile .chart-content {
  display: none;
}

#graphica-mobile .chart1-title {
  color: white;
  overflow: hidden;
}

#graphica-mobile .chart1-title img {
  width: 100%;
  max-width: 17rem;
  transform: translate(0, 0%);
}

#graphica-mobile .chart1-desc {
  overflow: hidden;
  height: 100%;
  margin: 1rem 0rem;
}

#graphica-mobile .desc-title {
  color: white;
  font-size: 2rem;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-weight: bold;
  background-color: transparent;
  background-image: linear-gradient(#e73393, #e73393);
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 100% clamp(1.2rem, 1rem, 1rem);
  text-decoration: none;
  padding: 0.3rem;
}

#graphica-mobile .desc-text {
  color: #ffffffb3;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  /* margin: 0; */
}

#graphica-mobile .desc-text-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#graphica-mobile .desc-title-container {
  overflow: hidden;
  height: 100%;
}

/* #graphica-mobile .chart1-desc img{
    width: 100%;
    max-width: 32.5rem;
    transform: translate(0, 0%);
} */

/* #graphica-mobile .chart1-desc.discovery img{  
    max-width: 19rem;
    margin-bottom: 0rem;
 }
 
 #graphica-mobile .chart1-desc.pre-launch img{ 
     max-width: 35rem;
 }
 
 #graphica-mobile .chart1-desc.launch img{ 
     max-width: 30rem;
 }
 
 #graphica-mobile .chart1-desc.growth img{ 
     max-width: 30rem;
 }
 
 #graphica-mobile .chart1-desc.maturity img{ 
     max-width: 35rem;
 }
 
 #graphica-mobile .chart1-desc.loe img{ 
     max-width: 24rem;
 } */

#graphica-mobile .tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 105%;
  overflow: hidden;
  height: auto;
}

#graphica-mobile .set1 span {
  transform: translate(0, 0%);
}

#graphica-mobile .set2 span {
  transform: translate(0, 0%);
}

#graphica-mobile .set3 span {
  transform: translate(0, 0%);
}

#graphica-mobile .set4 span {
  transform: translate(0, 0%);
}

#graphica-mobile .set5 span {
  transform: translate(0, 0%);
}

#graphica-mobile .set6 span {
  transform: translate(0, 0%);
}

#graphica-mobile .tags:last-child {
  margin-bottom: -0.5rem;
}

#graphica-mobile .tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

#graphica-mobile .tags .tag {
  margin-bottom: 0.5rem;
}

#graphica-mobile .tag:not(body) {
  border: solid 1px;
  padding: 7px 18px;
  border-radius: 5px;
  color: #ffffffb3;
  border-color: #ffffffb3;
  font-family: "Inter";
  font-size: 9px;
}

#graphica-mobile .lottie svg {
  width: 70% !important;
}

#graphica-mobile .graph-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

#graphica-mobile .graph-control-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

#graphica-mobile .graph-active {
  display: block;
}

#graphica-mobile .img-graph-mobile {
  width: 90%;
  height: 30%;
  background-image: url("../assets/graph/graph-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

#graphica-mobile .zoomButton img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --------------- Section   Texts Animate  ---------------- */

#texts-animate.cont {
  height: 32vh;
  overflow-x: hidden;
}

#texts-animate .row-container {
  height: 100%;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: -210%;
}

#texts-animate .first-row,
#texts-animate .second-row {
  width: 100%;
  height: 13vh;
  display: flex;
  overflow-x: hidden;
  position: relative;
  z-index: 20;
  /* background-color: #1E3361; */
}

#texts-animate .first-row .outline,
#texts-animate .second-row .withour-outline {
  padding: 0 3rem;
}

/* --------------- Photos Random --------------- */
#photos-random {
  width: 100%;
  height: 90vh;
  position: relative;
}

#photos-random .img-left {
  width: 55%;
  position: absolute;
  left: -10%;
  z-index: 10;
  bottom: -10%;
}

#photos-random .img-right {
  height: 80%;
  position: absolute;
  right: 0;
  top: 29%;
}

#photos-random .svg-animate {
  width: 12%;
  position: absolute;
  bottom: -8%;
  right: 5%;
  z-index: 20;
}

/* ------------ LOAD SERVICES IMG -------------- */
#photos-random .loadImgServices {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/affiliate.png");
}

#photos-random .loadImgServices2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/brand-indentity.png");
}

#photos-random .loadImgServices3 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets//services_s/imgs/disease-education.png");
}

#photos-random .loadImgServices4 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/launch.png");
}

#photos-random .loadImgServices5 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/live-hybrid.png");
}

#photos-random .loadImgServices6 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/message-mapping.png");
}

#photos-random .loadImgServices7 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/multi-channel.png");
}

#photos-random .loadImgServices8 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/patient-simulation.png");
}

#photos-random .loadImgServices9 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/peer-to-peer.png");
}

#photos-random .loadImgServices10 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/scientific-education.png");
}

#photos-random .loadImgServices11 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/strategic-brand.png");
}

#photos-random .loadImgServices12 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/team-building.png");
}

#photos-random .loadImgServices13 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  background: url("../assets/services_s/imgs/video-film.png");
}

/* --------------- Section Services Desktop  ---------------- */

#services_s {
  width: 100%;
  height: 100vh;
  /* background-image: url('../assets/services_s/bg-services.webp');
    background-size: cover;
    background-repeat: no-repeat; */
}

/* Section Texts with Yama */

#services_s .cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#services_s .cont-texts {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#services_s .agency,
#services_s .verticals {
  color: white;
  font-size: 4.8rem;
  font-family: "Anton", sans-serif;
  font-weight: normal;
}

#services_s .agency {
  position: absolute;
  padding-right: 25rem;
  top: 40%;
}

#services_s .img-yama-services {
  width: 30%;
  position: relative;
  right: 2rem;
}

#services_s .verticals {
  position: absolute;
  top: 40%;
  padding-left: 30rem;
}

/* Second Section */

#services_s #services {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#services_s #services .contenedor-general {
  width: 90%;
  margin: 0 auto;
}

#services_s #services #acordion-1,
#services_s #services #acordion-2,
#services_s #services #acordion-3 {
  height: 100%;
  margin-top: 15vh;
  margin-bottom: 10vh;
  display: flex;
}

#services_s #services .box-acordion {
  width: 100%;
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

#services_s #services .accordion {
  margin-top: 0.5rem;
}

#services_s #services .accordion-item {
  position: relative;
  background-color: transparent;
}

#services_s .div-bottom .accordion .collapse {
  margin-bottom: 0.5rem;
}

#services_s .div-bottom .accordion .collapsing {
  margin-bottom: 0.5rem;
}

/* Top */
#services_s #services .div-top {
  width: 80%;
  margin-top: 10%;
}

#services_s #services .container-texts-top {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  line-height: 3.1em;
}

#services_s #services .div-top p {
  margin-bottom: 0;
  line-height: 1.1em;
}

#services_s #services .div-top p.number {
  font-size: calc(3rem + 3.4vw);
  font-size: calc(3rem + 3.4vw);
  font-family: "Anton", sans-serif;
  font-weight: normal;
  color: #1e3361;
  opacity: 0.2;
}

#services_s .box-acordion:hover p.number {
  color: #ffeb5a !important;
  opacity: 1 !important;
}

#services_s .box-acordion:hover .accordion-button,
#services_s .box-acordion:hover .accordion-body p {
  color: #fff !important;
}

#services_s #acordion-3 .box-acordion:hover .accordion-button,
#services_s #acordion-3 .box-acordion:hover .accordion-body p {
  color: #1e3361 !important;
}

#services_s .first-line mark {
  padding: 0.3rem;
  background-color: inherit;
  color: #1e3361;
}

#services_s .box-acordion:hover .first-line mark {
  background-color: transparent;
  background-image: linear-gradient(#ffee59, #ffee59);
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 100% clamp(1.2rem, 1rem, 1rem);
  text-decoration: none;
  padding: 0.3rem;
  color: #1e3361;
}

#services_s .second-line mark {
  padding: 0.3rem;
  background-color: inherit;
  color: #1e3361;
}

#services_s .box-acordion:hover .second-line mark {
  background-color: transparent;
  background-image: linear-gradient(#ffee59, #ffee59);
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 100% clamp(1.2rem, 1rem, 1rem);
  text-decoration: none;
  padding: 0.3rem;
  color: #1e3361;
}

#services_s #acordion-1 .box-acordion:hover p.number {
  color: #fff !important;
}

#services_s #acordion-1 .box-acordion:hover .first-line mark,
#services_s #acordion-1 .box-acordion:hover .second-line mark {
  color: #e63296;
  background-image: linear-gradient(#fff, #fff);
}

#services_s #acordion-3 .box-acordion:hover p.number {
  color: #e63296 !important;
}

#services_s #acordion-3 .box-acordion:hover .first-line mark,
#services_s #acordion-3 .box-acordion:hover .second-line mark {
  background-image: linear-gradient(#e63296, #e63296);
  color: #1e3361;
}

#services_s #services .div-top p.first-line {
  font-size: 3.4em;
  font-size: calc(2rem + 1.5vw);
  line-height: 1;
  line-height: calc(2rem + 1.5vw);
  font-family: "Anton", sans-serif;
  color: #1e3361;
}

#services_s #services .div-top p.second-line {
  font-size: 3.4em;
  font-size: calc(2rem + 1.5vw);
  line-height: 1;
  line-height: calc(2rem + 1.8vw);
  font-family: "Anton", sans-serif;
  color: #1e3361;
}

/* Bottom */
#services_s #services .div-bottom {
  width: 80%;
}

#services_s .div-bottom .accordion-body {
  padding: 0rem 1.25rem;
}

#services_s .div-bottom .accordion-body p {
  color: #494949;
  font-size: 0.8rem;
  line-height: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

#services_s #services .line-acordion {
  width: 90%;
  height: 1px;
  background-color: rgb(180 180 180 / 40%);
  margin: 0 auto;
  transition: width 0.3s ease;
}

/* On Mouse Hover Desktop */

#services_s .div-hover {
  width: 25rem;
  height: 15rem;
  position: absolute;
  top: 50%;
  right: -27%;
  transform: translate(20rem, -50%);
  z-index: 20;
  visibility: hidden;
  box-shadow: rgb(0 0 0 / 17%) -2px 8px 29px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 17%) -2px 8px 29px 0px;
  -moz-box-shadow: rgb(0 0 0 / 17%) -2px 8px 29px 0px;
}

#services_s .div-hover-3 {
  width: 25rem;
  height: 15rem;
  position: absolute;
  top: 50%;
  left: -27%;
  transform: translate(-20rem, -50%);
  z-index: 20;
  visibility: hidden;
  box-shadow: rgb(0 0 0 / 17%) -2px 8px 29px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 17%) -2px 8px 29px 0px;
  -moz-box-shadow: rgb(0 0 0 / 17%) -2px 8px 29px 0px;
}

/* Bootstrap */

#services_s .accordion-header {
  margin: 0;
}

#services_s .accordion-button:not(.collapsed) {
  background-color: rgb(0 0 0 / 25%);
  box-shadow: inherit;
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#services_s .accordion-button {
  font-family: "Inter", sans-serif;
  border-radius: 0;
  padding: 0.8rem 1.25rem;
  font-weight: 600;
  color: #686868;
  background-color: transparent;
}

#services_s .accordion-button:hover {
  background-color: rgb(0 0 0 / 25%);
}

.accordion-button:focus {
  border-color: white !important;
  box-shadow: 0 0 0 0.25rem rgb(13 113 253 / 0%) !important;
}

.accordion-button:not(.collapsed):focus {
  z-index: 3;
  background-color: rgb(0 0 0 / 30%) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25remrgba (13, 110, 253, 0.25);
}

#services_s .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  color: #e73393;
  content: "\F4FE";
  font-family: bootstrap-icons;
  background-image: inherit;
  transition: transform 0.2s ease-in-out;
  font-size: 21px;
  height: inherit;
}

#services_s .accordion-button:not(.collapsed)::after {
  content: "\F2EA";
  background-image: inherit;
}

#services_s .accordion-item {
  border: none;
  border-radius: 0;
}

#services_s .zoomButton.next:disabled,
#services_s .zoomButton.prev:disabled {
  background-color: grey;
}

/* New Verticals */
.container-acordions {
  position: relative;
}

.acordion-hover {
  position: relative;
}

.box-acordion {
  position: relative;
  z-index: 1;
}

.box-acordion:nth-child(1) {
  --hue: 223;
  --saturation: 54%;
  --lightness: 35%;
}

.box-acordion:nth-child(2) {
  --hue: 328;
  --saturation: 140%;
  --lightness: 75%;
}

.box-acordion:nth-child(3) {
  --hue: 55;
  --saturation: 100%;
  --lightness: 85%;
}

#bg-acordions .box-acordion {
  background-color: white;
  min-height: 76vh;
  margin-top: 15vh;
}

.div-top {
  position: relative;
  z-index: 3;
}

.overlay {
  position: absolute;
  display: flex;
  inset: 0;
  pointer-events: none;
  user-select: none;
  opacity: var(--opacity, 0);
  -webkit-mask: radial-gradient(25rem 25rem at var(--x) var(--y),
      #000 1%,
      transparent 50%);
  mask: radial-gradient(25rem 25rem at var(--x) var(--y),
      #000 1%,
      transparent 50%);
  transition: 400ms mask ease;
  will-change: mask;
  z-index: 2;
}

.overlay .box-acordion {
  background-color: hsl(var(--hue),
      var(--saturation),
      var(--lightness)) !important;
  border: 2px solid;
  border-color: hsl(var(--hue), var(--saturation), var(--lightness));
  box-shadow: 0 0 0 1px inset hsl(var(--hue), var(--saturation), calc(var(--lightness) - 10%));
}

:not(.overlay)>.box-acordion {
  transition: 400ms background ease;
  will-change: background;
}

:not(.overlay)>.box-acordion:hover {
  --lightness: 95%;
  background: hsla(var(--hsl), 0.1);
}

/* --------------- Section Services Mobile  ---------------- */

#services_mobile {
  width: 100%;
  /* height: 100vh; */
  background-image: url("../assets/bg.webp");
}

#services_mobile .contenedor-general {
  width: 90%;
  /* height: 100vh; */
  margin: 0 auto;
}

#services_mobile #acordion-1,
#services_mobile #acordion-2,
#services_mobile #acordion-3 {
  height: 100%;
  margin-top: 5vh;
  margin-bottom: 0vh;
  display: flex;
  /* justify-content: center;
    align-items: center; */
  position: relative;
  z-index: 5;
}

#services_mobile .box-acordion {
  width: 100%;
  /* height: 75vh; */
  min-height: 75vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* overflow: scroll; */
}

#services_mobile .accordion-item {
  position: relative;
  border: none;
  background-color: inherit;
}

/* Top */
#services_mobile .div-top {
  width: 85%;
  margin-top: 10%;
  /* height: 40%; */
  /* background-color: aquamarine; */
}

#services_mobile .container-texts-top {
  margin: 0 auto;
  /* background-color: coral; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  line-height: 3.1em;
}

#services_mobile .div-top p {
  margin-bottom: 0;
  /* background-color: deeppink; */
  line-height: 1.1em;
}

#services_mobile .div-top p.number {
  font-size: calc(3rem + 3.4vw);
  font-family: "Anton", sans-serif;
  color: rgba(30, 51, 97, 0.2);
  /* opacity: 0.2; */
}

#services_mobile .box-acordion:hover p.number {
  /* color: #E73393 !important; */
  /* opacity: 1 !important; */
}

#services_mobile #acordion-2 .box-acordion:hover p.number {
  /* color: #FFFFFF !important; */
}

#services_mobile .first-line mark {
  padding: 0.3rem;
  background-color: inherit;
  color: white;
}

#services_mobile .box-acordion .first-line mark {
  background-color: transparent;
  /* background-image: linear-gradient(#E73393, #E73393); */
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 100% clamp(1.2rem, 1rem, 1rem);
  text-decoration: none;
  padding: 0.3rem;
  color: #1e3264;
}

#services_mobile .second-line mark {
  padding: 0.3rem;
  background-color: inherit;
  color: white;
}

#services_mobile .box-acordion .second-line mark {
  background-color: transparent;
  /* background-image: linear-gradient(#E73393, #E73393); */
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 100% clamp(1.2rem, 1rem, 1rem);
  text-decoration: none;
  padding: 0.3rem;
  color: #1e3264;
}

#services_mobile .box-acordion:hover .first-line mark {
  /* background-image: linear-gradient(#E73393, #E73393) !important; */
}

#services_mobile .box-acordion:hover .second-line mark {
  /* background-image: linear-gradient(#E73393, #E73393) !important; */
}

#services_mobile .div-top p.first-line {
  font-size: 3.4em;
  font-size: calc(2rem + 3.5vw);
  line-height: 1;
  line-height: calc(2rem + 3.5vw);
  font-family: "Anton", sans-serif;
  color: #1e3361;
}

#services_mobile .div-top p.second-line {
  font-size: 3.4em;
  font-size: calc(2rem + 3.5vw);
  line-height: 1;
  line-height: calc(2rem + 3.5vw);
  font-family: "Anton", sans-serif;
  color: #1e3361;
}

/* Bottom */
#services_mobile .div-bottom {
  width: 100%;
  /* height: 60%; */
  /* background-color: crimson; */
}

#services_mobile .line-acordion {
  width: 85%;
  height: 1px;
  background-color: rgb(255 255 255 / 20%);
  margin: 0 auto;
}

#services_mobile .accordion-body p {
  font-size: 0.8rem;
  color: #1e3361;
}

#services_mobile .accordion-body {
  padding: 0rem 1.25rem 0.2rem 1.25rem;
}

/* Img Mobile */
.image-acordion-mobile {
  width: 100%;
  height: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}

#mobile-img-brand-identity {
  background-image: url("../assets/services_s/imgs/brand-identity.png");
}

#mobile-img-strategic-brand {
  background-image: url("../assets/services_s/imgs/strategic-brand.png");
}

#mobile-img-multi-channel {
  background-image: url("../assets/services_s/imgs/multi-channel.png");
}

#mobile-img-portfolio-campaigns {
  background-image: url("../assets/services_s/imgs/portfolio-campaigns.png");
}

#mobile-img-video-content {
  background-image: url("../assets/services_s/imgs/video-content.png");
}

#mobile-img-launch {
  background-image: url("../assets/services_s/imgs/launch.png");
}

#mobile-img-congress-booth {
  background-image: url("../assets/services_s/imgs/congress-booth.png");
}

#mobile-img-internal-audience {
  background-image: url("../assets/services_s/imgs/internal-audience.png");
}

#mobile-img-event-creative-production {
  background-image: url("../assets/services_s/imgs/event-creative-production.png");
}

#mobile-img-live-hybrid {
  background-image: url("../assets/services_s/imgs/live-hybrid.png");
}

#mobile-img-patient-simulation {
  background-image: url("../assets/services_s/imgs/patient-simulation.png");
}

#mobile-img-scientific-disease-education {
  background-image: url("../assets/services_s/imgs/scientific-disease-education.png");
}

#mobile-img-peer-to-peer {
  background-image: url("../assets/services_s/imgs/peer-to-peer.png");
}

#mobile-img-patient-hcp-journey {
  background-image: url("../assets/services_s/imgs/patient-hcp-journey.png");
}

#mobile-img-custom-learning-solutions {
  background-image: url("../assets/services_s/imgs/custom-learning-solutions.png");
}

/* Bootstrap */
#services_mobile .accordion-button:not(.collapsed) {
  color: #101b34;
  background-color: rgb(0 0 0 / 30%);
  box-shadow: inherit;
}

#services_mobile .accordion-button {
  border-radius: 7px;
  margin: 0rem;
  padding: 1rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e3264;
  background-color: inherit;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

/* #services_mobile .accordion-item:first-of-type .accordion-button {
    background-color: inherit;
} */
#services_mobile .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  color: #e73393;
  content: "\F4FE";
  font-family: bootstrap-icons;
  background-image: inherit;
  transition: transform 0.2s ease-in-out;
  font-size: 21px;
  height: inherit;
}

.accordion-button.after-color-0::after {
  color: #e73393 !important;
}

.accordion-button.after-color-1::after {
  color: #1e3264 !important;
}

.accordion-button.after-color-2::after {
  color: #e73393 !important;
}

#services_mobile .accordion-button:not(.collapsed)::after {
  content: "\F2EA";
  background-image: inherit;
}

/* --------------- Section We cant wait ---------------- */

#we-cant-wait {
  position: relative;
  background-image: url("../assets/section-we-cant-wait/we-cant-wait-bg.webp");
  background-size: cover;
  background-color: #152851;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  background-position: center;
}

#we-cant-wait .container {
  position: relative;
  z-index: 2;
}

#we-cant-wait .wecant-section {
  width: 100%;
  height: 100vh;
}

#we-cant-wait .wecant-section .row {
  width: 100vw;
}

#we-cant-wait .wecant-title1 {
  width: 90%;
  max-width: 44.5rem;
}

#we-cant-wait .wecant-title2 {
  width: 100%;
  max-width: 47rem;
}

#we-cant-wait .wecant-subtitle {
  width: 100%;
  max-width: 20rem;
}

#we-cant-wait .paragraph {
  margin-top: 3rem;
}

/* Button */
#button-we-cant-wait-mobile {
  width: 120px;
  height: 120px;
  background-color: #ff6c8a;
  border-radius: 50%;
  position: absolute;
  /* pointer-events: none; */
  transform-origin: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../assets/section_1/arrow.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-x: center;
  background-position-y: 75%;
  font-family: "Anton", sans-serif;
  bottom: -2%;
  padding: 2rem;
  right: -10%;
  opacity: 1;
  font-weight: normal;
}

#button-we-cant-wait-mobile::before {
  content: "CONTACT US";
  font-size: 16px;
  color: white;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 28%;
}

#we-cant-wait .svg-animate {
  width: 10%;
  position: absolute;
  bottom: -5%;
  right: 5%;
}

/* --------------- Section   Instagram Wall  ---------------- */

#insta-wall.cont {
  height: 100vh;
  position: relative;
  background-image: url("../assets/bg.webp");
  z-index: 90;
  /* overflow-x: hidden; */
  display: flex;
  justify-content: center;
  /* align-items: center;  */
  padding: 0 !important;
}

:root {
  --marquee-width: 100vw;
  --marquee-height: 20vh;
  /* --marquee-elements: 11; */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marque-animation-duration: calc(var(--marquee-elements) * 3s);
}

#insta-wall .marquee {
  width: var(--marquee-width);
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#insta-wall .marquee h3 {
  font-family: "Anton", sans-serif;
  font-size: 2.2rem;
}

#insta-wall .marquee i {
  color: #e73393;
  padding-left: 15px;
}

#insta-wall .marquee h3:hover {
  color: #e73393;
}

#insta-wall .marquee:before,
#insta-wall .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

/* #insta-wall .marquee:before{
    left: 0;
    background: linear-gradient(to right, rgb(190, 190, 190) 0%, transparent 100%);
}

#insta-wall .marquee:after{
    right: 0;
    background: linear-gradient(to left, rgb(190, 190, 190) 0%, transparent 100%);
} */

#insta-wall .marquee-content {
  list-style: none;
  height: 40vh;
  display: flex;
  animation: scrolling var(--marque-animation-duration) linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(0vw);
  }

  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}

#insta-wall .marquee-content:hover {
  animation-play-state: paused;
}

#insta-wall .marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--marquee-element-width);
  flex-shrink: 0;
  font-size: 5rem;
  white-space: nowrap;
}

#insta-wall .marquee-content li img {
  height: 20vw;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 1rem;
}

#insta-wall #second-img-container {
  animation-direction: reverse;
  right: 0;
}

#insta-wall .yama-insta-container {
  width: 12%;
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 1;
}

#insta-wall .yama-insta-container img {
  width: 100%;
  position: absolute;
  bottom: 7%;
  right: 2%;
  z-index: 0;
}

/* PRIVACY */
section#privacy {
  margin-top: calc(120px + 1rem);
  margin-bottom: calc(120px + 1rem);
  color: #101b34;
}

section#privacy h1 {
  font-size: 2.5em;
  line-height: 3.2rem;
}

section#privacy ul li::marker,
section#privacy ol li::marker {
  color: #e73393;
}

/* --------------- Footer  ---------------- */

#footer {
  width: 100%;
  background: #122045;
}

#footer .footer {
  font-family: "Inter", sans-serif;
  background-image: url("../assets/footer/footer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height: 80vh;
  background-position: center;
}

#footer .footer-email {
  font-weight: bold;
  line-height: 45px;
  font-size: 1.7rem;
  font-family: "Inter", sans-serif;
}

#footer .footer #first {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 90%;
}

#footer .footer-arrow {
  position: relative;
  /* display: block; */
  width: 15px;
  height: 15px;
  bottom: -15px;
  left: 10px;
}

#footer .social {
  display: flex;
  align-items: center;
}

#footer #logo-in {
  width: 3rem;
  max-width: 83px;
}

#footer #logo-ig {
  width: 3rem;
  max-width: 86px;
  padding-top: 4px;
}

#footer #logo-sm-in {
  width: 15px;
  height: 15px;
}

#footer #logo-sm-ig {
  width: 100%;
  max-width: 20px;
}

#footer hr#separator {
  width: 100%;
  margin: 1rem 0;
  color: #ffffff;
  border: 1px;
  opacity: 0.15;
}

#footer #address {
  width: 90%;
}

#footer .address {
  display: flex;
  justify-content: space-between;
}

#footer .address ul {
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
}

#footer .address li {
  margin-top: 0;
}

#footer .address .city {
  font-weight: 600;
  color: #a1a1a1;
}

#footer .address .state {
  color: #ff6c8a;
  font-weight: 400;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

#footer .address .address-title {
  text-transform: uppercase;
  font-weight: 400;
  color: #a1a1a1;
  letter-spacing: 1px;
}

.footer a:hover {
  color: #ffffff;
}

.footer .address a:hover {
  color: #ff6c8a !important;
}

.footer .footer-email a:hover {
  color: #ff6c8a !important;
}

/* .nmsdc img:hover, img#logo-in:hover, img#logo-ig:hover{
    filter: invert(60%) sepia(95%) saturate(1675%) hue-rotate(315deg) brightness(90%) contrast(96%);
} */
#footer a.logo {
  padding-left: 2rem;
  padding-right: 2rem;
}

#footer .logo img {
  display: block;
  max-width: 60px;
  /* width: 100%; */
}

#footer .cross-pink {
  margin-left: 0.4rem;
}

#footer .yama-footer {
  width: 78px;
  height: 143px;
  margin: 0rem 1rem;
}

#footer #game {
  width: 90%;
}

#copyright .copyright {
  width: 100%;
  height: 35px;
  font-size: 10px;
  color: #122045;
  display: flex;
  align-items: center;
}

#copyright .copyright p {
  margin: 0;
  font-size: 10px;
  color: #122045;
}

#copyright .footer-go-up {
  /* display: none; */
  position: absolute;
  bottom: 2vh;
  right: 0;
}

@media (max-width: 992px) {
  #texts-animate.cont {
    height: 45vh;
    padding-bottom: 6rem;
  }

  #services_mobile .first-line mark {
    background-position: center 75%;
    background-size: 100% clamp(1rem, 1rem, 1rem);
    padding: 0.3rem;
  }

  #services_mobile .second-line mark {
    background-position: center 75%;
    background-size: 100% clamp(1rem, 1rem, 1rem);
    padding: 0.3rem;
  }

  #services_mobile #acordion-1 {
    margin-top: -15%;
  }

  #services_mobile #acordion-3 {
    margin-bottom: -12%;
    z-index: 10;
  }

  #footer .address .state {
    font-size: 15px;
  }

  #footer .address ul {
    font-size: 15px;
  }

  .square-floating {
    height: 22rem;
  }

  #we-cant-wait .paragraph {
    margin-top: 1.5rem;
  }

  #insta-wall .yama-insta-container {
    width: 53%;
    bottom: 32px;
    left: 8px;
    z-index: 1;
  }

  #insta-wall .marquee-content li img {
    padding: 0rem 1rem;
  }
}

/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
  #insta-wall .marquee-content {
    height: 35vh;
  }

  .container-web {
    background-size: 400%;
    background-position: center;
  }

  #insta-wall .marquee-content li img {
    width: 70vw;
    height: 70vw;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0vw);
    }

    100% {
      transform: translateX(calc(-1 * calc(var(--marquee-width) / 1.5) * var(--marquee-elements)));
    }
  }

  #insta-wall .marquee-content li {
    width: calc(var(--marquee-width) / 1.5);
  }
}

/* Small screen devices (600px and above) */
@media only screen and (max-width: 767px) {
  #section_1 header #video {
    transform: translate(-50%);
  }

  #section_1 .row.rowSection1.rowDiv1 {
    padding-top: 7rem;
  }

  #section_1 .subheader {
    width: 85%;
  }

  #section_1 .rowDiv2 {
    top: 15%;
  }

  #section_1 .headline-2 {
    width: 64%;
  }

  #section_1 #two-title-1 {
    width: 72%;
  }

  #section_1 #two-title-2 {
    width: 90%;
  }

  #section_1 #two-title-3 {
    width: 85%;
  }

  #Menu .brand-logo img {
    margin-left: -13px;
  }

  #Menu .menu-toggle {
    margin-right: -13px;
  }

  .cursor,
  #mcursor {
    display: none !important;
  }

  #carouselTestimonials .carousel-item {
    height: 55vh;
  }

  #footer .footer-email {
    font-size: 1rem;
  }

  #what-we-do {
    height: 46vh;
  }

  #what-we-do .img {
    width: 85%;
    top: 30%;
    padding-top: 65%;
  }

  #what-we-do .square-floating p {
    font-size: 1em;
    line-height: 1.5em;
  }

  #we-cant-wait .wecant-subtitle {
    max-width: 16rem;
  }

  #footer .address ul {
    width: fit-content;
    font-size: 12px;
  }

  .square-floating {
    height: 16rem;
  }

  #graphica .desc-text {
    font-size: 0.8rem;
  }

  #insta-wall .marquee h3 {
    font-size: 1.2rem;
  }
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
  #insta-wall .marquee-content {
    height: 35vh;
    min-height: 340px;
  }

  #simone-mobile {
    display: none !important;
  }

  #simone,
  #yama-color {
    display: block !important;
  }

  #graphica-mobile .card-graph {
    width: 24rem;
    height: 27rem;
  }

  #graphica-mobile .img-graph-mobile {
    height: 35%;
    bottom: 8%;
  }

  #services_mobile .accordion-button {
    padding: 1.5rem 3.5rem;
    font-size: 1.2rem;
  }

  #services_mobile .div-top p.number {
    font-size: calc(3rem + 7.4vw);
  }

  #services_mobile .accordion-body {
    padding: 1rem 3.5rem;
  }

  #services_mobile .image-acordion-mobile {
    height: 20rem;
  }
}

@media only screen and (min-width: 992px) {
  #section_1 .first {
    display: flex;
    align-items: center;
  }

  #we-cant-wait {
    background-size: 125% auto;
  }

  #carouselTestimonials {
    padding-left: 4rem;
  }

  .our-partners {
    height: 95vh;
  }

  .our-partners .carousel-label {
    font-size: 0.8rem;
    padding-left: 4.2rem;
  }

  #footer .address .state {
    font-size: 1rem;
  }

  #footer .address ul {
    font-size: 0.75rem;
  }
}

/* Big screen devices (889px ¡¡¡¡¡¡¡ and above) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #section_1 .fixed-bottom {
    /* width: 80% !important; */
    bottom: 4rem !important;
  }

  #section_1 .fixed-bottom div {
    font-size: 13px !important;
  }

  #Menu .hand {
    scale: 0.5;
    right: -185px;
    bottom: -135px;
  }

  #insta-wall .marquee-content li img {
    width: 40vw;
    height: 40vw;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0vw);
    }

    100% {
      transform: translateX(calc(-1 * calc(var(--marquee-width) / 2.5) * var(--marquee-elements)));
    }
  }

  #insta-wall .marquee-content li {
    width: calc(var(--marquee-width) / 2.5);
  }
}

@media (min-width: 1900px) {
  #section_1 .containerVideo #videoHome {
    width: 100vw;
  }

  #section_1 #one-title-1 {
    max-width: 35rem;
  }

  #section_1 #one-title-2 {
    max-width: 37.5rem;
  }

  #section_1 #one-title-3 {
    max-width: 29rem;
  }

  #section_1 #one-title-4 {
    max-width: 31.5rem;
  }

  #section_1 .headline-2 {
    max-width: 30rem;
  }

  #section_1 #two-title-1 {
    max-width: 67rem;
  }

  #section_1 #two-title-2 {
    max-width: 58rem;
  }

  #section_1 #two-title-3 {
    max-width: 40rem;
  }

  #carousel .carousel-quote h2 {
    font-size: calc(1.5rem + 2.8vw);
    line-height: calc(1.5rem + 2.8vw);
  }

  .square-floating {
    width: 44%;
    height: 20rem;
    padding: 0rem 3rem;
  }

  .square-floating p {
    line-height: 1.6em;
  }

  .square-floating .crosses {
    margin-top: 0.8rem;
  }

  #services_s #services .box-acordion {
    min-height: 69vh;
  }

  #services_s #services .div-top {
    margin-top: 8%;
  }

  #services_s .accordion-button {
    padding: 0.8rem 1.25rem;
  }

  #insta-wall .marquee-content li img {
    height: 18vw;
    padding: 1rem 0rem;
  }

  #graphica .init-title img {
    width: 100%;
    max-width: 32rem;
  }
}

@media (orientation: landscape) {
  .landscape {
    display: block !important;
  }

  .portrait {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .landscape {
    display: none !important;
  }

  .portrait {
    display: block !important;
  }
}

@media all and (min-device-width: 768px) and (min-device-height: 1024px) and (orientation: portrait) {
  #simone {
    display: none !important;
  }

  #simone-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 576px) {
  #graphica-mobile .desc-title {
    font-size: 1.5rem;
  }

  #graphica-mobile .desc-title-p {
    margin-bottom: 0.5rem;
  }

  #graphica-mobile .chart1-desc {
    margin: 0.5rem 0rem;
  }
}