:root {
  --boton-whats-fondo:#6825D0;
  --boton-whats-text-color: #fff;
  --boton-whats-hover-fondo: #4a0da9;
  --boton-whats-text-hover-color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #1C1D20;
  font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255, 148, 0);
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 148, 0);
}

.navbar-light .navbar-nav .boton-whats {
  text-align: center;
  padding: 12px 30px;
  margin-right: 0 !important;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  background-color: var(--boton-whats-fondo);
  color: var(--boton-whats-text-color);
  display: inline-block;
}
.navbar-light .navbar-nav .boton-whats i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.navbar-light .navbar-nav .boton-whats:hover {
  background-color: var(--boton-whats-hover-fondo);
  color: var(--boton-whats-text-hover-color);
}
.navbar-light .navbar-nav .boton-whats:focus {
  color: var(--boton-whats-text-hover-color);
}

header {
  background-color: #262629;
  padding: 12px 0;
}

.clase-scroll {
  background-color: #fff;
}

.bg_home {
  background-color: #F0F0F0;
  padding: 40px 0 0;
}
.bg_home h1 {
  font-size: clamp(30px, 4vw, 48px);
}
.bg_home h6 {
  font-size: clamp(15px, 4vw, 19px);
}

.bg_general {
  padding: 70px 0;
}
.bg_general h2 {
  font-size: clamp(27px, 3vw, 35px);
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.bg_general .subtitulo {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 25px;
}
.bg_general p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.bg_gris {
  background-color: #F9F9F9;
}

.box_comentarios {
  background-color: #fff;
  padding: 40px 52px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.box_comentarios .box_contenido_comentario {
  min-height: 124px;
  max-height: 124px;
  overflow-y: auto;
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.box_comentarios .box_contenido_comentario::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.box_comentarios p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
.box_comentarios img {
  margin-bottom: 20px;
}
.box_comentarios span {
  font-size: 14px;
  color: #707070;
}

.navegador {
  position: relative;
  top: 45px;
}
.navegador .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #CCCCCC;
  width: 48px !important;
  height: 60px !important;
  color: #fff !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #000 !important;
}

#swiper-button-prev {
  left: -51px !important;
}

#swiper-button-next {
  right: -51px !important;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button {
  display: inline-block;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#button#button::after {
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
}
#button:hover {
  background-color: #777;
}

.bg_titulo {
  background-color: #000;
  color: #fff;
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.bg_titulo h1 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 5vw, 56px);
}
.bg_titulo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1c1d20 0%, rgba(28, 29, 32, 0.85) 33.93%, rgba(28, 29, 32, 0.45) 45.74%, rgba(28, 29, 32, 0) 100%);
}

.migas {
  color: #BA925B;
  font-size: 15px;
}
.migas i {
  font-size: 12px;
  color: #fff;
  position: relative;
}
.migas a {
  color: #fff;
}

.seccion-superior {
  background-color: #6825D0;
  height: 50px;
  padding: 5px 0;
  font-weight: 400;
  font-size: 15px;
}
.seccion-superior span {
  margin-right: 30px;
}
.seccion-superior span i {
  margin-right: 5px;
}
.seccion-superior a {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}
.seccion-superior a:hover {
  color: #cbcbcb;
}

.no-margen .nav-link {
  margin: 0 0 0 10px;
}

.bg_blog .img_blog {
  background-color: #262629;
  padding: 10px;
}

.box_servicios {
  background-color: #EED3AE;
  padding: 30px;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.box_servicios:hover {
  box-shadow: 0 0 0 2px #BA925B;
}
.box_servicios .box_img {
  background-color: #000;
  padding: 12px;
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  margin-bottom: 18px;
}
.box_servicios .box_img img {
  width: 40px;
}
.box_servicios h3 {
  font-size: 22px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.box_servicios p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.box_servicios a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-decoration: none !important;
}
.box_servicios a i {
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-left: 5px;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.box_servicios a:hover i {
  margin-left: 15px;
}

.box_team {
  border: 1px solid #BA925B;
  padding: 30px;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.box_team:hover {
  box-shadow: 0 0 0 1px #BA925B;
}
.box_team .img_team {
  background-color: #BA925B;
  height: 306px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.box_team .box_body h3 {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.box_team .box_body p {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.box_team .box_body .contador {
  color: #fff;
  border: 1px solid #BA925B;
  padding: 19px 15px;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.box_team a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-decoration: none !important;
  background-color: #BA925B;
  text-align: center;
  padding: 10px;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.box_team a:hover {
  background-color: #000;
  color: #fff;
}

.navbar-light .navbar-toggler {
  background: #ba925b;
  outline: none !important;
}

@media (max-width: 767px) {
  #swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  #swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  video {
    width: 100%;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-link {
    margin-right: 0;
  }
}/*# sourceMappingURL=estilos.css.map */