:root {
  --primary: #e9f066;
  --secondary: #e9f066;

  --font: 'Poppins', sans-serif;
  ;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secundar {
  color: var(--secondary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-title {
  background-image: url('/dir/slides/bg.jpg');
}

.bg-very-dark, .navbar-collapse:after {
  background-color: #212121 !important;
}

.fs-1 {
  font-size: 1.2rem;
}

.fs-2 {
  font-size: 1.1rem;
}

.fs-3 {
  font-size: 1rem;
}

.fs-4 {
  font-size: 0.9rem;
}

.fs-5 {
  font-size: 0.8rem;
}

.fs-6 {
  font-size: 0.7rem;
}

.ob-fit-cover {
  object-fit: cover !important;
}

.ob-fit-contain {
  object-fit: contain !important;
}

.h-90 {
  height: 90% !important;
}

.w-90 {
  width: 90% !important;
}

body {
  font-family: var(--font) !important;
  color: #fff;
}

body {
  font-size: 16px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.3rem;
}

li,
a,
p {
  font-size: 1rem;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary);
}

footer {
  font-weight: 500;
  color: #fffbf2e3 !important;
}

/* Slide image & video effect */

.slideshow-image-effect:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 251, 246, .8) 23.33%, rgba(255, 251, 246, 0) 49.99%);
}

.video-effect:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(89.6deg, #073937 16.07%, rgba(7, 57, 55, .2) 67.11%);
}

/* // Slide image effect */

/* OWL CAROUSEL */

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -30px;
  z-index: 1010;
  position: absolute;
  left: 45%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 2em;
  height: 5px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity .2s ease;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary);
}

/* ------------- */

/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span::after {
    background: #fff;
    content: "";
    height: 1px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 15px;
    transition: all ease-in .5s;
} */

/* // OWL CAROUSEL */

.navbar .navbar-brand {
  position: relative;
  color: inherit;
  height: auto;
  font-size: 1.7rem;
  line-height: 30px;
  padding: 0.625rem 0;
}



/* ======================================================================== 
  TEMA 2 
==========================================================================*/