 @charset "utf-8";
/* CSS Document */
/****General****/
bricolage-grotesque-<uniquifier> {
  font-family: "Bricolage Grotesque", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
html, body {
	margin:0;
	padding: 0;
	font-family: "Bricolage Grotesque", serif;
}
html {
  scroll-behavior: smooth;
}
div {
	box-sizing: border-box;
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
select {
  display: block!important;
}
.h-100 {
  height: 100%!important;
}
/*text*/
.b300 {
  font-weight: 300;
}
.b600 {
  font-weight: 600;
}
.b700 {
  font-weight: 700;
}
.text-chico {
  font-size: .8rem;
}
.text-verde {
  color: #47917a;
}
/*links*/
.btn-redinger {
  padding: .64rem 2.04rem;
  border-radius: 0;
  font-size: .8rem;
  text-transform: uppercase;
}
.link-simple {
  color: inherit!important;
}
.link-verde, .link-verde:hover {
  color: #47917a;
  text-decoration: none;
}
.btn-outline-light.btn-redinger:hover > i {
  color: #47917a;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #47917a;
}
.despliega::after {
  content: "menos -"
}
.despliega.collapsed::after {
  content: "más +"
}
/*Background*/
.img-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg-grey100 {
  background-color: #f8f9fa;
}
/***/
header {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 60vh;
  width: 100%;
  overflow: hidden;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}
/*******/
#carouselHome {
  background-color: #e9ecef;
}
#carouselHome .carousel-item {
  min-height: 400px;
}
.carousel .carousel-indicators [data-bs-target] {
    background-color: #010101;
}
.carousel.bottom-indicators .carousel-indicators {
  bottom: -40px;
}
#modalVideo button.close, #modalSuscripcion button.close, #modalAudio 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, #modalAudio button.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #212121;
}
/***************/
.nav.nav-tabs {
  justify-content: center!important;
}
.nav-tabs .nav-link {
  border: none!important;
  color: #212121 !important;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #47917a !important;
  background-color: transparent;
}
.nav-tabs {
  border-bottom: none;
}
/*******/
@media (min-width: 992px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 576px) {
  header {
    height: 75vh;
  }
}
@media (max-width: 320px) {}
