@font-face {
  font-family: "Brandon";
  src: url("../fonts/Brandon/Brandon_reg.otf") format("opentype");
}

@font-face {
  font-family: "Brandon";
  src: url("../fonts/Brandon/Brandon_bld.otf"),
    url("../fonts/Brandon/Brandon_bld.otf") format("opentype");
  font-weight: bold;
}

/*tambien para el video*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Brandon;
}
#chartdiv {
  width: 100%;
  height: 25em;
  max-width: 100%;
}
/*Cambiar el sombreado y oa opacidad del navbar*/
.navbar {
  box-shadow: 2px 2px 5px #000;
  opacity: 0.9;
}

/*color de los textos del navbar*/
.navbar {
  color: #fff;
  margin: 0;
  padding: 0;
}

.nav-item {
  color: #fff;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: #fff;
  margin: 0;
  padding: 0;
}

/*Navbar negra*/
.bg-black {
  background-color: #000000;
}

/*boton de la nav-bar*/
.btn-bars {
  background: #000000;
  opacity: 1;
  color: #fff;
}

/*subrayado de los items de la nav-bar*/
.nav-li {
  border-top: solid 1px #abb2b9;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.nav-li-last {
  border-top: solid 1px #abb2b9;
  border-bottom: solid 1px #abb2b9;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .nav-li {
    border: none;
  }

  .nav-li-last {
    border: none;
  }
}

.btn-bars:hover {
  background: rgba(50, 50, 50, 0.8);
  color: #fff;
}

/*background del About Us*/
.bg-about {
  background: rgba(39, 206, 224, 0.7);
}

/*Cambiar los estilos a los form control y a los botones*/
.form-control {
  border-radius: 0;
}

.btn {
}

.btn-box {
  border-radius: 20px;
  background: rgba(50, 50, 50, 0.9);
  border: 0;
  color: #fff;
}

.btn-box:hover {
  background: rgba(50, 50, 50, 0.5);
}

/*Cambiar el formato de la sección de features*/
.card-feature {
  border-radius: 24px;
}

.card-feature {
  font-weight: bold;
  color: #000000;
}

/*Cambiar el color de las cards*/
.bg-card {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.bg-card-black {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

/*Cambiar el formato de la sección de team*/
.team {
  background: #fff;
}

footer {
  background: rgba(0, 0, 0, 0.9);
}

.rs-footer {
  /*border-top: solid 1px #abb2b9;*/
}

i.i-rs-footer {
  color: rgba(255, 255, 255, 0.62) !important;
}

i.i-rs-footer:hover {
  color: #fff !important;
}

@media only screen and (max-width: 576px) {
  .footer-m-xxl {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .footer-xs-s {
    display: none !important;
  }
}

/*cambiar el estilo de los cards de team*/
.card-team {
  border-radius: 24px;
  background: rgba(134, 133, 133, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
}

.card-team:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  background-color: rgba(0, 0, 0, 0.2);
}

.member-info {
  font-size: 18px;
}

/*Video del header*/

header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}

video {
  width: 100%;
  display: flex;
}

.absolute {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h1-features {
  border-bottom: solid 4px #000000;
  width: 70%;
  padding-bottom: 1rem;
}
/*Tamaño de los H1 del features*/
@media only screen and (max-width: 392px) {
  h1.h1-features {
    font-size: 31px !important;
  }
}

.h1-carousel {
  border-bottom: 5px solid black;
  padding-bottom: 0;
}

.ul-features {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

.features-li {
  border-top: solid 1px #abb2b9;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.carousel-info {
  /*
  border: solid 2px #1b1bdd;
  */
  width: 100%;
  height: 100%;
  color: black;
  font-size: 20px;
  text-align: justify;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-carousel {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  height: 400px;
}

.bg-img-carousel {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  height: 400px;
}

@media only screen and (max-width: 491px) {
  .bg-carousel {
    height: auto;
    padding-bottom: 3.5rem;
  }

  .bg-img-carousel {
    height: 300px;
  }

  .btn-bottom-right {
    position: absolute;
    margin: auto;
    z-index: 200;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(
    0,
    0,
    0,
    0.459
  ); /*modificar la transparencia de la capa oscura sobre el video*/
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 50px;
    margin-bottom: 0;
  }

  h1::after {
    display: none;
  }
}

/*El elemento con dicho id desaparece con el tamaño de pantalla menor a 860px*/
@media only screen and (max-width: 860px) {
  #fadeshow1 {
    display: none;
  }
}

/*Botón de whatssapp*/

.btn-wsp {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 35px;
  right: 30px;
  background: #0df053;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 300; /*Para posicionar el boton arriba de todo */
}

.btn-wsp:hover {
  text-decoration: none;
  color: #0df053;
  background: #fff;
}

.wa-nav {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: none;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.wa-nav:hover {
  text-decoration: none;
  background: rgba(50, 50, 50, 0.8);
  color: #fff;
}

/*caja flotante en el header*/

.box-video2 {
  position: absolute;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8), 0 0px 6px rgba(0, 0, 0, 0.8);
  /*
  height: 13em;
  */
  z-index: 202;
}

.container-box-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 202;
}

.box-video {
  position: absolute;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8), 0 0px 6px rgba(0, 0, 0, 0.8);
  width: 33%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  opacity: 0;
  /*
  height: 13em;
  */
}

.animation-box-video {
  animation-duration: 2s;
  animation-name: aparecer;
  animation-iteration-count: 1;
  animation-delay: 12s;
  animation-fill-mode: forwards;
}

@keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes aparecer {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*animacion que decaparece el box-video cuando das clic al boton*/

.fadeout-box {
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: desaparecer;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes desaparecer {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes desaparecer {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes desaparecer {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes desaparecer {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-ms-keyframes desaparecer {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.a-button {
  color: #fff;
  text-decoration: none;
}

.a-button:hover {
  color: #fff;
}

.carousel-btn {
  border-radius: 25px;
}

.m-btn {
  margin-right: 4rem;
}

/*boton alineado al fondo a la derecha*/
.btn-bottom-right {
  position: absolute;
  right: 1%;
  bottom: 5% !important;
  z-index: 200;
}

.info-btn {
  position: absolute;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.8), 0 0px 6px rgba(0, 0, 0, 0.8);
  height: 13em;
  z-index: 202;
}

/*formato para el texto cambiante*/

.interval-txt {
  text-align: left;
  padding-left: 15%;
  padding-right: 15%;
}

/* configuracion de la animacion para el texto cambiante */
#cambio {
  color: red;
  animation-duration: 4s;
  animation-name: fadeIn;
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Navbar segun los tamaños de pantalla */
@media only screen and (max-width: 768px) {
  .kilonav {
    display: none;
    padding: 0;
    margin: 0;
  }

  .wha-btn {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .kilonav-s {
    display: none;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .full-item {
    display: none;
  }
}

/*typewrite*/
.typewrite-txt {
  text-align: center;
  color: red;
  text-decoration: none;
}

/* prueba del fadeout */
