/*///////////////////////////////////
// Bootstrap Override
///////////////////////////////////*/
body {
  position: relative;
  min-height: 100%;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
}

a {
  color: #004225;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #192233;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.container {
  z-index: 1;
}

.card {
  border-color: #f2f2f2;
  border-radius: 3px;
}

.btn[class*="btn-"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*///////////////////////////////////
// Navigation
///////////////////////////////////*/
.znav-container:not([class*="sticky-"]) {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1030;
}

@media (max-width: 61.99em) {
  .znav-container {
    max-height: 100vh;
    overflow-y: auto;
  }
}

.znav-container hr {
  margin: 2px 0;
}

.znav-container .navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75019rem;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
}

.znav-container .navbar a.navbar-brand {
  font-size: 1.333rem;
  text-transform: uppercase;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

.znav-container .navbar .navbar-toggler {
  padding: 0;
}

.znav-container ul {
  list-style-type: none;
  padding-left: 0;
}

@media (min-width: 62em) {
  .znav-container ul {
    margin-left: -1.2rem;
  }
}

.znav-container ul li {
  padding: 0;
  position: relative;
}

.znav-container ul li a:not(.btn) {
  display: block;
  padding: 0.4rem 1.2rem;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.znav-container ul li a:not(.btn):active,
.znav-container ul li a:not(.btn):hover,
.znav-container ul li a:not(.btn):focus,
.znav-container ul li a:not(.btn):active:focus {
  text-decoration: none;
}

@media (max-width: 61.99em) {
  .znav-container ul li a:not(.btn) {
    margin-left: -1.2rem;
  }
}

.znav-container .dropdown,
.znav-container .megamenu {
  border-radius: 3px;
}

@media (max-width: 61.99em) {
  .znav-container .dropdown,
  .znav-container .megamenu {
    display: none;
  }
}

@media (min-width: 62em) {
  .znav-container .dropdown,
  .znav-container .megamenu {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    opacity: 0;
    display: none;
  }
}

.znav-container .megamenu ul li a {
  font-weight: 400;
  padding: 0.2rem 1.2rem;
}

.znav-container .has-dropdown > a {
  position: relative;
}

.znav-container .has-dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0;
  height: 9px;
  width: 9px;
  pointer-events: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-2px) translateY(1px);
  -ms-transform: translateX(-2px) translateY(1px);
  transform: translateX(-2px) translateY(1px);
}

@media (min-width: 62em) {
  .znav-container .has-dropdown > a:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.znav-container .has-dropdown > a:after {
  top: 6px;
}

@media (max-width: 61.99em) {
  .znav-container .has-dropdown > a:after {
    right: 10px;
  }
}

.znav-container .has-dropdown .dropdown {
  left: 0;
  min-width: 160px;
  padding: 0.4rem 0;
}

.znav-container .has-megamenu > a {
  position: relative;
}

.znav-container .has-megamenu > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0;
  height: 9px;
  width: 9px;
  pointer-events: none;
  z-index: 2000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-2px) translateY(1px);
  -ms-transform: translateX(-2px) translateY(1px);
  transform: translateX(-2px) translateY(1px);
}

@media (min-width: 62em) {
  .znav-container .has-megamenu > a:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.znav-container .has-megamenu > a:after {
  top: 6px;
}

@media (max-width: 61.99em) {
  .znav-container .has-megamenu > a:after {
    right: 10px;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav {
    padding: 1.2rem 0;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav > li .btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 61.99em) {
  .znav-container ul.navbar-nav > li.has-dropdown ul.dropdown {
    padding-left: 2.5rem;
  }
  .znav-container
    ul.navbar-nav
    > li.has-dropdown
    ul.dropdown
    .has-dropdown
    > a:after {
    top: 0;
  }
  .znav-container ul.navbar-nav .z-active > .megamenu,
  .znav-container ul.navbar-nav .z-active > .dropdown {
    display: block;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu {
    padding-left: 2.5rem;
  }
}

@media (min-width: 62em) {
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown > a:after {
    content: "\f105";
  }
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:active > a:after,
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:hover > a:after,
  .znav-container ul.navbar-nav li.has-dropdown .has-dropdown:focus > a:after,
  .znav-container
    ul.navbar-nav
    li.has-dropdown
    .has-dropdown:active:focus
    > a:after {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  .znav-container ul.navbar-nav li.has-dropdown ul.dropdown {
    display: block;
    position: absolute;
    margin-left: 0;
    padding: 1.2rem 0;
  }
  .znav-container ul.navbar-nav li.has-dropdown > ul.dropdown ul.dropdown {
    left: 100%;
    top: -0.2rem;
  }
  .znav-container ul.navbar-nav li.has-dropdown:active > ul.dropdown,
  .znav-container ul.navbar-nav li.has-dropdown:hover > ul.dropdown,
  .znav-container ul.navbar-nav li.has-dropdown:focus > ul.dropdown,
  .znav-container ul.navbar-nav li.has-dropdown:active:focus > ul.dropdown {
    pointer-events: all;
    opacity: 1;
  }
  .znav-container ul.navbar-nav li.has-dropdown ul.dropdown.opened {
    opacity: 1;
    pointer-events: all;
  }
  .znav-container ul.navbar-nav > li.has-megamenu {
    position: static;
  }
  .znav-container ul.navbar-nav > li.has-megamenu .megamenu {
    display: block;
    border-radius: 3px;
    left: 0;
    position: absolute;
  }
  .znav-container ul.navbar-nav > li.has-megamenu:active .megamenu,
  .znav-container ul.navbar-nav > li.has-megamenu:hover .megamenu,
  .znav-container ul.navbar-nav > li.has-megamenu:focus .megamenu,
  .znav-container ul.navbar-nav > li.has-megamenu:active:focus .megamenu {
    pointer-events: all;
    opacity: 1;
  }
}

.znav-container {
  background-color: #1f1f1f;
}

.znav-container hr {
  border-top-color: rgba(250, 250, 250, 0.05);
}

.znav-container button {
  color: #fafafa;
}

.znav-container a:not(.btn) {
  color: rgba(250, 250, 250, 0.6);
}

.znav-container a:not(.btn):active,
.znav-container a:not(.btn):hover,
.znav-container a:not(.btn):focus,
.znav-container a:not(.btn):active:focus {
  color: #fafafa;
}

.znav-container a.navbar-brand {
  color: #fafafa;
}

.znav-container [class*="has-"]:after {
  color: #fafafa;
}

.znav-container .megamenu,
.znav-container .dropdown {
  color: #fafafa;
  background-color: #1f1f1f;
}

@media (min-width: 62em) {
  .znav-container .megamenu,
  .znav-container .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

.znav-white {
  background-color: white;
}

.znav-white hr {
  border-top-color: rgba(31, 31, 31, 0.05);
}

.znav-white button {
  color: #1f1f1f;
}

.znav-white a:not(.btn) {
  color: rgba(31, 31, 31, 0.6);
}

.znav-white a:not(.btn):active,
.znav-white a:not(.btn):hover,
.znav-white a:not(.btn):focus,
.znav-white a:not(.btn):active:focus {
  color: #1f1f1f;
}

.znav-white a.navbar-brand {
  color: #1f1f1f;
}

.znav-white [class*="has-"]:after {
  color: #1f1f1f;
}

.znav-white .megamenu,
.znav-white .dropdown {
  color: #1f1f1f;
  background-color: white;
}

@media (min-width: 62em) {
  .znav-white .megamenu,
  .znav-white .dropdown {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 62em) {
  .znav-white .dropdown,
  .znav-white .megamenu {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
}

.hamburger {
  padding: 8px;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hamburger .hamburger-box {
  height: 0;
  width: 30px;
}

.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner::after,
.hamburger .hamburger-box .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: currentColor;
}

.hamburger.is-active .hamburger-inner {
  background-color: transparent;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
}

.znav-revealed {
  position: fixed;
}

/*///////////////////////////////////
// Flexslider
///////////////////////////////////*/
.flexslider {
  border-radius: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
  overflow: hidden;
}

.flexslider .flex-control-thumbs li {
  width: calc(25% - 4.75px);
}

.flexslider .flex-control-thumbs li img {
  padding: 2px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  margin-bottom: 6px;
}

.flexslider .flex-control-thumbs li img.flex-active {
  border-color: #404040;
}

.flexslider .flex-control-thumbs li:not(:nth-child(4)) {
  margin-right: 6px;
}

.flex-direction-nav a.flex-next:before {
  font-family: FontAwesome;
  content: "\f105";
  line-height: 40px;
  text-shadow: none;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
}

/* Hace que el título principal sea blanco */
.flexslider .slides h1.fs-4.fs-md-5.zopacity {
  color: #ffffff !important;
}

/* Hace que el subtítulo sea blanco (anula el color-primary) */
.flexslider .slides p.color-primary {
  color: #ffffff !important;
}

/*///////////////////////////////////
// Remodal
///////////////////////////////////*/
.remodal-video {
  padding: 0;
  min-width: 75%;
}

.remodal-close {
  top: -35px;
  left: -35px;
}

.remodal-close:active,
.remodal-close:hover,
.remodal-close:focus,
.remodal-close:active:focus {
  color: white;
}

/*///////////////////////////////////
// Semantic-ui
///////////////////////////////////*/

.ui.selection.dropdown {
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 0.75019rem;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
  z-index: 3;
}

.ui.selection.dropdown[class*="background-"] {
  color: #fff;
}

.ui.selection.dropdown.active {
  border-color: #7f7f7f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active .menu {
  border-color: #7f7f7f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active:active,
.ui.selection.dropdown.active:hover,
.ui.selection.dropdown.active:focus,
.ui.selection.dropdown.active:active:focus {
  border-color: #555555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui.selection.dropdown.active:active .menu,
.ui.selection.dropdown.active:hover .menu,
.ui.selection.dropdown.active:focus .menu,
.ui.selection.dropdown.active:active:focus .menu {
  border-color: #555555;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.selection.dropdown > .search.icon:before,
.ui.selection.dropdown > .delete.icon:before,
.ui.selection.dropdown > .dropdown.icon:before {
  content: "\f107";
  font-family: "FontAwesome";
}

.ui.selection.dropdown .menu {
  border-color: #555555;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.8rem 0;
}

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fff;
  padding: 0.8rem 2.5rem !important;
  font-weight: 600;
  font-size: 0.75019rem;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  line-height: 1.5;
}

.ui.selection.dropdown .menu > .item:active,
.ui.selection.dropdown .menu > .item:hover,
.ui.selection.dropdown .menu > .item:focus,
.ui.selection.dropdown .menu > .item:active:focus {
  background: #f2f2f2;
  color: #1f1f1f;
}

.ui.selection.dropdown:active,
.ui.selection.dropdown:hover,
.ui.selection.dropdown:focus,
.ui.selection.dropdown:active:focus {
  border-color: #555555;
}

.ui.selection.dropdown:active .menu,
.ui.selection.dropdown:hover .menu,
.ui.selection.dropdown:focus .menu,
.ui.selection.dropdown:active:focus .menu {
  border-color: #555555;
}

/*///////////////////////////////////
// Typed-text
///////////////////////////////////*/

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*///////////////////////////////////
// Typography
///////////////////////////////////*/
html {
  font-size: 16px;
}

body {
  line-height: 1.45;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f1f1f;
  font-size: 1rem;
}

h1,
.h1 {
  font-size: 4.20873rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

h2,
.h2 {
  font-size: 3.15733rem;
  font-family: "Montserrat", sans-serif;
}

h3,
.h3 {
  font-size: 2.36859rem;
  font-family: "Montserrat", sans-serif;
}

h4,
.h4 {
  font-size: 1.77689rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.333rem;
}

h5,
.h5 {
  font-size: 1.333rem;
  font-family: "Montserrat", sans-serif;
}

p,
.p {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75019rem;
  font-family: "Montserrat", sans-serif;
}

.test {
  background-color: red;
}

.fs--1 {
  font-size: 0.75019rem !important;
}

.fs-0 {
  font-size: 1rem !important;
}

.fs-1 {
  font-size: 1.333rem !important;
}

.fs-2 {
  font-size: 1.77689rem !important;
}

.fs-3 {
  font-size: 2.36859rem !important;
}

.fs-4 {
  font-size: 3.15733rem !important;
}

.fs-5 {
  font-size: 4.20873rem !important;
}

@media (min-width: 48em) {
  .fs-md-2 {
    font-size: 1.77689rem !important;
  }
  .fs-md-3 {
    font-size: 2.36859rem !important;
  }
  .fs-md-5 {
    font-size: 4.20873rem !important;
  }
}

@media (min-width: 62em) {
  .fs-lg-1 {
    font-size: 1.333rem !important;
  }
  .fs-lg-3 {
    font-size: 2.36859rem !important;
  }
  .fs-lg-4 {
    font-size: 3.15733rem !important;
  }
}

.lh-2 {
  line-height: 1.15 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/*///////////////////////////////////
// Buttons
///////////////////////////////////*/
.btn {
  padding: 0.8rem 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.75019rem;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
}

.btn.btn-sm {
  padding: 0.4rem 1.2rem;
}

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-capsule {
  border-radius: 50px;
}

.btn-primary {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  color: white;
  background-color: #192233;
  border-color: #0d121b;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #004225;
  border-color: #004225;
}

.btn-primary:active,
.btn-primary.active {
  color: white;
  background-color: #192233;
  background-image: none;
  border-color: #0d121b;
  z-index: 99;
}

.btn-white {
  color: #1f1f1f;
  background-color: white;
  border-color: white;
}

.btn-white.active,
.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white:active:focus {
  color: #1f1f1f;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white.disabled,
.btn-white:disabled {
  background-color: white;
  border-color: white;
}

.btn-white:active,
.btn-white.active {
  color: #1f1f1f;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
  z-index: 99;
}

.btn-outline-primary {
  color: #004225;
  background-image: none;
  background-color: transparent;
  border-color: #004225;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus {
  color: white;
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.active {
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #4c6599;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #4c6599;
}

/*///////////////////////////////////
// Tabs
///////////////////////////////////*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  border-color: transparent;
}

.tabs .nav-bar .indicator {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  height: 2px;
  background-color: #004225;
  -webkit-transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
  -o-transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
  transition: left 0.4s ease-in-out, right 0.2s ease-in-out;
}

.tabs .nav-bar .indicator.transition-reverse {
  -webkit-transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
  -o-transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
  transition: left 0.2s ease-in-out, right 0.4s ease-in-out;
}

.tabs .nav-bar .nav-bar-item {
  padding: 0.4rem 2.5rem;
  font-size: 0.75019rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

@media (max-width: 35.99em) {
  .tabs .nav-bar .nav-bar-item {
    padding: 0.4rem 1.25rem;
  }
}

.tabs .nav-bar .nav-bar-item.active {
  color: #004225;
}

.tabs .tab-contents {
  margin-top: 30px;
  position: relative;
}

/*///////////////////////////////////
// Forms
///////////////////////////////////*/

.form-control {
  padding: 0.8rem;
  font-size: 0.75019rem;
  line-height: 1.5;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fafafa;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: auto;
}

.form-control:focus {
  background-color: #fff !important;
  border-color: #004225;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.active,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  font-size: 0.75019rem;
  font-weight: 600;
}

label,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

input[type="file"] {
  display: none;
}

.inputfile + label svg {
  fill: currentColor;
  vertical-align: middle;
  margin-right: 8px;
}

.zinput {
  position: relative;
}

.zinput label {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.zinput label:before {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  content: "";
  border: 1px solid #e1e1e1;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 0px #36b36a, 0 0 0 0 #e1e1e1;
  box-shadow: inset 0 0 0 0px #36b36a, 0 0 0 0 #e1e1e1;
}

.zinput.zcheckbox {
  padding: 0.8rem 0;
}

.zinput.zcheckbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.zinput.zcheckbox input[type="checkbox"]:checked + label:before {
  border-color: transparent;
}

.zinput.zcheckbox input[type="checkbox"] + label:before {
  border-radius: 3px;
}

.zinput.zcheckbox input[type="checkbox"]:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 0 #36b36a;
  box-shadow: inset 0 0 0 20px #36b36a, 0 0 0 0 #36b36a;
}

.zinput svg {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  transform: translateY(-65%);
  left: 8px;
  pointer-events: none;
}

.zinput svg path {
  stroke: #fff;
  stroke-width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/*///////////////////////////////////
// Border
///////////////////////////////////*/
.border {
  border: 1px solid currentColor !important;
}

.border-2x {
  border-width: 2px !important;
}

/********************************
    Responsive border radius
********************************/

.radius-bl-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-tr-secondary {
  border-top-right-radius: 10px !important;
}

.radius-tl-secondary {
  border-top-left-radius: 10px !important;
}

.radius-br-secondary {
  border-bottom-right-radius: 10px !important;
}

.radius-bl-secondary {
  border-bottom-left-radius: 10px !important;
}

@media (min-width: 62em) {
  .radius-tr-lg-0 {
    border-top-right-radius: 0 !important;
  }
  .radius-tl-lg-0 {
    border-top-left-radius: 0 !important;
  }
  .radius-br-lg-0 {
    border-bottom-right-radius: 0 !important;
  }
  .radius-bl-lg-0 {
    border-bottom-left-radius: 0 !important;
  }
  .radius-tr-lg-secondary {
    border-top-right-radius: 10px !important;
  }
  .radius-bl-lg-secondary {
    border-bottom-left-radius: 10px !important;
  }
}

/*///////////////////////////////////
// Helpers
///////////////////////////////////*/
.container {
  position: relative;
}

section {
  position: relative;
  padding: 7.5rem 0;
}

@media (max-width: 47.99em) {
  section {
    padding: 4rem 0;
  }
}

.h-full {
  min-height: 100vh;
}

/* Background */
.background-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
}

.background-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.background-holder video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.background-holder .youtube-background {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

hr {
  border-color: currentColor;
}

hr.left {
  margin-left: 0;
}

hr.short {
  width: 4.20873rem;
}

.color-7 {
  color: #949494 !important;
}

.border-color-9 {
  border-color: #e1e1e1 !important;
}

.background-11 {
  background-color: #fafafa !important;
}

.color-white {
  color: white !important;
}

.background-white {
  background-color: white !important;
}

.color-primary {
  color: #004225 !important;
}

.background-primary {
  background-color: #004225 !important;
}

.radius-secondary {
  border-radius: 10px !important;
}

.radius-round {
  border-radius: 100% !important;
}

.pos-relative {
  position: relative;
}

/*///////////////////////////////////
// Spacing
///////////////////////////////////*/

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.8rem !important;
}

.mb-4 {
  margin-bottom: 1.8rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

@media (min-width: 48em) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}

@media (min-width: 62em) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.8rem !important;
}

.pt-4 {
  padding-top: 1.8rem !important;
}

.pb-4 {
  padding-bottom: 1.8rem !important;
}

.px-4 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.py-4 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

@media (min-width: 36em) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 48em) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 62em) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pr-lg-10 {
    padding-right: 12.5rem !important;
  }
}

/*///////////////////////////////////
// Miscellaneous
///////////////////////////////////*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}

/*///////////////////////////////////
// Prism
///////////////////////////////////*/
:not(pre) > code[class*="language-"] {
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #004225;
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
}

#preloader.loading {
  opacity: 1;
}

.navbar-elixir {
  background: transparent;
  margin-bottom: -83px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

/* Estilo por defecto (sin scroll) */
.navbar-elixir a:not(.btn),
.navbar-elixir button,
.navbar-elixir [class*="has-"]:after {
  color: #ffffff !important;
}

.navbar-elixir .btn-outline-primary {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Clase que se añadirá con JavaScript cuando se hace scroll */
.navbar-elixir.scrolled {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

/* Estilo cuando hay scroll */
.navbar-elixir.scrolled a:not(.btn),
.navbar-elixir.scrolled button,
.navbar-elixir.scrolled [class*="has-"]:after {
  color: #000000 !important;
}

.navbar-elixir.scrolled .btn-outline-primary {
  color: #000000 !important;
  border-color: #000000 !important;
}

/* Para el botón de CARET ECOSYSTEM */
.navbar-elixir .btn-outline-primary:hover {
  color: white !important;
  background-color: #004225 !important;
  border-color: #004225 !important;
}

.navbar-elixir.scrolled .btn-outline-primary:hover {
  color: white !important;
  background-color: #004225;
}

.znav-container .has-dropdown .dropdown a:not(.btn) {
  color: #000000 !important;
}

.znav-container .has-dropdown .dropdown a:not(.btn):hover,
.znav-container .has-dropdown .dropdown a:not(.btn):active,
.znav-container .has-dropdown .dropdown a:not(.btn):focus {
  color: #004225 !important;
}

.navbar-elixir.scrolled .has-dropdown .dropdown a:not(.btn),
.navbar-elixir .has-dropdown .dropdown a:not(.btn) {
  color: #000000 !important;
}

.navbar-elixir.scrolled .has-dropdown .dropdown a:not(.btn):hover,
.navbar-elixir .has-dropdown .dropdown a:not(.btn):hover {
  color: #004225 !important;
}

.navbar-elixir .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-elixir.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  margin-bottom: 0;
}

@media (min-width: 62em) {
  .znav-container .dropdown,
  .znav-container .megamenu {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
}

.znav-container a:not(.btn) {
  color: #004225;
}

.znav-container .has-dropdown .dropdown {
  min-width: 178px;
}

a {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004225;
  font-weight: 700;
}

hr {
  background-color: #004225;
  border-width: 0;
  margin-top: 1rem;
  opacity: 0.8;
  height: 3px;
  border-radius: 1.5px;
}

p {
  color: #6a6a6a;
}

.btn {
  font-weight: 700 !important;
}

.btn-outline-primary {
  color: #004225;
  background-image: none;
  background-color: transparent;
  border-color: #004225;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  color: white;
  background-color: #004225;
  border-color: #004225;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus {
  color: white;
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.active {
  background-color: #0d121b;
  border-color: black;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #4c6599;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #4c6599;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem 0.75rem 0rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item.active {
  color: #ffffff;
  font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ffffff;
  font-size: inherit;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f101";
}

.elixir-caret {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 25px;
  z-index: 99;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

#videoModal .embed-responsive {
  background-color: black;
}

.background-holder.overlay.overlay-elixir:before {
  background-color: rgba(44, 56, 85, 0.7);
}

.animated {
  -webkit-animation-duration: 0ms;
  animation-duration: 0ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
