@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --radio1: 10px;
  --radio2: 20px;
  --white: #ffffff;
  --blue: #6178FF;
  --orange: #FF7C5A;
  --grey: #333333;
  --black: #000000;
  --aqua: #00F9C4;
  --green: #39B54A;
  --violet: #F292FF;
}

@font-face {
    font-family: 'sofiasans';
    src: url('../fonts/SofiaSans-VariableFont_wght.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sentient-bold';
    src: url('../fonts/Sentient-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksand-bold';
    src: url('../fonts/Quicksand-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'styro';
    src: url('../fonts/Styro-Semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/* a borrar 
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted bottom:blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
* * * * * * * * * { outline: 1px solid blue }
* * * * * * * * * *{ outline: 1px solid blue }
* * * * * * * * * * { outline: 1px solid blue }
* * * * * * * * * * *{ outline: 1px solid blue }*/
/* fin a borrar */
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "sofiasans", sans-serif;
  font-optical-sizing: auto;
  scroll-padding-top: 40px;
  background: #EEEEEE;
  margin: 0px;
}
.body-container-wrapper {
  margin-top: 80px;
}
html {
  scroll-behavior: smooth;
}
.bk {
  /* background-image: url("../images/background.png"); */
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  position: relative;
  margin: -40px 0 0 0;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--blue);
  /* font-weight: 700; */
}

.btn-whatsapp {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 1;
	background-color: green;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
}
.btn-whatsapp i {
	margin: 10px 2px;
}

.btn_accion {
  padding: 15px;
  border-radius: var(--radio2);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-weight: 600;
  z-index: 1;
  align-content: center;
  color: var(--white);
  background-color: var(--orange);
  border: solid 3px var(--white);
  transition: all 0.5s ease;
  margin: 10px 0px;
  font-size: 21px;
  width: 100%;
  font-weight: 500;
  font-family: "sofiasans", sans-serif;
}
.btn_accion:hover {
  /* width: 250px; */
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.13);
  /* transform: scale(1.1%); */
  /* transform: scale(1.01) !important; */
}

.btn_accion_right::after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    background-color: var(--white);
    color: var(--black);

    border-radius: 50%;
    width: 35px;
    height: 35px;

    margin-left: 10px;
    font-size: 0.9em;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: transform .2s;
    flex-shrink: 0;
}


.btn_accion_left::before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    background-color: var(--white);
    color: var(--black);

    border-radius: 50%;
    width: 35px;
    height: 35px;

    margin-right: 10px;
    font-size: 0.9em;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: transform .2s;
    flex-shrink: 0;
}

.btn_accion_left:hover::before{
    transform: translateX(-3px);
    color: var(--black)
}

a.btn_accion:hover{
    color: var(--white)
}

.btn_accion_right:hover::after{
    transform: translateX(3px);
    color: var(--black)
}


img {

}
nav {
  display: flex;
  width: 80%;
  justify-content: flex-end;
}
nav ul {
  display: flex;
  align-items: center;
  border-radius: var(--radio1);
  /* padding: 0 10px; */
  justify-content: space-between;
  width: 100%;
}
nav ul li {
  /* display: inline-block; */
  align-items: center;
  display: flex;
  height: 100%;
}
nav ul li a {
  font-size: 13px;
  /* padding: 12px 10px; */
  padding: 5px 15px;
  color: var(--white);
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  font-size: 14pt;
      font-family: 'sofiasans';
}
nav ul li a:hover {
  color: var(--orange);
  cursor: pointer !important;
}
nav ul li ul {
  display: none;
  padding: 10px 0 !important;
}
nav ul li ul li a {
  /* background-color: #333; */
  padding: 12px 15px;
}
.nav-contact, .nav-login {
  border: solid 2px var(--purple);
  border-radius: var(--radio1);
  padding: 0 10px;
  color: var(--purple) !important;
  /* background-color: var(--white); */
  margin-left: 10px;
}
.nav-contact a, .nav-login a {
  color: var(--purple) !important;
}
.nav-contact:hover, .nav-login:hover {
  /* border: solid 2px var(--blue); */
  color: var(--white) !important;
  background-color: var(--purple);
  /* padding: 10px 30px; */
}
.nav-contact a:hover, .nav-login a:hover {
  color: var(--red) !important;
}

.menu {
  
  /* border: solid 2px var(--white); */
  /* border-radius: var(--radio1); */
}
.menu li {}
.menu li a {}
.menu li a:hover {
  color: var(--orange);
}
.contact {
  border: solid 2px var(--orange);
  background-color: var(--orange);
  /* margin: 0 0 0 10px; */
  transition: all 0.2s ease;
  border-radius: 10px;
  margin-right: 7px;
}
.contact:hover {
  border: solid 2px var(--violet);
  background-color: var(--violet);
}
.contact li {}
.contact li a {
  color: var(--white);
  display: flex;
  align-items: center;
}
.contact li a:hover {
  color: var(--white);
}
.menu-close {
  display: none;
}
.menu-open {
  display: none;
}
.ico-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
}
.ico-menu-open::before {
  cursor: pointer;
  content: '\f0c9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  background-color: var(--blue);
  color: white;

  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;

  display: inline-flex;
  align-items:flex-start;
  justify-content: center;
}
p, h1, h2, h3, h4, h5 {
  font-family: "quicksand-bold", sans-serif;
}
p span {
  font-weight: 700;
  color: var(--violet-dark);
}
.button {
  /* font-size: 18px; */
  padding: 10px 33px;
  border-radius: var(--radio1);
  display: table;
  /* text-align: center; */
  /* white-space: nowrap; */
  /* vertical-align: middle; */
  /* -webkit-user-select: none; */
  -moz-user-select: none;
  -ms-user-select: none;
  /* user-select: none; */
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  /* width: 250px; */
  margin: 0 auto;
  font-weight: 600;
  z-index: 1;
  align-content: center;
  border: solid 2px var(--white);
  transition: all 0.5s ease;
  /* height: calc(100% - 10px); */
  /* height: 54px; */
  /* box-sizing: border-box; */
}
.button:hover {
  /* width: 250px; */
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 13px 0px rgba(0, 0, 0, 0.13);
  /* transform: scale(1.1%); */
  /* transform: scale(1.01) !important; */
}
.button a {
  display: flex;
  align-items: center;
  color: var(--white);
  /* color: var(--white) !important; */
}
.button a img {
  width: 50px;
  margin: 0 10px 0 0;
  /* color: var(--white); */
}
.button-red {
  /* background: var(--purple); */
  color: var(--black);
  background-color: var(--white);
  /* background: linear-gradient(90deg, var(--violet) 0%, var(--purple) 100%); */
  /* border-color: var(--white) !important; */
}
.button-red a {
  color: var(--white) !important;
}
.bk-trans {
  background-color: transparent;
}
.bk-white {
  background-color: rgba(255, 255, 255, 0.95);
}
p {
  font-size: 16px;
  color: var(--grey);
  margin: 0 0 20px 0;
  line-height: 22px;
  font-weight: 500;
}
.subtitle {
  width: 600px;
  text-align: center;
  color:#fff;
  font-family: "sofiasans", sans-serif;
}
.centrar {
  margin-top: 20px;
  display:flex; 
  justify-content:center;
}
.principal_title {
  font-family: "quicksand-bold", sans-serif !important;
  text-align: center;
  color:#fff;
  font-size: 88pt;
}
.h1 {
  text-align: center;
  color:#fff;
  font-size: 40pt;
}
.principal_title {
  font-family: "sentient-bold";
  text-align: left;
  color:#fff;
  font-size: 40pt;
}
h2 {
  margin: 0 0 20px 0;
  font-size: 35pt;
  background: -webkit-linear-gradient(to right, #ff0000, #9932cc); /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, var(--violet) 30%, var(--purple) 100%); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  color: var(--blue);
  text-align: left;
  width: 90%;
  font-weight: 800;
}
h3 {
  font-size: 30pt;
  margin: 0 0 30px 0;
  text-align: left;
  font-family: "quicksand-bold", sans-serif;
  line-height: 1.2;
}
h4 {
  font-size: 30pt;
  text-align: left;
  margin: 0 auto;
  color: var(--orange);
}
h5 {
  font-size: 110%;
  color: var(--grey);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section, footer {
  padding: 0 0 120px 0;
  width: 100%;
}
footer {
  margin: 0;
  padding: 60px!important;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;

}
.content {
  width: 96%;
  max-width: 1360px;
  margin: 0 auto;
  backdrop-filter: blur(20px);
}
.left {
  float: left;
}
.right {
  float: right;
}
/*columns */
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33%;
}
.col-2-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.col-3-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.shadow {
  /* -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 1); */
}
.shadow2 {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.33);
}
/* fin columns */
#header {
  position: sticky;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .content {
  width: 820px;
    background-color: rgba(0, 0, 0, 0.3);
height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 20px;
  border-radius: 14px;
  box-sizing: border-box;
}
#header-cont {}
.header-stick-on {
  margin-top: 20px;
  z-index: 9999;
  /* border-bottom: solid 1px var(--grey); */
  /* margin: 20px !important; */
  
  transition: all 0.2s ease;
}
.header-stick-off {
  transition: all 0.2s ease;
}
.logo {
  align-content: center;
}
.logo img {
  margin-left: 20px;
  width: 100px;
}
.anim-sube {
  animation: sube 1s ease both;
}
.space-b {
  height: 80px;
  display: inline-block;
  width: 100%;
}
/****** general *********/
.general {
  width: 100%;
  margin-top: 100px;
  padding: 0;
}
/******* hero *********/
#hero {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero {
  padding: 0;
  width: 72%;
  position: relative;
  /* background: green; */
  margin: -80px auto 0;
  left: 1%;
}
.dest1 {
  width: 205px;
  height: auto;
  position: absolute;
  top: 140px;
  left: 240px;
}
.titulo {
  position: absolute;
  top: 300px;
  left: 70px;
  width: 400px;
}
.titulo h1 {
  display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.titulo span {
  background-color: var(--violet);
  padding: 10px 20px;
  color: var(--orange);
  border-radius: var(--radio1);
  margin: 0 0 6px 0;
}
.subtitulo {
  position: absolute;
  width: 400px;
  background-color: var(--orange);
  text-align: left;
  top: 471px;
  left: 70px;
  padding: 16px 35px 16px 18px;
  border-radius: var(--radio1);
}
.subtitulo h3 {
  margin: 0;
  color: var(--white);
}
.img-chica {

  /* background: red; */
}
.dest2 {
  width: 205px;
  height: auto;
  position: absolute;
  top: 220px;
  left: 710px;
}
.dest3 {
  width: 114px;
  height: 114px;
  position: absolute;
  top: 330px;
  left: 790px;
}
/************* more ****************/
.more {}
.more a {}
.more a img {}
/********* ventajas ***********/
.ventajas-cont1 {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 10px;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 10px;
  /* margin: 130px 0 0 0; */
  margin-top: 80px !important;
}
.item1 {
  grid-column: 1;
  grid-row: 1 / 3;
  padding: 40px 50px !important;
}
.item2, .item3 {}
.ventajas-cont2 {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 10px;
}
.ventaja-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radio);
  padding: 20px 30px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: var(--violet);
  /* margin: 0 0 0 20px; */
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.ventajas-cont1, .ventajas-cont2 {
  margin: 0 auto 12px;
  width: 100%;
}
.item1 img, .item4 img, .item5 img {
  height: 60px;
  margin: 0 0 20px 0;
  /* float: left; */
}
.item1 img {
  height: 90px;
}
.item2, .item3, .item6 {
  /* font-size: 16px; */
}
.item2, .item3, .item4 {
  color: var(--purple);
}
.item2 img, .item3 img, .item6 img {
  height: 40px;
  margin: 0 0 10px 0;
}
.item6 img {
  height: 30px;
}
.selector-cont {
  margin: 60px 0;
  width: 100%;
  /* display: flex; */
  /* height: 60px; */
  /* justify-content: space-evenly; */
}
.selector {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  border: solid 2px var(--violet);
  border-radius: var(--radio1);
  padding: 5px 1px;
  height: 60px;
  position: relative;
  align-content: center;
  box-sizing: content-box;
  /* flex-wrap: wrap; */
}
.selector .button {
  padding: 10px 0px;
  margin: -5px 0 0 0;
  background: transparent;
  border: none;
  width: 45%;
}
.selector .button:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
  box-shadow: none;
}
.selector .button a {
  color: var(--violet);
  /* justify-items: unset; */
  width: 100%;
}
/******************* carousels *****************/
.photo-app {
  width: 100%;
  padding: 60px 0;
}
.photos-carousel {
  width: 100%;
  margin: 0;
}
.photo-app {
  width: 400px;
  height: 300px;
  /* height: 300px; */
  /* margin-right: 10px; */
  /* background: #8C8; */
  border-radius: var(--radio);
  margin-right: 20px;
  opacity: 0.5;
}
.photo-app img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radio);
}
.photo-app.is-selected {
  opacity: 1;
}
/********* callme *********/
.callme {}
.callme-cont {
  display: flex;
  width: 60%;
  margin: 0 auto;
}
/*********beneficios********/
#beneficios {
  margin-top: 20px;
}
.beneficios h2.anim-sube {
  animation: sube 1s ease;
}
.benef-cont {
  width: 92%;
  margin: 0px auto 0;
  display: none;
}
.benef-ico {
  width: 85px;
  height: 85px;
  margin: 0 0 20px 0;
}
.benef-ico img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.benef-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 40px 0 0 0;
  animation: sube 2s ease;
  /*grid-template-rows: repeat(2, 1fr);*/
}
.benef-ind, .adv-ind {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  background-color: var(--white);
  border-radius: var(--radio2);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.benef-violet {
  background-color: var(--violet);
}
.benef-violet h2, .benef-violet p {
  color: var(--white);
}
/********* boton **********/
#boton-sec {}
.boton-sec {
  display: flex;
}
.boton {
  background-color: var(--orange);
  display: flex;
  /* align-items: center; */
  align-content: center;
  border-radius: var(--radio2);
  padding: 20px 90px;
  margin: 0 auto;
  transition: all 0.3s ease;
  /* width: 100%; */
  justify-content: center;
}
.boton-precios {
  display: flex;
}
.boton-precios .boton {
  background-color: var(--violet);
}
.boton-precios .boton:hover {
  background-color: var(--orange);
  display: flex;
  /* align-items: center; */
  align-content: center;
  /* border-radius: var(--radio1); */
  /* padding: 20px 40px; */
  margin: 0 auto;
  transition: all 0.3s ease;
}
.boton a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
}
.boton a img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.boton-precios a img {
  height: 50px;
  width: auto;
}
.boton:hover {
  background-color: var(--violet);
  cursor: pointer;
}
/*********** envios **************/
#envios {}
.envios {}
.envios img {
  /* width: 90%; */
  width: 100%;
}
.imagen {
  text-align:right;
}
.envios-list {}
.envios-list h1 {}
.envios-list h3, .entrega h3 span {
  background-color: var(--violet);
  color: var(--white);
  width: 70%;
  margin: 10px 0 30px;
  padding: 4px 8px;
}
.envios-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.envios-ind {
  background-color: var(--white);
  width: 100%;
  float: left;
  padding: 20px 30px;
  border-radius: var(--radio2);
  box-sizing: border-box;
  margin: 0 0 0 0;
}
.envios-ind p {
  margin: 0;
}
.envios-ind p span {
  color: var(--violet);
  font-weight: 800;
  /* display: block; */
  margin: 0 0 16px 0;
  /* float: left; */
}
.envios-ind p span.numero {
  display: flex;
}
.num-cont {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.num-cont .numero {
  font-size: 20px;
  font-weight: 700;
}
.num-cont span {
  font-size: 16px;
  font-weight: 900;
  margin: 0 10px 0 0;
  color: var(--violet);
}
/********* servicios *************/
#servicios {}
.servicios {}
.servicios h1 {
  text-align: center;
  margin: 0 0 40px 0;
}
.serv-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
}
.serv-ind {}
.serv-ind img {
  margin: 0 auto 30px;
  width: 70%;
}
.serv-ind h3 {
  text-align: center;
  color: var(--violet);
  border: solid 3px var(--violet);
  border-radius: 50px;
  padding: 10px;
  margin: 0 0 20px 0;
}
.serv-ind p {
  text-align: center;
  font-weight: 700;
}
/************ faq y legales ************/
#faq, #legales {
  margin-top: 60px;
  padding: 0;
  /* width: 80%; */
  margin-bottom: 80px;
}
.faq, .legales-cont {
  width: 80%;
  margin: 0 auto;
}
.legales {
  padding: 40px0;
  /* background-color: #fff; */
  /* border-radius: 30px; */
  box-sizing: border-box;
}
.legales h1 {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px !important;
}
.legales-cont {
  background-color: var(--white);
  padding: 60px 60px;
  box-sizing: border-box;
  border-radius: var(--radio2);
}
.faq h1 {
  text-align: center;
  color: #fff;
  font-size: 40pt;
}
.faq h2 {
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}
.faq-cont, .legales-cont {
  margin: 0 auto 0;
  color: #333;
}
.faq-list {}
.transition, ul li i:before, ul li i:after, p {}
/********** form **********/
.form-cont {
  margin: -20px auto 0 auto;
  width: 80%;
}
.formulario {
  width: 100%;
  margin: 70px auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: var(--radio2);
}
#form {}
.formulario label {
  font-size: 16px;
  color: var(--violet-dark);
  width: 100%;
  display: inline-block;
}
.formulario input, .formulario textarea {
  width: 100%;
  padding: 10px 10px 6px 0px;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px var(--violet);
  margin: 5px 0 30px 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--violet-dark);
  background-color: transparent;
  /* font-family: 'Public Sans', sans-serif; */
}
.formulario input::placeholder, .formulario textarea::placeholder {
  display: none;
  color: var(--violet-dark);
}
.formulario .button input {
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: var(--white);
  cursor: pointer;
  padding: 10px 10px;
}
.formulario .button a {
  width: 100%;
  cursor: pointer;
}
.boton-contacto {}
.boton-contacto input {
  color: var(--white);
  text-decoration: none;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.form-header {
  margin: 80px auto 0;
  /* background: red; */
}
.form-header h1, .form-header h3 {
    text-align: center;
  color: #fff;
  font-size: 40pt;
}
/************ about ************/
#about {
  margin-top: 160px;
}
.about {}
.about-cont {
  width: 100%;
  margin: 70px auto 0;
}
.about h3 {
  margin: 40px 0 0 0;
}
.about-list {
  padding: 30px 0px 30px 40px;
}
/************ contacto ***********/
.contacto {}
/********* generales **********/
.oculta {
  display: none;
}
.muestra {
  display: block;
}
.show {
  display: block !important;
}
.hide {
  display: none;
}
.showmenu {
  display: block !important;
  transform: translate(0) !important;
}
.text {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radio);
  color: #333;
}
.txt-white a {
  color: var(--white) !important;
}
.txt-white img {
  filter: brightness(1600%);
}
.text p {}
.desktop {}
.mobile {
  display: none !important;
}
.faq-cont, .benef-cont, .about-list {
  /* width: 92%; */
  padding: 20px 0 40px;
}
/********** accordion  *******/
article {
  border: 1px solid #fff;
  padding: 20px 30px;
  margin: 1em auto;
  background-color: var(--white);
  border-radius: var(--radio2);
  cursor: pointer;
  border: solid 2px var(--white);
  transition: all 0.3s ease;
}
article:hover {
  cursor: pointer;
  border: solid 2px var(--violet);
}
input[type="radio"] {
  appearance: none;
  position: fixed;
  top: -100vh;
  left: -100vh;
  visibility: hidden;
  /*  & ~ div {
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  }
  &:checked ~ div {
    max-height: 200px;
  padding-bottom: 20px;
  }
  */
}
input[type="radio"] ~ div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s;
  transition: all 0.3s ease;
}
input[type="radio"]:checked ~ div {
  max-height: 200px;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}
/********** fin accordion  *******/
/**** entrega ********/
.entrega h1, .entrega h3 {
  text-align: center;
  color: #fff;
  font-size: 40pt;
}
.wapp {
  position: fixed;
  bottom: 3%;
  right: 2%;
  display: flex;
  align-items: center;
}
.wapp a {
  margin: 0 0 0 8px;
}
.wapp a img {
  /* width: 70px; */
}
.wapp-ig {
  width: 53px;
}
.wapp-wapp {
  width: 70px;
}
#puntos {
  display: block;
  height: 140px;
}
.numero {
  font-size: 20px;
  background-color: var(--violet);
  color: var(--white) !important;
  /* display: block !important; */
  /* float: left; */
  padding: 0 0 3px 0;
  /* line-height: 31px; */
  border-radius: 50px;
  /* align-items: center; */
  /* display: flex !important; */
  /* display: block; */
  width: 40px;
  height: 40px;
  /* text-align: center; */
  /* align-content: center; */
  /* display: flex !important; */
  /* align-items: center; */
  /* justify-content: center; */
  /* align-items: center; */
  /* place-items: center; */
  display: flex; /* or inline-flex */
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.mapa {
  width: 100%;
}
.mapa span {
  margin: 10px 0 20px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.mapa img {
  border-radius: var(--radio1);
  transition: all 0.2s ease;
}
.mapa img:hover {
  transform: scale(1.05);
}
.botones-cont {
  width: 60%;
  margin: 0 auto;
}
/******* delivery ******/
#banner-delivery {
  /* width: 100%; */
  /* background-color: var(--violet); */
  border-radius: var(--radio2);
}
.banner-delivery {
  width: 60%;
  background-color: var(--violet);
  border-radius: var(--radio2);
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* gap: 20px; */
  padding: 40px 0;
  margin: -1px auto;
}
.logo-delivery {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-items: flex-end;
}
.logo-delivery img {
  max-width: 300px;
  /* right: 0; */
  /* display: inline; */
  /* display: flex; */
  /* justify-content: right; */
  height: auto;
  margin: 0 10% 0 0;
  transition: all 0.2s ease;
}
.delivery-txt {
  display: flex;
  align-items: flex-start;
  justify-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.delivery-txt p {
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
  /* width: 50%; */
  text-align: left;
  width: 100%;
  /* display: block; */
  margin: 5px 0;
}
.delivery-txt span {}
.delivery-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}
.txt-res {
  color: var(--orange) !important;
}
.banner-delivery:hover .logo-delivery img {
  margin: 0 6% 0 0;
}
/********** footer ***********/

.footer {
  padding: 30px;
  text-align: center;
  margin-top: 30px;

}

.footer p {
  text-align: center;
  font-size: 16px;
  color:white;
  font-family: "sofiasans", sans-serif;
  line-height: 5px;
  margin-bottom: 20px;
}

.footer h1 {
  text-transform: uppercase;
  font-size: 16px;
  /* line-height: 0; */
  font-weight: 500;
  color: var(--grey);
  text-align: center;
}

.footer > small {
  color: var(--white);
  font-weight: 400;
}

.footer > small > a {
  color: var(--white);
}

.footer img {
  width: 140px;
  height: auto;
  margin: 0;
}
.footer h1{
  font-family: "sofiasans", sans-serif;
  color:white;
}
.logos-pagos{
  text-align: center;
  margin: 30px 0;
}
.logos-pagos img {
  width: 350px;
  margin-bottom: 20px;
}
.menu-footer {
  text-align: left;
}
/********** sucursales ***********/
.sucursales-imprimir-cont {
  padding: 20px;
  padding-bottom: 0;
}
.sucursales {
  width: 100%;
  margin: 0 auto;
}
.sucursales-imprimir {
    padding: 20px;

  margin: 0 auto;
}
.sucursales-imprimir-cont h1 {
    text-align: left;
    color: #fff;
    font-size: 31pt;
}

.sucursales h1 {
    text-align: left;
  color: #fff;
  font-size: 33pt;
}

.lista-horizontal {
  display: flex !important;
  flex-direction: row !important;
  margin: 20px 0px;
  overflow:scroll;
  scrollbar-width: none;
top: 80px;


  overflow-x: auto;
  scrollbar-width: none;

  position: sticky;

  z-index: 1000;
  padding: 15px 0;
}

.divs {
  display: none;
}

.lista-horizontal li {
  display: inline-flex;
}

.lista-horizontal a {
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  white-space: nowrap;
  color:white;
  background-color: var(--blue);
  border: 3px solid white;
  margin-right:10px;
  cursor: default;
}

.lista-horizontal a.selected {
  background-color: var(--green) !important;
  cursor: pointer;
}

.lista-horizontal a.gray {
  background-color: var(--blue) !important;
  color: rgb(180, 180, 180);
  border-color: rgb(180, 180, 180);
}


.btn-siguiente {
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 18px;
  border: none;
  white-space: nowrap;
  color:white;
  border: 3px solid white;
  cursor: default;
  display: block;
  width: fit-content;
  margin: 50px auto;
  transition: transform 0.2s ease;
}

.btn-siguiente:hover {
  color:white;
  transform: translateY(-3px);
  background-color: var(--green);

}

/* modal */

.modal {
  height: 100vh;
  border: none;
}
#modalDetalle .modal-content-transparent {
  background: transparent;
  border: none;
  box-shadow: none;
}

.modal-content-transparent {
  background-color: transparent !important;
  border: none;
  width: 100%;
}

.modal-backdrop.show {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
}

.modal-naranja {
  background: #e07a5f; /* naranja */
  border-radius: 20px;
  color: white;
  position: relative;
  border: 2px solid rgba(255,255,255,0.7);
}

.modal-dialog {
  pointer-events: auto !important;
}

.modal-item {
  background: var(--blue);
  border-radius: 20px;
  color: white;
  position: relative;
  margin-bottom: 15px;
  border: 2px solid rgba(255,255,255,0.7);
  cursor: pointer;
  height: 180px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.modal-item:hover {
  background-color: var(--orange);
  color:white;
}


.modal-item.selected {
  background: var(--orange);
}


.modal-body{
  padding: 10px;
}


.btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;

  width: 35px;
  height: 35px;
  border-radius: 50%;

  background: #e9e4dc;
  border: none;

  font-size: 22px;
  font-weight: bold;
  color: black;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

.modal-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
  color:white;
  width: 85%;
}

.modal-subtitle {
  font-size: 22px;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "sofiasans", sans-serif;

}

.modal-img {
  width: 60%;
  border-radius: 20px;
  margin-top: 20px;
}


.modal-img-usuario {
  width: 70px;
  position:absolute;
  right: 10px;
  bottom: 10px;
}

/* fin de modal */


#modalDetalle .modal-header {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}


.subtitle{
  text-align: left;
  color: #fff;
  font-size: 20px;
  width: 80%;
  margin-top: 20px;
  height: auto;
}

.hero-sucursal-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 15px 0;
  align-items: flex-end; /* 👈 pega todo abajo */
}


.hero-sucursal-container > div {
  width: 100%;
}


.hero-sucursal-img {
  width: 210px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 20px;
  align-self: flex-end;
}


.grilla_opciones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

#sucursales {}
.sucursales {}
.sucursales img {
  /* width: 90%; */
  width: 100%;
}
.imagen {
  text-align:right;
}
.sucursales-list {}
.sucursales-list h1 {}
.sucursales-list h3, .entrega h3 span {
  background-color: var(--violet);
  color: var(--white);
  width: 70%;
  margin: 10px 0 30px;
  padding: 4px 8px;
}

.box {
  width: 100%;
  height: 180px;
  overflow-y: auto;
  position: relative;
}




/* animacion de flecha */

.box.scrollable::after {
  content: '\f078';

  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  position: absolute;

  bottom: 10px;
  left: 50%;

  transform: translateX(-50%);

  width: 35px;
  height: 35px;

  border-radius: 50%;

  background: rgba(255,255,255,.9);
  color: black;

  display: flex;
  align-items: center;
  justify-content: center;

  pointer-events: none;

  animation: flechaScroll 1s infinite ease-in-out;
}

@keyframes flechaScroll {
  0%   { transform: translateX(-50%) translateY(0); }
  50%  { transform: translateX(-50%) translateY(6px); }
  100% { transform: translateX(-50%) translateY(0); }
}

.box.hide-scroll-indicator::after {
  opacity: 0;
  transition: .3s;
}

/* fin de animacion de flecha */
.imprimir-ind {
  background-color: #6178FF;
  color:white;
 
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radio2);
  box-sizing: border-box;
  border: 3px solid white;
  cursor:pointer;
  overflow: hidden;
  padding:10px;

}

.imprimir-ind.disabled{
  position: relative;
  background-color: #6178FF;
  color: rgb(180, 180, 180);
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radio2);
  box-sizing: border-box;
  border: 3px solid rgb(180, 180, 180);
  cursor: default;
  overflow: hidden;
  padding: 10px;

  pointer-events: none;
  opacity: 0.6;
}

.imprimir-ind.disabled::after{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.25);
  z-index: 10;
}

.imprimir-ind.disabled:hover{
  background-color: #6178FF;
  color: rgb(180, 180, 180);
  cursor: default;
}

.item-vertical {
  background-color: #6178FF;
  color:white;
  height: 85px;
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radio2);
  box-sizing: border-box;
  border: 3px solid white;
  cursor:pointer;
  overflow: hidden;
  padding:5px 10px;
}

.comentarios-box {
  background-color: #6178FF;
  color:white;
  width: 100%;
  height: 180px;
  border-radius: var(--radio2);
  box-sizing: border-box;
  border: 3px solid white;
  margin: 10px 0;
  padding: 15px;
  outline: none;
  box-shadow: none;
}

.comentarios-box:focus {
  background-color: #6178FF;
  color:white;
    border: 3px solid var(--orange);

}

.comentarios-box::placeholder {
  color: white;
  opacity: 1;
}

.sucursales-ind {
  background-color: white;
  color:black;
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0px;
  padding: 20px;
  cursor:pointer;
  border-radius: 20px;
}

.imprimir-ind:hover {
  background-color: var(--orange);
  color:white;
}

.selected {
  background-color: var(--orange);
}

.sucursales-ind p {
  margin: 0;
}
.sucursales-ind p span {
  color: var(--violet);
  font-weight: 800;
  /* display: block; */
  margin: 0 0 16px 0;
  /* float: left; */
}
.sucursales-ind p span.numero {
  display: flex;
}

/* DIRECCIÓN */
.card-detail {
  font-size: 16px;
  line-height: 1.3;
  opacity: 0.9;
  /* padding: 15px; */

  flex: 1;
  min-width: 0;
}

.card-bottom {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  /* padding: 5px 15px 15px 15px; */
	font-family: "quicksand-bold", sans-serif;

}

.hero-sucursal-container h1 {
    text-align: left;
    color: #fff;
    font-size: 31pt;
    font-family: "quicksand-bold", sans-serif;
}

.container-fluid {
  margin-top: 30px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* gap: 10px; */
}

.clickeable {
  cursor:pointer;
}

/* BOTÓN + */
.btn-plus {
  all: unset;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  flex-shrink: 0;

  background: #e9e4dc;
  color: #000;
  border-radius: 50%;

  font-size: 15px;
  font-weight: bold;

  cursor: pointer;
  /* z-index: 1; */
}

.lista_documentos{
  background-color: var(--white);
  border-radius: var(--radio1);
}

.sucursal-img {}
.sucursal-img img {
  border-radius: var(--radio1);
  width: 100%;
}
.sucursal-ico {
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
}
.sucursal-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sucursal-info h2 {
  margin: 0 0 4px 0;
}
.sucursal-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.sucursal-info ul {}
.sucursal-info ul li {
  display: flex;
  justify-items: left;
  align-items: center;
  flex-direction: row;
  /* flex-wrap: revert-layer; */
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.sucursal-info ul li img {
  height: 100% !important;
  width: auto !important;
  margin: 0 auto;
}
.sucursal-info ul li p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  /* text-transform: capitalize; */
}
.sucursal-info ul li p span {
  font-weight: 800;
}
/***** inicio compra **********/
#compra {}
.compra {
  width: 80%;
  padding: 80px 0;
  margin: 0 auto;
}
.compra h1 {
    text-align: center;
  color: #fff;
  font-size: 40pt;
}
.compra h1 span {
  text-align: center;
  color: var(--violet);
}
.compra-cont {
  margin: 80px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  width: 100%;
}
.compra-ind {
  background-color: var(--white);
  border-radius: var(--radio2);
  padding: 20px 20px 40px 20px;
  border: solid 2px var(--white);
  /* box-sizing: border-box; */
  transition: all 0.5s ease;
}
.compra-ind:hover {
  cursor: pointer;
  border: solid 2px var(--violet);
  transition: all 0.5s ease;
}
.compra-img {}
.compra-img img {
  border-radius: var(--radio1);
  margin: 0 0 20px 0;
}
.compra-ind h2 {
  font-size: 20px;
  line-height: 20px;
}
.compra-ind h3 {
  font-size: 16px;
  line-height: 18px;
}
.compra-ind .boton {
  padding: 20px 30px;
}
.compra-ind:hover .boton {
  background-color: var(--violet);
}
.compra-ind .sucursal-ind {
  grid-template-columns: 100%;
  padding: 0;
  width: 100%;
  margin: 0 0 30px 0;
}
.imprimir {
  width: 100% !important;
  margin: 0 0 100px 0;
}
.imprimir h1 {
  margin: 0 0 40px 0;
}
.imprimir .numero {
  float: left;
  margin: -10px 10px 0 -50px;
}
.imprimir p {
  padding: 0 0 0 50px;
}

.btn-upload {
  background-color: var(--orange);
  color: var(--white);
  border: 3px solid var(--white);
  padding: 10px 20px;
  border-radius: var(--radio2);
  width: 210px;
  cursor: pointer;
  font-size: 23px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  font-family: "sofiasans", sans-serif;
}

.btn-upload > i{
  border-radius: 50%;
  background-color: var(--white);
  color:black;
  width: 35px;
  height: 35px;
  font-size: 15px;
  padding:5px;
  align-content: center;
}

.btn-cantidad {
  background-color: var(--blue);
  color: var(--white);
  border: 3px solid var(--white);
  padding: 10px 20px;
  border-radius: var(--radio2);
  cursor: text;

  width: 210px;

  font-size: 28px;

  display: flex;
  flex-direction: row;
    justify-content: center;
  gap: 8px;

  font-family: "sofiasans", sans-serif;
  text-align: right;
  box-sizing: border-box;
}

.btn-cantidad:hover {
  background-color: var(--blue);
  color: var(--white);
}

.btn-cantidad input{
  background: transparent;
  border: none;
  outline: none;

  color: var(--white);

  font-size: 20px;
  font-family: "sofiasans", sans-serif;

  min-width: 0;
}

.btn-cantidad input::placeholder{
  color: rgba(255,255,255,.7);
}

.btn-cantidad span{
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

/* sacar flechas */

.btn-cantidad input::-webkit-outer-spin-button,
.btn-cantidad input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.btn-cantidad input[type=number]{
  -moz-appearance: textfield;
}
/* COTIZADOR */

.flex-right {
  display: flex;
  flex-direction:column;
  align-items: end;
  justify-content:flex-end;
  gap: 10px;
}

.archivo_item {
  display: flex;
  gap: 20px;
  padding: 10px;
  flex-direction: row;
  border: 3px solid var(--white);
  border-radius: var(--radio2);
}

.archivo_item img {
   max-width: 100px;

}

#lista_archivos {
  margin: 50px 0;
}

.archivo_precio {
  color:white;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
}

.archivo_info {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  width: 100%;
  min-width: 0; /* 🔥 clave faltante */
}

.archivo_data {
  min-width: 0; /* ya lo tenías, bien */
  display: flex;
  flex-direction: row;
}

.archivo_detalle {
  min-width: 0;
  flex: 1;
  color:white;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  word-break: break-word; /* evita strings largos sin espacios */
}

.archivo_acciones > a > i {
	border-radius: 50%;
	background-color: var(--white);
	color: black;
	width: 35px;
	height: 35px;
	font-size: 15px;
	padding: 5px;
	align-content: center;
  text-align: center;
}

.discount {
  color: green !important;
}

.discount::before {
  content: "-";
  font-weight: 900;
}

.total-container {

  background-color: var(--white);
  padding: 15px;
  border-radius: 20px;

  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  font-size: 30px;
  color: var(--blue);
  font-weight: 600;
  margin: 20px 0;
}

/* documentos en checkout */
.card-int {
  border-radius: var(--radio2);
  background-color: var(--white);
}
/* fin de documentos en checkout */

.total-flex > .chevron-down::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  background-color: var(--violet);
  color: var(--black);

  border-radius: 50%;
  width: 35px;
  height: 35px;

  margin-right: 10px;
  font-size: 0.6em;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: transform .2s;

}

.total-flex > .chevron-up::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  background-color: var(--violet);
  color: var(--black);

  border-radius: 50%;
  width: 35px;
  height: 35px;

  margin-right: 10px;
  font-size: 0.6em;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: transform .2s;

}

.total-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.total-title {
  display:flex;
  flex-direction: row;
  gap: 10px;
}

#total {
  font-weight: 700;
}

.total-title > i{
  border-radius: 50%;
  background-color: var(--violet);
  color:var(--black);
  width: 35px;
  height: 35px;
  font-size: 15px;
  padding:5px;
  align-content: center;
  text-align: center;
  align-self: center;
}

#loading {
  text-align: center;
  width: 100%;
}

.botones_50 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

/* .botones_50.btn_accion {
  width: 50% !important;
} */
/* form */

.form h5 {
  color:var(--white);
}

.form-control {
  background-color: var(--blue);
  border: solid 3px var(--white);
  border-radius: var(--radio1);
  padding: 10px 10px;
  color: var(--white);
  margin-bottom: 10px;
}

.form-control::placeholder{
    color: var(--white);
    opacity: 1;
}

.form-control:disabled{
    color: var(--black);
    opacity: 0.2;
}

.form-control:focus{
    background-color: var(--blue);
    border-color: var(--orange);
    color: var(--white);
    opacity: 1;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {

    -webkit-box-shadow: 0 0 0 1000px #6178FF inset !important;

    -webkit-text-fill-color: white !important;

    border: solid 3px white !important;

    transition: background-color 5000s ease-in-out 0s;
}

.custom-select {
  border: solid 3px var(--white);
  border-radius: var(--radio1);
  padding: 10px 10px;
  color: var(--white);
  margin-bottom: 10px;
  width: 100%;

  

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: transparent;
    color: white;

    outline: none;

    background-image: none;

    cursor: pointer;
}

.custom-select::placeholder{
    color: var(--white);
    opacity: 1;
}

.custom-select:focus{
    background-color: var(--white);
    color: var(--black);
    opacity: 1;
}

.select-wrapper{
    position: relative;
}

.select-wrapper::after{
    content: "\f078";

    font-family: "Font Awesome 5 Free";
    font-weight: 900;

    position: absolute;

    right: 10px;
    top: 25px;

    transform: translateY(-50%);

    width: 34px;
    height: 34px;

    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.9);

    color: white;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;

    pointer-events: none;

    z-index: 10;
}

.input-plus-wrapper{
    position: relative;
    width: 100%;
}

.cupon{

  background: transparent;
  color: white;
  box-sizing: border-box;
  outline: none;
}

.cupon::placeholder{
    color: rgba(255,255,255,.9);
}

.input-plus-wrapper{
    position: relative;
    width: 100%;
}

.btn-plus-input{
    all: unset;

    position: absolute;

    right: 10px;
    top: 25px;

    transform: translateY(-50%);

    width: 84px;
    height: 34px;

    border-radius: 20px;
    border: 2px solid white;

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: .2s;
}

.btn-plus-input:hover{
    background: white;
    color: #6674ff;
}

.btn-input{
    all: unset;

    position: absolute;

    z-index: 10;

    right: 10px;
    top: 25px;

    transform: translateY(-50%);

    height: 34px;

    border-radius: 20px;
    border: 2px solid white;
    padding: 0px 10px;

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;

    cursor: pointer;
    transition: .2s;
}

.btn-input:hover{
    background: white;
    color: #6674ff;
}

.copias_selector {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input-copias {
  background: transparent;
  border: none;
  outline: none;
  display: block;
  width: 100%;

  font-size: 10rem;
  font-weight: 500;
  text-align: center;

  color: white;
  font-family: 'styro',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

  appearance: textfield;
  -moz-appearance: textfield;
}

/* sacar flechas chrome */
.input-copias::-webkit-outer-spin-button,
.input-copias::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.copias_selector i{
  border-radius: 50%;
  background-color: var(--orange);
  color:var(--black);
  width: 55px;
  height: 55px;
  font-size: 25px;
  padding:15px;
  align-content: center;
  text-align: center;
  align-self: center;
  justify-content: center;
  margin: 20px 0;
}

.copias_selector > #cantidad {
  font-size: 10rem
}

#cantidad {
  font-size: 10rem;
  margin: 0;
  line-height: 1;        /* 🔴 clave */
  height: 1em;           /* 🔴 controla altura real */
  overflow: hidden;
  color: var(--white)
}

.subtotales {
  font-size: 25px;
}

.totales {
  font-size: 30px;
}