@import url(color.css);

body{
    /* background: url (../ Images/Fondo.jpg); */
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center top;
    margin:0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}

.pagina{
    border:solid 2px rgb(255, 255, 255);
    position: relative;
    width: 70%;
    margin:auto;
    background:#f4f4f4;

}

header{
    border:none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:center;
    height: 64px;
    background: rgb(206, 194, 255);
}
.logo{
    height: 70px;
   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: 5px 15px;
    background: #d6e4ff;
    border-radius: 10px;
    text-decoration:none ;
    color: black;
    font-size: 1.0em;
}

header nav a:hover{
    background: rgb(147, 255, 241);
    color: rgb(6, 0, 120);
}

header nav .Active{
  background:#ffffff;
}

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;
}

.container {
  display: flex;
  align-items: center;     
  justify-content: space-between;
  gap: 20px;
}

.info {
  width: 50%;
  color: white;
  background-color: rgb(46, 46, 196);
  padding: 20px;border-radius: 12px;

}

.imagen {
  margin-top:  40px;
  width: 50%;
  text-align: right; 
}

.imagen img {
  max-width: 100%;
}

.cards-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.card {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
  width: 400px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(67, 23, 145, 0.1);
}

.card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}

.card p {
  font-size: 20px;
  color: #262626;
}

.banner {
  max-width: 1000px;
  margin: 80px auto;
  text-align: center;
}

.banner img {
  width: 100%;
  border-radius: 16px;
}

.banner p {
  margin-top: 15px;
  font-size: 16px;
}

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: #6f4c76;
    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: 15px 25px; 
  background-color: rgb(0, 85, 255);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  text-decoration: none;
margin-bottom: 15px; 
font-size: 25px;
}

.botoncito:hover{
  background-color: #ffffff;
}
.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;
}
.contenedor-productos{
  display: flex;
  flex-direction: row;   /* horizontal */
  flex-wrap: nowrap;     /* NO permite bajar */
  gap: 20px;
  overflow-x: auto;      /* si no caben, scroll horizontal */
}
.producto {
  background-color: #d2f7f8;   
  border-radius: 10px;          
  padding: 15px;                
  text-align: center;           
  width: 200px;               
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
  margin: 20px;               
  display: grid;
  grid-template-columns: repeat(4,);
  gap: 25px;        
  
}

.producto img {
  width: 100%;             
  border-radius: 10px;         
}

.container {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #d2f7f8;
  color: #616161;
}

.imagen {
  width: 50%;
}

.info {
  width: 50%;
}

.imagen img {
  width: 100%;
  border-radius: 16px;
}

.compranding {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;

  .contenedor-productos{
  display: flex;
  gap: 20px;        /* separación entre productos */
  justify-content: center;  /* centra horizontalmente */
}

.producto{
  width: 200px;     /* tamaño de cada tarjeta */
  text-align: center;
}

  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;
}
iframe{
  display: block;
  margin: 0 auto;   
}

.resaltado {
  background-color: rgb(159, 255, 237);  /* color de fondo */
  color: black;              /* color del texto */
  padding: 5px 10px;         /* espacio alrededor del texto */
  border-radius: 5px;        /* esquinas redondeadas opcional */
}