/*****************************************************
                 VARIABLES                                         
***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@900&display=swap");
@font-face {
  font-family: "gelionbold";
  src: url("../fonts/gelion-bold-webfont.woff2") format("woff2"), url("../fonts/gelion-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gelionregular";
  src: url("../fonts/gelion-regular-webfont.woff2") format("woff2"), url("../fonts/gelion-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*colores*/
/*fuentes*/
/*otros*/
/*****************************************************
                    GLOBALES                                           
***************************************************/
body {
  font: normal 100% gelionregular, Arial, sans-serif;
  line-height: 1.4em;
  font-weight: 400;
  color: #6e6e6e;
  background: #FFF;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

figure {
  margin: 0;
}

ul {
  list-style: none;
}

strong {
  color: #333333;
}

h1 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  color: #65228E;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

h2 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

h3 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-weight: 600;
  font-size: 1.35rem;
  color: #333333;
  text-transform: uppercase;
}

h4 {
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #333333;
}

input[type=text], input[type=number], input[type=email], input[type=tel], textarea.form-control {
  border: medium none;
  background-color: #efefef;
  color: #333333;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, textarea.form-control:focus {
  box-shadow: 0 0 0 0.1rem #65228E;
}

textarea.form-control {
  height: 200px;
}

.form-control {
  color: #333333;
}
.form-control:focus {
  box-shadow: 0 0 0 0.1rem #65228E;
  outline: none;
  border-color: #65228E;
}

label {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.95rem;
  color: #616161;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

/*****************************************************
                    LAYOUT                                           
***************************************************/
.section-1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section-2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.btn {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  border: none;
  padding: 0.5rem 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn.btn-primary {
  background-color: #CD2257;
  color: #FFBB32;
}
.btn.btn-primary:hover {
  background-color: #65228E;
}
.btn.btn-primary.violeta {
  background-color: #65228E;
}
.btn.btn-primary.violeta:hover {
  background-color: #CD2257;
}
.btn.btn-primary.amarillo {
  background-color: #FFBB32;
  color: #65228E;
}
.btn.btn-primary.amarillo:hover {
  background-color: #CD2257;
  color: #FFF;
}
.btn.btn-primary.verde {
  background-color: #B6C514;
  color: #FFF;
}
.btn.btn-primary.verde:hover {
  background-color: #CD2257;
}
.btn.btn-primary.continuar {
  display: block;
  font-size: 1.25rem;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #65228E;
  border: 2px solid #65228E;
  text-transform: uppercase;
  font-weight: 600;
}
.btn.btn-secondary:hover {
  background-color: #65228E;
  color: #FFF;
}
.btn.big {
  font-size: 1.1rem;
  padding: 0.75rem 2rem;
}
.btn.btn-link {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  color: #65228E;
  text-transform: none !important;
}
.btn.btn-link:hover {
  color: #CD2257;
  text-decoration: none;
}

.caption {
  color: #596300;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.card {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8e9;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.19);
}

#header {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background: #65228E;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  width: 100%;
  z-index: 15;
  min-height: 65px;
}
#header .logo {
  position: absolute;
  left: 0;
  top: -5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 101px;
  height: 68px;
  display: inline-block;
  background: transparent url("../images/logo-min.png") center center no-repeat;
  background-size: contain;
  z-index: 10;
}
#header .navbar-toggler {
  position: absolute;
  right: 0;
  top: 4px;
  border-color: #FFF;
}
#header .navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
#header .navbar #navbarNav {
  text-align: right;
  justify-content: flex-end;
}
#header .navbar #navbarNav .navbar-nav .nav-link {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-bottom: 0;
  padding-top: 0;
  color: #FFF;
  font-size: 1rem;
}
#header .navbar #navbarNav .navbar-nav .nav-link:hover, #header .navbar #navbarNav .navbar-nav .nav-link.active {
  color: #FFBB32;
}
#header .navbar #navbarNav .navbar-nav .nav-redes .redes-sociales {
  padding-left: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#header .navbar #navbarNav .navbar-nav .nav-redes .redes-sociales li {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25rem;
}
#header .navbar #navbarNav .navbar-nav .nav-redes .redes-sociales li a {
  display: block;
}
#header .navbar #navbarNav .navbar-nav .nav-redes .redes-sociales li a img {
  max-height: 23px;
  width: auto;
}
#header .cart-top {
  background: #FFBB32 url("../images/cart.png") 0.75rem center no-repeat;
  background-size: auto 18px;
  padding: 0.35rem 0.75rem;
  padding-left: 2.5rem;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#header .cart-top .monto {
  display: inline-block;
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 20px;
  color: #65228E;
  height: 20px;
  vertical-align: middle;
}
#header .cart-top .qty {
  display: inline-block;
  height: 20px;
  min-width: 20px;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 20px;
  color: #FFBB32;
  text-align: center;
  background-color: #CD2257;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
#header.inicio-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: transparent;
}
#header.inicio-header .logo {
  position: relative;
  top: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 185px;
  height: 109px;
  background: transparent url("../images/universo-acai-logo.png") center center no-repeat;
  background-size: contain;
}
#header.inicio-header .navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#header.inicio-header .navbar-toggler {
  top: -3px;
}
#header.sticky-header {
  position: fixed;
  z-index: 99;
}

#inicio {
  position: relative;
  text-align: center;
  min-height: 500px;
}
#inicio .container {
  padding-top: 100px;
}
#inicio:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url("../images/separador-hero.png") center bottom no-repeat;
  height: 333px;
  width: 100%;
}
#inicio .universo-acai-img {
  position: relative;
  z-index: 2;
}

.hero-img {
  position: relative;
  bottom: -50px;
}
.hero-img .acai-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  z-index: 3;
  margin-right: 80px;
}
.hero-img .tooltip1 {
  position: absolute;
  top: 50px;
  left: 0;
}
.hero-img .tooltip2 {
  position: absolute;
  top: 50px;
  right: 0;
}
.hero-img .toppings {
  position: absolute;
  z-index: 4;
}
.hero-img .toppings.frutilla1 {
  left: 0;
  top: 350px;
  z-index: 4;
}
.hero-img .toppings.frutilla2 {
  left: 15px;
  top: 180px;
  z-index: 2;
}
.hero-img .toppings.frutilla3 {
  left: 110px;
  top: 210px;
  z-index: 1;
}
.hero-img .toppings.banana1 {
  right: 100px;
  top: 250px;
  z-index: 4;
}
.hero-img .toppings.banana2 {
  right: 15px;
  top: 200px;
  z-index: 2;
}
.hero-img .toppings.banana3 {
  right: 110px;
  top: 100px;
  z-index: 1;
}

#sobre-acai {
  background: #B6C514 url("../images/bg-about.png") center top no-repeat;
}
#sobre-acai .container {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #FFF;
}
#sobre-acai .img-about {
  text-align: center;
  margin-bottom: 2rem;
}
#sobre-acai .title {
  font-size: 2.75rem;
  color: #CD2257;
  text-transform: uppercase;
}
#sobre-acai .title .violeta {
  color: #65228E;
}
#sobre-acai .title strong {
  display: block;
  font-size: 4rem;
  color: #FFF;
}

.beneficios-acai {
  padding-top: 2rem;
}
.beneficios-acai .beneficio {
  text-align: center;
}
.beneficios-acai .beneficio .ico {
  margin-bottom: 1rem;
}
.beneficios-acai .beneficio h3 {
  font-size: 1.25rem;
  color: #FFF;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
}
.beneficios-acai .beneficio h3 strong {
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.75rem;
  color: #65228E;
  letter-spacing: 0;
}

.category-title-left {
  position: relative;
  background-image: url("../images/tooltip-title-left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 218px;
  height: 112px;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.category-title-left .title {
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.65rem;
  color: #FFF;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg);
  margin: 0;
  padding: 0;
}

.category-title-right {
  position: relative;
  background-image: url("../images/tooltip-title-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 238px;
  height: 116px;
  padding: 1.5rem 1.25rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.category-title-right .title {
  display: block;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.65rem;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  margin: 0;
  padding: 0;
}

#menu {
  background: #65228E url("../images/separador-sabores.jpg") center top repeat-x;
  color: #FFF;
}
#menu .container {
  padding-bottom: 3rem;
}
#menu .menu-title-container {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
#menu .menu-title-container .ico {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#menu .menu-title-container .title {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #B6C514;
  font-size: 2.75rem;
  text-transform: uppercase;
}
#menu .menu-title-container .title strong {
  display: block;
  color: #FFF;
  font-size: 3.85rem;
}
#menu .tipos-acai .category-title-left {
  position: absolute;
  left: 0;
  top: -70px;
}
#menu .tipos-acai .category-slider {
  margin-top: -130px;
}
#menu .desc-toppings h4 {
  color: #FFBB32;
}
#menu .category {
  margin-bottom: 5rem;
}

.product-item {
  position: relative;
  padding: 1rem;
  padding-bottom: 1.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
  margin: 10px;
  margin-bottom: 20px;
}
.product-item .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 190px;
  margin-bottom: 1rem;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #65228E;
  background-clip: padding-box;
}
.product-item .img .img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-item .img img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-item .img:hover img {
  transform: scale(1.2);
}
.product-item .details {
  font-size: 1.1rem;
  color: #FFBB32;
  margin-bottom: 0;
}
.product-item .title, .product-item .title a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  color: #CD2257;
  height: 55px;
}
.product-item .title:hover, .product-item .title a:hover {
  color: #FFBB32;
}
.product-item .price {
  position: absolute;
  right: 1rem;
  bottom: -18px;
  background-color: #B6C514;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.product-item .price p {
  margin: 0;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  color: #FFF;
}
.product-item .price:after {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #B6C514;
  border-width: 8px;
  margin-left: -8px;
}

.category-slider {
  position: relative;
}
.category-slider .slick-dots li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #efefef;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  opacity: 0.7;
  bottom: -10px;
}
.category-slider .slick-dots li button:before {
  content: "";
}
.category-slider .slick-dots li.slick-active {
  background-color: #CD2257;
  opacity: 1;
  transform: scale(1.2);
}
.category-slider .slick-dots li:hover {
  background-color: #CD2257;
  opacity: 1;
  transform: scale(1.2);
}

#visitanos {
  position: relative;
  background-color: #fff;
}
#visitanos h2 {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  text-align: center;
}
#visitanos h2 img {
  max-width: 80%;
  height: auto;
}

#contacto .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#contacto h2 {
  font-size: 2.75rem;
  color: #65228E;
  margin-bottom: 1.25rem;
}
#contacto .title-container {
  text-align: center;
  padding-bottom: 1rem;
}
#contacto .title-container p {
  font-size: 1.2rem;
}
#contacto .redes-sociales {
  padding-top: 0.75rem;
}
#contacto .redes-sociales h3 {
  color: #65228E;
  margin-bottom: 1rem;
}
#contacto .redes-sociales .redes-contacto {
  padding: 0;
}
#contacto .redes-sociales .redes-contacto li {
  display: block;
  padding-bottom: 0.75rem;
}
#contacto .redes-sociales .redes-contacto li a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  color: #65228E;
  font-size: 1.1rem;
}
#contacto .redes-sociales .redes-contacto li a .ico {
  margin-right: 0.5rem;
}
#contacto .redes-sociales .redes-contacto li a:hover {
  color: #CD2257;
}

.datos-contacto {
  padding-right: 2rem;
}
.datos-contacto .dato {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.datos-contacto .dato .ico {
  margin-right: 0.75rem;
}
.datos-contacto .dato .ico img {
  max-width: 40px;
  height: auto;
}
.datos-contacto .dato a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6e6e6e;
}
.datos-contacto .dato a:hover {
  color: #65228E;
}
.datos-contacto .dato p {
  margin-bottom: 0;
}
.datos-contacto .dato.tel {
  align-items: center;
}

#footer {
  background-color: #65228E;
  color: #FFF;
  font-size: 0.95rem;
}
#footer .container {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
#footer .redes-footer {
  text-align: center;
  padding-left: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#footer .redes-footer li {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25rem;
}
#footer .redes-footer li a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  padding: 0.25rem;
}
#footer .redes-footer li a img {
  max-height: 23px;
  width: auto;
}
#footer .redes-footer li a:hover {
  opacity: 0.5;
}
#footer .copyright {
  text-align: right;
}
#footer.footer-checkout {
  background-color: #f7f7f7;
  border-top: 1px solid #d4d4d4;
  color: #6e6e6e;
}
#footer.footer-checkout .medios-pago {
  display: flex;
}
#footer.footer-checkout .medios-pago .medios-title {
  flex-grow: 1;
  text-align: right;
}
#footer.footer-checkout .medios-pago .medios-title h4 {
  color: #65228E;
  font-size: 1rem;
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
#footer.footer-checkout .medios-pago .img img {
  max-height: 40px;
}

#agregado-modal {
  padding-top: 4rem;
}
#agregado-modal .modal-body {
  position: relative;
  text-align: center;
  padding-top: 4rem;
  z-index: 100;
}
#agregado-modal .modal-body h2 {
  color: #65228E;
}
#agregado-modal .modal-body .ico {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}
#agregado-modal .modal-footer {
  display: block;
  border: none;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 0;
}

#producto-modal .modal-lg, #producto-modal .modal-xl {
  max-width: 680px;
}
#producto-modal .modal-body {
  position: relative;
  padding: 0;
}
#producto-modal .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  opacity: 1;
}
#producto-modal .img-producto {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 0.3rem 0.3rem 0 0;
  -moz-border-radius: 0.3rem 0.3rem 0 0;
  border-radius: 0.3rem 0.3rem 0 0;
  background-clip: padding-box;
  background-color: #65228E;
  border: none;
  margin: 0;
}
#producto-modal .img-producto img {
  width: 100%;
}
#producto-modal .desc-producto {
  position: relative;
  padding: 2rem;
}
#producto-modal .desc-producto .price {
  position: absolute;
  left: 2rem;
  top: -18px;
  background-color: #B6C514;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem 1.25rem;
}
#producto-modal .desc-producto .price p {
  margin: 0;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  color: #FFF;
}
#producto-modal .desc-producto .price:after {
  bottom: 100%;
  left: 30%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #B6C514;
  border-width: 8px;
  margin-left: -8px;
}
#producto-modal .desc-producto .title {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #CD2257;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
#producto-modal .modal-footer {
  display: block;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 0;
}
#producto-modal .btn.add-cart {
  display: block;
  font-size: 1.25rem;
  height: 46px;
}
#producto-modal .btn.add-cart img {
  max-height: 20px;
  width: auto;
  margin-left: 0.25rem;
  vertical-align: middle;
}

.personalizar-producto {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #efefef;
  padding: 1.25rem;
}
.personalizar-producto .personalizar-title {
  color: #333333;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.personalizar-producto .personalizar-title .comment {
  font-size: 1rem;
  color: #6e6e6e;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.personalizar-producto .i-checks label {
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem;
  background-color: #65228E;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
  color: #FFF;
}
.personalizar-producto .i-checks label i {
  margin-right: 0.5rem;
}

.qty-prod {
  display: flex;
  height: 46px;
  width: 100%;
}
.qty-prod .add-prod, .qty-prod .sub-prod {
  display: block;
  width: 25%;
  background-color: #65228E;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  border: medium none;
}
.qty-prod .sub-prod {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.qty-prod .add-prod {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.qty-prod .qty {
  width: 50%;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #333333;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
}

#content {
  min-height: 80vh;
}
#content .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/*****************************************************
                    CARRITO                                           
***************************************************/
.cart-prod {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  margin-bottom: 0.75rem;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-prod .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 120px;
  width: 20%;
  margin-bottom: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #65228E;
  background-clip: padding-box;
  margin-bottom: 0;
}
.cart-prod .img-container .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cart-prod .img-container img {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cart-prod .desc {
  flex-grow: 1;
}
.cart-prod .desc .prod-info {
  display: flex;
  justify-content: space-between;
}
.cart-prod .desc .prod-info .info {
  flex-grow: 1;
  padding-right: 1rem;
}
.cart-prod .desc .details {
  font-size: 1rem;
  color: #FFBB32;
  margin-bottom: 0;
}
.cart-prod .desc .title {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #CD2257;
  margin-bottom: 0.25rem;
}
.cart-prod .desc select {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #efefef;
  color: #333333;
  margin-right: 1rem;
  height: 40px;
  border: medium none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.cart-prod .desc .personalizacion {
  margin-bottom: 0.75rem;
}
.cart-prod .price {
  position: relative;
  background-color: #B6C514;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
}
.cart-prod .price p {
  margin: 0;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.15rem;
  color: #FFF;
}
.cart-prod .price:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #B6C514;
  border-width: 8px;
  margin-top: -8px;
}
.cart-prod .delete {
  font-size: 0.85rem;
  color: #FFF;
}

.resumen-compra-container {
  position: sticky;
  top: 10px;
}

#resumen-compra {
  position: relative;
  background-color: #65228E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2rem 1.25rem;
  color: #FFF;
  text-align: center;
}
#resumen-compra h4 {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
#resumen-compra .resumen-items .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #501a6f;
}
#resumen-compra .resumen-items .item .label {
  color: #FFF;
  margin-bottom: 0;
}
#resumen-compra .resumen-items .item .data {
  color: #FFF;
  margin-bottom: 0;
}
#resumen-compra .resumen-items .item .data.monto {
  font-size: 1.1rem;
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
}
#resumen-compra .resumen-items .item.total {
  border-bottom: none;
}
#resumen-compra .resumen-items .item.total .label {
  color: #FFF;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
}
#resumen-compra .resumen-items .item.total .data.monto {
  font-size: 1.2rem;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #FFBB32;
}
#resumen-compra .btn.continuar {
  margin-top: 0.75rem;
}

#checkout-data h2 {
  color: #65228E;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
#checkout-data .checkout-item {
  padding: 1.5rem;
  margin-bottom: 2.75rem;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#checkout-data .checkout-item.metodo-pago {
  padding: 0;
}
#checkout-data .checkout-item.metodo-pago .opciones-listado {
  margin: 0;
  padding: 0;
}
#checkout-data .checkout-item.metodo-pago .opciones-listado .opcion {
  display: block;
  border-bottom: 1px solid #d4d4d4;
}
#checkout-data .checkout-item.metodo-pago .opciones-listado .opcion label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-family: "gelionregular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.85rem;
  text-transform: none;
  cursor: pointer;
}
#checkout-data .checkout-item.metodo-pago .opciones-listado .opcion label strong {
  display: block;
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
}
#checkout-data .checkout-item.metodo-pago .opciones-listado .opcion label .title {
  flex-grow: 1;
  margin-left: 0.75rem;
}
#checkout-data .checkout-item.metodo-pago .opciones-listado .opcion:last-child {
  border-bottom: none;
}
#checkout-data #mapa {
  width: 100%;
  height: 350px;
}

.productos-listado {
  margin: 0;
  padding: 0;
}
.productos-listado .producto-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  padding: 1rem 0;
}
.productos-listado .producto-item .prod-title .title {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.productos-listado .producto-item .prod-title .desc {
  margin-bottom: 0;
}
.productos-listado .producto-item .prod-price {
  font-family: "gelionbold", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 1.25rem;
}
.productos-listado .producto-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.productos-listado .producto-item:first-child {
  padding-top: 0;
}

.transaccion-resultado {
  text-align: center;
}
.transaccion-resultado .ico {
  margin-bottom: 1.5rem;
}
.transaccion-resultado .ico img {
  max-width: 150px;
  height: auto;
}
.transaccion-resultado .nro-pedido {
  font-size: 1.5rem;
}

/*****************************************************
                 MEDIA-QUERIES                                         
***************************************************/
/* Large Devices, Wide Screens (col-lg)  */
/* Landscape tablets and medium desktops (col-md) */
/* Portrait tablets and small desktops (col-sm) */
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    background-color: #65228E;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #header .logo {
    top: 0;
    left: 15px;
  }
  #header .cart-top {
    position: absolute;
    right: 70px;
    top: 8px;
  }
  #header .cart-top .monto {
    display: none;
  }
  #header.inicio-header .logo {
    width: 150px;
    height: 88px;
  }
  #header.inicio-header .cart-top {
    top: 0;
  }
  #header .navbar #navbarNav {
    margin-top: 60px;
  }
  #header .navbar #navbarNav .navbar-nav .nav-item {
    margin-top: 0.5rem;
  }
  #header .navbar #navbarNav .navbar-nav .nav-item.nav-redes {
    margin-top: 0.5rem;
  }
  #header .navbar #navbarNav .navbar-nav .nav-item.nav-redes .redes-sociales {
    margin: 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-nav {
    text-align: center;
  }

  #menu .tipos-acai .category-slider {
    margin-top: 0;
  }

  .qty-prod {
    margin-bottom: 1rem;
  }

  #producto-modal .desc-producto, #producto-modal .modal-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #producto-modal .personalizar-producto {
    margin-bottom: 1rem;
  }
}
/* Landscape phones and portrait tablets (col-xs) */
@media (max-width: 767px) {
  #header {
    background-color: #65228E;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #header .logo {
    top: 0;
    left: 15px;
  }
  #header .cart-top {
    position: absolute;
    right: 70px;
    top: 8px;
  }
  #header .cart-top .monto {
    display: none;
  }
  #header.inicio-header .logo {
    width: 150px;
    height: 88px;
  }
  #header.inicio-header .cart-top {
    top: 0;
  }
  #header .navbar #navbarNav {
    margin-top: 60px;
  }
  #header .navbar #navbarNav .navbar-nav .nav-item {
    margin-top: 0.5rem;
  }
  #header .navbar #navbarNav .navbar-nav .nav-item.nav-redes {
    margin-top: 0.5rem;
  }
  #header .navbar #navbarNav .navbar-nav .nav-item.nav-redes .redes-sociales {
    margin: 0;
  }

  #header .navbar #navbarNav .navbar-nav .nav-planes {
    margin-bottom: 0.75rem;
  }

  #inicio .container {
    max-width: 100%;
  }
  #inicio .universo-acai-img {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  #inicio .universo-acai-img img {
    max-width: 180%;
    margin-left: -100px;
    margin-right: -100px;
  }

  .hero-img {
    bottom: -50px;
  }
  .hero-img .acai-img {
    bottom: -100px;
  }
  .hero-img .tooltip1, .hero-img .tooltip2 {
    top: -50px;
  }
  .hero-img .tooltip2 {
    right: -15px;
  }

  #sobre-acai {
    text-align: center;
  }
  #sobre-acai .title {
    text-align: center;
    font-size: 2.25rem;
  }
  #sobre-acai .beneficios-acai .beneficio {
    display: flex;
    text-align: left;
  }
  #sobre-acai .beneficios-acai .beneficio .ico {
    width: 120px;
    text-align: center;
  }

  #menu .container {
    max-width: 100%;
  }
  #menu .container .category-slider {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #menu .container .tipos-acai .category-title-left {
    position: relative;
    top: 0;
    left: 0;
  }
  #menu .menu-title-container .title {
    font-size: 2.35rem;
  }
  #menu .menu-title-container .title strong {
    font-size: 3rem;
  }

  #contacto h2 {
    font-size: 2.35rem;
  }
  #contacto .form-contactos .btn.btn-primary.violeta {
    display: block;
    width: 100%;
  }

  #footer {
    text-align: center;
  }
  #footer .logo-footer {
    margin-bottom: 1rem;
  }
  #footer .copyright {
    text-align: center;
  }

  .qty-prod {
    margin-bottom: 1rem;
  }

  #producto-modal .desc-producto, #producto-modal .modal-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #producto-modal .personalizar-producto {
    margin-bottom: 1rem;
  }

  .cart-prod .img-container {
    width: 35%;
  }
  .cart-prod .desc {
    width: 65%;
    flex-grow: 1;
  }
  .cart-prod .desc .title {
    font-size: 1.1rem;
  }
  .cart-prod .desc .personalizacion {
    margin-bottom: 0.25rem;
  }
  .cart-prod .desc .prod-info {
    flex-direction: column;
  }
  .cart-prod .desc .price {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0.25rem 0.5rem;
  }
  .cart-prod .desc .price p {
    font-size: 0.95rem;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  #agregado-modal .modal-footer .btn.btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }

  #checkout-data .checkout-item.metodo-pago .opciones-listado .opcion label {
    flex-wrap: wrap;
  }

  #checkout-data .checkout-item.metodo-pago .opciones-listado .opcion label .title {
    width: 70%;
  }

  #checkout-data .checkout-item.metodo-pago .opciones-listado .opcion label .img {
    margin-left: 30px;
  }

  .productos-listado .producto-item {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
/* lowest resolution */

/*# sourceMappingURL=universoacai.css.map */
