



body {
  background-color: #EDEDED;
}

.flix_site-header {
  height: 17rem;
  border-bottom: 0.3rem #df1515;
  margin-top:  6rem !important;
}
.flix_site-header .navbar-brand img {
  max-width: 15rem;
  height: 8rem;
  margin-bottom: -4rem;
  margin-top:  6rem !important;
}
@media (min-width: 768px) {
  .flix_site-header .navbar-brand img {
    max-width: 20rem;
    height: 17rem;
    margin-bottom: -5rem;
  }
}
.flix_site-header .navbar .navbar-nav .nav-link {
  position: relative;
}
.flix_site-header .navbar .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #EDEDED;
  color: transparent;
  width: 0%;
  content: ".";
  height: 3px;
  transition: all 0.5s;
}
.flix_site-header .navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.flix_site-header .navbar-collapse {
  justify-content: end;
}
.flix_site-header .navbar {
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .flix_site-header .navbar .dropdown-hover:hover .dropdown-hover-menu {
    display: block;
    margin-top: 0;
  }
  .flix_site-header .navbar .dropdown-hover:hover .dropdown-toggle::after {
    border-bottom: none;
    border-top: 0;
  }
}
.flix_site-header .navbar .dropdown-hover.show .dropdown-toggle::after {
  border-bottom: none;
  border-top: 0;
}

.navbar-nav .nav-link {
  color: #EDEDED;
}
.navbar-nav li {
  font-size: 2rem;
  color: #EDEDED;
}

.flix_site-header .color-change {
  background-color: #171717 !important;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.dropdown-menu a {
  color: #186DB3;
}

@media (max-width: 480px) {
  .navbar {
    display: grid;
    justify-content: center;
  }
}
.inicio_bg {
  background-color: #171717;
}
@media (min-width: 768px) {
  .inicio_bg {
    background-color: #e7e7e700;
  }
}

.inicio_bg_2 {
  margin-top: 14rem;
}
@media (min-width: 768px) {
  .inicio_bg_2 {
    margin-top: 0rem !important;
  }
}

.division {
  position: absolute;
}
@media (min-width: 768px) {
  .division {
    margin-top: -28rem;
    position: absolute;
  }
}

.division_1 {
  position: absolute;
}
@media (min-width: 768px) {
  .division_1 {
    margin-top: -29rem;
  }
}

@media (min-width: 768px) {
  .division_2 {
    margin-bottom: -20rem;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .division_2_1 {
    margin-bottom: -20rem;
    margin-top: 1rem;
  }
}

.que {
  position: relative;
}

.video {
  position: relative;
  max-height: 70rem;
  overflow: hidden;
}
.video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video .overlay h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .video .overlay h1 {
    font-size: 4rem;
  }
}
.video video {
  display: block;
  width: 100%;
}

.destacado img {
  max-height: 60rem;
}

.contenido-video {
  height: 100%;
  position: relative;
}
.contenido-video h1 {
  font-weight: bold;
  font-family: "League Gothic", sans-serif !important;
  color: #EDEDED;
}
.contenido-video h2 {
  color: #EDEDED;
  margin-left: 3rem;
}
.contenido-video p {
  font-size: 1.3rem;
  line-height: 1.375;
  text-align: justify;
  color: #EDEDED;
}
.contenido-video p span {
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .contenido-video p {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .contenido-video {
    margin-left: 10rem;
  }
}

.servicios_precio ul {
  list-style: none !important;
}
.servicios_precio p {
  color: #EDEDED;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: line-through 0.3rem;
  text-decoration-color: red;
  text-decoration-style: solid;
  transition: text-decoration 2s ease-in-out 1s;
}

.que {
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #171717;
}
.que h2 {
  font-weight: bold;
  color: #EDEDED;
}
.que h2 span {
  text-decoration: line-through 0.5rem;
  text-decoration-color: red;
  text-decoration-style: solid;
}

.desc {
  text-decoration: none !important;
  text-align: justify !important;
}

.producto {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23220000' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23440000' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23660000' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23880000' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23A00' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  margin-top: -26rem;
}
.producto h2 {
  font-weight: bold;
  font-size: 6rem;
  font-family: "League Gothic", sans-serif !important;
  color: #EDEDED;
}
.producto p {
  font-size: 1rem;
  line-height: 1.375;
  text-align: justify;
  color: #EDEDED;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg, #c7ca0d 0%, #4daa01 29%, #ff1361 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 10rem;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.float {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 60px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 16px;
}

.programas .img-fluid {
  max-height: 24rem !important;
  padding: 0.5rem !important;
}

.beneficios ul {
  list-style: disclosure-closed !important;
}
.beneficios li {
  font-size: 1rem;
  padding: 1rem;
  color: #EDEDED;
}

/* Contact CSS */
.form-control {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-color: #eeeeee;
  height: 52px;
  padding: 15px 20px;
  font-size: 14px;
}

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

.contact-form .form-control {
  border-color: #e3e3e3;
  background-color: #f4f4ff;
}

.contact-form .form-control:focus {
  border-color: #171717;
}

.contact-form textarea.form-control {
  height: 150px;
}

.contact-form #success_fail_info {
  display: block;
}

.contact-mini-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.contact-mini-card p {
  margin-bottom: 0;
  margin-left: 1rem;
  line-height: 1.25rem;
}

.contact-mini-card:nth-child(2) .contact-mini-card-icon::before {
  background-color: #EDEDED;
}

.contact-mini-card:nth-child(2) .contact-mini-card-icon i {
  background-color: #EDEDED;
}

.contact-mini-card:last-child {
  margin-bottom: 0;
}

.contact-mini-card:last-child .contact-mini-card-icon::before {
  background-color: #fdd76e;
}

.contact-mini-card:last-child .contact-mini-card-icon i {
  background-color: #fdd76e;
  color: #EDEDED !important;
}

textarea.form-control {
  height: auto;
}

.contact-form .form-label {
  font-size: 2rem;
  color: #EDEDED;
}
.contact-form .contact-side-info {
  font-size: 1.5rem;
}
.contact-form .contact-side-info .texto {
  font-size: 2rem;
}

.saasbox-btn {
  border: none;
  display: inline-block;
  color: #171717;
  border-radius: 4px;
  padding: 0 1.75rem;
  font-size: 14px;
  background-color: #EDEDED;
  height: 49px;
  line-height: 49px;
  text-transform: capitalize;
}

.contact-side-info h2 {
  color: #EDEDED;
}
.contact-side-info p {
  color: #EDEDED;
}

.contact-mini-card p {
  line-height: 2.25rem !important;
}

.btn-producto {
  color: #171717;
  background-color: transparent;
  border-color: #171717;
  padding: 0.5rem 2.5rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
.btn-producto:hover {
  color: #EDEDED;
  background-color: #171717;
  border-color: transparent;
}
.btn-check:focus + .btn-producto, .btn-producto:focus {
  color: #EDEDED;
  background-color: #171717;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 23, 0.5);
}
.btn-check:checked + .btn-producto, .btn-check:active + .btn-producto, .btn-producto:active, .btn-producto.active, .show > .btn-producto.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #2e2e2e;
}
.btn-check:checked + .btn-producto:focus, .btn-check:active + .btn-producto:focus, .btn-producto:active:focus, .btn-producto.active:focus, .show > .btn-producto.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 23, 23, 0.5);
}
.btn-producto:disabled, .btn-producto.disabled {
  color: #fff;
  background-color: transparent;
  border-color: #171717;
}
@media (min-width: 1200px) {
  .btn-producto {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .btn-producto {
    display: inline-block;
  }
}

.btn-conocenos {
  color: #EDEDED;
  background-color: transparent;
  border-color: #EDEDED;
  padding: 0.5rem 2.5rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
.btn-conocenos:hover {
  color: #171717;
  background-color: #EDEDED;
  border-color: transparent;
}
.btn-check:focus + .btn-conocenos, .btn-conocenos:focus {
  color: #171717;
  background-color: #EDEDED;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-check:checked + .btn-conocenos, .btn-check:active + .btn-conocenos, .btn-conocenos:active, .btn-conocenos.active, .show > .btn-conocenos.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #efefef;
}
.btn-check:checked + .btn-conocenos:focus, .btn-check:active + .btn-conocenos:focus, .btn-conocenos:active:focus, .btn-conocenos.active:focus, .show > .btn-conocenos.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-conocenos:disabled, .btn-conocenos.disabled {
  color: #fff;
  background-color: transparent;
  border-color: #EDEDED;
}
@media (min-width: 1200px) {
  .btn-conocenos {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .btn-conocenos {
    display: inline-block;
  }
}

.btn-compra {
  color: #EDEDED;
  background-color: transparent;
  border-color: #EDEDED;
  padding: 1rem 3.5rem;
  font-size: calc(1.425rem + 2.1vw);
  border-radius: 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
.btn-compra:hover {
  color: #171717;
  background-color: #EDEDED;
  border-color: transparent;
}
.btn-check:focus + .btn-compra, .btn-compra:focus {
  color: #171717;
  background-color: #EDEDED;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-check:checked + .btn-compra, .btn-check:active + .btn-compra, .btn-compra:active, .btn-compra.active, .show > .btn-compra.dropdown-toggle {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #efefef;
}
.btn-check:checked + .btn-compra:focus, .btn-check:active + .btn-compra:focus, .btn-compra:active:focus, .btn-compra.active:focus, .show > .btn-compra.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-compra:disabled, .btn-compra.disabled {
  color: #fff;
  background-color: transparent;
  border-color: #EDEDED;
}
@media (min-width: 1200px) {
  .btn-compra {
    font-size: 3rem;
  }
}

.css-typing h2 {
  border-right: 0.15em solid #EDEDED;
  white-space: nowrap;
  overflow: hidden;
}

.css-typing h2:nth-child(1) {
  width: 28rem;
  -webkit-animation: type 3s steps(40, end), blink 0.5s step-end infinite alternate;
  animation: type 3s steps(40, end), blink 0.5s step-end infinite alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
.css-typing2 h2 {
  border-right: 0.15em solid #EDEDED;
  white-space: nowrap;
  overflow: hidden;
}

.css-typing2 h2:nth-child(1) {
  width: 31rem;
  -webkit-animation: type 3s steps(40, end), blink 0.5s step-end infinite alternate;
  animation: type 3s steps(40, end), blink 0.5s step-end infinite alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
.css-typing3 h2 {
  border-right: 0.15em solid #EDEDED;
  white-space: nowrap;
  overflow: hidden;
}

.css-typing3 h2:nth-child(1) {
  width: 22rem;
  -webkit-animation: type 3s steps(40, end), blink 0.5s step-end infinite alternate;
  animation: type 3s steps(40, end), blink 0.5s step-end infinite alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
.css-text-flow {
  overflow: hidden;
}
.css-text-flow p {
  animation-duration: 3s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

   .full-width-img {
      margin: 0;
      padding: 0;
    }

.texto_panel{
  color: #fff;
  font-size: 3rem;
  
}

.texto_links{
  font-size: 2rem;
  text-decoration: none;
}

.btn-contacto{
  max-width: 15rem;
  text-align: center;
}

@media (min-width: 768px) {
  .btn-contacto{
    max-width: 20rem;
  }
  
}