/* Tooplate 2117 Infinite Loop https://www.tooplate.com/view/2117-infinite-loop */
@font-face {
  font-family: "Manrope";
  src: url("/assent/font/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Manrope";
  src: url("/assent/font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Manrope";
  src: url("/assent/font/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.loaded{
  visibility: visible;
}
html,
body {
  overflow-y: scroll;
  overflow-x: hidden;
    margin: 0;
  padding: 0;


  /* Firefox */
  scrollbar-width: none;

  /* IE y Edge antiguo */
  -ms-overflow-style: none;
}

/* Chrome, Edge, Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

a {
  transition: all 0.3s ease;
  color: #38b;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #d40;
}
a:focus {
  outline: none;
}
.btn {
  padding: 8px 32px;
}
.btn:hover {
  background-color: #ced4da;
}
blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}
.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}
.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}
.tm-text-primary {
  color: rgb(0, 0, 0);
}
.tm-font-big {
  font-size: 1.25rem;
}


/* Navbar */
.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  transition: all 0.3s ease;
  padding-top: 2px;
  padding-bottom: 2px;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.nav-item {
  list-style: none;
}
.tm-nav-link {
  color: white;
}
.tm-navbar.scroll .tm-nav-link {
  color: rgb(255, 255, 255);
}
.tm-nav-link {
  color: white;
  position: relative;
  padding-bottom: 5px;
}

.tm-navbar.scroll .tm-nav-link {
  color: #000;
}

/* Hover y enlace activo */
.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #000;
  background-color: transparent;
}

/* Línea inferior */
.tm-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}

/* Hover cuando el navbar ya hizo scroll */
.tm-navbar.scroll .tm-nav-link:hover::after,
.tm-navbar.scroll .tm-nav-link.current::after {
  width: 100%;
}



.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}
.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #000000;
}
.tm-navbar.scroll .navbar-toggler-icon {
  color: #000000;
}

/* =========================
HERO VIDEO
========================= */

#index {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
}

/* VIDEO */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: translate(-50%, -50%);

  z-index: 0;
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}



.tm-hero-text-container,
.tm-intro-next {
  position: relative;
  z-index: 2;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-video {
    object-position: center center;
  }

  #index {
    min-height: 100svh;
  }
}


#logoNavbar img {
  width: 80px; /* tamaño */
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}


.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.tm-hero-text-container-inner {
  margin-top: -90px;
}
.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #000000;
}
.tm-intro-next {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }
  .tm-intro-next {
    bottom: 20px;
  }
}
.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}
.tm-down-arrow {
  color: #fff;
  cursor: pointer;
  padding: 15px 40px;
  transition: all 0.80s ease;

  animation: bounceArrow 2s infinite;
}

/* ANIMACIÓN */
@keyframes bounceArrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(12px);
  }

  60% {
    transform: translateY(6px);
  }
}
.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #fff; 
  padding: 20px 50px;
} 

.tm-down-arrow:hover {
  transform: scale(1.08);
}

/* =========================
Introduction
========================= */

#introduction {
  padding-bottom: 100px;
}
.tm-section-title {
  letter-spacing: -1px;
}
.tm-intro-text {
  font-size: 1.2rem;
}
.tm-icon {
  display: block;
  color: rgb(0, 0, 0);
}
.tm-continue {
  padding: 20px 0 30px 0;


} /* VIDEO */
#multimedia {
  color: white;

  background:
    
    url("../img/infinite-loop-02.jpg") center center / cover no-repeat;

  min-height: 980px;

  position: relative;

  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 401px) {
  #multimedia {
    background:
      linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
      url("../img/infinite-loop-02-mobile.jpg") center center / cover no-repeat;
  }
}
.tm-multimedia-content{
  overflow: hidden;
  border-radius: 30px;
}

.tm-multimedia-content iframe{
  position: relative;
  z-index: 1;
}
.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.tm-multimedia-carousel {
  max-width: 1050px;
  margin: 0 auto;
}
.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}
.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}
.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
} /* Work */
.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}


/* =========================
GALERIA
========================= */


#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}



#gallery .gallery-carousel .owl-stage-outer {
  overflow: hidden;
}
#gallery .text-center {
  position: relative;
  z-index: 10;
  background: #ffffff;
}

#gallery .gallery-carousel .center {

  box-sizing: border-box;
  transform: scale(1.03);
  z-index: 2;
}
.slick-dots {
  bottom: -65px;
}
.slick-dots li {
  margin: 0 13px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
}
.tm-multimedia-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}
.tm-multimedia-carousel .slick-dots li button:hover:before,
.tm-multimedia-carousel .slick-dots li button:focus:before,
.tm-multimedia-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 12px;
} 

/* Hover Effect */ /* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  background: #000000;
  text-align: center;
  cursor: pointer;
  float: none;
  width: 100%;
}
.tm-gallery .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  figure.effect-honey {
    max-width: 100%;
  }

  figure.effect-honey img {
    height: auto;
    width: 100%;
  }
}
.tm-gallery-item {
  width: 100%;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} /* Anchor will cover the whole item by default */ /* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 600;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
} /*---------------*/ /***** Honey *****/ /*---------------*/
figure.effect-honey {
  max-width: 380px;
  width: 100%;
  overflow: hidden;
}

figure.effect-honey img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
figure.effect-honey:hover img {
  opacity: 0.4;
}
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 10px;
  background: rgb(0, 0, 0);
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tm-container-gallery {
  padding-top: 30px;
} 


/* =========================
CONTACTO
========================= */

#contact {
  position: relative;

  width: 100%;
  min-height: 100vh;

  padding-top: 100px;
  padding-bottom: 80px;

  color: white;

  background:
    linear-gradient(rgba(0,0,0,.70), rgba(0,0,0,.70)),
    url("../img/infinite-loop-03.jpg") center center / cover no-repeat;

  overflow: hidden;
}

#contact .container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}
.item-link {
  display: flex;
  align-items: center;
}
.item-link i,
.item-link span {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}


::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(0, 0, 0);
}
.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
  color: rgb(255, 255, 255);
}



@media (max-width: 768px) {
  #contact {
    background-attachment: scroll !important;
  }
}
@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .tm-container-gallery {
    max-width: 1290px;
  }
  .tm-container-contact {
    max-width: 1063px;
  }
}
@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }
  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }
  .navbar-collapse .nav-link {
    color: #000000;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .tm-gallery-container-2 {
    max-width: 350px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .tm-gallery-item {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .slick-dots {
    bottom: -40px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
    left: 0;
    right: 0;
  }

  .slick-dots li {
    margin: 2px;
  }
}

/* =========================
   FORMULARIO
========================= */

.hubspot-container {
  background: rgba(255, 254, 254, 0.61);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  padding: 40px;
  border-radius: 20px;

  width: 100%;
  max-width: 700px;
  margin: auto;
}

#logoNavbar {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* =========================
   PRELOADER
========================= */
#preloader{
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: opacity .6s ease, visibility .6s ease;
}

#preloader.hide{
  opacity: 0;
  visibility: hidden;
}

.loader-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* CÍRCULO */
.loader-circle{
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 4px solid rgba(255,255,255,.08);
}

/* ANIMACIÓN */
.loader-circle::before{
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;

  animation: spin 1.2s linear infinite;
}

/* LOGO */
.loader-logo{
  width: 140px;
  height: auto;
  object-fit: contain;
  display: block;

  animation: breathing 2.5s ease-in-out infinite;
}

/* EFECTO RESPIRAR */
@keyframes breathing{
  0%{
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255,255,255,.0));
  }

  50%{
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgba(255,255,255,.25));
  }

  100%{
    transform: scale(1);
    filter: drop-shadow(0 0 0px rgba(255,255,255,.0));
  }
}

/* TEXTO */
.loader-text{
  margin-top: 35px;
  color: white;
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 300;
}

/* ROTACIÓN */
@keyframes spin{
  100%{
    transform: rotate(360deg);
  }
}


/* NAV ACTIVE FIX */
.tm-nav-link.current,
.tm-nav-link.active,
.tm-nav-link:focus,
.tm-nav-link:active {
  color: #ffffff !important;
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
}

/* cuando el navbar tiene scroll */
.tm-navbar.scroll .tm-nav-link.current,
.tm-navbar.scroll .tm-nav-link.active,
.tm-navbar.scroll .tm-nav-link:focus,
.tm-navbar.scroll .tm-nav-link:active {
  color: #000000 !important;
}

/* =========================
   FLOATING BUTTONS
========================= */

.floating-buttons{
  position: fixed;
  right: 25px;
  bottom: 25px;

  display: flex;
  flex-direction: column;
  gap: 15px;

  z-index: 9999;
}

.float-btn{
  width: 60px;
  height: 60px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  font-size: 28px;

  box-shadow: 0 8px 25px rgba(0,0,0,.25);

  transition: all .3s ease;
}

/* WHATSAPP */
.whatsapp-btn{
  background: #25D366;
  color: white;

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);

  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .3s ease;
}

.whatsapp-btn:hover{
  transform: scale(1.08);
  color: white;
}

/* TOP BUTTON */
.top-btn{
  background: #000;
  color: white;
}

.top-btn:hover{
  transform: scale(1.08);
  background: #222;
  color: white;
}

/* MOBILE */
@media(max-width:768px){

  .floating-buttons{
    right: 18px;
    bottom: 18px;
  }

  .float-btn{
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

}

.top-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);

  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .3s ease;
}

/* FIX IOS SAFARI BACKGROUND */

@supports (-webkit-touch-callout: none) {

  #contact{
    background-attachment: scroll !important;
  }

}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}