@import url(../fonts/font-styles.css);

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
body.fixed {
  position: fixed;
}
body.is-overflow {
  overflow: hidden;
}
strong, a {
  color: black;
}
em {
  display: contents;
}

nav {
  width: 100%;
  height: 96px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 3;
  transition: transform .3s ease-in-out;
}
.nav-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.logo-wrapper {
  width: 50%;
  padding-left: 36px;
  display: none;
}
.logo-wrapper img{
  width: 195px;
}

.title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 30px 0px;
}
.title-wrapper .title {
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  max-width: 840px;
  margin-bottom: 28px;
}
.title-wrapper .patrocina .title-patro{
  font-family: "Basier", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 36px;
  text-align: center;
}
.title-wrapper .patrocina .logos{
  margin-bottom: 48px;
}
.title-wrapper .patrocina .logos a img{
  width: 196px;
}
.title-wrapper .description {
  color: #646566;
  font-family: "Basier", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.02rem;
  text-align: center;
  max-width: 840px;
  margin-bottom: 50px;
}
.title-wrapper .description b {
  color: #646566;
  font-family: "Basier Semibold", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  max-width: 840px;
  margin-bottom: 50px;
}
.flecha-abajo{
  width: 33px;
}
.section-wrapper {
  width: 100%;
}
.section-wrapper .title-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 22px;
  margin: 80px 0;
  flex-wrap: wrap;
  width: 100%;
}
.section-wrapper .title-section .title {
  display: flex;
  flex-direction: column;
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  transform: translate(0px, -25px);
  text-align: left;
  text-transform: uppercase;
}
.section-wrapper .title-section .title.single {
  transform: none;
}
.section-wrapper .title-section .title.long span {
  font-size: 60px !important;
}
.section-wrapper .title-section .title span {
  font-size: 80px;
}
.section-wrapper .title-section .separator {
  border-top: 1px solid #650000;
  width: 14%;
}
.section-wrapper .title-section .cartel-description {
  position: relative;
  background-color: #f7f7f8;
  background-repeat: no-repeat;
  max-width: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Argesta Display", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  padding: 70px 64px;
}
.section-wrapper .title-section .cartel-description .drop-top {
  position: absolute;
  top: -65px;
  left: -65px;
}
.section-wrapper .title-section .cartel-description .drop-bottom {
  position: absolute;
  bottom: -65px;
  right: -65px;
  transform: rotate(180deg);
}

.swiper-container {
  margin: 0 auto;
  overflow: hidden;
}
.swiper-wrapper {
  margin: 0 auto;
}
.swiper-slide {
  width: 420px;
  opacity: 0.5;
  transition: all 0.3s ease-out;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
  margin: 15px 0;
}
.swiper-slide img {
  backface-visibility: hidden;
}
.swiper-slide-active {
  opacity: 1;
}
.swiper-slide-prev {
  opacity: 1;
}
.swiper-slide-next {
  opacity: 1;
}
.swiper-slide .description {
  background-color: #f7f7f8;
  padding: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d8d8d8;
}
.swiper-slide .description .title {
  font-family: "Argesta Display", Georgia, serif;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  width: 100%;
  max-height: 86px;
  overflow: hidden;
  backface-visibility: hidden;
}
.swiper-slide .description .brand {
  font-family: "Argesta Display", Georgia, serif;
  font-size: 20px;
  line-height: 29px;
  color: #9f0e1c;
  text-align: left;
  width: 100%;
  backface-visibility: hidden; 
}

.swiper-slide .description .brand strong {
  font-size: 20px;
  line-height: 29px;
  font-family: "Argesta Display", Georgia, serif;
  font-weight: 400;
  color: #9f0e1c;
}

.swiper-slide .description .description-text {
  font-family: "Basier", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  color: #646566;
  text-align: left;
  margin-bottom: 15.6px;
  backface-visibility: hidden;
}
.swiper-slide .description .vote-btn {
  width: 100%;
  font-family: "Argesta Display", Georgia, serif;
  font-size: 25px;
  line-height: 31px;
  color: #9f0e1c;
  border: 1px solid #9f0e1c;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  pointer-events: none;
}
.swiper-slide .description .vote-btn{
 transition: background-color .2s;
}
.swiper-slide .description .vote-btn:hover{
  background-color: #9f0e1c30;
}
.swiper-slide-active .description .vote-btn {
  pointer-events: all;
}
.swiper-slide.selected .description .vote-btn {
  display: none;
}
.swiper-slide .description .go-btn {
  width: 100%;
  font-family: "Argesta Display", Georgia, serif;
  font-size: 25px;
  line-height: 31px;
  color: white;
  border: 1px solid #9f0e1c;
  background-color: #9f0e1c;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  display: none;
}
.swiper-slide.selected .description .go-btn {
  display: block;
}
.swiper-slide .description .check,
.swiper-slide .description .sello {
  position: absolute;
  top: 40%;
}
.swiper-slide .description .check{
  width: 80px;
  display: none;
  right: 10%;
}
.swiper-slide .description .sello{
  width: 100px;
  right: 6%;
}
.check{
  width: 50px;
}
.swiper-slide.selected .description .check {
  display: block;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
  /* background-color: rgba(159, 14, 28, 0.2)!important; */
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
  /* background-color: rgba(159, 14, 28, 0.2)!important; */
}

.menu-selected {
  width: 360px;
  height: 100%;
  z-index: 2;
  min-height: 200px;
  background-color: white;
  position: fixed;
  right: -360px;
  top: 0;
  transition: all 0.3s ease-in;
  z-index: 4;
}
.menu-selected.open {
  right: 0px;
}

.black-screen {
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in;
  pointer-events: none;
}
.black-screen.active {
  opacity: 0.3;
}

.menu-selected .title-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 78px 30px 28px;
}

.menu-selected .title-box .title {
  font-family: "Argesta Display", Georgia, serif;
  font-size: 20px;
  line-height: 21px;
  width: 55%;
  text-align: right;
}
.menu-selected .title-box .line {
  width: 45%;
  height: 1px;
  background-color: #650000;
}
.menu-selected .item-list {
  overflow-y: auto;
  height: 70%;
}
.menu-selected .item-list .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px;
}
.menu-selected .item-list .item .item-img {
  width: 80px;
  margin-right: 26px;
  height: auto;
  border: 1px solid #ead7c9;
}
.menu-selected .item-list .item .description-box .title-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
}
.menu-selected .item-list .item .description-box .title {
  font-family: "Argesta Display", Georgia, serif;
  font-size: 16px;
  line-height: 21px;
  max-height: 63px;
  width: 180px;
  overflow: hidden;
}
.menu-selected .item-list .item .description-box .brand {
  font-family: "Argesta Display", Georgia, serif;
  font-size: 12px;
  line-height: 21px;
  color: #9f0e1c;
}
.menu-selected .close {
  position: absolute;
  right: 30px;
  top: 32px;
  width: 20px;
  height: 20px;
  z-index: 3;
}
.menu-selected .close:before,
.menu-selected .close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
}
.menu-selected .close:before {
  transform: rotate(45deg);
}
.menu-selected .close:after {
  transform: rotate(-45deg);
}
.menu-selected .item-list .item .description-box .remove {
  width: 36px;
  height: 16px;
  z-index: 3;
  display: block;
  position: relative;
  cursor: pointer;
}
.menu-selected .item-list .item .description-box .remove:before,
.menu-selected .item-list .item .description-box .remove:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #333;
}
.menu-selected .item-list .item .description-box .remove:before {
  transform: rotate(45deg);
}
.menu-selected .item-list .item .description-box .remove:after {
  transform: rotate(-45deg);
}
.menu-selected .checkout-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-selected .checkout-box .checkout-btn {
  background-color: #000;
  width: 264px;
  display: inline-block;
  padding: 18px 0;
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity .2s;
}
.menu-selected .checkout-box .checkout-btn:hover {
  opacity: .6;
}

.send-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  margin-bottom: 100px;
  margin-top: 55px;
}

.send-selection div {
  display: inline-block;
  width: 100%;
}

.send-selection div span {
  border-bottom: 2px solid #f2e4da;
  display: inline-block;
  width: 60%;
  margin-top: 20px;
}

.send-selection .border-right {
  height: 1px;
  background-color: #000;
  width: 300px;
}

.send-selection .border-left {
  height: 1px;
  width: 300px;
  background-color: #000;
}

.send {
  text-align: center;
  width: 420px !important;
  transition: opacity .2s;
}

.send:hover{
  opacity: .6;
}

.send a {
  background-color: #000;
  width: 320px;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}

.sponsor-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sponsor-block.space {
  margin-bottom: 100px;

}

.sponsor-block .patrocina,
.sponsor-block .organiza {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sponsor-block .patrocina:hover,
.sponsor-block .organiza:hover {
  transition: opacity .2s;
}
.sponsor-block .patrocina img:hover,
.sponsor-block .organiza img:hover {
  opacity: .6;
}

.sponsor-block .patrocina .title,
.sponsor-block .organiza .title {
  font-family: "Basier", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
}

.sponsor-block.big .patrocina .title {
  margin-bottom: 36px;
}

.sponsor-block .patrocina img {
  margin-bottom: 80px;
}

.sponsor-block .patrocina img {
  margin-bottom: 80px;
}

.sponsor-block.big .patrocina img {
  margin-bottom: 50px;
}

.sponsor-block .organiza .logos {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sponsor-block .organiza .logos img:first-child {
  margin-right: 32px;
}

.sponsor-block .organiza .logos .logo-mujerhoy {
  width: 142px;
}

.sponsor-block .organiza .logos .logo-vocento {
  width: 100px;
}

.product-winner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f8;
  padding: 20px 5%;
}

.product-winner div {
  margin: 10px;
}

.product-winner div p {
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
}

.product-winner div span {
  font-family: "Argesta Display", Georgia, serif;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}

/*footer*/
.footer {
  display: block;
  background-color: #9f0e1c;
  padding: 20px 5%;
  display: block;
  width: 100%;
}
.footer ul {
  text-align: center;
  padding: 0;
}
.footer ul li {
  display: inline-block;
  color: #fff;
  list-style: none;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Basier", Arial, Helvetica, sans-serif;
  padding: 10px 10px;
  display: inline-block;
  transition: opacity .2s;
}
.footer ul li a:hover {
  opacity: .6;
}

.arrow-section {
  margin-top: 40px;
}

.arrow-section img {
  margin: 0 auto;
  width: 33px;
}
.menu-checkbox img{
 width: 20px;
}
.menu-hamburguer img{
 width: 20px;
}
.menu-open img{
 width: 18px;
}

.nav-wrapper-mobile {
  display: none;
}

/*menu-hamburguer*/
.menu-hamburguer.is-active img {
  display: none;
}
.menu-hamburguer img {
  height: 20px;
}
.menu-hamburguer.is-active {
  background-image: url(../img/Cerrar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

/*modal*/
.modal {
  background-color: #9f0e1c;
  height: 100vh;
  position: fixed;
  top: 96px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  opacity: 0.75;
  padding-top: 20px;
}
.modal .cerrar{
  filter: invert();
}
.modal div {
  display: flex;
  margin-top: 30px;
  margin-left: 35px;
}
.modal div img {
  width: 24px;
}
.modal div a {
  margin-left: 15px;
  font-family: "Argesta Display", Georgia, serif;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  display: flex;
}

.info-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 0;
  display: none;
  z-index: 3;
}

.info-modal.active {
  display: flex;
}

.info-modal .modal-box {
  position: relative;
  width: 60%;
  height: 400px;
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  padding: 30px 5%;
}

.info-modal .modal-box .close {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 3;
}

.info-modal .modal-box .close:before,
.info-modal .modal-box .close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
}

.info-modal .modal-box .close:before {
  transform: rotate(45deg);
}

.info-modal .modal-box .close:after {
  transform: rotate(-45deg);
}

.info-modal .modal-box img {
  width: 250px;
  height: auto;
}

.info-modal .modal-box span {
  font-family: "Basier", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #646566;
  text-align: center;
}

.info-modal .modal-box .login {
  font-family: "Argesta Headline", Georgia, serif;
  max-width: 280px;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  background-color: #9f0e1c;
  color: white;
  padding: 13px 20px;
  cursor: pointer;
}

.confirm-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: 0;
  display: none;
  z-index: 3;
}
.confirm-modal.active {
  display: flex;
}
.confirm-modal .modal-box {
  position: relative;
  width: 60%;
  height: 400px;
  background-color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  padding: 30px 5%;
}
.confirm-modal .modal-box .close {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 3;
}
.confirm-modall .modal-box .close:before,
.confirm-modal .modal-box .close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
}
.confirm-modal .modal-box .close:before {
  transform: rotate(45deg);
}
.confirm-modal .modal-box .close:after {
  transform: rotate(-45deg);
}
.confirm-modal .modal-box img {
  width: 250px;
  height: auto;
}
.confirm-modal .modal-box span {
  font-family: "Basier", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #646566;
}
.confirm-modal .modal-box .login {
  font-family: "Argesta Headline", Georgia, serif;
  max-width: 280px;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  background-color: #9f0e1c;
  color: white;
  padding: 13px 20px;
  cursor: pointer;
}

.nav-wrapper .tab-wrapper {
  display: flex;
  justify-content: right;
  align-items: center;
  flex-direction: row;
  padding-right: 10%;
}

.nav-wrapper .tab-wrapper a,
.nav-wrapper .tab-wrapper .login-tab {
  font-family: "Argesta Display", Georgia, serif;
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  font-size: 16px;
  white-space: nowrap;
}

.nav-wrapper .tab-wrapper a {
  margin-right: 0;
  transition: opacity .2s;
}

.nav-wrapper .tab-wrapper a:hover{
  opacity: .6;
}

.nav-wrapper .tab-wrapper a img {
 width: 24px;
 margin-right: 5px;
}

.nav-wrapper .tab-wrapper .login-tab a img {
  max-width: 24px;
}

/*header*/
header {
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
  position: relative;
}
header .image {
  width: 60%;
  height: 100%;
}
header .degradado{
  background: linear-gradient(to right, #f8f9f9,#ebebeb);
  width: 100%;
}
header .apertura img{
  height: 100%;
  max-width: initial;
}
header .degradado img{
  height: 100%;
  object-fit: cover;
}
header .logo{
  position: absolute;
  right: 10%;
  top: 35%;
}
header .logo img{
  width: 900px;
}
header .vota{
  position: absolute;
  bottom: 0;
  right: 25%;
  text-align: center;
}
header .vota .title-vota,
header .vota .subtitle-favs{
  font-family: 'Argesta Headline', Georgia, serif;
  font-weight: 400;
}
header .vota .title-vota{
  font-size: 3em;
}
header .vota .subtitle-favs{
  font-family: 'Argesta Display Italic', Georgia, serif;
  font-size: 1.5em;
  position: relative;
  bottom: 1rem;
}
header .vota img{
  margin: 0 auto;
}
.category-header {
  background-color: #b40616;
  background-image: url("../img/fondo-categoria.png");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 5%;
}
.category-header .title {
  color: white;
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 120px;
  letter-spacing: -4.8px;
}
.category-header .separator {
  height: 2px;
  background-color: white;
  width: 20%;
}
.category-header .subtitle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(0px, 40%);
  padding-left: 15px;
}
.category-header .subtitle-wrapper .sub-title {
  color: white;
  font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  display: block;
  letter-spacing: 0.39px;
  white-space: nowrap;
}
.category-header .subtitle-wrapper img {
  padding-top: 20px;
}



@media (max-width: 1920px) {w
  header .logo img{
    width: 800px;
  }
}

@media (max-width: 1600px) {
  header .logo img{
    width: 650px;
  }
  header .vota h2{
    font-size: 3em;
  }
  header .vota h3{
    font-size: 1.5em;
  }
}

@media (max-width: 1400px) {
  .section-wrapper .title-section .cartel-description {
    max-width: 470px;
  }
  .nav-wrapper .tab-wrapper{
    padding-right: 5%;
  }
  header .logo{
    right: 5%;
  }
  header .logo img{
    width: 600px;
  }
  header .vota h2{
    font-size: 2.5em;
  }
  header .vota h3{
    font-size: 1.5em;
    bottom: .5rem;
  }
}

@media (max-width: 1200px) {
  header .logo{
    top: 35%;
  }
  header .logo img{
    width: 480px;
  }
  header .vota{
    text-align: left;
  }
  header .vota h2,
  header .vota h3{
    position: relative;
    left: 65%;
  }
  header .vota h2{
    font-size: 2em;
    top: 65px;
  }
  header .vota h3{
    font-size: 1.25em;
    top: 50px;
  }
  .category-header {
    flex-direction: column;
    padding: 45px 5% 0;
  }
  .category-header .separator {
    display: none;
  }
  .category-header .title {
    font-size: 50px;
  }
  .category-header .subtitle-wrapper {
    transform: translate(0px, 6%);
  }
  .category-header .subtitle-wrapper .sub-title {
    line-height: 0;
  }
  .section-wrapper .title-section .cartel-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-wrapper .title-section .cartel-description {
    margin-top: 70px;
  }
  .section-wrapper .title-section {
    padding-left: 0;
  }
  .section-wrapper .title-section .cartel-description .drop-top {
    width: 50%;
  }
  .section-wrapper .title-section .cartel-description .drop-bottom {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  header{
    height: 520px;
  }
}

@media (max-width: 900px) {
  nav{
    background-color: #ffffff !important;
    position: sticky !important;
    top: 0px !important;
    transform: translateY(0) !important;
  }
  header{
    height: auto;
  }
  .apertura {
    position: relative;
    overflow: hidden;
  }
  header .apertura img{
    width: 120%;
  }
  header .degradado{
    background: linear-gradient(to bottom, #f8f9f9,#ebebeb);
    height: 220px;
  }
  header .degradado img{
    width: 100%;
    max-width: -webkit-fill-available;
  }
  header .logo{
    display: none;
  }
  header .vota{
    width: 100%;
    text-align: center;
    right: auto;
  }
  header .vota h2,
  header .vota h3{
    position: initial;
  }
  header .vota h2{
    font-size: 4em;
  }
  header .vota h3{
    font-size: 2em;
    margin-bottom: 30px;
  }
  .product-winner {
    flex-direction: column;
  }
  .product-winner div {
    text-align: center;
    margin-top: 20px;
  }
  .product-winner div span {
    margin-top: 10px;
  }
  .nav-wrapper {
    display: none;
  }
  .nav-wrapper-mobile {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .nav-wrapper-mobile {
    padding-left: 20px;
  }
  .nav-wrapper-mobile img {
    margin-left: 20px;
    width: 200px;
  }
  .menu-checkbox img{
    width: 24px;
  }
  .menu-hamburguer img{
    width: 32px;
  }
  .tab-wrapper-mobile {
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: space-between;
    margin-right: 36px;
  }
  header {
    flex-direction: column;
  }
  header .image {
    width: 100%;
  }
  header .text {
    padding: 30px 20% 0px;
    width: 100%;
    background-image: none;
    background-color: #eaf0f0;
  }
  .section-wrapper .title-section .title-wrapper .title {
    font-family: "Argesta Headline", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 43px;
    transform: translate(0px, -13px);
  }
  .section-wrapper .title-section .title-wrapper .title span {
    font-size: 55px;
  }
  .section-wrapper .title-section .cartel-description {
    max-width: 550px;
  }
  .section-wrapper .title-section .cartel-description .drop-top {
    width: 40%;
    top: -40px;
    left: -50px;
  }
  .section-wrapper .title-section .cartel-description .drop-bottom {
    width: 40%;
    bottom: -40px;
    right: -50px;
  }
}

@media (max-width: 600px) {
  .section-wrapper .title-section .cartel-description {
    max-width: 400px !important;
    padding: 40px 50px;
  }

  .section-wrapper .title-section .title {
    font-size: 30px;
    line-height: 39px;
  }

  .section-wrapper .title-section .title span {
    font-size: 50px;
  }

  .info-modal .modal-box {
    width: 80%;
  }
}

@media (max-width: 500px) {
  #send-selection {
    width: 335px;
  }

  #send-selection a {
    width: 335px;
    font-size: 25px;
  }

  .title-wrapper .title {
    font-size: 26px;
    line-height: 30px;
  }

  header .text {
    font-size: 28px;
    line-height: 30px !important;
    padding: 15px 20% 0px !important;
  }

  header .text span {
    font-size: 60px;
  }

  header .text .choose {
    line-height: 75px !important;
  }

  .section-wrapper .title-section .title {
    font-size: 20px !important;
    line-height: 27px !important;
    transform: translate(0px, -13px);
  }

  .section-wrapper .title-section .separator {
    width: 20%;
  }

  .section-wrapper .title-section .title span {
    font-size: 40px !important;
  }

  .section-wrapper .title-section .cartel-description {
    max-width: 280px !important;
  }

  .info-modal .modal-box .login {
    font-size: 15px;
    padding: 13px 20px;
  }

  .section-wrapper .title-section .cartel-description {
    padding: 30px 30px;
  }

  .section-wrapper .title-section .cartel-description .drop-top {
    width: 45%;
    top: -24px;
    left: -33px;
  }

  .section-wrapper .title-section .cartel-description .drop-bottom {
    width: 45%;
    bottom: -24px;
    right: -33px;
  }

  .swiper-slide {
    width: 250px;
    height: auto;
  }

  .swiper-slide .description .title {
    font-size: 16px;
    line-height: 20px;
    height: 38px;
  }
  
  .swiper-slide .description .brand {
    font-size: 16px;
    line-height: 20px;
  }

  .swiper-slide .description .brand strong {
    font-size: 16px;
    line-height: 20px;
    font-family: "Argesta Display", Georgia, serif;
    color: #9f0e1c;
  }

  .swiper-slide .description .sello{
    width: 70px;
    top: 32%;
    right: 4%;
  }

  .swiper-slide .description .description-text {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-slide .description .vote-btn {
    font-size: 15px;
    line-height: 15px;
  }

  .swiper-slide .description .go-btn {
    font-size: 15px;
    line-height: 15px;
  }

  .swiper-slide .description .check {
    width: 60px;
    top: 32%;
  }
}