
body {
    font-family:helvetica-w01-roman, sans-serif;
    margin: 0;
    background-color: rgb(255, 255, 255);
}

.main-header {
    background-color: #ffffff;
    height: 90px;
    color: rgb(0, 0, 0);
    padding: 10px 0px 0px 0px;
    display: flex;
    align-items: flex-end;
}
.main-header button{
    height: 45px;
    width: 90px;
    background-color: white;
    color:white;
    align-content: flex-start;
}
.main-header button img{
    height: 20px;

}
/* Espacio para el logo */
.logo-container {
    width: 24%;
    display: flex;
    align-items: center;
}
.logo-container img {
    width: 100%;
}

/* Navegación principal */
.main-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    height: 70px;
    padding: 6px;
    display: flex;
    align-items: center;
}

.main-nav ul li {
    position: relative;
    margin: 0px 115px 0px 0;
    width: 100%;
}

.main-nav ul li a {
    color: rgb(10, 0, 83);
    text-decoration: none;
    font-weight: 700;
    display: block;
}


.dropbtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255,0.7);
    min-width: 680px;
    z-index: 1;
    font-weight: 200;
    padding: 35px 0px 10px 0px;
}


.dropdown .dropdown-content a{
    color: rgb(0, 0, 0);
    padding: 2px;
    height: 30px;
    font-weight: 100;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center  ;
    margin: 0;
    width: 100%;
}
.Column{
    width: 50%;
}


.dropdown-content a:hover {
    color:black;
}


.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: row;
    font-weight: 100;
    justify-content: space-evenly;
}
.Buttonsh{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding: 0px 0px 20px 0px;
    width: 13%;
    margin-left: -40px;
}
.Buttonsh svg{
    width: 13%;
    margin: 0px 15px 0px 0px;
}
.Buttonsh button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 50px 0px 0px;
}


.main-nav ul li a:hover, .dropdown:hover .dropbtn {
    color:#1A6AFF;

}
.Login{
    font-size: 18px;
    margin: 0px 15px 0px 0px;
}
/*----------------------------burguer------------------------------*/
.Logresp{
    width: 70%;
}
.Logresp img{
    width: 90%;
}
#container {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: 55px;

}
#menuToggle {
   
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  padding: 10px;
}
#menuToggle a
{
  text-decoration: none;
  color: #ffffff;
  
  transition: color 0.3s ease;
}


#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input {
  position: fixed;
  cursor: pointer;
  opacity: 0;
  width: 40px;
  margin-top: 10px;

  z-index: 2; /* in order to place the checkbox over the hamburguer */
  -webkit-touch-callout: none;
}

#menuToggle span {
    
  display: block; /* to ensure that each span element occupies its own line. */
  width: 33px;
  height: 4px;
  margin-bottom: 5px; /* create some spacing between the span elements. */
  position: relative; /* allow for positioning changes in relation to the parent div.*/
  background: #000000;
  border-radius: 3px;
  z-index: 1; /* ensure that the span element is under the checkbox */
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transform-origin: 4px 0px; /* set to 4px 0px to specify the center of rotation for the transform property above. */
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: absolute;
  left: -300px;
  top: 80px;
  width: 200px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: rgb(255, 255, 255);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;

  transition: left 0.5s;
  
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  color: rgb(10, 0, 83);
}
#menuToggle input:checked ~ ul {
  left: 40px;
}
/*-----------Portada-------------*/
.Portada{
    width: 100%;
    height: 600px;
    background-color: rgb(18, 18, 18);
}
/*Search bar*/

.Calificaciones {
    display: flex;
    justify-content: space-between;
    height: 140px;
    align-items: center;
    
}
.Calificaciones a{
    font-size: 35px;
    color: rgb(10,0,83);
    font-weight: 600;
    margin-left:30px ;
}
.cajabuscar {
     width: 18%;
     max-width: 453px;
     margin-bottom: 25px;
     margin-top: 29px;
     margin-left: auto;
     margin-right: 61px;
     display: inline-block;
     text-align: left;
     border-color: #1A6AFF;
 }

 #buscarform {
     padding: 0;
     float: left;
     clear: both;
     width: 90%;
     position: relative;
 }
 #buscarform fieldset { float: left }

 
 #buscarform fieldset { width: 100%;
    border: 1px solid;
    border-color: RGB(10,0,8);
    height: 24px;
    padding:10px ;
}

 #s {
     width: 88%;
     background-color: #fff;
     float: right;
     border: none; 
     height: 22px;
 }

::placeholder {
  color: rgb(10,0,83);
  font-size: 16px;
  font-weight: 600;
  opacity: 1; 
}
svg{
    width: 7%;
    color: rgb(10, 0, 83);
}
/*Tarjetas*/

.Lista .Espc .Titcla{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(10, 0, 83);
}
.Lista .Espc .Descr{
    font-size: 15px;
    font-weight: normal;
    color:rgb(10, 0, 83); 
}
.Lista .Espc ul{
    font-size: 12px;
    color: rgb(10, 0, 83);
}
::marker{
    color:rgb(10, 0, 83);
}

.Lista {
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    padding: 24px;
    justify-content: flex-start; /* Changed from space-between */
    gap: 20px; /* Optional: replaces margin for consistency */
}

.Lista .Espc {
    width: calc(17%); /* Ensures 5 per row with spacing */
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
}

.Espc .Ver {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Lista .Espc p{
    margin:5px;
}
.Vermas{
    width: 100%;
    height: 52px;
    align-items: center;
    background-color: rgb(10, 0, 83);
    color: white;
    font-size: 15px;
    padding: 10px 20px;
    position: sticky;
    border-radius: 8px;
    cursor: pointer;
}

.Vermas:hover {
    background-color: rgb(89, 81, 156);
}

.Respfut{
    display: none;
}
footer .Fut{
    height: 403px;
    width: 100%;
    margin: 0;
    background-color: rgb(6, 0, 44);
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}
.Fut .Infut{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.Infut img{
    width: 95%;
}
.Infut a{
    color: white;
    text-align: left;
    width: 100%;
    margin-left: 100px;
    
}
.Infut p{
    font-weight: bold;
    color: white;
}
.Infut .Left2{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.Left2 a{
    margin-top: 10px;
    margin-left: 60px;
}

.Infut .Space{
    height: 200px;
}
.Infut .Copy{
    margin:0px;
    margin-right: 80px;
    margin-bottom: 60px;
    font-size: 12px;
    font-weight: normal;
}
.Social{
    display: flex;
    flex-direction: row;    
    justify-content: space-between;
}
.Social wow-image{
    margin: 0px 15px 0px 0px;
}
/*Responsive*/
 @media (max-width: 768px) {
body{
    width: 100%;
}
.main-header{
    font-size: 10px;
    display: none;
}
#container{
    display: flex;
}
.Portada{
    height: 200px;
}
.Calificaciones{
    height: 60px;
}
.Calificaciones a{
    font-size: 15px;
    margin: 0;
    margin-left: 15px;
}
.cajabuscar{
    margin:0;
    width: 60%;
    max-width: none;
}
#buscarform fieldset{
    width: 95%;
}
.Lista{
    flex-direction: column;
    padding: 0;
    justify-content: center;
}
.Lista .Espc{
    height: auto;
    width: 80%;
}
footer{
    width: 100%;
    display: none;
}
.Respfut{
    display: flex;  
    flex-direction: column;
    background-color: rgb(10, 0, 83);
    padding: 0;
}
.Respfut .ftrs{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.Respfut img{
    width:65% ;
    margin: 5px;
    margin-left: 70px;
    margin-right:70px ;
}
.Copyr p{
    font-size:12px ;
    width: 95%;
    margin: 10px;
    color: white;
    
}
}