@charset "utf-8";
/****Font****/
.google-sans-flex-<uniquifier> {
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
/****General****/
html, body {
	margin:0;
	padding: 0;
	font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
div {
	box-sizing: border-box;
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
/*****text****/
.text-color {
  color: var(--primary-color)!important;
}
.b300 {
  font-weight: 300;
}
.b400 {
  font-weight: 400;
}
.b600 {
  font-weight: 600;
}
.b700 {
  font-weight: 700;
}
/****Links***/
.link-simple {
  text-decoration: none;
  position: relative;
  color: inherit;
  transition: color .4s ease;
}
.link-simple i {
  transition: color .4s ease;
}
.link-simple:hover {
  color: var(--primary-color);
}
.btn-base {
  padding: .64rem 2.04rem;
  border-radius: 24px;
  font-size: .8rem;
  text-transform: uppercase;
}
.over-ruta:hover {
  background-color: var(--primary-color)!important;
  color: #000!important;
  border-color: var(--primary-color)!important;
}
.over-ruta:hover > i {
  color: #000!important;
}
.over-blanco:hover {
  color: #FFF!important;
}
.siguiente, .anterior {
  width: 30px;
  height: 30px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.agradezco.collapsed .fa-angle-up{
  transform: rotate(180deg);
}
/*****Menu*****/
#logoMenu path {
  fill: #FFF;
}
#logoMenu path.st0 {
  fill: var(--primary-color);
}
.link-menu {
  transition: color .4s ease;
}
.link-menu.active {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  color: var(--primary-color);
}
.link-menu:hover {
  color: var(--primary-color);
}
/*****header****/
.rutaTop {
  transition: all .4s ease;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.rutaTop.scroll-down {
  background-color: #000;
  padding-top: .3rem;
  padding-bottom: .3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.rutaTop.scroll-down #logoHeader path {
  fill: #FFF;
}
.rutaTop #logoHeader path.st0, .rutaTop.scroll-down #logoHeader path.st0 {
  fill: var(--primary-color);
}
.rutaTop .llamamenu {
  background-color: #212529;
  color: #FFF!important;
  border-color: #373b3e;
}
.rutaTop.scroll-down .llamamenu {
  background-color: #FFF;
  color: #212529!important;
  border-color: #FFF;
}
.rutaTop.scroll-down .llamamenu i {
  color: var(--primary-color);
}
/****Backgrounds***/
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tapa {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
.imagen-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.redondeo {
  border-radius:20px;
  position:relative;
  overflow:hidden;
  border: none;
}
.bg-color {
  background-color: var(--primary-color);
}
/*******/
.cuadro {
  position: relative;
  overflow: hidden;
}
.sobre-cuadro {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  transition: all .4s ease;
}
.cuadro:hover > .sobre-cuadro {
  top: 0;
}
#modalVideo button.close, #modalSuscripcion button.close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 1 !important;
  padding: 0;
  background-color: #FFF !important;
  border: 1px solid #FFF;
  color: #212121 !important;
  z-index: 10;
  line-height: 0.6 !important;
}
.modal-content {
  border: 0!important;
}
/*****CURSOR******/
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s; 
}
.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  background: currentColor;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; 
}
.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
     -moz-transform: scale(0) rotate(10deg);
      -ms-transform: scale(0) rotate(10deg);
       -o-transform: scale(0) rotate(10deg);
          transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; 
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion, .cb-cursor.-opaque {
    mix-blend-mode: exclusion; 
  } 
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before, .cb-cursor.-opaque:before {
    background: white; 
  } 
}
.cb-cursor.-normal, .cb-cursor.-text {
  mix-blend-mode: normal; 
}
.cb-cursor.-normal:before, .cb-cursor.-text:before {
  background: currentColor; 
}
.cb-cursor.-inverse {
  color: white; 
}
.cb-cursor.-visible:before {
  -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
       -o-transform: scale(0.2);
          transform: scale(0.2); 
}
.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
     -moz-transform: scale(0.23);
      -ms-transform: scale(0.23);
       -o-transform: scale(0.23);
          transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; 
}
.cb-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
     -moz-transform: scale(0.15);
      -ms-transform: scale(0.15);
       -o-transform: scale(0.15);
          transform: scale(0.15); 
}
.cb-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
     -moz-transform: scale(1.7);
      -ms-transform: scale(1.7);
       -o-transform: scale(1.7);
          transform: scale(1.7); 
}
.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); 
}
.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
     -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
       -o-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; 
}
.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
     -moz-transform: scale(1.32);
      -ms-transform: scale(1.32);
       -o-transform: scale(1.32);
          transform: scale(1.32); 
}
.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2); 
}
.cb-cursor.-lg:before {
  -webkit-transform: scale(3);
     -moz-transform: scale(3);
      -ms-transform: scale(3);
       -o-transform: scale(3);
          transform: scale(3); 
}
.cb-cursor.-md:before {
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5); 
}
.cb-cursor.-sm:before {
  -webkit-transform: scale(.6);
     -moz-transform: scale(.6);
      -ms-transform: scale(.6);
       -o-transform: scale(.6);
          transform: scale(.6); 
}
.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); 
}
.cb-cursor.color-ruta:before {
  color: var(--primary-color);
}
@media (max-width: 576px) {
  .cb-cursor {
    display: none;
  }
}