 @charset "utf-8";
/* CSS Document */
/****General****/
html, body {
	margin:0;
	padding: 0;
	font-family: 'Jost', sans-serif;
	color:#212121;
  font-size: 1.02rem;
}
html {
  scroll-behavior: smooth;
}

div {
	box-sizing: border-box;
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
body, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
.b-300 {
  font-weight: 300;
}
.b-400 {
  font-weight: 400;
}
.b-500 {
  font-weight: 500;
}
.b-700 {
  font-weight: 700;
}
.btn {
  border-radius: 0!important;
}
.tx-rojo {
  color: #CC080A;
}
.fondo-rojo {
  background-color: #CC080A;
}
.elegant-color-dark {
  background-color: #212121!important;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/***menu***/
.modal {
  padding-right: 0!important;
}
.call-menu {
  color: #FFF!important;
  font-size: 1.25rem;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 10;
  cursor: pointer;
}
.menu-lastesis {
  right: 0!important;
  width: 100vw!important;
  max-width: 100vw;
  margin: 0!important;
  background-color: #2e2e2e;
}
.menu-lastesis .modal-content {
  height: 100vh;
}
.cierra-menu {
  float: right;
}
.fondo-menu {
  background-image: url(../images/fondomenu2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.bandera {
  color: #fff!important;
  display: inline-block!important;
  font-weight: 500;
  font-style: italic;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.link-menu {
  font-size: 2.5rem;
  color: #fff!important;
  display: inline-block!important;
  font-weight: 500;
  background-color: #CC080A;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
  line-break: strict;
}
.link-menu:hover {
  text-decoration: none;
}
.link-menor {
  font-size: 1.5rem;
}
.menu-lastesis .modal-content .link-menu.active {
  background-color: #212121!important;
}
.link-simple, .link-simple:hover {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all .4s ease;
}
.link-negro {
  text-decoration-color: #000;
  text-decoration-style: solid;
  text-decoration-thickness: 8px;
  text-decoration-skip-ink: none;
  text-underline-offset: -4px;
  text-decoration-line: underline;
}
.link-rojo {
  text-decoration-color: #CC080A;
  text-decoration-style: solid;
  text-decoration-thickness: 8px;
  text-decoration-skip-ink: none;
  text-underline-offset: -4px;
  text-decoration-line: underline;
  
}
/*****/
.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lt-outline {
  border: 6px solid #000;
  position: relative;
}
.bg-ants-gris {
  background-color: #e0e0e0!important;
  background-image: url(../images/bg2.gif);
  background-blend-mode: multiply;
}
.cuadrado {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#modalVideo 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;
}
#modalVideo button.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.fondo {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-image: url(../images/whitenoise.gif);
  opacity: .09;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*****CURSOR******/
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1090;
  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(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2); 
}
.cb-cursor.-sm:before {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); 
}
.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.-red:before {
  color: #CC080A;
}
.cb-cursor.-black:before {
  color: #616161;
}
/***************/
@media (min-width: 1460px) {}
@media (min-width: 992px) {
  .no-border-right {
    border-right: none;
  }
}
@media (max-width: 991px) {}
@media (max-width: 720px) {}
@media (max-width: 576px) {
  .cb-cursor {
    display: none;
  }
  .no-border-right {
    border-bottom: none;
  }
  .link-menor {
    font-size: 1rem;
  }
  .menu-chico {
    font-size: 1.96rem;
  }
}
/****************/
