@import url("https://fonts.googleapis.com/css?family=Kanit:400,700&amp;subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap");
@font-face {
  font-family: "PFSquareSansProBold";
  src: url("fonts/pfsquaresanspro-bold-webfont.woff2") format("woff2"), url("fonts/pfsquaresanspro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFSquareSansProRegular";
  src: url("fonts/pfsquaresanspro-regular-webfont.woff2") format("woff2"), url("fonts/pfsquaresanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn {
  display: inline-block;
  background: #e36100;
  color: white;
  padding: 5px 17px;
  font-size: 14px;
  line-height: normal;
  border-radius: 16px;
}
.btn:hover {
  text-decoration: underline;
  color: white;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  transform: translateY(-8px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  transform: translateY(8px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #04325b;
  line-height: 1.3;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

input,
iframe {
  max-width: 100%;
}

a {
  color: #04325b;
}
a:hover, a:focus {
  color: #e36100;
  text-decoration: none;
}

sup {
  position: relative;
  top: -12px;
  font-size: 50%;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

#header .header-region-wrapper,
#footer .footer-region-wrapper,
.single-page {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  position: relative;
  clear: both;
}

#header .section,
#highlighted .banner .wrapper, #highlighted .bloco-radio,
#main-wrapper #content,
#footer .region-footer,
#footer .wrapper .teste {
  margin: 0 auto;
  position: relative;
}

*:focus {
  outline: none;
}

#main {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  #main {
    padding-top: 100px;
  }
}

#footer {
  clear: both;
}

@media (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }
}
#header {
  background: white;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
#header .header-region-wrapper .section {
  padding: 6px 0;
  height: 80px;
}
@media (min-width: 1024px) {
  #header .header-region-wrapper .section {
    height: 100px;
  }
}
#header #logo-name-slogan {
  display: inline-block;
  width: 153px;
}
#header #logo-name-slogan img {
  height: 66px;
}
@media (min-width: 1024px) {
  #header #logo-name-slogan img {
    height: 82px;
  }
}

#navigation {
  display: block;
  position: fixed;
  z-index: 2;
  clear: both;
  width: 100%;
}
#navigation #menu-passai {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#navigation #menu-passai ul {
  position: absolute;
  right: 20px;
  top: 42px;
  transition: top 0.5s ease-out;
}
#navigation #menu-passai ul li.leaf {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  position: relative;
  display: inline-block;
}
#navigation #menu-passai ul li.leaf a, #navigation #menu-passai ul li.leaf span {
  color: #04325b;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: padding-bottom 0.5s ease-out;
}
#navigation #menu-passai ul li.leaf a:hover, #navigation #menu-passai ul li.leaf a.active, #navigation #menu-passai ul li.leaf span:hover, #navigation #menu-passai ul li.leaf span.active {
  color: #e36100;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: solid 4px;
}
@media (min-width: 1024px) {
  #navigation #menu-passai ul li.leaf.expanded {
    padding-left: 16px;
  }
  #navigation #menu-passai ul li.leaf.expanded::before {
    content: ">";
    position: absolute;
    top: -3px;
    left: 0;
    transform: rotate(90deg);
    font-family: monospace;
    font-weight: bold;
    font-size: 20px;
  }
  #navigation #menu-passai ul li.leaf:hover .sub-menu {
    display: block;
  }
  #navigation #menu-passai ul li .sub-menu {
    display: none;
    min-width: 270px;
    background-color: white;
    right: -15px;
    top: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 16px 10px;
    border-radius: 6px;
  }
  #navigation #menu-passai ul li .sub-menu li {
    padding: 0;
    margin: 0;
    display: block;
  }
  #navigation #menu-passai ul li .sub-menu li + li {
    border-top: solid 1px #04325b;
    padding-top: 6px;
    margin-top: 6px;
  }
  #navigation #menu-passai ul li .sub-menu li a {
    padding: 0;
    font-size: 16px;
  }
  #navigation #menu-passai ul li .sub-menu li a:hover {
    padding: 0;
    border: 0;
  }
  #navigation #menu-passai ul li .sub-menu .sub {
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {
  #header, #main, #footer {
    transition: all 0.5s ease-in-out;
  }
  #header #menu-mobile {
    display: block;
    width: 38px;
    height: 34px;
    margin: 0;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header #menu-mobile span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #e36100;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #header #menu-mobile span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  #header #menu-mobile span:nth-child(2) {
    top: 14px;
    transform-origin: left center;
  }
  #header #menu-mobile span:nth-child(3) {
    top: 28px;
    transform-origin: left center;
  }
  #header #menu-mobile.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 1px;
    left: 5px;
  }
  #header #menu-mobile.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    left: 5px;
  }
  #header #menu-mobile.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }
  #navigation {
    width: 300px;
    height: 100%;
    right: -300px;
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    background: white;
    /*-webkit-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.5);
    box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.5);*/
  }
  #navigation #menu-passai ul {
    right: inherit;
    width: 100%;
    top: 0px;
  }
  #navigation #menu-passai ul li.leaf {
    display: block;
    margin: 0;
    padding: 0;
  }
  #navigation #menu-passai ul li.leaf a, #navigation #menu-passai ul li.leaf span {
    padding-bottom: 0;
    padding: 16px 20px;
    border-top: solid 1px #04325b;
  }
  #navigation #menu-passai ul li.leaf a.active, #navigation #menu-passai ul li.leaf span.active {
    border-bottom: none;
  }
  #navigation #menu-passai ul li.leaf a:hover, #navigation #menu-passai ul li.leaf span:hover {
    border-bottom: none;
  }
  #navigation #menu-passai ul .sub-menu {
    position: relative;
  }
  #navigation #menu-passai ul .sub-menu li.leaf a {
    padding-left: 30px;
  }
  #navigation #menu-passai ul .sub-menu .sub {
    padding-left: 10px;
  }
  #navigation #menu-mobile {
    display: block;
    width: 38px;
    height: 34px;
    margin: 0;
    position: absolute;
    left: -58px;
    top: 23px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #navigation #menu-mobile span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #e36100;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #navigation #menu-mobile span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  #navigation #menu-mobile span:nth-child(2) {
    top: 14px;
    transform-origin: left center;
  }
  #navigation #menu-mobile span:nth-child(3) {
    top: 28px;
    transform-origin: left center;
  }
  #navigation #menu-mobile.open span {
    background: white;
  }
  #navigation #menu-mobile.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 1px;
    left: 5px;
  }
  #navigation #menu-mobile.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    left: 5px;
  }
  #navigation #menu-mobile.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }
  #navigation #menu-overlay {
    width: 1200px;
    height: 100%;
    position: absolute;
    right: 300px;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
  }
  body.menu-active #header, body.menu-active #main, body.menu-active #footer {
    transform: translateX(-300px);
  }
  body.menu-active #navigation {
    transform: translateX(-300px);
  }
  body.menu-active #navigation #menu-overlay {
    visibility: visible;
    opacity: 1;
  }
  body.menu-active #navigation #menu-mobile {
    transform: translateX(0px);
  }
}
#page-title,
.single-page-title {
  display: none;
}

.node-page {
  clear: both;
}

.node-unpublished {
  background-color: transparent !important;
}

#cta-whats {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: 600;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
}
#cta-whats span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 5px 0;
  margin-bottom: 6px;
}
#cta-whats::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/sites/all/themes/assai_2022/styles/images/icones/whatsapp-icon.svg) center no-repeat;
  background-size: contain;
}

.page-cartao-presente .section .container {
  max-width: 900px;
}
.page-cartao-presente .section.section1 {
  color: white;
  padding: 6rem 0;
  position: relative;
}
.page-cartao-presente .section.section1 h2 {
  font-size: 3rem;
  font-weight: 800;
}
.page-cartao-presente .section.section1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140%;
  top: 0;
  left: 0;
  background: url(../styles/images/bg-section1-cartao-presente.jpg) no-repeat center center #04325b;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section1 .container {
    padding: 0 4rem;
  }
}
@media (min-width: 1024px) {
  .page-cartao-presente .section.section1 .container {
    padding: 0 6rem;
  }
  .page-cartao-presente .section.section1 h2 {
    font-size: 4rem;
  }
  .page-cartao-presente .section.section1 p {
    font-size: 2rem;
  }
}
.page-cartao-presente .section.section2 {
  padding: 2rem 0 4rem;
  position: relative;
}
.page-cartao-presente .section.section2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #0c4373;
}
.page-cartao-presente .section.section2 .titulo-cartao {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 100;
  font-size: 3rem;
}
.page-cartao-presente .section.section2 .box {
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.page-cartao-presente .section.section2 .box-wrapper {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section2 .box-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 1024px) {
  .page-cartao-presente .section.section2 .box-wrapper {
    padding: 0 8rem;
  }
}
.page-cartao-presente .section.section2 .como-adquirir ul li {
  display: flex;
}
.page-cartao-presente .section.section2 .como-adquirir ul span {
  font-size: 2.5rem;
  margin-right: 12px;
  font-weight: 800;
  min-width: 16px;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section2 .como-adquirir ul {
    font-size: 18px;
  }
}
.page-cartao-presente .section.section2 .como-adquirir img {
  display: block;
  max-width: 200px;
  margin: auto;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section2 .como-adquirir {
    display: flex;
    align-items: center;
  }
  .page-cartao-presente .section.section2 .como-adquirir img {
    max-width: 230px;
    margin-left: 20px;
  }
}
.page-cartao-presente .section.section2 .termos-de-uso {
  background-color: #0861a5;
  color: white;
}
.page-cartao-presente .section.section2 .form-saldo {
  position: relative;
  padding-bottom: 2rem;
}
.page-cartao-presente .section.section2 .form-saldo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  top: 0;
  left: 0;
  background: #0861a5;
  z-index: -1;
}
.page-cartao-presente .section.section2 .form-saldo img {
  display: block;
  margin: auto;
}
.page-cartao-presente .section.section2 .form-saldo iframe {
  width: 100%;
}
@media (min-width: 1280px) {
  .page-cartao-presente .section.section2 .form-saldo {
    display: flex;
    align-items: center;
    padding: 4rem;
  }
  .page-cartao-presente .section.section2 .form-saldo::before {
    display: none;
  }
  .page-cartao-presente .section.section2 .form-saldo img {
    max-width: 350px;
    margin-right: 20px;
    margin-top: 0;
  }
}
.page-cartao-presente .section.section2 .cartoes-presente .tagline {
  color: #fff;
  font-size: 18px;
}
.page-cartao-presente .section.section2 .cartoes-presente .tagline h3 {
  font-size: 24px;
  margin: 40px 0;
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente {
    margin: 50px 0 0 0;
  }
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .card {
  background: #fff url(../styles/images/cartoes-presente/bg-card.png) center -1px repeat-x;
  border-radius: 25px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: 100px 30px 20px 30px;
  padding: 0 30px 15px 30px;
}
@media (max-width: 767px) {
  .page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .card {
    margin: 100px 10px 20px 10px;
  }
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .card img {
  margin: -100px auto 20px auto;
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .card h4 {
  font-weight: 800;
  color: #e35213;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 18px;
  text-align: left;
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .card h5 {
  font-weight: 800;
  color: #111;
  text-align: left;
  text-transform: none;
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .card p {
  text-align: left;
  color: #333;
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .slick-arrow {
  display: inline-block;
  width: 35px;
  height: 70px;
  text-indent: -5000em;
  background: transparent;
  position: absolute;
  top: 46%;
  background-size: 100% !important;
  border: none;
}
@media (max-width: 767px) {
  .page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .slick-arrow {
    display: none !important;
  }
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .slick-arrow.slick-next {
  background: transparent url(../styles/images/cartoes-presente/arrow-right.png) top center repeat-x;
  right: -20px;
}
.page-cartao-presente .section.section2 .cartoes-presente .slick-cartoes-presente .slick-arrow.slick-prev {
  left: -20px;
  background: transparent url(../styles/images/cartoes-presente/arrow-left.png) top center repeat-x;
}
.page-cartao-presente .section.section3 {
  padding: 2rem 0 4rem;
  position: relative;
  color: #ffffff;
}
.page-cartao-presente .section.section3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgb(16, 44, 245);
  background: linear-gradient(110deg, rgb(16, 44, 245) 25%, rgb(255, 138, 54) 75%);
}
.page-cartao-presente .section.section3::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 480px;
  bottom: 0;
  margin-bottom: -40px;
  background: transparent url(../styles/images/modelo-2024.webp) bottom center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section3::after {
    position: absolute;
    width: 270px;
    height: 480px;
    bottom: 0;
    left: 50%;
    margin-left: 60px;
    margin-bottom: 0;
  }
}
.page-cartao-presente .section.section3 h3 {
  font-size: 30px;
}
.page-cartao-presente .section.section3 .imagem {
  position: relative;
}
.page-cartao-presente .section.section3 .imagem img {
  display: block;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section3 .imagem img {
    margin: 30px auto 70px 0;
  }
  .page-cartao-presente .section.section3 .imagem::after {
    content: "";
    display: block;
    width: 700px;
    height: 300px;
    background: transparent url(../styles/images/semi-circulos.png) center right no-repeat;
    background-size: contain;
    position: absolute;
    left: 200px;
    top: -87px;
  }
}
.page-cartao-presente .section.section3 .btn-confira {
  display: inline-block;
  padding: 10px 14px 9px;
  text-transform: uppercase;
  background: rgb(8, 25, 240);
  background: linear-gradient(110deg, rgb(8, 25, 240) 0%, rgb(23, 56, 246) 100%);
  color: white;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .page-cartao-presente .section.section3 .btn-confira {
    font-size: 20px;
  }
}

.page-cartoes-recargas .section .container {
  max-width: 1000px;
}
.page-cartoes-recargas .section.section1 {
  color: white;
  padding: 6rem 0 2rem;
  position: relative;
}
.page-cartoes-recargas .section.section1 h2 {
  font-weight: 800;
}
.page-cartoes-recargas .section.section1 h2 span {
  display: block;
}
.page-cartoes-recargas .section.section1 h2 span:nth-child(1) {
  font-size: 57px;
  line-height: 1.1;
}
.page-cartoes-recargas .section.section1 h2 span:nth-child(2) {
  font-size: 44.5px;
  line-height: 1.1;
}
.page-cartoes-recargas .section.section1 h2 span:nth-child(3) {
  font-size: 61.5px;
  color: #eca037;
  line-height: 0.9;
}
.page-cartoes-recargas .section.section1 h2 span:nth-child(4) {
  font-size: 47px;
  color: #eca037;
  line-height: 1.1;
}
@media (min-width: 1280px) {
  .page-cartoes-recargas .section.section1 h2 span:nth-child(1) {
    font-size: 77px;
  }
  .page-cartoes-recargas .section.section1 h2 span:nth-child(2) {
    font-size: 60px;
  }
  .page-cartoes-recargas .section.section1 h2 span:nth-child(3) {
    font-size: 83px;
  }
  .page-cartoes-recargas .section.section1 h2 span:nth-child(4) {
    font-size: 63px;
  }
}
.page-cartoes-recargas .section.section1 p {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0 0;
}
.page-cartoes-recargas .section.section1 p span {
  color: #eca037;
}
.page-cartoes-recargas .section.section1 .recarga-aqui img {
  max-width: 80%;
  margin: auto;
  display: block;
}
.page-cartoes-recargas .section.section1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 125%;
  top: 0;
  left: 0;
  background: url(../styles/images/bg-section1-cartao-presente.jpg) no-repeat center center #04325b;
  background-size: cover;
}
.page-cartoes-recargas .section.section2 {
  padding: 2rem 0 10rem;
  position: relative;
}
.page-cartoes-recargas .section.section2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 82%;
  bottom: 0;
  left: 0;
  background: url(../styles/images/bg-section2-recarga.png) no-repeat center center #04325b;
  background-size: cover;
}
.page-cartoes-recargas .section.section2 h2 {
  text-transform: none;
  font-weight: 100;
  font-size: 3rem;
}
.page-cartoes-recargas .section.section2 h2 strong {
  font-weight: 800;
}
.page-cartoes-recargas .section.section2 .box {
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.page-cartoes-recargas .section.section2 .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #0861a5;
}
.page-cartoes-recargas .section.section2 .box-wrapper {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .page-cartoes-recargas .section.section2 .box-wrapper {
    padding: 0 4rem;
  }
}
@media (min-width: 1024px) {
  .page-cartoes-recargas .section.section2 .box-wrapper {
    padding: 0 8rem;
  }
}
@media (min-width: 768px) {
  .page-cartoes-recargas .section.section2 .como-usar div {
    max-width: 50%;
  }
}
.page-cartoes-recargas .section.section2 .como-usar div p.aviso {
  font-size: 13px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-top: 12px;
  margin-bottom: 0;
}
.page-cartoes-recargas .section.section2 .como-usar ul {
  border: solid 1px #04325b;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
}
.page-cartoes-recargas .section.section2 .como-usar ul li {
  display: flex;
}
.page-cartoes-recargas .section.section2 .como-usar ul span {
  font-size: 2.5rem;
  margin-right: 12px;
  font-weight: 800;
  min-width: 22px;
}
.page-cartoes-recargas .section.section2 .como-usar img {
  display: block;
  max-width: 90%;
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .page-cartoes-recargas .section.section2 .como-usar {
    display: flex;
    align-items: center;
  }
  .page-cartoes-recargas .section.section2 .como-usar img {
    max-width: 230px;
    margin: 2rem auto;
  }
}

/*--- /CARTOES - Node #10852 --------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .page-node-10852 #navigation #menu-passai ul.menu {
    width: 90%;
    text-align: right;
    right: 0;
  }
  .page-node-10852 #navigation #menu-passai ul.menu li.leaf {
    width: 33%;
    margin: 0;
  }
  .page-node-10852 #navigation #menu-passai ul.menu li.leaf a {
    font-size: 14px;
    padding-right: 30px;
    display: inline-block;
    background: transparent url(../styles/images/cartoes/bullet-down.png) right 5px no-repeat;
  }
}
.page-node-10852 #node-10852 section {
  color: #fff;
}
.page-node-10852 #node-10852 h2,
.page-node-10852 #node-10852 h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.page-node-10852 #node-10852 a.btn {
  width: 260px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 15px;
  text-align: center;
  border-radius: 7px;
  background: #e35113;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 a.btn {
    font-size: 15px;
    padding: 20px;
    width: 280px;
  }
}
.page-node-10852 #node-10852 section.main-header {
  background: #a54522 url(../styles/images/cartoes/bg-topheader2.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.main-header {
    text-align: center;
    background-size: auto 100% !important;
    background: #a54522 url(../styles/images/cartoes/bg-topheader2.jpg) top center no-repeat;
  }
}
.page-node-10852 #node-10852 section.main-header .tagline {
  max-width: 440px;
}
@media (min-width: 768px) {
  .page-node-10852 #node-10852 section.main-header .tagline {
    margin: 120px 0 85px 70px;
  }
}
.page-node-10852 #node-10852 section.main-header h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.main-header h2 {
    font-size: 21px;
    margin: 60px 0 25px 0;
  }
}
.page-node-10852 #node-10852 section.main-header p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1px;
  max-width: 520px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.main-header p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.main-header a.btn {
    font-size: 15px;
    padding: 20px;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    bottom: 20px;
    margin-bottom: 0;
  }
}
.page-node-10852 #node-10852 section.main-header img {
  position: absolute;
  bottom: 0;
  max-width: 490px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.main-header img {
    position: relative;
    margin-left: 10%;
    max-width: 90%;
  }
}
.page-node-10852 #node-10852 section.main-header .modelo.desktop {
  display: none;
}
.page-node-10852 #node-10852 section.cartao-credito {
  background: #175999 url(../styles/images/cartoes/bg-cartao2.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito {
    text-align: center;
    padding-bottom: 20px;
    background: #175999 url(../styles/images/cartoes/bg-cartao2.jpg) 90% top no-repeat;
    background-size: cover;
  }
}
.page-node-10852 #node-10852 section.cartao-credito img {
  margin: 100px 0 0 40px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito img {
    max-width: 70%;
    margin: 20px auto;
  }
}
.page-node-10852 #node-10852 section.cartao-credito h2 {
  font-size: 26px;
  margin: 115px 0 10px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito h2 {
    font-size: 20px;
    margin-top: 36px;
  }
}
.page-node-10852 #node-10852 section.cartao-credito h3 {
  font-weight: 500;
  margin-bottom: 35px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.page-node-10852 #node-10852 section.cartao-credito h3 strong {
  font-weight: 800;
  color: #fdb939;
}
.page-node-10852 #node-10852 section.cartao-credito p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito p {
    font-size: 16px;
  }
}
.page-node-10852 #node-10852 section.cartao-credito p strong {
  font-weight: 800;
  color: #fdb939;
}
.page-node-10852 #node-10852 section.cartao-credito .cta {
  margin-top: 30px;
}
.page-node-10852 #node-10852 section.cartao-credito .cta li {
  display: inline-block;
  float: left;
  width: 30%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito .cta li {
    width: 100%;
  }
}
.page-node-10852 #node-10852 section.cartao-credito .cta li:nth-child(2) {
  width: 22%;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito .cta li:nth-child(2) {
    width: 100%;
  }
}
.page-node-10852 #node-10852 section.cartao-credito .cta li a.item {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding-right: 20px;
  margin: 40px 0;
  text-decoration: underline;
  background: transparent url(../styles/images/cartoes/bullet.png) right center no-repeat;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito .cta li a.item {
    margin: 10px 0;
  }
}
.page-node-10852 #node-10852 section.cartao-credito .cta li a.btn {
  margin-top: 20px;
}
.page-node-10852 #node-10852 section.cartao-credito .legal {
  text-align: center;
}
.page-node-10852 #node-10852 section.cartao-credito .legal p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  margin: 40px auto 0 auto;
  max-width: 1100px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cartao-credito .legal p {
    font-weight: 500;
    font-size: 10px;
  }
}
.page-node-10852 #node-10852 section.presentes {
  background: #159dc6;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes {
    padding: 40px 15px;
    text-align: center;
  }
}
.page-node-10852 #node-10852 section.presentes h2 {
  font-size: 26px;
  margin: 0 0 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.page-node-10852 #node-10852 section.presentes h3 {
  font-size: 20px;
  margin: 10px 0 40px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes h3 {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.page-node-10852 #node-10852 section.presentes p {
  font-size: 17px;
  margin-bottom: 16px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes p {
    font-size: 16px;
    text-align: left;
  }
}
.page-node-10852 #node-10852 section.presentes .cartao-presente a.btn {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes .cartao-presente a.btn {
    margin: 10px 0 60px 0;
  }
}
.page-node-10852 #node-10852 section.presentes .cartoes-presentes {
  margin: 20px auto;
  max-width: 90%;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes .cartoes-presentes {
    margin: 30px auto 20px auto;
  }
}
.page-node-10852 #node-10852 section.presentes .pre-pago h3 {
  margin: 80px 0 40px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.presentes .pre-pago h3 {
    margin: 30px 0 15px 0;
  }
}
.page-node-10852 #node-10852 section.presentes .pre-pago a.btn {
  margin: 40px 0 20px 0;
}
.page-node-10852 #node-10852 section.presentes .pre-pago img {
  max-width: 90%;
  margin-top: 20px;
}
.page-node-10852 #node-10852 section.cesta-basica {
  background: #084473 url(../styles/images/cartoes/bg-cesta.jpg) top center no-repeat;
  background-size: cover;
  padding: 80px 0 120px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica {
    padding: 40px 10px 80px 10px;
    background-size: 100% auto;
    background: #084473 url(../styles/images/cartoes/bg-cesta-mobile.jpg) top center no-repeat;
  }
}
.page-node-10852 #node-10852 section.cesta-basica img {
  max-width: 445px;
}
@media (min-width: 768px) {
  .page-node-10852 #node-10852 section.cesta-basica img {
    margin: 0px 35px 40px 0;
    float: right;
  }
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica img {
    margin: 10px auto 10px auto;
    max-width: 100%;
  }
}
.page-node-10852 #node-10852 section.cesta-basica h2 {
  font-size: 26px;
  margin: 0 0 20px 0;
  text-align: center;
  letter-spacing: 1px;
}
.page-node-10852 #node-10852 section.cesta-basica h2 strong {
  color: #e6651d;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.page-node-10852 #node-10852 section.cesta-basica h3 {
  font-size: 20px;
  margin: 40px 0 50px 0;
  max-width: 390px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.page-node-10852 #node-10852 section.cesta-basica h3 strong {
  color: #e6651d;
}
.page-node-10852 #node-10852 section.cesta-basica p {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-node-10852 #node-10852 section.cesta-basica a.btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica a.btn {
    margin: 20px auto 60px auto;
  }
}
.page-node-10852 #node-10852 section.cesta-basica p.legal {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: inline-block;
  margin-top: 20px;
  float: right;
}
@media (min-width: 768px) {
  .page-node-10852 #node-10852 section.cesta-basica p.legal {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.cesta-basica p.legal {
    font-size: 12px;
    margin-top: 0;
  }
}
.page-node-10852 #node-10852 section.doe {
  background: #f49404 url(../styles/images/cartoes/bg-doe.png) top center no-repeat;
  background-size: cover;
  padding: 60px 0 45px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.doe {
    padding: 80px 15px;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .page-node-10852 #node-10852 section.doe .wrapper-content {
    margin-left: 80px;
  }
}
.page-node-10852 #node-10852 section.doe h3 {
  font-size: 26px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.doe h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.page-node-10852 #node-10852 section.doe h3 strong {
  color: #1b446d;
}
.page-node-10852 #node-10852 section.doe p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  max-width: 400px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.doe p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.page-node-10852 #node-10852 section.doe p strong {
  color: #1b446d;
}
.page-node-10852 #node-10852 section.doe img.cada {
  margin: 30px 0 60px 0;
}
@media (min-width: 768px) {
  .page-node-10852 #node-10852 section.doe .cada.mobile {
    display: none;
  }
}
.page-node-10852 #node-10852 section.doe .cada.desktop {
  max-width: 400px;
}
@media (max-width: 768px) {
  .page-node-10852 #node-10852 section.doe .cada.desktop {
    display: none;
  }
}
.page-node-10852 #node-10852 section.doe .doe {
  float: right;
  max-width: 450px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.doe .doe {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.page-node-10852 #node-10852 section.doe .apoio {
  float: right;
  margin-top: 30px;
  max-width: 245px;
  margin-right: 65px;
}
@media (max-width: 767px) {
  .page-node-10852 #node-10852 section.doe .apoio {
    margin: 0 auto;
    max-width: 80%;
    float: none;
  }
}

/*--- CARTAO CESTA BASICA -----------------------------------------------------------------------------*/
/*--- CARTAO CESTA BASICA -----------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .page-cartao-cesta-basica #main {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica #main {
    margin-top: 14px;
    padding: 0;
  }
}
.page-cartao-cesta-basica #block-views-banner-block {
  display: none;
}
.page-cartao-cesta-basica main#content {
  max-width: 100% !important;
  width: 100% !important;
}
.page-cartao-cesta-basica main#content .main-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-cartao-cesta-basica main#content h1#page-title {
  display: none;
}
.page-cartao-cesta-basica h2,
.page-cartao-cesta-basica h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #1b446d;
}
.page-cartao-cesta-basica h2 strong,
.page-cartao-cesta-basica h3 strong {
  color: #e4671f;
}
.page-cartao-cesta-basica .masthead {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .masthead img.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica .masthead img.mobile {
    display: none;
  }
}
.page-cartao-cesta-basica .content .container {
  max-width: 945px;
}
.page-cartao-cesta-basica .img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .img-mobile {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.page-cartao-cesta-basica .img-mobile img {
  margin: auto;
  max-width: 90%;
}
.page-cartao-cesta-basica .container-features {
  max-width: 945px;
  margin: 0 auto 85px auto;
}
.page-cartao-cesta-basica .container-features .features {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica .container-features .features {
    margin-top: -110px;
    border-radius: 40px;
    padding: 50px 110px 40px 110px;
  }
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .container-features .features {
    padding: 5% 10%;
  }
}
.page-cartao-cesta-basica .container-features .features H2 {
  font-size: 26px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .container-features .features H2 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica .container-features .features .container-50 {
    width: 100%;
    padding-right: 50%;
    background: transparent url(../styles/images/cartoes/cartao-cesta2.jpg) right center no-repeat;
    background-size: 40%;
  }
}
.page-cartao-cesta-basica .container-features .features H3 {
  font-size: 21px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .container-features .features H3 {
    text-transform: none;
  }
}
.page-cartao-cesta-basica .container-features .features p {
  font-size: 14px;
  color: #21262d;
  margin-bottom: 25px;
}
.page-cartao-cesta-basica .container-features .features ul.default {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-cartao-cesta-basica .container-features .features ul.default li {
  margin: 0 0 20px 0;
  padding-left: 50px;
  color: #21262d;
  background: transparent url(../styles/images/cartoes/bullet-list.png) top left no-repeat;
}
.page-cartao-cesta-basica .container-features .features .vantagens h3 {
  text-align: center;
  margin: 25px 0;
}
.page-cartao-cesta-basica .container-features .features .vantagens ul {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li {
  display: inline-block;
  float: left;
  width: 45%;
  padding-top: 90px;
  min-height: 190px;
  color: #21262d;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .container-features .features .vantagens ul li {
    width: 100%;
    min-height: auto;
    margin-bottom: 25px;
    background-position: top center;
    text-align: center;
  }
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li:nth-child(even) {
  float: right;
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.recarregavel {
  background-image: url(../styles/images/cartoes/ico-recarregavel.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.recarga-maxima {
  background-image: url(../styles/images/cartoes/ico-recarga-maxima.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.desconto {
  background-image: url(../styles/images/cartoes/ico-desconto.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.saldo-valido {
  background-image: url(../styles/images/cartoes/ico-saldo-valido.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.lojas {
  background-image: url(../styles/images/cartoes/ico-lojas.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.cartao {
  background-image: url(../styles/images/cartoes/ico-cartao.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.controle {
  background-image: url(../styles/images/cartoes/ico-controle.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li.doe-cestas {
  background-image: url(../styles/images/cartoes/ico-doe-cestas.png);
}
.page-cartao-cesta-basica .container-features .features .vantagens ul li strong {
  color: #e4671f;
  font-weight: 800;
  display: inline-block;
  width: 100%;
}
.page-cartao-cesta-basica .saldo {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .saldo {
    padding: 10%;
  }
}
.page-cartao-cesta-basica .saldo .container {
  padding-bottom: 50px;
  border-bottom: 2px solid #a3a3a3;
}
.page-cartao-cesta-basica .saldo h3 {
  margin-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .saldo h3 {
    margin-bottom: 15px;
    font-size: 21px;
  }
}
.page-cartao-cesta-basica .saldo p,
.page-cartao-cesta-basica .saldo ul {
  font-size: 18px;
  font-weight: 700;
}
.page-cartao-cesta-basica .saldo ul.default {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-cartao-cesta-basica .saldo ul.default li {
  margin: 0 0 20px 0;
  padding-left: 50px;
  background: transparent url(../styles/images/cartoes/bullet-list.png) top left no-repeat;
}
.page-cartao-cesta-basica .cestas-basicas {
  float: left;
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .cestas-basicas {
    padding: 10%;
  }
}
.page-cartao-cesta-basica .cestas-basicas h2 {
  margin-bottom: 25px;
  font-size: 24px;
}
.page-cartao-cesta-basica .cestas-basicas h3 {
  text-transform: none;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .cestas-basicas h3 strong {
    display: inline-block;
    width: 100%;
  }
}
.page-cartao-cesta-basica .cestas-basicas p strong {
  color: #e4671f;
}
.page-cartao-cesta-basica .cestas-basicas .container-60 {
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica .cestas-basicas .container-60 {
    width: 100%;
    padding-right: 40%;
    background: transparent url(../styles/images/cartoes/compra-cestas.jpg) right center no-repeat;
    background-size: 40%;
  }
}
.page-cartao-cesta-basica .cestas-basicas p,
.page-cartao-cesta-basica .cestas-basicas ul {
  font-size: 18px;
  font-weight: 700;
}
.page-cartao-cesta-basica .cestas-basicas ul.default {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-cartao-cesta-basica .cestas-basicas ul.default li {
  margin: 0 0 20px 0;
  padding-left: 50px;
  word-break: break-word;
  background: transparent url(../styles/images/cartoes/bullet-list.png) top left no-repeat;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .cestas-basicas ul.default li {
    padding: 0;
    background: transparent;
    font-size: 14px;
  }
}
.page-cartao-cesta-basica .cestas-basicas ul.default li strong {
  color: #e4671f;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 21px;
}
.page-cartao-cesta-basica .compras {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background: #0f5185 url(../styles/images/cartoes/bg-compras.jpg) top left repeat-x;
}
.page-cartao-cesta-basica .compras h2 {
  color: #e4671f;
  font-size: 32px;
  text-transform: none;
}
.page-cartao-cesta-basica .compras h3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 45px;
  font-size: 21px;
}
.page-cartao-cesta-basica .compras ul {
  display: inline-block;
  margin: 0 0 50px 0;
  padding: 0;
  float: left;
  width: 100%;
}
.page-cartao-cesta-basica .compras ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30%;
  margin-right: 4.44%;
  margin-bottom: 40px;
  text-align: center;
}
.page-cartao-cesta-basica .compras ul li:nth-child(3n) {
  margin-right: 0;
}
.page-cartao-cesta-basica .compras ul li img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .compras ul li img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .compras ul li {
    width: 40%;
    margin: 5% !important;
  }
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .compras ul.compra-presencial li:last-child {
    margin: 5% 30% !important;
  }
}
.page-cartao-cesta-basica .recebido {
  float: left;
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .recebido {
    padding: 10%;
  }
}
.page-cartao-cesta-basica .recebido p,
.page-cartao-cesta-basica .recebido ul {
  font-size: 18px;
}
.page-cartao-cesta-basica .recebido p {
  color: #454545;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica .recebido p {
    margin: 10px 40px;
  }
}
.page-cartao-cesta-basica .recebido p strong {
  font-weight: 800;
}
.page-cartao-cesta-basica .recebido .container-50 {
  max-width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-cartao-cesta-basica .recebido .container-50 {
    width: 100%;
    padding-left: 50%;
    background: transparent url(../styles/images/cartoes/bg-recebido.jpg) left center no-repeat;
    background-size: 40%;
  }
}
.page-cartao-cesta-basica .recebido h2 {
  margin-bottom: 25px;
  text-transform: none;
  font-size: 26px;
}
.page-cartao-cesta-basica .recebido ul {
  font-weight: 700;
  list-style-type: none;
}
.page-cartao-cesta-basica .recebido ul li {
  margin-bottom: 20px;
}
.page-cartao-cesta-basica .recebido ul li strong {
  color: #e4671f;
  font-size: 26px;
}
.page-cartao-cesta-basica .recebido .consulte {
  text-align: center;
  padding: 50px 0;
}
.page-cartao-cesta-basica .recebido .consulte a.btn {
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  background: #e35113;
  color: #fff;
}
.page-cartao-cesta-basica .recebido .termos {
  max-width: 700px;
  margin: auto;
}
.page-cartao-cesta-basica .recebido .termos h3.accordion {
  border: 2px solid #555;
  background: #ebebeb url(../styles/images/cartoes/arrow-down.png) 90% center no-repeat;
  font-weight: 800;
  color: #172e54;
  border-radius: 20px;
  text-transform: none;
  padding: 20px;
  font-size: 18px;
  background-size: 25px;
}
.page-cartao-cesta-basica .termos h3.accordion {
  cursor: pointer;
  float: left;
  width: 100%;
  background: transparent url(../styles/images/cartoes/arrow-down-duvidas.png) center left no-repeat;
  padding: 10px 0 10px 30px;
  font-size: 21px;
  position: relative;
  margin: 10px 0 0 30px;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .termos h3.accordion {
    font-size: 16px;
    margin-left: 0;
  }
}
.page-cartao-cesta-basica .termos div.accordion {
  opacity: 0;
  overflow: hidden;
  height: 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  transition: all 0.2s;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .page-cartao-cesta-basica .termos div.accordion {
    padding: 0 25px;
  }
}
.page-cartao-cesta-basica .termos div.accordion p {
  text-align: left;
}
.page-cartao-cesta-basica .termos div.accordion a {
  font-weight: bold;
}
.page-cartao-cesta-basica .termos .active h3.accordion {
  background: transparent url(../styles/images/cartoes/arrow-right-duvidas.png) center left no-repeat;
}
.page-cartao-cesta-basica .termos .active div.accordion {
  height: auto;
  opacity: 1;
  padding: 20px 10px;
}

#lojas {
  height: 100%;
  max-width: 800px;
  padding: 15px;
  overflow: hidden;
  border-radius: 6px;
}
#lojas .lojas-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#lojas .lojas-container h2 {
  padding: 30px 10px;
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
}
@media (min-width: 740px) {
  #lojas .lojas-container h2 {
    min-width: 680px;
  }
}
#lojas .lojas-container .lojas-filtro {
  padding: 10px;
  margin-bottom: 30px;
  min-width: 64%;
  border: solid 1px rgba(241, 73, 34, 0.9294117647);
  color: rgba(241, 73, 34, 0.9294117647);
  align-self: center;
  text-align: center;
  text-transform: uppercase;
}
#lojas .lojas-container .lojas-filtro select {
  border: none;
  background: transparent;
  text-transform: uppercase;
}
#lojas .lojas-container .lojas {
  overflow-y: auto;
  border-top: solid 1px lightgray;
}
#lojas .lojas-container .lojas .loja {
  padding: 10px;
  border-bottom: solid 1px lightgray;
}
@media (min-width: 460px) {
  #lojas .lojas-container .lojas .loja {
    padding: 10px 18%;
  }
}
#lojas .lojas-container .lojas .loja:not(.hidden):nth-child(odd) {
  background: #efefef;
}
#lojas .lojas-container .lojas h4 {
  color: rgba(241, 73, 34, 0.9294117647);
  margin-bottom: 4px;
  margin-top: 0;
  background: url("images/icone-localizacao2.png") top left no-repeat;
  padding-left: 22px;
  background-size: auto 18px;
}
#lojas .lojas-container .lojas p {
  margin-bottom: 4px;
  margin-top: 0;
}
#lojas .lojas-container .lojas .mapa {
  color: rgba(241, 73, 34, 0.9294117647);
  font-size: 12px;
}

#footer {
  background: #303030;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
#footer .footer-region-wrapper {
  padding: 40px;
}
#footer .footer-region-wrapper img {
  max-width: 120px;
}/*# sourceMappingURL=main.css.map */