@charset "utf.8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&family=Work+Sans:wght@400;500&display=swap');

#repuestaforo input, #preguntaforo input {
   width: 90px;
    background-color: #6E5135;
    color: white; 
     border-radius: 10px;
    border: none;
}

button, input, select, textarea {
font-family: 'Roboto', sans-serif;
font-size: 12px;
height: 25px;
}

#button input{
    width: 60px;
    background-color: #6E5135;
    color: white;
    border: none;
}

a { 
    color: #6E5135;
}

#banner {
    background-color: #6E5135;
    background-image: url('../../webapp/imagenes/logo.png');
    background-repeat: no-repeat;
    background-position: right -2em;
    background-size: 300px;
    display: flex;
    width: auto;
    height: 5%;
    padding: 0.5em 2em 2em 1em;
    overflow: hidden;
    align-content: center;
}

.atras img {
    width: 0.8em; 
    padding: 0 1em 0 0;
}

.textobanner p {
    color: white;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 75%;
    white-space:nowrap;
}

#logoindex {
    padding-top: 3em;
    margin: auto;
    height: auto;
}

#logoindex img {
    width: 20em;
}

#titulo h1 {
    font-size: 28pt;
    margin: 1em 1em 0.5em 1em;
}

#titulo h2{
  margin: 2em 1em 1em 1em;    
}

#historia {
    background-color: #DEEDAB;
    width: auto;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

body {
    background-color: #D0DE8B;
    margin: auto;
    text-align: center;
    align-content: center;
    font-family: 'Work Sans', sans-serif;
    color: #301F0F;
    padding-bottom: 10em;
}

#bodyindex {
    background-color: #D0DE8B;
    margin: auto;
    text-align: center;
    align-content: center;
    font-family: 'Work Sans', sans-serif;
    color: #301F0F;
    padding: 0em;
}

#bodyoscuro {
    background-color: #dfc795;
    margin: auto;
    text-align: center;
    align-content: center;
    font-family: 'Work Sans', sans-serif;
    padding-bottom: 10%;
}

footer {
    align-self: flex-end;
    position: relative;
    width: 100%;
    height: auto;
}

/*ACÁ EMPIEZA SECCIÓN CARRITO*/

#carrito tabla {
    table-layout: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    border-collapse: collapse;
}

#carrito thead th:nth-child(1) {
    width: 50%;
}

#carrito thead th:nth-child(2) {
    width: 10%;
}

#carrito thead th {
    width: 100%;
    background-color: #D0DE8B;
}

th, td {
    padding: 20px;
    text-align: center;
}

#finalizarcompra {
    width: 20%;
    padding: 2% 1% 2% 1%;
    background-color: #A3734D;
    border-radius: 20px;
    margin: auto;
    margin-top: 2em;
}

#finalizarcompra a {
    text-decoration: none;  
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-size-adjust: auto;
}

/*ACÁ TERMINA SECCIÓN CARRITO*/

/*ACÁ EMPIEZA SECCIÓN PAGO*/

#pago {
    table-layout: fixed;
    display: flex;
    margin: auto;
    width: 50%;
    align-content: center;
    justify-content: center;
    border-collapse: collapse;
    background-color: #DEEDAB;
    border-radius: 20px;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 10%;
    padding-right: 10%;
}

#pago caption {
    margin-bottom: 1em;
}

#pago tbody td {
    width: 15%;
}

#pago tbody td:nth-child(2) {
    width: 70%;
}

#pago tfoot th {
    text-align: left;
    padding-top: 3em;
}

#pago tfoot td{
   padding-top: 3em; 
}

#confirmar input {
    width: 25%;
    padding: 2% 3% 2% 3%;
    background-color: #D0DE8B;
    border-radius: 20px;
    margin: auto;
    height: 7%;
    color: #301F0F;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-size-adjust: auto;
    border: none;
}

#confirmarcompra{
    width: 20%;
    padding: 2% 3% 2% 3%;
    background-color: #D0DE8B;
    border-radius: 20px;
    margin: auto;
    margin-top: 2em;
}

#confirmarcompra a {
  color: #301F0F;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-size-adjust: auto;
    text-decoration: none
}

/*ACÁ TERMINA SECCIÓN PAGO*/

/*INICIO SECCIÓN PREGUNTAS FRECUENTES*/ 

details {
    display: flex;
    background-color: #A3734D;
    color: #F3F7D6;
    border-radius: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18p;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.preguntasfrecuentes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: auto;
}

.preguntasfrecuentes p {
    padding: 0 0 0 0;
}

#mas img {
    width: 1.5em;
    padding-left: 0.5em;
}

summary::-webkit-details-marker {
    color: #A3734D;
}

#pregunta1, #respuesta1 {
    text-align: center;
    margin: auto;
}

#pregunta1 p {
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;   
}

#iraforo {
    width: 20%;
    padding: 2% 1% 2% 1%;
    background-color: #D0DE8B;
    border-radius: 20px;
    margin: auto;
    margin-top: 2em;
    height: auto;
}

/*ACÁ TERMINA SECCIÓN PREGUNTAS FRECUENTES*/

#vercarrito {
    width: 20%;
    padding: 2% 1% 2% 1%;
    background-color: #dfc795;
    border-radius: 20px;
    margin: auto;
    margin-top: 0.5em;
}

#agregaracompra input {
    margin-top: 2em;
    text-decoration: none;  
    color: #301F0F;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-size-adjust: auto;
    width: 20%;
    padding: 2% 1% 3% 1%;
    background-color: #dfc795;
    border-radius: 20px;
    margin: auto;
    border:none;
}

#iraforo a, #vercarrito a {
    text-decoration: none;  
    color: #301F0F;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    font-size-adjust: auto;
}

#pregunta {
    background-color: #A3734D;
    margin-bottom: 2%;
    text-decoration: none;
    color: #301F0F;
    border-radius: 20px;
    padding: 2% 2% 2% 2%;
    font-family: 'Work Sans', sans-serif;
    font-size: 18p;
    font-weight: 500;
}

#respuesta {
    background-color: #CFA86D;
    margin-bottom: 5%;
    border-radius: 20px;
    padding: 2% 2% 2% 2%;
    font-family: 'Roboto', sans-serif;
    font-size: 12p;
}

#tema {
    text-align: left;
    margin:2%;
    font-family: 'Roboto', sans-serif;
    font-size: 10p;
}

#pregunta a, #respuesta a{
    text-decoration: none;
    color: #301F0F;
}

.foro1, .foro2, .foro3, .foro4, .foro5, .foro6, .foro7 {
    margin-top: 2em;
    margin-left: 10%;
    margin-right: 10%;
}

#bolsones {
    background-color: #ffffff;
    align-content: center;
    display: flex;
    border-radius: 20px;
    margin-top: 1em;
    margin-left: 15%;
    margin-right: 15%;
    overflow: hidden;
}

#bolsones img {
    width: 80%;
    margin: auto;
}

#productosmuestra {
    background-color: #ffffff;
    align-content: center;
    display: flex;
    border-radius: 20px;
    margin-top: 1em;
    margin-left: 20%;
    margin-right: 20%;
    overflow: hidden;
}

#productosmuestra img {
    width: 80%;
    margin: auto;
}

#añadir input {
    background-color: #A3734D;
    border-radius: 1em;
    width: 20%;
    padding: 1% 1% 2% 1%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 2em;
     text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 12px;
    font-size-adjust: auto;
    border:none;
}

ul{
    list-style: none;
}

/*ACÁ EMPIEZA MENU INDEX*/

.menu {
    display: flex;
    background-color: #6E5135;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 3em;
    align-content: center;
    justify-content: center;
}

.menu ul{
    display: inline-flex;
    padding-left: 10%;
    padding-right: 10%;
}

.menu ul li a {
    text-decoration: none;
    font-family: 'Roboto';
    color: white;
    font-size: 10px;
    padding-right: 2em;
    height: auto;
}

.barraindex {
    display: flex;
    background-color: #A3734D;
    margin: auto;
    padding-top:0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    bottom: 0;
}

.barraindex ul {
    display: inline-flex;
    padding-left: 10%;
    padding-right: 10%;
}

.barraindex ul img {
    padding-right: 2em;
    height: auto;
}

/*ACÁ TERMINA MENU INDEX*/

.barra {
    display: flex;
    background-color: #A3734D;
    height: auto;
    margin: auto;
    width: 100%;
    padding-top:0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    align-content: center;
    justify-content: center;
}

.barra ul {
    display: inline-flex;
    margin-left: 10%;
    margin-right: 10%;
}

.barra img {
    padding-right: 2em;
}

#espacio {
    margin: auto;
    justify-content: center;
    background-color: #DEEDAB;
    border-radius: 10px;
    width: 40%;
    padding: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 900;
    }

#espacio p {
    padding-bottom: 0.5;
}

#video {
position: relative;
margin: 0 auto;
width: 80%;
height:0;
padding-bottom: 45%;
margin-bottom: 2em;
}

#video iframe{
position: absolute;
height:100%;
width: 100%;
top:0px;
left:0px;
}

.columnaproductos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    align-content: center;
    justify-content: space-around;
}

#columna1 img {
    width: 200px;
    border-radius: 10px;
    align-items: center;
    margin: 30px;
}

/*TIPOGRAFÍAS*/

h1 {
    align-items: center;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-left: 10%;
    margin-right: 10%;
}

h2 {
    align-items: center;
    text-align: center;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14p;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 10%;
    margin-right: 10%;
}

h3 {
    font-size: 12p;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10%;
    margin-right: 10%;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14p;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0 0 1em 0;
}