body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 100%;
  height: 100vh !important;
  height: 100vh;
  background-size: cover;
  background-position: center;
}


/*---navbar---*/

.navbar {
  background: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-shrink {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-size: 1.3em;
  font-weight: bolder;
}

.shd {
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3), 4px 4px 7px rgba(0, 0, 0, 0.31);
}

.navbar a:not(.navbar-brand) {
  font-weight: bolder;
  font-size: 1.0em;
  color: #ffffff;
}

.navbar a:not(.navbar-brand):hover {
  color: red !important;
  cursor: pointer;
}

#form-buscar {
  width: 100%;
  height: 100vh;
  /* CENTRADO       */
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white;
}

.tittle {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem
}

@media (min-width:768px) {}

.myhr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mybg-dark {
  background: #202020 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width:767px) {
  .tittle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2rem
  }
}


/*-----scroll-top-----*/

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.scroll-top-wrapper:hover {
  background-color: #888888;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

.switch {
  appearance: none;
  height: 1.5em;
  width: 3em;
  background-color: var(--secondary);
  cursor: pointer;
  border-radius: 1em;
  position: relative;
  transition: background-color 0.3s ease;
}

.switch::before {
  content: "";
  height: 100%;
  width: 50%;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  border: var(--secondary) solid 0.2em;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.switch:checked {
  background-color: var(--primary);
}

.switch:checked::before {
  border-color: var(--primary);
  transform: translateX(100%);
}

@media screen and (max-width: 500px) {
  .switch {
    outline: none;
  }
}

@media media (min-width: 576px) {
  .col-sm-2 {
    border-right: 1px solid #dee2e6 !important;
  }
}


/*CSS PARA MOVIL*/

@media (max-width: 574px) {
  .contenido {
    max-height: 65vh;
  }

  .logos-neg {
    width: 100% !important;
  }

  .c-plat {
    height: 370px;
  }

  #buscador {
    width: 80% !important;
  }

  .c-res {
    width: 100% !important;
  }

  .c-res-plat {
    width: 100% !important;
  }
  /*FOOTER*/
  .footer_info {
    font-size: 16px;
  }
}


/*CSS SOLO PARA PC*/

@media (min-width: 575px) {
  .c-plat {
    height: 350px;
  }

  .logos-neg {
    width: 50% !important;
  }

  .owl-carousel {
    height: 20vh;
  }

  .owl-stage-outer {
    height: inherit;
  }

  .clogo {
    width: 80px;
    height: 80px;
  }

  #datos {
    height: auto;
  }

  .c-res {
    width: 50% !important;
  }

  .c-res-plat {
    width: 80% !important;
  }

  /*FOOTER*/
  .footer_info {
    font-size: 18px;
  }
}