@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/** Variables */
:root {
  --atem-red: #fd0321;
  --atem-yellow: #f3d131;
}

.row {
  position: relative;
  z-index: 10;
}

body{
  font-family: 'Montserrat', sans-serif;
  /*background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);*/
  /*background-size: cover;*/
}

.main{
  /*background: url("../images/bg-container.png") repeat-y center center;*/
  background-size: cover;
}

.bg-red{
  background-color: var(--atem-red);
}

.red-background {
  background-color: var(--atem-red);
}

.bg-yellow {
  background-color: var(--atem-yellow);
}

.link-atem-primary {
  color: #fff;
}

.social-icon-bar {
    background-color: #da2707;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 8px 5px;
}

.social-icon-bar i{
    color:white;
}

.posh-top-link {
    width: 40px;
    padding-left: 10px;
    margin-top: -10px;
    padding-top: 0;
}

.caption-title {
  text-transform: uppercase;
  font-size: 1.8em;
  font-style: italic;
  color: #ffffff;
  /*background-color: var(--atem-red);*/
  padding: 3px 8px;
}

.section-title{
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 1.8em;
  font-weight: 700;
  color: #ffffff;
}

.text-red{
  color: var(--atem-red);
}

.section-title.inverted{
    background: #ed1c2e;
    color: #ffd520;
    font-size: .9em;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
}

.nav-link {
    font-weight: 600;
    text-transform: uppercase;
}

.step-col {
    flex: 0 0 auto;
    width: 18.66666667%;
}

.acessar-button {
    display: inline-block;
    background-color: #ff0000;
    color: #ffeb48;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 40px;
    margin-bottom: 45px;
    font-size: 1.5em;
    border-radius: 60px;
}

.footer-cta{
  max-width: 457px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0px auto;
  padding-top: 50px;
}
footer .container{
  z-index: 1;
  position: relative;
}

.form-select{
  border-radius: 1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.postos-list{
  margin-top: 10px;
  background-color: #ffffff61;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px
}

footer .social-icons{
  margin-bottom: 70px;
  margin-top: 70px;
}

footer{
  position: relative;
  overflow: hidden;
  color: var(--atem-red);
  margin-top: -10px;
}

.footer-inner-bg{
  background: url("../images/footer_bg.png") no-repeat bottom center;
}

/*footer::before{*/
/*  content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #ff0000;*/
/*    border-radius: 50% 50% 0 0 / 100% 100% 0 0;*/
/*    transform: scaleX(1.5);*/
/*    border-top-color: #f8e847;*/
/*    border-top-style: solid;*/
/*    border-top-width: 30px;*/
/*}*/

.store-button {
    margin-left: 75px;
    max-height: 63px;
}

.stores {
    margin-top: 60px;
    margin-left: -100px;
}

.cute-cards{
  position: absolute;
  max-width: 100px;
  top: 224px;
}

.cute-cards img{
  width: 100%;
  opacity: 0.2;
}

.l-cute-cards {
  left: 0;
}

.r-cute-cards {
  right: 0;
}

.posh-title{
  margin-left: 115px;
  color: var(--atem-red);
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8rem;
}

.curved-line-footer{
  background: url('../images/curved-line.svg') no-repeat top center;
  background-size: cover;
  height: 50px;
}

/*.r-cute-cards img {*/
/*  width: 100%;*/
/*  opacity: 0.5;*/
/*}*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /*.stores {*/
  /*    margin-top: 200px;*/
  /*    margin-left: -100px;*/
  /*}*/
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .bg-home{
        background-position: center -112px;
        background-size: contain;
    }
    .section-title{
        font-size: 1.8rem;
    }
    .section-title.inverted {
        font-size: 1.2em;
    }
    .store-button {
        margin-left: 87px;
        max-height: 80px;
    }

    .cute-cards{
      max-width: 175px;
      top: 435px;
    }
    /*.stores {*/
    /*    margin-top: 250px;*/
    /*    margin-left: -100px;*/
    /*}*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cute-cards{
    max-width: 250px;
    top: 870px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .stores {
        margin-top: 158px;
    }
  .caption-title {
    font-size: 3.8rem;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

.footer-link{
  color: #e54721;
  text-decoration: none;
}
.footer-link:hover{
  color: #e54721;
  text-decoration: underline;
}

#legal-noticies{
    font-size: 0.850rem;
    color: #757575;
}

#last-winners{
  background: #fff8f8;
  color: #848484;
}

.big-label {
    padding: 7px 20px;
    background-color: var(--atem-red);
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: bolder;
    color: #fff;
}

.promotion-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.promotion-steps li {
    position: relative;
    padding: 0 1rem;
    text-align: center;
}

.promotion-steps li:not(:last-child):after {
    content: '>';
    font-size: 2rem;
    font-weight: bolder;
    color: var(--atem-yellow);
    margin-left: .5rem;
    position: relative;
    top: 3px;
}

/* Breakpoint para mobile */
@media (max-width: 768px) {
    .promotion-steps {
        flex-direction: column;
        gap: 0.5rem;
    }

    .promotion-steps li {
        padding: 0.5rem 0;
        width: 100%;
    }

    .promotion-steps li:not(:last-child):after {
        content: '↓';
        display: block;
        position: static;
        margin: 0.25rem auto 0;
        font-size: 1.5rem;
        top: 0;
    }
}

.posh-label{
  font-size: 1.6rem;
  font-weight: bolder;
  font-style: italic;
}
