 @charset "utf-8";
/* CSS Document */
/****General****/
.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.lacquer-regular {
  font-family: "Lacquer", system-ui;
  font-weight: 400;
  font-style: normal;
}
html, body {
	margin:0;
	padding: 0;
	font-family: "Nunito Sans", sans-serif;
  color: #FFF;
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
}
div {
	box-sizing: border-box;
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
.b300 {
  font-weight: 300;
}
.b400 {
  font-weight: 400;
}
.b500 {
  font-weight: 500;
}
.b600 {
  font-weight: 600;
}
.b700 {
  font-weight: 700;
}
.b800 {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.text-chico {
  font-size: .9rem;
}
.text-chicoco {
  font-size: .8rem;
}
.text-naranja {
  color: #F0941F;
}
.text-naranja2 {
  color: #ee6024;
}
.text-gris {
  color: #90a19d;
}
.text-negro {
  color: #000;
}
.link-simple, .link-simple:hover {
  color: inherit;
}
.link-complejo, .link-complejo:hover  {
  color: inherit;
  text-decoration: underline;
}
.btn-outline-light:hover {
  background-color: rgba(255,255,255,.2)!important;
}
.gris {
  background-color: #504e4c;
}
.gris-claro {
  background-color: #90a19d;
}
.naranja {
  background-color: #F0941F;
}
.azul {
  background-color: #196774;
}
.oscuro {
  background: rgb(80,78,76);
  background: linear-gradient(0deg, rgba(80,78,76,1) 0%, rgba(19,19,19,1) 20%, rgba(19,19,19,1) 80%, rgba(80,78,76,1) 100%);
}
.timeline, .timeline h4 {
  position: relative;
  text-align: center !important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.timeline::before {
  content: "";
  height: 100%;
  width: 6px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: .15;
}
.timeline-end {
  position: relative;
}
.timeline-end::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .15;
}
.timeline-end.mueve::before {
  bottom: -6px;
}
/*******/
#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;
}
#modalVideo button.close span, #modalSuscripcion button.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.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;
}
.carousel-control-next i, .carousel-control-prev i {
  background-color: #000;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50%;
}
.carousel-item p {
  font-weight: 200;
}
.pn .carousel-item p {
  font-weight: 400;
}
.timeline h4 {
    font-size: 1.2rem!important;
  }
/*******/
@media (min-width: 1200px) {}
@media (max-width: 576px) {
  .timeline h4 {
    transform: rotate(-90deg);
  }
}