:root {
    --green: #008056;
    --pink : #F7ACAA;
    --main-white : #FFFCFC;
    --background : #f2f0e7;
    --yellow : #F4E8A5;
    --black : #000;
}

body {
    background-color: var(--background);
    font-family: "Roboto", sans-serif;
}

.offers {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--green);
    color: var(--main-white);
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-white {
    border-color: var(--main-white);
    color: var(--main-white);
    border-radius: 0;
    font-weight: 700;
}
 
 .roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}
 
.nav-link {
  color: var(--black);
  opacity: .5;
}

header {
  background-color: var(--main-white) !important;
}

nav.bg-body-tertiary {
  background-color: var(--main-white) !important;
}

footer {
  background-color: var(--green);
  display: grid;
  grid-template-columns: .55fr 5px .45fr;
  padding: 40px;
}

.search-header {
  background-color: var(--main-white);
  border: solid 1px var(--background);
  width: 100%;
}

.btn-search {
  position: absolute;
  transform: translate(170px);
  color: var(--green);
  border: 0px;
}

.current-page{
  opacity: 1;
  color: var(--green);
  font-weight: 600;
}

.navbar-brand {
  max-width: 100px;

  img {
    max-width: 100%;
  }
}

.btn-success {
  background-color: var(--green);
}

.btn-shopping {
  color: var(--green);
}

.dropdown-form {
  width: 200px;
}

.slider img{
  height: 80dvh;
  width: 100dvw;
}

.slick-dots {
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;

  li {
    display: inline;
    padding: 0 10px;
    font-size: 0;
  }

  button {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    border: none;
    background-color: #e9e9e9ea;
  }

  li.slick-active button {
    background-color: #FFFCFC;
  }
}

.slider-container {
  width: 100dvw;
  display: flex;

  .slider {
    width: 100%;
  }
  justify-content: center;
}

.btn-verde{
  background-color: var(--green);
  color: var(--pink);
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px 35px;
  width: fit-content;
}

.btn-compra{
  background-color: var(--green);
  color: var(--pink);
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;

  bottom: 15%;
}

.btn-verde:hover {
  background-color: #006342;
  color: var(--pink);
}

.dividido{
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr .8fr;

  img{
    width: 100%;
  }
}

.dividido div {
    width: 100%;
    padding: 0 50px;

    h3{
      color: var(--green);
      text-transform: uppercase;
      font-weight: 300;
      line-height: 5rem;
      font-size: 6rem;
    }

    strong {
      font-weight: 600;
    }

    p {
      margin: 50px 0;
      font-size: 1.25rem;
    }
}
.ofertas {
  max-height: 475px;
  background-color: var(--pink);

  img {
    max-height: 475px;
    object-fit: cover;
    height: 100%;
  }
}

.ofertas div{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 475px;

  h3{
    color: var(--green);
    font-weight: 300;
    line-height: 4.5rem;
    font-size: 4.5rem;
  }

  p{
    color: var(--main-white);
  }

  button {
    flex-grow: 0;
  }
}

.info {
  background-color: var(--yellow);
  height: 125px;
  display: grid;
  grid-template-columns: 1fr 5px 1fr 5px 1fr;
  align-content: center;
}

.vr {
  height: 90%;
  opacity: 1;
  width: 5px;
  border-radius: 2.5px;
}

.info-vr {
  background-color: var(--green);
}

.footer-vr {
  background-color: var(--pink);
}

.info .info-data{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  h3 {
    text-transform: uppercase;
    color: var(--green);
    font-weight: bold;
    font-size: 2.25rem;
    max-width: 50%;
    margin: 0;
  }

  img {
    height: 80px;
  }
}

.links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 700px;
  margin-left: auto;
}

.links-column {
  line-height: 2rem;
  h3{
    color: var(--pink);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
  }

  p{
    color: var(--main-white);
    font-weight: 300;
    font-size: 1.25rem;
  }
}

.btn-news {
  background-color: var(--yellow);
  color: var(--green);
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 10px 35px;
  width: fit-content;
}

.btn-news:hover {
  background-color: #dbce80;
  color: var(--green);
}

.media {
  align-self: center;
  justify-self: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;

  h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    color: var(--pink);
  }
}

.media-list{
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.media-btn{
  background-color: var(--pink);
  height: 60px;
  width: 60px;
  border-radius: 30px;

  i {
    font-size: 30px;
    color: var(--green);
  }
}

.media-btn:hover{
  background-color: #e29794;
}