:root{
  --mostaza:#E2AA23;
}

body{
  font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

.subtitulo {
   font-family: 'Roboto', sans-serif;
   font-weight: 700px;
}

.texto {
  font-family: 'Roboto', sans-serif;
  font-weight: 500px;
  font-size: 18px ;
}

.text-small {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300px;
}

.text-color{
  color: var(--mostaza);
}

.breve{
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.masthead {
  background-color: #818181!important;
  background-blend-mode: multiply;
  background-attachment: fixed!important;
}
.masthead .masthead-texto{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.gradiente {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #000, 50%, rgba(0, 0, 0, 0));
}

.banner-seccion{
  background-size: cover;
  background-position: center;
  background-color: #b7b7b7;
  background-blend-mode: multiply;
}
.banner-seccion > .container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.banner-seccion .titulo-banner{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.btn-lineal {
  border-radius: 50px;
  border: 1px solid var(--mostaza);
  color: var(--mostaza);
}

.btn-lineal:is(:hover,:focus) {
  color:#fff;
  background-color: var(--mostaza);
}

.btn-color {
  border-radius: 50px;
  color: #fff;
  background-color: var(--mostaza);
}

.bg-black {
  background-color: #000000;
}

.card {
  border-radius: 25px;
}

.timeline:before {
  background-color: var(--mostaza);
}

.timeline > li .timeline-image {
  border: 7px solid var(--mostaza);
  background-color: var(--mostaza);
}

.cuadro-black {
  background-color: #000;
}

.cuadro-naranjo {
  background-color: var(--mostaza);
  width: 80px;
  height: 100%;
}

.cuadrito {
  background-color: var(--mostaza);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  position: absolute;
  top: -10px;
}

.gymnet {
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}

.nav-link {
  border-bottom: 1px solid transparent;
  font-family: 'Roboto Condensed', sans-serif!important;
  font-weight: 300 !important;
}

.nav-link.active {
  border-bottom: 1px solid var(--mostaza);
}

#mainNav {
  transition: all .5s ease;
}

#mainNav.navbar-shrink{
  background-color: #000;
}

.admin{
  margin-bottom: -80px;
}

.cuadrito.grande {
  width: 100px;
  height: 100px;
}

.card .logos {
  width: 70%!important;
}

.flecha {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.flecha a {
  color: #A5A5A4;
}

.flecha .circulo {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.17);
  height: 66px;
  width: 66px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  font-size: 30px;
}

#ayudas.accordion{

}
#ayudas.accordion .card{
  margin-bottom: 1rem;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}
#ayudas.accordion .card .card-header{
  background-color: transparent;
  border: none;
  padding: .5rem;
}
#ayudas.accordion .card .card-header button{
  background-color: var(--mostaza);
  text-decoration: none;
  border-radius: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  padding: 1rem;
}
#ayudas.accordion .card .card-header button.collapsed{
  background-color: #f1f1f1;
  text-decoration: none;
}
#ayudas.accordion .card .card-header button:hover{
  color: var(--mostaza);
  background-color: #111;
}

@media screen and (min-width: 0px){
  header.masthead{
    min-height: 100svh;
  }
  .titulo {
    font-size: 40px;
  }
  .texto{
    font-size: 14px;
  }
  .cuadro {
    border-left: 30px solid var(--mostaza);
  }
}

@media screen and (min-width: 768px) {
  .titulo {
    font-size: 50px;
  }
  .texto{
    font-size: 1rem;
  }
  .titulo-slide{
    font-size: 48px;
    line-height: 48px
  }
  .cuadro {
    border-left: 50px solid var(--mostaza);
  }
}

@media screen and (min-width: 992px){
  .titulo-slide {
    font-size: 70px;
    line-height: 70px;
  }
  .cuadro {
    border-left: 80px solid var(--mostaza);
  }
}
