:root {
  --rojoAramark: #EB002A;
  --rojoHoverAramark: #8E001F;
  --grey:#6C757D;
  --lato: 'Lato', sans-serif;
  --latoLight: 300; 
  --latoRegular: 400; 
  --latoBold: 800;
  --btnRounded: 40px; 
  --darkGrey:#212529;
  }
 
  .my-6{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .py-6{
    padding-top: 90px;
    padding-bottom: 90px;
  }

.btn-aramark{
  background-color: var(--rojoAramark);
  border: 1px solid var(--rojoAramark);
  color: white;
  border-radius: var(--btnRounded);
}
.btn-aramark:hover{
  background-color: var(--rojoHoverAramark);
  border: 1px solid var(--rojoHoverAramark);
  color: white;
}
.btn-outline-secondary{
  border-radius: var(--btnRounded);
}
.btn-white{
  background-color: white;
  border: 1px solid white;
  color: var(--rojoAramark);
  border-radius: var(--btnRounded);
}
.btn-white:hover{
  background-color: var(--rojoHoverAramark);
  border: 1px solid var(--rojoHoverAramark);
  color: white;
  border-radius: var(--btnRounded);
}

.btn-primary-aramark{
  padding-left: 30px;
  padding-right: 30px;
  border-radius: var(--btnRounded);
}

.btn-secondary-aramark{
  padding-left: 30px;
  padding-right: 30px;
  border-radius: var(--btnRounded);
}

.noOverflow{
  overflow: hidden;
}

#topbar{
  background-color: var(--rojoAramark);
  padding: 8px 0;
  color: #ffffff80;
  font-family: var(--lato);
  text-align: end;
  font-size: 14px;
}
#topbar a{
  color: white;
  text-decoration: none;
}
.navbar-toggler{
  background-color: var(--rojoAramark);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }


  /*HERO*/
  #herosite{
    background-image: url(../img/img-hero.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 450px;
    font-family: var(--lato);
  }
  .boxhero{
    background-color: white;
    padding: 60px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
    margin-top: 70px;
  }
  .epiHero{
    color: black;
    font-weight: var(--latoRegular);
    margin-bottom: 0;
  }
  .tituloHero{
    color: var(--rojoAramark);
    font-weight: var(--latoLight);
  }
  .pHero{
    color: black;
    font-size: 18px;
    font-weight: var(--latoLight);
  }


  /*DESCRIPCION*/
  #descripcion h2{
    font-family: var(--lato);
    font-weight: var(--latoBold);
    color: var(--rojoAramark);
    font-size: 56px;
  }
  #descripcion p{
    font-family: var(--lato);
    font-weight: var(--latoLight);
  }
  #descripcion ul{
    padding-left: 0;
  }
  #descripcion ul li{
    list-style: none;
    font-family: var(--lato);
    font-weight: var(--latoLight);
    color: var(--grey);
    line-height: 1.6em;
  }

  /**/
  .bgGris{
    background-color: #fbfbfb;
    text-align: center;
    font-family: var(--lato);
  }
  .bgGris h2{
    color: var(--rojoAramark);
    font-weight: var(--latoBold);
    font-size: 56px;
  }
  .box{
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    background-color: white;
  }
  .box img{
    max-width: 100px;
    margin-bottom: 15px;
  }
  .box h3{
    font-weight: var(--latoBold);
    color: var(--grey);
    font-size: 20px;
  }
  .bgGris p{
    font-weight: var(--latoLight);
  }

  /*Rojo*/
  #bgRojo{
    background-color: var(--rojoAramark);
    color: white;
  }
  #bgRojo h2{
    font-size: 56px;
    font-family: var(--lato);
    font-weight: var(--latoRegular);
  }
  #bgRojo p{
    font-weight: var(--latoRegular);
  }
  #bgRojo i.fa-envelope{
    font-size: 60px;
  }
  #bgRojo img{
    max-width: 240px;
  }

  /*FOOTER*/
  footer{
    background-color: var(--darkGrey);
  }
  footer img{
    max-width: 200px;
  }
  footer p{
    color: white;
    font-size: 18px;
  }
  footer p a{
    color: white;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
  }
#foot{
    background-color: #000;
    color: var(--grey);
  }
  #foot a{
    color: var(--rojoAramark);
    text-decoration: none;
  }