* {
  box-sizing: border-box; }
  *::selection {
    background: #ccc;
    color: #1a1a1a; }

body {
  font-size: 16px;
  line-height: 23px;
  overflow-x: hidden;
  color: #1a1a1a;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #1a1a1a; }
  

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

html, body {
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    html, body {
      overflow-x: initial; } }

/*------------------------------------base------------------------------------- */
.negro {
  color: #1a1a1a; }

.bg-negro {
  background: #1a1a1a; }

.blanco {
  color: #fff; }

.bg-blanco {
  background: #fff; }

.amarillo {
  color: #ffd040; }

.gris {
  color: #2d2a2b; }

.grisc {
  color: #373435; }

.claro {
  color: #f6f6f6; }

.bg-amarillo {
  background: #ffd040; }

.bg-gris {
  background: #2d2a2b; }

.bg-grisc {
  background: #373435; }

.bg-claro {
  background: #f6f6f6; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 150%; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 150%; }

.titulo, .bold {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

.f14 {
  font-size: 14px; }

.f12 {
  font-size: 12px; }

.f16 {
  font-size: 16px; }

@media (min-width: 1600px) {
  .container {
    max-width: 1520px; } }

.boton {
  border-radius: 0px;
  padding: 10px 30px;
  display: inline-block;
  transition: all 0.3s ease; }
  .boton--uno {
    background: #ffd040;
    font-weight: 600;
    font-size: 14px; }
    .boton--uno:hover {
      background: #1a1a1a;
      color: #ffd040; }
  .boton--dos {
    background: #1a1a1a;
    color: #ffd040;
    font-weight: 600;
    font-size: 14px; }
    .boton--dos:hover {
      background: #ffd040;
      color: #1a1a1a; }

/*------------------------------------fin base------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.navbar {
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease; }
  .navbar .nav-item a {
    font-size: 14px;
    color: #fff; }
  .navbar-brand img {
    width: 130px; }
  .navbar.fijo {
    background: rgba(45, 42, 43, 0.9);
    backdrop-filter: blur(10px); }

.slide-google .carousel-indicators {
  z-index: 3;
  right: 0;
  bottom: -80px;
  left: 0;
  margin-right: 7%;
  margin-bottom: 3rem;
  margin-left: 7%;
  width: auto;
  justify-content: center; }
  .slide-google .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 80px; }
    .slide-google .carousel-indicators button.active {
      background: #ffd040;
      opacity: 1; }
.slide-google .carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #ccc;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease; }

.slide-home .cap {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 10%;
  left: 5%; }
.slide-home .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5); }
.slide-home .simg {
  position: relative;
  z-index: 1; }
.slide-home .carousel-indicators {
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 0;
  margin-bottom: 1.8rem;
  margin-left: 7%;
  width: 160px;
  justify-content: start; }
  @media (min-width: 1024px) {
    .slide-home .carousel-indicators {
      margin-bottom: 3rem; } }
  .slide-home .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 80px; }
    .slide-home .carousel-indicators button.active {
      background: #ffd040;
      opacity: 1; }
.slide-home .carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #fff;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease; }

.whats {
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10; }

@media (max-width: 767px) {
  .slide-dos .carousel-inner .carousel-item > div {
    display: none; }

  .slide-dos .carousel-inner .carousel-item > div:first-child {
    display: block; } }
.slide-dos .carousel-inner .carousel-item.active,
.slide-dos .carousel-inner .carousel-item-next,
.slide-dos .carousel-inner .carousel-item-prev {
  display: flex; }

@media (min-width: 768px) {
  .slide-dos .carousel-inner .carousel-item-end.active,
  .slide-dos .carousel-inner .carousel-item-next {
    transform: translateX(25%); }

  .slide-dos .carousel-inner .carousel-item-start.active,
  .slide-dos .carousel-inner .carousel-item-prev {
    transform: translateX(-25%); } }
.slide-dos .carousel-inner .carousel-item-end,
.slide-dos .carousel-inner .carousel-item-start {
  transform: translateX(0); }

.terminadas--wrap {
  position: relative;
  color: #fff; }

.terminadas--img {
  position: relative;
  border-bottom: 6px solid #ffd040; }
  .terminadas--img .terminadas--img__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5); }
  .terminadas--img img {
    position: relative;
    z-index: 1; }

.terminadas--titulo {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px; }

.terminadas--lugar {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 30px; }

.terminadas--play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center; }
  .terminadas--play a {
    width: 100%;
    display: flex;
    justify-content: center; }
    .terminadas--play a img {
      transition: all 0.3s ease; }
    .terminadas--play a:hover img {
      transform: scale(1.1); }

.banner {
  position: relative;
  display: flex;
  align-items: center; }
  .banner--text {
    position: absolute;
    z-index: 3; }
  .banner--over {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a7647;
    background: linear-gradient(45deg, #2d2a2b 0%, rgba(45, 42, 43, 0) 100%); }

.ancla {
  position: absolute;
  top: -100px;
  width: 1px;
  height: 1px;
  left: 0; }

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative; }

.marquee-content {
  display: flex;
  animation: marquee 10s linear infinite; }
@media( min-width: 1024px) {
  .marquee-content {
    animation: marquee 20s linear infinite; } }
.marquee-content-2 {
  display: flex;
  animation: marquee2 10s linear infinite; }
@media( min-width: 1024px) {
  .marquee-content-2 {
    animation: marquee2 20s linear infinite; } }
.marquee-content img {
  filter: grayscale(1);
  width: 250px;
  height: auto;
  margin-right: 10px; }
  
  .marquee-content-2 img {
  filter: grayscale(1);
  width: 250px;
  height: auto;
  margin-right: 10px; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@keyframes marquee2 {
  0% {
    transform: translateX(-50%); }
  100% {
    transform: translateX(0%); } }
.google {
  position: relative; }
  .google--caption {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px; }

.lado {
  height: 100%;
  width: 3px;
  border-left: 2px dotted #2d2a2b; }

.cuadro {
  position: relative; }
  .cuadro--nombre {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 20px;
    left: 20px; }
  .cuadro--over {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #2d2a2b 0%, rgba(45, 42, 43, 0) 100%); }

.bg {
  background: #373435;
  background: linear-gradient(0deg, #373435 0%, #373435 50%, white 50%, white 100%); }

.test--text p {
  color: #ccc; }

.test--img {
  border-bottom: 5px solid #ffd040; }

.contacto span {
  color: #979797;
  display: block; }

footer .footer--link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 1024px) {
    footer .footer--link {
      flex-direction: row; } }
  footer .footer--link a {
    color: #4b4b4b;
    padding: 0 40px;
    transition: all 0.3s ease; }
    footer .footer--link a:hover {
      color: #ffd040; }

/*# sourceMappingURL=estilos.css.map */
