@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('./fonts/ClashDisplay-Light.otf') format('otf');
         font-weight: 200;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashDisplay-Light';
    src: url('./fonts/ClashDisplay-Light.otf') format('otf');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('./fonts/ClashDisplay-Regular.otf') format('otf');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('./fonts/ClashDisplay-Medium.otf') format('otf');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('./fonts/ClashDisplay-Semibold.otf') format('otf');
         font-weight: 600;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('./fonts/ClashDisplay-Bold.otf') format('otf');
         font-weight: 700;
         font-display: swap;
         font-style: normal;
  }


*{
    margin: 0;
    padding: 0;
}

body{
    height: 0px;
}

:root{
    --primary-font: 'Orbitron', sans-serif;
    --secondary-font: 'ClashDisplay-Light', sans-serif;
    --font-size-xlarge: 3.5rem;
    --font-size-large: 2rem;
    --font-size-medium:1.5rem;
    --font-size_small:0.8rem;
    --color-bg: #0D2302;
    --color-primary: #76B28A;
    --color-secondary:#3F6743
}



.hero__section{
    height: 100vh;
    width: 100%;
}

.hero__section__container , .resulthero{
    background-color: var(--color-bg);
    background-image: url(./media/Asset_pattern.svg);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}



/* Estilos para el contenedor Izquierdo */

.hero__section__container--leftside{
    width: 50%;
    display: flex;
    flex-direction: column;
}


/* estilos para el contenedor del formularios */

.hero__section__container__left__side__formcontainer{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.hero__section__container__left_side__formcontainer--form,.hero__section__container__left_side__formcontainer2--form{
    display: none;
}

.hero__section__container__left_side__formcontainer--formdisplay ,.hero__section__container__left_side__formcontainer2--form--display{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-left:35px
}

.hero__section__container__left_side__formcontainer--subcontainer,.hero__section__container__left_side__formcontainer2--subcontainer{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.hero__section__container__left_side__formcontainer--subcontainer-labelcontainer1 , .hero__section__container__left_side__formcontainer--subcontainer-labelcontainer2,.hero__section__container__left_side__formcontainer2--subcontainer-labelcontainer1,.hero__section__container__left_side__formcontainer2--subcontainer-labelcontainer2{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 20px;

}

.hero__section__container__left__side__formcontainer--title , .hero__section__container__left__side__formcontainer--text{
    color: white;
    font-family: var(--secondary-font);
    padding: 35px;
}

.hero__section__container__left__side__formcontainer--title{
    text-transform: uppercase;
    text-align: left;
    font-family: var(--primary-font);
    font-weight: 900;
    color: var(--color-primary);
    padding: 0px 0px 0px 35px;
    font-size: var(--font-size-large);
}

.hero__section__container__left__side__formcontainer--text{
    font-weight: 300;
    text-align: left;
    color: var(--color-primary);
}

.hero__section__container__left_side--labelinputnumber , .hero__section__container__left_side--labelpercent{
    color: var(--color-primary);
    background-color: var(--color-secondary);
    height: 41px;
    display: flex;  
    align-items: center;
    width: 90%;
    font-family: var(--primary-font);
    padding-left: 10px;
    
}

.hero__section__container__left__side--inputnumber , .hero__section__container__left__side--inputpercent,.hero__section__container__left__side--inputcoupon,.hero__section__container__left__side--inputnumber2{
    color: var(--color-primary);
    font-family: var(--primary-font);
    font-size: var(--font-size-small);
    text-align: right;
    z-index: 0;
}

.hero__section__container__left__side--inputnumber:focus ,.hero__section__container__left__side--inputpercent ,.hero__section__container__left__side--inputcoupon,.hero__section__container__left__side--inputnumber2{
    color: var(--color-primary);
    font-family: var(--primary-font);
    font-size: var(--font-size-small);
    text-align: right;
    z-index: 5;
}

.hero__section__container__left__side--inputicon1{
    color: var(--color-primary);
    font-family: var(--primary-font);
    font-size: var(--font-size-large);
    font-weight: 800;
    position: relative;
    top: 50px;
}

.hero__section__container__left_side--labelinputnumber-icon1{
    background-color: var(--color-primary);
    padding: 7px;
    margin-right: 10px;
}

.hero__section__container__left_side--labelinputnumber-icon2{
    background-color: var(--color-primary);
    padding: 5px;
    margin-right: 10px;
}

.hero__section__container__left_side--labelinputnumber-icon3{
    width: 10%;
    height: 41px;
}

.hero__section__container__left__side--inputnumber , .hero__section__container__left__side--inputpercent,.hero__section__container__left__side--inputcoupon,.hero__section__container__left__side--inputnumber2,.hero__section__container__left__side--buttonreturn2 {
    background-color: transparent;
    border: #76B28A solid 0px;
    border-bottom: #76B28C solid 2px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.hero__section__container__left__side--formbuttonscontainer{
    display: flex;
    width: 100%;
    gap: 30px;
}

.hero__section__container__left__side--buttonsubmit ,.hero__section__container__left__side--buttonreturn ,.hero__section__container__left__side--buttonsubmitcoupon,.hero__section__container__left__side--buttonreturn2{
    background-color: transparent;
    padding-top: 20px;
    border: none;
}

.hero__section__container__left__side--buttonsubmit,.hero__section__container__left__side--buttonreturn,.hero__section__container__left__side--buttonsubmitcoupon,.hero__section__container__left__side--buttonreturn2{
    background-color: var(--color-primary);
    width: 60%;
    margin-top: 20px;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: var(--font-size-small);
}


.hero__section__container__left__side--buttonreturn,.hero__section__container__left__side--buttonreturn2{
    padding: 12px 0px;
    background-color: transparent!important;
    color: var(--color-primary);
    border: 1px var(--color-primary) solid;
}


.hero__section__container__buttonscontainer{
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-left: 35px;
    gap: 20px;
    align-items: center;
}

.hero__section__container__buttonscontainer--hidden{
    display: none;
}

.hero__section__container__buttonscontainer--divider{
    font-family: var(--primary-font);
    font-size: var(--font-size-medium);
    color: var(--color-primary);
    padding-top: 20px;
}

.hero__section__container__buttonscontainer--percent ,.hero__section__container__buttonscontainer--coupon{
    background-color: var(--color-primary);
    width: 50%;
    margin-top: 20px;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: var(--font-size-small);
    border: none;
    padding: 15px 0px;
}

/* Estilos del contenedor derecho */


.hero__section__container--rightside{
    width: 50%;
    overflow: hidden;
}

.hero__section__container__rightside--image1{
    width: 100%;
}

.hero__section__container__rightside--image1 img{
    width: 100%;
    object-fit: contain;
}

/* estilado para la pagina de resultados */  

.resulthero__leftcontainer  {
    width: 40%;
}

.resulthero__rightcontainer{

    width: 60%;
}

.resulthero__leftcontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.result__hero__leftcontainer--title{
    color: var(--color-primary);
    font-family: var(--primary-font);
    font-weight: 900;
    text-transform: uppercase;
    font-size: var(--font-size-large);
}

.result__hero__leftcontainer--text{
    color: var(--color-primary);
    font-family: var(--secondary-font);
    font-size: var(--font-size-medium);
}

.result__hero__leftcontainer--buttoncontainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.result__hero__leftcontainer--returnbutton{
    background-color: var(--color-primary);
    width: 60%;
    margin-top: 20px;
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: var(--font-size-small);
    height: 50px;
    border: 0px;
}

.result__hero__leftcontainer--iconbutton{
    width: 10%;
    margin-top: 18px;
    height: 52px;
    margin-left: 6px;
}


.resulthero__rightcontainer{
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(./media/Group\ \(3\).svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 40px 180px;
}


.resulthero__rightcontainer--innercontainer{
    background-color: var(--color-primary);
    width: 75%;
    height: 350px;
}

.resulthero__rightcontainer__titlerow1,.resulthero__rightcontainer__titlerow2{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}

.resulthero__rightcontainer__titlerow1--line1, .resulthero__rightcontainer__titlerow1--line2 ,.resulthero__rightcontainer__titlerow2--line1 , .resulthero__rightcontainer__titlerow2--line2{
    background-color: black;
    width: 5%;
    height: 1px;
}

.resulthero__rightcontainer__titlerow1--line1,.resulthero__rightcontainer__titlerow2--line1{
    margin-left: 20px;
}

.resulthero__rightcontainer__titlerow1--line2,.resulthero__rightcontainer__titlerow2--line2{
    width: 40%  !important;
}

.resulthero__rightcontainer__titlerow1--text,.resulthero__rightcontainer__titlerow2--text{
    font-family: var(--secondary-font);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.resulthero__rightcontainer__titlerow1--productvaluetitle,.resulthero__rightcontainer__titlerow2--productfinalvalue ,.resulthero__rightcontainer__titlerow2--productdiscount{
    padding-top: 10px;
    font-family: var(--primary-font);
    font-size: var(--font-size-xlarge);
    font-weight: 1000;
    margin-left: 20px;
}

.resulthero__rightcontainer__titlerow1--productvaluetitle ,.resulthero__rightcontainer__titlerow2--productdiscount{
    color: #568761;
}

.resulthero__rightcontainer__titlerow2--productdiscount{
    font-size: var(--font-size-large)  !important;
}

.resulthero__rightcontainer__titlerow2--productfinalvaluecontainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* estilos para el pop up de error */

.error__popup{
    display: none;
}

.error__popup--display{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    top: -1020px;
    background-color: rgba(0, 0, 0, 0.568);
    height: 1020px;
    justify-content: center;
    align-items: center;
}

.error__popup__container{
    background-color: var(--color-primary);
    width: 580px;
    padding: 40px;
    height: fit-content;
}

.error__popup__container--errortitle{
    color: var(--color-primary);
    font-size: var(--font-size-xlarge);
    font-weight: bolder;
    text-transform: uppercase;
    font-family: var(--primary-font);
    background-color: var(--color-bg);
    width: 60%;
    padding-left: 10px;
}

.error__popup__container--errortext{
    color: var(--color-bg);
    font-size: var(--font-size-large);
    font-family: var(--primary-font);
    font-weight: bolder;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.error__popup__container--divider{
    background-color: var(--color-bg);
    width: 60%;
    height: 1px;
}

.error__popup__container--img{
    padding-top: 40px;
}

.error__popup--divider{
    background-color: var(--color-bg);
    width: 8px;
    margin-left: -20px;
    height: 314px;
}

.error__popup__buttoncontainer--closebutton{
    background-color: var(--color-bg);
    border:var(--color-primary) 1px solid;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 30px;
    top: -150px;
}

.error__popup__buttoncontainer--closetext{
    font-family: var(--primary-font);
    font-size: var(--font-size-medium);
    font-weight: bolder;
    text-transform: uppercase;
    color: #EE4646;
    
}