 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

  

 * {
     
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     outline: none;
     border: none;
     text-decoration: none; 
     transition: .2s linear;
     
 } 
 html { 
     overflow-x: hidden;
     scroll-padding-top: 9rem;
     scroll-behavior: smooth; 
 }

 body {
    background-image: url(../imagen/fondo.jpg);
                font-size: 18px;
                    font-family: "Monotype Corsiva";
                    color: #dfc46a;
                    margin-left: 0px;
                    margin-right: 2px;
                    display: flex;
                    align-items: center;
                    min-height: 100vh;
}
/* COLOR DE LOS LINKS*/

a {
    color: rgb(89, 70, 13);
}

a:visited {
    color: rgb(26, 26, 117);
}
/* FIN COLOR DE LOS LINKS*/

/* SCROLL BAR para CHROME*/
::-webkit-scrollbar {
    width: 10px;

}

::-webkit-scrollbar-track {
    background: #2e4816;
}

::-webkit-scrollbar-thumb {
    background: rgb(30, 185, 15);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(84, 107, 209);
}
/* FIN DE SCROLL BAR para CHROME**/

/*INICIO DE LA GRID*/ 

.contenedor {
    width: 100%;
    /* el ancho del contenedor*/ 
     max-width: 1300px;
     /* y este es el ancho máximo puede variar*/
    padding-top: 14px;
     margin: 0px auto;  /* margen arriba y abajo del grid y "auto" para centrar la web*/
     display: grid;  /* esto formatea el gri*/
     grid-gap: 0px;  /* margen entre las columnas y filas*/
     grid-template-columns: repeat(5, 1fr);
     /* 3 columnas de un mismo tamaño*/
     grid-template-rows: repeat(22, auto);
     grid-template-areas:
        "header header header header header"
        "contenido contenido-1 contenido-1 contenido-1 contenido-1"
        "contenido contenido-2 contenido-2 contenido-2 contenido-2"
         "contenido footer footer footer footer";
 }

 .contenedor>div,
 .contenedor .header,
 .contenedor .contenido,
 .contenedor .contenido-1, 
 .contenedor .contenido-2, 
 .contenedor .footer { 
     padding: 0px;
     /*alto de la segunda fila (contenidos y sidebar)*/
     border-radius: 4px;
     color: rgb(86, 75, 20); /*Color del texto en general*/
     font-weight: bold;
 }

 .contenedor .header {
background-image: url(../imagen/fondo.jpg);
    border: 3px solid rgb(135, 124, 36);
     grid-area: header;
 }

.header { 
    display: flex;
    align-items: center;
    justify-content: space-between; 
    border-bottom: var(--border);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
   
.justi { 
    text-align: justify;
    font-size: 1.05em;
    font-family: "Monotype Corsiva";
}

.justi .flecha {
    width: 15px;
}

.centert {
    text-align: center;
    font-family: "Monotype Corsiva";
    font-size: 1.5em;
}
.center {
    text-align: center;
        font-family: "Monotype Corsiva";
    font-size: 1.15em;
}
.center1 {
    text-align: center; 
}

.center .flecha {
    width: 15px;
}
.tamatext1{
    font-size: 1.2rem;
    color: #746c12 !important;
}

.izquierdaa .flecha {
    width: 14px;
    margin-left: 30px;
}
.wrapper {
    margin: 150px auto;
    width: 70%;
}

.tabulacion {
    text-indent: 240pt;
    font-size: 1rem;
}


.tabulacion1 {
    text-indent: 220pt;
}
 
.textc {
    color: rgb(2, 8, 20);
}
.textlink {
    color: rgb(15, 21, 137); 
}

.imagrez{
    width: 100%;
}

.imgqh {
    max-width: 300px;
    margin: 20px;
    float: right; 
}

.imgq {
    max-width: 200px;
    margin: 20px;
    float: right;
    border: 10px #5c4013;
    border-style: groove;
}
.header .navbar a {
    margin: 1.3em;
    color: #fff;
}

.header .navbar a:hover {
    color: var(--main-color);
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}

.header .icons div {
    color: rgb(41, 106, 24);
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 1rem;
}

.header .icons div:hover {
    color: var(--main-color);
}
  
.btn:hover {
    letter-spacing: .1rem;
}

#menu-btn {  
padding-right: 10px;
visibility: hidden;
} 

.navbar {
    display: none; 
}
 .name img {
     width: 400px;
 margin-left: 270px;
    }

/*
#search-btn { 
    display: none !important;
}

#cart-btn { 
    display: none !important;
}
 
/*FIN DE CONTENEDOR HEADER */
 
 .contenedor .contenido {
    background-image: url(../imagen/fondo.jpg);
     grid-area: contenido;  
     
 } 
 
 .main{  /*estilos del menu en fondo rojo izquierda*/
    padding-left:1rem; 
    position: sticky;
    top: 90px; 
    
}
ul  { /*Quita los puntos o0 bolitas negras del menu o los "ul"*/
    list-style: none;
}

.imgl img{
width: 100%;
margin-left: -5px;
}
 
.imglb img {
    width: 70%; 
}
.imgq1 {
    width: 400px;
    border: 10px #9d6d20;
    border-style: groove;
}
.imgva {
    width: 300px;
    border: 10px #9d6d20;
    border-style: groove;
}
.foto1 img{
    width: 10%;
    border-radius: 10px;
    margin-left: 15px;
    border: outset rgb(160, 140, 38) 4px;
    

}
 
 .contenedor .contenido-1 {
    background-image: url(../imagen/fondo.jpg);
     grid-area: contenido-1; 
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;  

 }
 
.img1a img{
width: 30%;
border: outset rgb(95, 83, 23) 6px;
margin-top: 7px;
}

.line img {
    width: 70%; 
}
 


 .contenedor .contenido-2 { 
    background-image: url(../imagen/fondo.jpg);
     grid-area: contenido-2;  
    padding-left: 12px;
     padding-right: 12px;

 }  
.imgray {
text-align: center;
    width: 10px;}

 
 .contenedor .footer {
background-image: url(../imagen/fondo.jpg);
     grid-area: footer;
     text-align: center;
    padding: 10px;
    color: rgb(40, 19, 134);
 }
 .imgli img {
    width: 250px;
 }
 /*FIN DE LA GRID*/ 
 /* INICIO RESPONSIVE MEDIA QUERYS*/


 @media (max-width:800px) {

.contenedor {
          
grid-template-areas:
"header header header header header"
"contenido contenido contenido contenido contenido"
"contenido-1 contenido-1 contenido-1 contenido-1 contenido-1"
"contenido-2 contenido-2 contenido-2 contenido-2 contenido-2"
"footer footer footer footer footer";
    }

.main {
        padding-left: 10px;
        font-size: 15px;
        position: sticky;
        top: 95px;
    }
 
 .name img {
     width: 400px;
     margin-left: 45px;
 }

 

.foto1 img {
    width: 70%;
    border-radius: 20px;
    margin-left: 15px;
    border: outset rgb(95, 83, 24) 4px;


}

.img1c img{
    width: 60%;
    border: outset rgb(95, 83, 24) 6px;
}
.imgqq {
    max-width: 200px;
    margin: 10px;
    float: right;
    border: 10px #948127;
    border-style: groove;
}
 

.imgq1 {
    max-width: 500px;
    margin: 10px; 
    border: 10px #948127;
    border-style: groove;
    margin-left: 45px;
}

 .tabulacion {
     text-indent: 40pt;
     font-size: 1rem;
 }

 .tabulacion1 {
     text-indent: 18pt;
     font-size: 1rem;
 }


.contenido {
    display: none !important;
}
         .navbar {
             display: block;
    
         }
    
         #menu-btn {
             visibility: visible;
         }
    
.header .navbar {
position: absolute;
background-image: url(../imagen/fondo.jpg);
top: 105%;
/*altura del menu emergente*/
right: -100%;
/*posic oculta del menu emergente cuando no esta activo*/ 
width: 20rem;
height: 100vh;
border-radius: 10px;
/*bode oval del menu emergente*/
}

.header .navbar.active {
right: 0;
}

.header .navbar a {
/*estilos del menu emergente*/
background: linear-gradient(to bottom, #4da77c 5%, #6e7f56 100%);
/*color del botone*/
color: #122114;
/*color texto del botone*/
display: block;
/*ubicacion vertical de botones*/
margin: 10px;
/*espacio entre botones*/
padding: 10px 10px;
/*Ancho y largo del boton*/
font-size: 1.25em;
line-height: 2pt;
/*espacio texto en botones*/
width: 185px;
/*largo del botones*/
box-shadow: 0px 3px 0px rgb(171, 165, 140);
}
 }

 @media (max-width:500px) { 

    .contenedor { 
    grid-template-areas:
    "header header header header header"
    "contenido contenido contenido contenido contenido"
    "contenido-1 contenido-1 contenido-1 contenido-1 contenido-1"
    "contenido-2 contenido-2 contenido-2 contenido-2 contenido-2"
    "footer footer footer footer footer";
}

.name img {
    width: 200px;
    margin-left: -5px;
}

.contenido{ 
    display: none !important;
}
 
 
 .navbar {
     display: block;

 }

     #menu-btn {
    visibility: visible;
     }

     .header .navbar {
        position: absolute;
        top: 105%;/*altura del menu emergente*/
        right: -100%;/*posic oculta del menu emergente cuando no esta activo*/
        background-image: url(../imagen/fondo.jpg);
         width: 20rem;
        height: 100vh;
        border-radius: 8px;/*bode oval del menu emergente*/
     
     }

     .header .navbar.active {
         right: 0;
     }

     .header .navbar a {   /*estilos del menu emergente*/
    background: linear-gradient(to bottom, #4da77c 5%, #6e7f56 100%);
    color: #122114;/*color texto del botone*/
    display: block; /*ubicacion vertical de botones*/
    margin: 10px;/*espacio entre botones*/
    padding: 12px 12px;/*Ancho y largo del boton*/
    font-size: 1.25em;
    line-height: 3pt; /*espacio texto en botones*/
    width: 200px;/*largo del botones*/
    box-shadow: 0px 3px 0px rgb(79, 203, 42);
     } 
.img1a img {
    width: 45%;
}
  
.imgq {
    max-width: 70%;  
float: none;  
margin: 10px;
margin-left: 50px;
} 


.imgq1 {
    max-width: 100%;
    margin: 0px;
    border: 10px #5c4013;
    border-style: groove;
}

.justi {
    text-align: justify;
    font-size: 1em;
}

.center {
    text-align: center;
    font-size: 1em;

} 

}