@charset "UTF-8";
body {
  font-family: "Quattrocento Sans" !important;
  padding: 0 !important;
}

nav .navbar-logo {
  background-color: #1a425b;
  color: white;
}
nav .navbar-links {
  background-color: #dfe6ee;
  border-bottom: 8px solid #b16e9f;
}
nav .navbar-links a {
  color: #7d6879;
  text-decoration: unset;
  font-weight: 500;
}
nav .navbar-toggler {
  border: none;
}
nav .navbar-collapse {
  background-color: #dfe6ee;
  padding: 1rem 2.5rem;
  border-bottom: 8px solid #b16e9f;
}
nav .navbar-collapse a {
  color: #7d6879;
  text-decoration: unset;
  font-weight: 500;
}
nav .items-menu {
  justify-content: space-around;
  align-items: center;
  padding: 0 2rem;
}
nav .brand2 {
  display: none;
}
@media screen and (min-width: 640px) {
  nav.nav-up .brand2 {
    display: block;
  }
  nav.nav-up .brand {
    display: none;
  }
  nav.nav-up .navbar-logo {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.h1 {
  font-size: 2.625rem;
}

#who-we-are {
  position: relative;
}
#who-we-are .h1 {
  font-size: 2.8rem;
}
#who-we-are .flecha {
  position: absolute;
  bottom: 10px;
  z-index: 100;
  left: calc(50% + 20px);
}
@media screen and (max-width: 640px) {
  #who-we-are .flecha {
    display: none;
  }
}
#who-we-are figure {
  margin: 0;
  background: rgb(34, 106, 51);
  background: linear-gradient(0deg, rgb(26, 66, 91) 31%, rgb(18, 26, 48) 100%);
}
@media screen and (max-width: 640px) {
  #who-we-are figure img {
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  #who-we-are figure img.first-child {
    aspect-ratio: 1/1.75;
  }
}
@media screen and (max-width: 330px) {
  #who-we-are figure img {
    height: auto;
    aspect-ratio: 1/1.25;
  }
  #who-we-are figure img.first-child {
    aspect-ratio: 1/2.5;
  }
}
@media screen and (min-width: 640px) {
  #who-we-are .shows {
    max-height: calc(100vh - 220px);
  }
}
@media screen and (max-width: 640px) {
  #who-we-are .shows {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 330px) {
  #who-we-are .shows {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
#who-we-are .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
#who-we-are .container .text-card {
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: 1px solid #b16e9f;
  background-color: rgba(22, 53, 72, 0.8);
}
@media screen and (max-width: 640px) {
  #who-we-are .container .text-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 45vw;
    margin: auto 0 1rem 0;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  #who-we-are .container .text-card.first-child {
    height: 125vw;
  }
}
@media screen and (max-width: 330px) {
  #who-we-are .container .text-card {
    height: 70vw;
  }
  #who-we-are .container .text-card.first-child {
    height: 220vw;
  }
}
#who-we-are .container .text-card h3 {
  font-family: "Caladea";
}
@media screen and (max-width: 1200px) {
  #who-we-are .container .text-card h3 {
    font-size: 1.5rem;
  }
}
#who-we-are .container .text-card p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #who-we-are .container .text-card p {
    font-size: 0.85rem;
  }
}
#who-we-are .container .text-card.left, #who-we-are .container .text-card.right {
  left: 0;
  right: 0;
}
@media screen and (min-width: 640px) {
  #who-we-are .container .text-card.left {
    right: unset;
  }
}
@media screen and (min-width: 640px) {
  #who-we-are .container .text-card.right {
    left: unset;
  }
}

#founder {
  height: 600px;
  width: 100%;
}
#founder .dummy {
  margin-top: 100px;
  max-height: 500px;
  width: 100%;
  background-image: url(/assets/imgs/bg_parallax.webp);
  background-attachment: fixed;
  background-position-y: bottom;
  background-size: 100%;
}
@media screen and (max-width: 640px) {
  #founder .dummy {
    background-attachment: inherit;
  }
}
#founder .text-card {
  font-family: "Caladea";
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 80%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: 1px solid #b16e9f;
  background-color: rgba(22, 53, 72, 0.8);
}
@media screen and (max-width: 768px) {
  #founder .text-card {
    max-width: 100%;
    position: relative;
  }
}
#founder .text-card.left {
  left: 0;
}
#founder .text-card.right {
  right: 0;
}
#founder .text-card p {
  font-family: "Quattrocento Sans";
  margin-bottom: 0;
}
#founder img {
  height: 100%;
  max-height: 600px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  #founder {
    margin-top: 0;
    height: auto;
  }
  #founder .dummy {
    background-size: cover;
    height: auto;
    margin-top: 0px;
    max-height: unset;
  }
  #founder .d-flex.position-relative {
    align-items: end;
  }
  #founder img {
    height: 100%;
    max-height: auto;
    margin-top: 0;
  }
}

.dummy {
  background-color: #dfe6ee;
}

#animate-percents {
  background-color: #dfe6ee;
  padding-bottom: 5rem !important;
}
#animate-percents .animate-card {
  border-bottom: 2px solid #b16e9f;
}
#animate-percents .animate-card h5 {
  font-weight: 400;
  color: #1a425b;
}
#animate-percents .animate-card h4.upper {
  color: #7d6879;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#animate-percents .animate-card .chart {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#animate-percents .animate-card .chart p {
  font-family: "Caladea";
  color: #1a425b;
  font-weight: 600;
  font-size: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
#animate-percents .animate-card .chart p span {
  font-size: 1.5rem;
}

#services {
  background-color: #dfe6ee;
}
#services h3 {
  font-family: "Caladea";
  color: #7d6879;
}
#services .paragraph {
  font-family: "Quattrocento Sans";
  font-size: 1.1rem;
  color: #1a425b;
}
#services .includes {
  text-transform: uppercase;
  font-family: "Caladea";
  font-size: 1.2rem;
  color: #7d6879;
}
#services .d-grid {
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr;
  color: #b16e9f;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  #services .d-grid {
    grid-template-columns: 1fr;
  }
}
#services .d-grid .btn-group .dropdown-menu {
  background-color: #7d6879;
}
#services .d-grid .btn-group .dropdown-menu .dropdown-item {
  color: white;
  max-width: 80vw;
}
#services .d-grid .btn-group .dropdown-menu .dropdown-item:hover {
  color: #7d6879;
}
#services .d-grid .btn-group .dropdown-toggle {
  font-size: 1.25rem;
}
#services .d-grid .btn-group .dropdown-toggle::after, #services .d-grid .btn-group .dropdown-toggle::before {
  display: none;
}
#services .d-grid .col {
  padding: 1rem 0;
  align-items: center;
}
#services .d-grid .col .col-10 {
  height: -moz-fit-content;
  height: fit-content;
}

#cases {
  background-color: #183040;
}
#cases h3 {
  font-family: "Caladea";
  color: white;
}
#cases .d-grid {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  color: white;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  #cases .d-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#cases .d-grid .col {
  border: 1px solid #b16e9f;
  padding: 1rem;
  cursor: pointer;
}
#cases .d-grid .col img {
  filter: grayscale(100%);
  transition: transform 1.2s ease, filter 1.2s ease; /* Transición suave para los efectos */
}
#cases .d-grid .col:hover img {
  filter: grayscale(0%); /* Elimina la escala de grises */
  transform: scale(1.25); /* Aplica un zoom del 125% */
}
#cases .d-grid .col:hover .case.position-absolute h4 {
  margin-top: -150%;
}
#cases .d-grid .col:hover .play.position-absolute {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 7px -22px rgb(255, 255, 255);
  width: 100px;
  height: 100px;
}
#cases .d-grid .col .play.position-absolute {
  transition: width 2s ease, height 2s ease, box-shadow 3s ease; /* Transición suave para los efectos */
  box-shadow: 0px 0px 7px 8px rgb(255, 255, 255);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  margin: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cases .d-grid .col .case.position-absolute {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cases .d-grid .col .case.position-absolute h4 {
  transition: all 1.5s ease; /* Transición suave para los efectos */
  font-family: "Caladea";
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 1rem;
  background-color: rgba(177, 110, 159, 0.5);
  font-size: 2rem;
}
#cases .d-grid .col .col-10 {
  align-items: center;
  display: flex;
}

#resources {
  background-color: #7d6879;
  color: white;
}
#resources h3 {
  font-family: "Caladea";
}
@media (min-width: 768px) {
  #resources .border-md-end {
    border-right: 1px solid #acb9c1 !important;
  }
}
@media (min-width: 992) {
  #resources .border-lg-end {
    border-right: 1px solid #acb9c1 !important;
  }
}
#resources img.img-news {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.2rem;
}
#resources a {
  margin-left: 0.5rem;
  color: white;
  font-size: 1.1rem;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Caladea";
}
#resources h4 {
  font-size: 1.25rem;
  font-family: "Caladea";
}

#experts {
  background-color: #183040;
}
#experts h3 {
  font-family: "Caladea";
  color: white;
}
#experts .d-grid {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  color: white;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  #experts .d-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
#experts .expertquotes {
  --swiper-pagination-color: white;
  overflow: hidden;
}

#video .modal-content {
  background-color: rgba(22, 53, 72, 0.8);
}
#video .modal-content iframe {
  width: 100%;
}

.footer-section {
  background-color: #1a425b;
}
.footer-section a {
  max-width: 40px;
}
.footer-section div.contact {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
}
.footer-section div.contact a {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .footer-section div.contact {
    font-size: 1rem;
  }
  .footer-section div.contact a {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */