/*
	Theme Name: Clube Supermercados Curió
	Theme URI: https://clube.supermercadoscurio.com.br/
	Description: Um tema do supermercado Curió
	Author: Thomerson Teixeira
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 0.1.0
	Stable tag: 0.1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  background-color: #B22219;
  font-family: 'Ubuntu', sans-serif;
  padding-top: 30px;
  margin: 0;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.oferta {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  padding: 1rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 1000;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
}

.slick-prev:before, 
.slick-next:before {
  font-size: 40px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.oferta > img {
    width: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    height: auto;
    margin-bottom: -5px;
}

body > footer > div:nth-child(4) {
    background-color: white;
    width: 100%;
}

body > footer > div:nth-child(4) > div {
  display: flex;
}

body > footer > div:nth-child(4) > div > p {
    width: 50%;
    color: #B22219;
    font-weight: 400;
    font-size: 18px;
}

footer {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem 2%;
  padding: 2rem 0;
}

footer .column-1 {
    font-size: 20px;
    color: white;
    align-self: center;
}

footer .column-1 a {
    color: #FFE253;
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
}

footer .column-2 {
  display: flex;
  align-self: center;
  justify-content: center;
}

footer .column-2 div {
    margin-left: .5rem;
}

footer .column-2 p {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin: .5rem 0;
}

footer .column-2 a {
    font-size: 22px;
    color: #FFE253;
    font-weight: 600;
    text-decoration: none;
}

footer .column-3 {
    text-align: center;
    color: white;
    font-size: 20px;
    margin: 0.5rem 0;
    font-weight: 500;
    align-self: center;
}

footer .column-3 p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: .5rem 0;
}

footer .column-3 div {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .column-3 a {
    width: 48px;
    display: flex;
    height: 48px;
    background-color: white;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 .25rem;
}

.copyright {
    width: 100%;
    display: inline-flex;
    align-items: center;
    background-color: white;
}

.copyright .container {
  display: flex;
  flex-direction: column-reverse;
}

.copyright .buttons-panel,
.copyright .container > p {
  width: 100%;
}

.copyright .buttons-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0;
}

.copyright .buttons {
    background-color: #B22219;
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    padding: .5rem 1.2rem;
    border-radius: 50px;
    margin: 0 0.4rem;
    text-decoration: none;
    color: white;
}

.copyright .buttons p {
    margin: 0 0 0 0.5rem;
}

@media screen and (min-width: 480px) {
  .container {
    width: 60%;
  }

  footer {
    grid-template-columns: 32% 32% 32%;
  }

  .oferta {
    width: 60%; 
  }

  .copyright .container {
    flex-direction: row;
  }

  .copyright .buttons-panel,
  .copyright .container > p {
    width: 50%;
  }

  .copyright .buttons-panel {
      justify-content: end;
      margin: unset;
  }
}
