
body{
    margin:0;
    font-family: 'Poppins', sans-serif;
}
.title{
  text-align: center;
  margin-top: 4%;
  margin-bottom: 0;
}
.titleBajoHeader{
 padding-top: 10%;
 margin: 0%;
 text-align: center;
 padding-bottom: 2%;
 color:#333;
}
.titleCategory{
    margin:0;
    text-align: center;
    color:white;
    background:var(--blue-meta);
    padding: 10% 0;
    padding-bottom: 5%;
    z-index:0;
}

.btn-inicioSesion{
    background: var(--orange-meta);
    color:white;
    border-radius: 25px;
    border: 2px solid white;
    margin: auto;
    padding: 1%;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    width: 10%;
}
.btn-inicioSesion:hover{
    background:var(--gold);
    transform: scale(1.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header{
    display:flex;
    position: fixed;
    width: 100%;
    z-index: 2;
    transition: background-color 0.3s;
}
.header.pintar{
    background-color: rgba(255, 255, 255, 0.7);
}

.logo{
  width: 220px;
  margin-left: 20px;
}
.iconoMenu{
    width: 42px;
    height: 42px;
    margin: 2%;
    display: none;
}
.iconoMenu.rotar {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

  
.containerItems{
    color:orangered;
    width: 50%;
    display:flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: auto;
    padding: 0; 
}



.containerItems li {
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    padding: 2%;
    border-radius: 0 0 15px 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.containerItems li:hover {
   background:var(--blue-meta);
   color: white;
   transform: scale(1.05);
}


/*estilo para el que tiene submenus*/
.containerItems ul{
    list-style: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    padding: 2%;
    border-radius: 0 0 15px 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.containerItems ul:hover{
    color: white;
    transform: scale(1.05); 
}
.submenu {
    top: 100%; 
    left: 0%; 
    position: absolute;
    display: none;
    flex-direction: column; 
    text-align: center;
    color: orangered;
    border: 1px solid #ccc;
    z-index: 1;
    width: 280px;
}

li:hover .submenu {
    display: flex; 
    border-radius:0;
}

.submenu li {
    list-style: none; 
    padding: 2%; 
    border-radius:0;
}





/*seccion del footer*/
.foot{
 display:flex;
 width: 100%;
 background:var(--blue-meta);
 color:white;
}
.ladoIzq{
    margin:2%;
    width: 31.33%;
}
.ladoIzq img{
  display: flex;
  align-items: center;
  margin: auto;
}
.ladoDer{
    margin:2%;
    width: 31.33%;
}
.btnsFooter{
    display: flex;
}
.ladoMedio{
    margin:2%;
    width: 31.33%;
}
.negritaFooter{
    font-weight: bold;
}
.negritaFooter spam{
    font-weight: normal;
}

.btn-naranja2{
    background: var(--orange-meta);
    padding: 4%;
    font-size: 1.1rem;
    color:white;
    border:none;
    border-radius: 15px;
    width: 46%;
    margin:2%;
    justify-content: center;
    transition: background-color 0.5s ease, transform 0.3s ease;
    z-index:1;
  }
.btn-naranja2:hover{
    background:var(--gold);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
.pieFooter{
    background:var(--orange-meta);
    text-align: center;
    color:white;
    font-size: 0.8rem;
    padding: 1px;
}










/* Estilos para celulares */
@media (max-width: 767px) {

    .titleBajoHeader{
        padding-top: 20%;
        padding-bottom: 2%;
       }
    .btn-inicioSesion {
        border-radius: 15px;
        padding: 2%;
        width: 30%;
        margin-right: 10px;
    }    
    .title{
        text-align: center;
        margin-top: 15%;
        margin-bottom:-5%;
      }
      
    .header{
        width: 100%;
    }
    .iconoMenu{
        display: block;
        background: var(--orange-meta);
        padding: 1%;
        border-radius: 10px;
    }
    .iconoMenu:hover{
          background: var(--orange-meta);
    }
    .logo{
        width: 140px;
        margin-left: 10px;
    }
    .containerItems{
       position: absolute;
       flex-direction: column;
       background: var(--orange-meta);
       top:100%;
       width: 90%;
       color:white;
       display: none;
       gap:0;
    }
    .containerItems li{
       width: 100%;
       border-radius: 0;
       text-align: center;
       padding: 2% 0;
       border-bottom: 1px solid #cdcdcd;
       font-size: 1.2rem;
       border-radius: 0;
       background: var(--orange-meta);
       color:white;
    }
    .containerItems ul{
      border-radius: 0;
      background-color: transparent;
      padding:0;
    }
    .containerItems ul:hover{
        background-color: goldenrod;
    }


    

    .foot{
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .ladoIzq{
        margin:1%;
        margin-top: 20px;
        width: 98%;
        font-size: 0.8rem;
        text-align: center;
    }
    .ladoIzq img{
      display: flex;
      align-items: center;
      margin: auto;
    }
    .ladoDer{
        margin:1%;
        width: 45%;
        font-size: 0.8rem;
        margin:auto;
        margin-bottom: 20px;
    }
    .btnsFooter{
        display: flex;
    }
    .ladoMedio{
        width: 45%;
        margin:auto;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }


    .btnsFooter{
        flex-direction: column;
    }
    .btn-naranja2{
        width: 98%;
        padding: 4%;
        font-size: 1rem;
        color:white;
        border:none;
        border-radius: 15px;
        margin:2%;
      }

}


 /* Estilos para tabletas */
 @media (min-width: 768px) and (max-width: 1024px) {
    .btn-inicioSesion {
        width: 20%;
        margin-right: 10px;
    }    



    .logo{
        width: 150px;
    }
    .containerItems{
        width: 100%;
        gap: 10px;
    }

 }