@import url(color.css);

body{
    /* background: url (../ Images/Fondo.jpg); */
    background-color: rgb(210, 143, 77);
    background-repeat: no-repeat;
    background-position: center top;
    margin:0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}

.pagina{
    border:solid 2px rgb(30, 0, 255);
    position: relative;
    width: 70%;
    margin:auto;
    background:#FFDCAF;

}

header{
    border:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:center;
    height: 64px;
    background: rgb(255, 177, 100);
}
.logo{
    height: 100px;
   display: block;
   margin: start;
   margin-top: 7px;
}
div .BaritaB{
    display: flex;
    gap: 8px;
    position:static;
    justify-content: end;
}
 .iconito{
    height: 30px;
    margin: end;
   display: flex;
 justify-content:center;
}
ul{
position:relative;
margin:0;
padding: 0;
text-align: center;
height: 41px;
}
li{
    position:static;
    display: inline; 
    margin: 0 ;
}

nav{
    position:relative;
    height: 41px;
    margin-top: 16px;
}

 header nav a:link {
    position:relative;
    border: solid 1px #616161;
    padding: 10px 20px;
    background: #FFDCAF;
    border-radius: 10px;
    text-decoration:none ;
    color: black;
    font-size: 1.0em;
}

header nav a:hover{
    background: rgb(118, 65, 0);
    color: rgb(248, 156, 44);
}

header nav .Active{
  background:#6e410d;
}

header nav a:focus, header nav a:visited{ color: black}

.imageHero{
    background-position: center;
    background-size: 950px;
    text-align: center;
    background-repeat: no-repeat;
    height: 1000px;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


h1{
    
    text-align: center;
}

h2{
    
    text-align: center;
}

.Publicaciones p {
  font-size: 20px;     
  color: #ffffff;      
  text-align: center;   
  background-color: #6e410d;
}

.Publicaciones p2 {
  font-size: 20px;     
  color: #ffffff;      
  text-align: center;   
  margin: auto;
  
}

.pub1{
    display: flex;
   height: 300px;
  margin: auto;
   margin-bottom: 15px; 
}

.Publicaciones {
    background-color: #d07135;
    padding: 80px;
    border-radius: 300px;
    max-width: 500px;
    width: 150%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    

}

.Publicaciones a{
    text-decoration: none;
     border-radius: 5px;
  text-align: center;
}
 .Publicaciones a:hover{
  color: rgb(255, 255, 255);
 }

.botoncito{
 display: inline-block;
  padding: 10px 20px; 
  background-color: orange;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  text-decoration: none;
margin-bottom: 15px; 
}

.botoncito:hover{
  background-color: #333333;
}
.publicacion {
  background-color: lightblue;
  padding: 20px;
  border-radius: 10px;
  
  
}

.comentarios{
     background-color: lightblue;
  padding: 20px;
  border-radius: 10px;
  
}


.comentarios p{
    font-size: 20px;     
  color: #ffffff;      
  text-align: center;   
  background-color: #6e410d;
}

.Mapa {
  display: block;      
  margin: 0 auto;     
    padding: 30px 30px;
}

h2{
  text-align: center;
}
p{
  text-align: center;
}
.producto {
  background-color: #eb9b4b;   
  border-radius: 10px;          
  padding: 15px;                
  text-align: center;           
  width: 200px;               
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
  margin: 20px;               
  display: inline-block;        
  
}

.producto img {
  width: 100%;             
  border-radius: 10px;         
}

.compranding {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;


  background-color: rgb(220, 69, 69);
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.compranding:hover{
  background-color: #333333;
  width: 50%;
  padding: 25px;
}

footer {
    grid-area: footer;
    background-color: #2A2C2C;  
    text-align: center;
    padding: 20px;
    color: #ffffff;
}
footer p{
  color: #ffffff;
}
footer .pata{
  width: 150px;
}