a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header, hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

ol, ul {
  list-style: none
}


@keyframes showMenu {
  0% {
    margin-top: -100vh
  }

  100% {
    margin-top: 0
  }
}

body {
  font-family: Roboto, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1
}

a, li, p {
  font-family: Roboto, sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  line-height: 1
}


.gotestbtn-content {
  width: 100%;
  text-align: center;
  padding-top:2rem;
}

.gotestbtn-content .gotestbtn {
  color: white;
  background: orange;
  padding: 1rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

.gotestbtn-content .gotestbtn:hover {
  color: white;
  background-color: rgba(0, 0, 0, .7);
}

.container, .container-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%
}

.container {
  max-width: 1400px
}

@media only screen and (min-width:960px) {
  .container, .container-full {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width:960px) {
  .container, .container-full {
    padding-left: 45px;
    padding-right: 45px
  }
}

@media only screen and (min-width:1200px) {
  .container, .container-full {
    padding-left: 60px;
    padding-right: 60px
  }
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-justify {
  text-align: justify
}

.section {
  padding: 80px 0
}

.section__context-title {
  color: #5500C4;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px
}

.section__title {
  font-size: 30px;
  font-weight: 700;
  color: #000
}

@media only screen and (min-width:600px) {
  .section__title {
    font-size: 40px
  }
}

.section__subtitle {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #000
}

.section__heading {
  margin-bottom: 40px
}

@media only screen and (min-width:600px) {
  .section__heading {
    margin-bottom: 80px
  }
}

.section__heading--normal {
  margin-bottom: 120px
}

.section__heading--big {
  margin-bottom: 160px
}

.field__input:-webkit-autofill, .field__input:-webkit-autofill:focus, .field__input:-webkit-autofill:hover, .field__textarea:-webkit-autofill, .field__textarea:-webkit-autofill:focus, .field__textarea:-webkit-autofill:hover {
  border: 1px solid rgba(0, 0, 0, .23);
  -webkit-text-fill-color: #333;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s
}

.field {
  width: 100%;
  padding: 0;
  margin-bottom: 20px
}

.field__input, .field__textarea {
  width: 100%;
  font-family: Roboto, sans-serif;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #efecec;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px
}

.field__input {
  height: 60px
}

.field__textarea {
  height: 120px;
  resize: none
}

form button {
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  background: #5500C4
}

@media (max-width : 600px) {

  form input,
  form textarea {
    width: 100%;
  }
  #caracteristicas {
    padding-bottom: 0
  }
}

@media only screen and (min-width:960px) {
  .field__textarea {
    height: 180px
  }
}

.field__message {
  display: none
}

.field__input:focus, .field__textarea:focus {
  outline: 0
}

.field--error .field__input, .field--error .field__textarea {
  border: 1px solid #f44336
}

.field--error .field__message {
  display: block;
  margin-top: 4px;
  font-size: .75rem;
  color: #f44336
}

.grecaptcha-badge {
  z-index: 0;
  display: none !important
}

.header {
  background-image: url('../media/fondo-mobile.jpg');
  background-repeat: no-repeat;
  min-height: 100vh;
  background-size: 100vw 100% !important;
  padding-bottom: 1rem
}


.header__nav-wrapper {
  position: fixed;
  width: 100%;
  height: 70px;
  display: flex;
  padding: 15px 0;
  transition: .4s !important;
  align-items: center;
  z-index: 2
}

.header__nav-wrapper * {
  color: white
}

@media only screen and (min-width:600px) {
  .header__nav-wrapper {
    height: 80px
  }
}

.header__nav-wrapper--sticky {
  background-color: #fff;
  box-shadow: 0 20px 80px 0 rgba(47, 47, 47, .07);
  padding: 0 0
}

#tiendasmail-logo-size {
  width: 280px;
}

#tiendasmail-logo-mobile-size {
  width: 180px;
}

@media only screen and (max-width:600px) {
  #tiendasmail-logo-size {
    margin-bottom: -2px
  }
}

#tiendasmail-logo {
  fill: #000
}

.header__nav-wrapper--sticky #tiendasmail-logo {
  fill: #53b755
}

.header__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width:1199px) {
  .header__list-menu-hamburger-wrapper {
    display: block
  }

  .header__list-menu-hamburger {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none
  }

  #header__list-menu-hamburger-icon {
    fill: #fff;
    width: 26px;
    height: 26px
  }

  .header__nav-wrapper--sticky #header__list-menu-hamburger-icon {
    fill: #5500C4
  }

  .header__nav-wrapper--sticky .header__list-menu-hamburger {
    color: #5500C4;
    border: 2px solid #5500C4
  }

  .header__list-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: none
  }

  .header__list {
    margin-top: -100vh;
    width: 100%;
    background-color: #5500c4;
    border-bottom-left-radius: 100% 40%;
    border-bottom-right-radius: 100% 40%;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 30px;
  }

  nav {
   color: green !important
  }

  .header__list--show {
    margin-top: 0;
    animation: showMenu .5s;
    animation-iteration-count: 1
  }

  .header__list-item-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px
  }

  .header__list-item {
    margin-top: 30px
  }

  .header__list-item-head > .header__list-item-link,
  .header__list-item-head > .header__list-item-link--go {
    color: #fff !important;
  }

  .header__list-item-link, .header__list-item-link:hover, .header__list-item-link:visited {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .25px
    color: #5500C4
  }

  .header__list-item-head-empty-wrapper {
    width: 36px;
    height: 36px
  }

  #tiendasmail-logo-mobile {
    fill: #fff
  }


  .header__list-menu-close {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none
  }

  #header__list-menu-close-icon {
    fill: #fff;
    width: 24px;
    height: 24px
  }

  .header__list-item--button {
    margin-top: 60px
  }

  .header__login-btn, .header__login-btn:hover, .header__login-btn:visited {
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 50px;
    background-color: #fff;
    color: #5500C4;
    border: 1px solid #fff;
    font-weight: 700;
    text-decoration: none
  }

  .header__list-item--close {
    margin-top: 60px;
    display: flex;
    justify-content: center
  }
}

@media only screen and (min-width:1200px) {
  .header__list-item--close {
    display: none
  }

  .header__list-item-head {
    display: none
  }

  .header__list-menu-hamburger-wrapper {
    display: none
  }

  .header__list {
    display: flex;
    flex-direction: row
  }

  .header__list-item {
    margin-left: 30px
  }

  .header__list-item:first-child {
    margin-left: 0
  }

  .header__list-item-link, .header__list-item-link:hover, .header__list-item-link:visited {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
  }

  .header__login-btn, .header__login-btn:hover, .header__login-btn:visited {
    font-size: 16px;
    padding: 16px 50px;
    border-radius: 50px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: 700;
    text-decoration: none
  }

  .header__nav-wrapper--sticky .header__login-btn, .header__nav-wrapper--sticky .header__login-btn:visited {
    background-color: transparent;
    color: #5500C4;
    border: 1px solid #5500C4
  }

  .header__nav-wrapper--sticky  * {
    color: #5500C4;
  }

  .header__nav-wrapper--sticky .header__login-btn:hover {
    background-color: #5500C4;
    color: #fff;
    border: 1px solid #5500C4
  }
}

.header__hero {
  min-height: 100vh;
  display: block;
  justify-content: flex-start;
  border: 1px solid transparent;
}


@media only screen and (min-width:1200px) {
  .header__hero {
    align-items: center
  }

  .header__hero .carousel {
    width: 50%;
  }

  .header__heading {
    width: 50%;
  }

}

.header__heading {
  max-width: 1650px;
  display: block;
  margin-bottom: 48px;
  margin-top: 150px
}

@media only screen and (min-width:1200px) {
  .header__heading {
    max-width: 800px;
    margin-top: 0
  }
}

.header__title {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff
}
.header__title__2 {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 300;
  color: #fff
}

@media only screen and (min-width:360px) {
  .header__title {
    font-size: 30px
  }
  .header__title__2 {
    font-size: 17px
  }
}

@media only screen and (min-width:400px) {
  .header__title {
    font-size: 35px
  }
  .header__title__2 {
    font-size: 20px
  }
}

@media only screen and (min-width:600px) {
  .header__title {
    font-size: 40px
  }
  .header__title__2 {
    font-size: 22px
  }
}

@media only screen and (max-width:600px) {
  .carousel {
    max-width: 90% !important;
    margin-left: 5%;
  }
  .carousel img {
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (min-width:750px) {
  .header {
    background-image: url('../media/fondo.jpg') !important;
  }
}


@media only screen and (min-width:1200px) {
  .header__title {
    font-size: 45px
  }
  .header__title__2 {
    font-size: 25px
  }
}

.header__register-subtitle {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #000
}

@media only screen and (min-width:600px) {
  .header__register-subtitle {
    font-size: 18px
  }
}

.header__register-subtitle--bold {
  font-weight: 700
}

.header__register-btn-wrapper {
  margin-top: 45px
}

@media only screen and (min-width:600px) {
  .header__register-btn-wrapper {
    margin-top: 60px
  }
}

.header__register-btn {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #5500C4;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box
}

@media only screen and (min-width:360px) {
  .header__register-btn {
    padding: 20px 35px;
    font-size: 18px
  }
}

@media only screen and (min-width:600px) {
  .header__register-btn {
    padding: 25px 50px;
    font-size: 20px
  }
}

.features {
  background-color: #fff
}

.features__heading {
  margin-bottom: 60px
}

@media only screen and (min-width:960px) {
  .features__heading {
    margin-bottom: 80px
  }
  .header__hero .carousel {
    width: 40%
  }

  .header__heading {
    width: 60%;
  }

  .header__hero {
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header__hero .carousel {
  width: 100%
}

.header__hero .carousel .carousel-inner .carousel-item > div  {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__hero .carousel .carousel-inner .carousel-item > div img {
  width: 400px;
}

.header__heading {
  width: 100%;
}

.features__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row
}

.features__grid-item {
  flex: 100%;
  box-sizing: border-box
}

@media only screen and (max-width:600px) {
  .features__grid-item {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .features__item-text {
    text-align: center !important;
  }
}

@media only screen and (min-width:601px) {
  .features__grid-item {
    flex: 50%;
    padding: 10px
  }
  .features__grid-caption {
    margin-right: 40px;
  }
}

@media only screen and (min-width:960px) {
  .features__grid-item {
    flex: 33.33%
  }
}

.features__grid-caption {
  margin-bottom: 40px;
  margin-right: 0px
}

.features__grid-item:last-child .features__grid-caption {
  margin-bottom: 0
}

@media only screen and (min-width:960px) {
  .features__grid-caption {
    margin-right: 50px;
    margin-bottom: 50px
  }
}

.features__item-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  border-radius: 8px;
  background-color: #8733F3;
  color: white;
  text-align: center;
}

@media only screen and (max-width:600px) {
  .features__item-title {
    margin: 0 0 10px 0;
    text-align: left
  }
}

.features__item-title-emoji {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.features__item-text {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-size: 14px;
  color: #4b4a47
}

@media only screen and (max-width:600px) {
  .features__item-text {
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5
  }
}

.features__simple-wrapper {
  margin: 60px 0 40px 0;
  position: relative
}

.features__simple {
  position: relative;
  height: auto;
  width: auto
}

.features__simple-title {
  position: absolute;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  top: 15px;
  line-height: 1.2;
  left: 20px
}

@media only screen and (min-width:360px) {
  .features__simple-title {
    line-height: 1
  }
}

@media only screen and (min-width:370px) {
  .features__simple-title {
    font-size: 30px
  }
}

@media only screen and (min-width:400px) {
  .features__simple-title {
    font-size: 33px
  }
}

@media only screen and (min-width:1200px) {
  .features__simple-title {
    font-size: 40px;
    top: calc(50% - 20px);
    left: 60px
  }
}

.features__cards {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width:1200px) {
  .features__cards {
    position: absolute;
    right: 60px;
    top: calc(50% - 198.5px)
  }
}

.features__card {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, .3)
}

.features__card:first-child {
  margin-top: 20px
}

@media only screen and (min-width:1200px) {
  .features__card {
    min-height: 119px;
    width: 400px
  }

  .features__card:first-child {
    margin-top: 0
  }
}

.features__card-image {
  width: 60px;
  height: auto
}

.features__cart-heading {
  margin-left: 20px
}

.features__card-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px
}

.features__card-text {
  font-size: 14px;
  line-height: 1.2;
  color: #4b4a47
}

.features__simple-photo {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto
}

.pricing {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width:960px) {
  .pricing {
    flex-direction: row
  }
}

.pricing__left {
  flex: 1;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  background-color: #5500C4;
  align-items: center
}

@media only screen and (min-width:960px) {
  .pricing__left {
    padding: 80px 40px
  }
}

@media only screen and (min-width:1200px) {
  .pricing__left {
    padding: 100px
  }
}

.pricing__price {
  margin-top: 40px;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center
}

.pricing__price-symbol {
  font-size: 40px
}

@media only screen and (min-width:400px) {
  .pricing__price {
    font-size: 100px
  }

  .pricing__price-symbol {
    font-size: 50px
  }
}

@media only screen and (min-width:960px) {
  .pricing__price {
    font-size: 120px
  }

  .pricing__price-symbol {
    font-size: 60px
  }
}

@media only screen and (min-width:1600px) {
  .pricing__price {
    font-size: 130px
  }

  .pricing__price-symbol {
    font-size: 72px
  }
}

.pricing__price-amount {
  margin-left: 10px
}

.pricing__context-title {
  color: #fff;
  font-size: 20px
}

.pricing__title {
  font-size: 30px;
  line-height: 1.35;
  color: #fff;
  margin-top: 30px
}

@media only screen and (min-width:960px) {
  .pricing__title {
    font-size: 47px
  }
}

.pricing__subtitle {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3
}

@media only screen and (min-width:960px) {
  .pricing__subtitle {
    font-size: 18px
  }
}

.pricing__subtitle--bold {
  font-weight: 700
}

.pricing__register-btn {
  margin-top: 40px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: orange;
  color: white;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  display: inline-block
}

@media only screen and (min-width:360px) {
  .pricing__register-btn {
    padding: 20px 35px;
    font-size: 18px
  }
}

@media only screen and (min-width:600px) {
  .pricing__register-btn {
    padding: 25px 50px;
    font-size: 20px
  }
}

.pricing__right {
  flex: 1;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #d5edd8
}

@media only screen and (min-width:960px) {
  .pricing__right {
    padding: 50px 25px
  }
}

@media only screen and (min-width:1200px) {
  .pricing__right {
    padding: 50px 50px
  }
}

.pricing__plan-feature {
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.pricing__plan-feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #000;
  display: flex;
  align-items: center
}

.pricing__plan-feature-emoji {
  width: 20px;
  height: auto;
  margin-right: 10px
}

.pricing__plan-feature-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000
}

.pricing__plan-feature--show-all-btn, .pricing__plan-feature--show-all-btn:hover, .pricing__plan-feature--show-all-btn:visited {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500
}

.pricing__plan-feature--show-all-btn-arrow {
  width: 20px;
  height: 20px;
  fill: #000;
  transition: all .2s
}

.pricing__plan-feature--show-all-btn-arrow--rotate {
  transform: rotate(180deg)
}

.pricing__plan-all-features {
  display: none;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #abdbb1;
  padding: 10px;
  box-sizing: border-box
}

.pricing__plan-all-features-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

@media only screen and (min-width:960px) {
  .pricing__plan-all-features-list {
    flex-direction: row
  }
}

.pricing__plan-all-features-list-item {
  flex: 50%;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  text-align: left !important;
}

.pricing__plan-all-features-list-item-tick {
  margin-right: 5px;
  fill: #000;
  width: 18px;
  height: 18px
}

.our-customers__heading {
  margin-bottom: 50px
}

@media only screen and (min-width:600px) {
  .our-customers__heading {
    margin-bottom: 60px
  }
}

.our-customers__brands {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center
}

.our-customers__brand {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 10px
}

@media only screen and (min-width:600px) {
  .our-customers__brand {
    padding: 20px
  }
}

.our-customers__brand-wrapper {
  box-sizing: border-box;
  width: 75px;
  height: 75px;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
  background-color: #fff
}

@media only screen and (min-width:400px) {
  .our-customers__brand-wrapper {
    width: 85px;
    height: 85px
  }
}

@media only screen and (min-width:500px) {
  .our-customers__brand-wrapper {
    width: 100px;
    height: 100px
  }
}

@media only screen and (min-width:600px) {
  .our-customers__brand-wrapper {
    width: 150px;
    height: 150px
  }
}

.our-customers__brand-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  margin: auto
}

.faqs {
  background-color: #fcfcfc
}

.faqs__questions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

@media only screen and (min-width:960px) {
  .faqs__questions {
    flex-direction: row
  }
}

.faqs__questions-left, .faqs__questions-right {
  flex: 1;
  display: flex;
  flex-direction: column
}

@media only screen and (min-width:960px) {
  .faqs__questions-left, .faqs__questions-right {
    flex: 50%
  }
}

.faqs__question-wrapper {
  padding: 10px 0;
  box-sizing: border-box
}

@media only screen and (min-width:960px) {
  .faqs__question-wrapper {
    padding: 10px
  }
}

.faqs__question {
  border-radius: 4px;
  border: 1px solid #efecec;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box
}

.faqs__question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.faqs__question-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  line-height: 1.5
}

.faqs__question-arrow {
  fill: #5500C4;
  width: 24px;
  height: 24px;
  transition: all .2s
}

.faqs__question-arrow--rotate {
  transform: rotate(180deg)
}

.faqs__question-body {
  box-sizing: border-box;
  border-top: 1px solid #efecec;
  display: none;
  margin-top: 20px;
  padding-top: 20px
}

.faqs__question-answer {
  font-size: 12px;
  line-height: 1.5;
  color: #6d7783;
  user-select: none
}

.faqs__question-answer-link, .faqs__question-answer-link:hover, .faqs__question-answer-link:visited {
  color: #5500C4;
  text-decoration: underline
}

.contact {
  background-color: #fff
}

.contact__grid {
  display: flex;
  flex-direction: column
}

@media only screen and (min-width:960px) {
  .contact__grid {
    justify-content: space-between;
    flex-direction: row
  }
}

.contact__left {
  flex: 1;
  margin-bottom: 40px
}

@media only screen and (min-width:960px) {
  .contact__left {
    flex: 30%;
    margin-bottom: 0
  }
}

.contact__title {
  margin-top: 20px;
  line-height: 1.28
}

.contact__right {
  flex: 1
}

@media only screen and (min-width:960px) {
  .contact__right {
    flex: 60%
  }
}

@media only screen and (min-width:1200px) {
  .contact__right {
    flex: 55%
  }

}

.contact__right-wrapper {
  box-sizing: border-box
}

.contact__button, .contact__button:active, .contact__button:focus {
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: 0;
  border: 0 solid transparent;
  padding: 15px 50px;
  border-radius: 50px;
  background-color: orange;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer
}

.contact__button--loading {
  background-color: #aaa;
  pointer-events: none
}

#contact-msg {
  background-color: #5500C4;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.3;
  border-radius: 4px
}

#contact-msg p {
  padding: 10px
}


@media (max-width : 600px) {

  #contact {
    padding-top:  0
  }
}


.footer {
  background-color: #5500C4;
  color: #fff
}

.footer__top {
  padding: 10px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#tiendasmail-logo-footer-size {
  width: 211px;
}

@media only screen and (min-width:600px) {
  #tiendasmail-logo-footer-size {
    width: 280px;
  }
}

#tiendasmail-logo-footer {
  fill: #fff
}
.footer__top-social-list {
  display: flex;
  flex-direction: row
}

.footer__top-social-list-item {
  margin-left: 10px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px
}

@media only screen and (min-width:600px) {
  .footer__top-social-list-item {
    margin-left: 20px;
    width: 28px;
    height: 28px
  }
}

.footer__top-social-list-item:first-child {
  margin-left: 0
}

.footer__top-social-icon {
  fill: #fff;
  width: 15px;
  height: 15px
}

.footer__bottom {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media only screen and (min-width:600px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
  }
}

.footer__bottom-tos-list {
  display: flex;
  align-items: center;
  flex-direction: column
}

@media only screen and (min-width:600px) {
  .footer__bottom-tos-list {
    flex-direction: row
  }
}

.footer__bottom-tos-list-item {
  text-align: center;
  margin-bottom: 20px
}

@media only screen and (min-width:600px) {
  .footer__bottom-tos-list-item {
    margin-bottom: 0;
    text-align: left
  }

  .footer__bottom-tos-list-item:first-child {
    margin-right: 20px
  }
}

.footer__bottom-right-copyright a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.footer__bottom-right-copyright, .footer__bottom-tos-list-item-link, .footer__bottom-tos-list-item-link:hover, .footer__bottom-tos-list-item-link:visited {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff
}

.footer__bottom-right-copyright {
  text-align: center
}

@media only screen and (min-width:600px) {
  .footer__bottom-right-copyright {
    text-align: left
  }
}

.footer__bottom-right {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media only screen and (min-width:600px) {
  .footer__bottom-right {
    flex-direction: row
  }
}

.footer__bottom-right-fiscal img {
  width: 30px;
  height: auto;
  margin-top: 30px
}

@media only screen and (min-width:600px) {
  .footer__bottom-right-fiscal {
    padding-left: 20px
  }
  .footer__bottom-right-fiscal img {
    margin-top: 0
  }
}

.terms__content p {
  text-align: justify;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  margin: 10px 0
}

.terms__content h3 {
  text-align: justify;
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  margin: 20px 0
}

.terms__content .terms__sub {
  padding-left: 20px;
  box-sizing: border-box
}


/*Carousel 2*/
#carrusel {
    float:left;
    width:85vw;
    overflow:hidden;
    height:400px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#carrusel > button {
  background-color: transparent;
  border: none;
}

#carrusel > button .carousel-control-prev-icon{
  background-image: url('../media/prev.svg');
}

#carrusel > button .carousel-control-next-icon{
  background-image: url('../media/next.svg');
}

#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

.carrusel {
    width:calc(85vw * 13);
    left:0px;
    position:absolute;
    z-index:0;
}

.carrusel > div {
    float: left;
    height: 400px;
    margin-right: 5px;
    width: calc(85vw / 3 - 5px);
    text-align:center;
}

.carrusel img {
  width: 100%;
  margin-bottom: 3%;
  cursor:pointer;
  height: 80%;
}

.product {
    border:#CCCCCC 1px solid;
}

@media (max-width:1000px) {

  #carrusel {
      min-width:95vw !important;
      max-width:95vw !important;
  }

  .carrusel > div {
      float: left;
      height: 400px;
      margin-right: 5px;
      width: calc(95vw / 2 - 2.5px);
      text-align:center;
  }
}

@media (max-width:650px) {

  .carrusel > div {
      float: left;
      height: 400px;
      margin-right: 5px;
      width: calc(95vw / 1 - 5px);
      text-align:center;
  }
}
