/* inicializar los estilos */
* {
  margin: 0;
  padding: 0;
  --textcolor: rgb(17, 32, 32);
  --otextcolor: rgb(221, 211, 211); 
  --backcolor: rgb(245, 245, 223);
  --obackcolor: rgb(18, 17, 17);

  --gradiente: linear-gradient(rgba(151, 125, 10, 0.5),rgba(193, 174, 92, 0.5), rgba(246, 240, 215, 0.5)); 

  /* box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  text-decoration: none; */
  /* width: 1150px; */
  max-width: 1050;
  /* background-color:var(--backcolor);
  color:(var(--textcolor)); */
  box-sizing: border-box;
  }

  
  header{
      background:var(--gradiente); 
     /* 
      background-image: linear-gradient(rgba(1, 18, 1, 0.5),rgba(36, 112, 37, 0.5), rgba(238, 238, 221, 0.5)),
      url("/recursos/hero.jpg");  */
  
      /* background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)), */
      /* background-image: url("img/logos/logoMc1.jpg"); */

      /* background-position: center center;*/

      background-repeat: no-repeat;
      /* background-size: cover; */
      height: 36vh;

      border:none;
      border-radius: 10px;
  }

/* .inicio{
  position: fixed;
  margin-left: 80%;
}

.inicio img{
  width: 30px;
  height: 30px;
  background-color: aquamarine;
} */

  .titulo{
    font-size: 40px;
  }
  .a{
    display: flex;
  }

/* incompleto el menu de hamburguesa */
  /* https://www.youtube.com/watch?v=MPGKxIg3D0g&t=0s */
.menu-content{
  width: 100%;
  background-color: transparent;
}

.mnup{
  width: 100%;
   /* height: 30%;  */
  max-width: 1050;
  background-color: transparent;
  margin: 0 auto;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}
.mnup ul{
  display: flex;
  list-style: none;
  border-radius: 200px 50px 200px 50px;
}



.mnup ul li{
padding: 10px 10px;
}

.mnup ul li a{
  text-decoration:  none;
  font-size: 18px;
  color: whitesmoke;
  font-weight: bold;
}

/* para el tamaño de la imagen del boton */
  .menu-hamburguesa {
    width: 60px;
    padding: 10px;
    cursor: pointer;
    display: none;
  }


  .menu-hamburguesa img{
    width: 100%;
  }





       .menu-hamburguesa{
          display: flex;
          position: absolute;
          right: 20px;
        }

        .mnup ul{
          position: absolute;
          flex-direction: column;
          background-color: var(--obackcolor);
          top: 60px;
          width: 50%;
          align-items: center;
          transform: translate(-100%);
          transition: transform 1s;
        }

        .mnup ul.aparecemenu{
          transform: translate(0);
        }

.menu ul li{
    margin:40px;
  } 

  .enlace {
    color: brown;
  } 



 @media(max-width:768px){ 

  header{
    height: 73vh;
  }
  .mnup ul{
    width: 100%;
  }
    }


  .mnup ul li a:hover{
    background-color: rgb(8, 44, 71);

    }


    .enlace:hover{
        color: rgb(106, 187, 164);
        }



  footer{
    background:var(--gradiente); 
  }
  footer a{
    color: black;
    /* text-decoration: none; */
  }


.tit{
    display: flex;
}


  .titulo{
    margin-top: 20px;
  }

  .logoaso{
    /* margin-right: 100px; */
    width: 50px;
    height: 50px;
  }

  .logo{
    /* margin-right: 100px; */
    width: 25%;
    height: 25%;
    margin-left: 35%;
  }


.redes{
    display: flex;
}

.red{
  /* style="color:transparent" */
  align-items: center;
  color:transparent;
  width: 25px;
}

.imgr{
  width:24px;
  height:24px;
    /* width="24" height="24" */
}



/* 
li{
    margin-bottom: 15px;
}

ul,ol {
  padding-left: 2rem;
  list-style-type: none;
} */

ol li {
  padding-left: 2rem;
  /* background-image: url(Privacidad_files/WATER.ico); */
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
}


/* 
.mnu a {
text-decoration-color:black;
text-decoration-style:none;
text-decoration-line:none;
}

.mnu{
    border: none; 
    border-radius: 20px;
    font-weight: bold;
    outline: none;
    padding: 10px;
  }  */

  span {
      margin: 20px;
    }

.bsecundario{
  width: 250px;
}

p {
  line-height: 1.5;
  font-size: 18px ;
}

.Copyright{
  font-size: 10px;
}



   
span:hover {
    border-style:outset;
  }

  .red:hover{
    align-content: center;
    background-color: transparent;
    /* rgb(115, 161, 229); */
    border-radius: 10px;
  }






  
/* Tema oscuro */
.dark-theme-btn{
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 30px;
  background-color: rgb(169, 178, 199);
  margin-left: 2%;
}
.dark-theme-btn:hover{
  background-color: var(--obackcolor);
  color: var(--otextcolor);
}
.dark-mode{
  background-color: var(--obackcolor);
  color: var(--otextcolor);
}

.themeb{
  z-index: 100000;
}





.scroll-top-btn{
  position: fixed;
  z-index: 999;
  bottom: 1vw;
  right: calc(4.25rem + 1vw);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  background-color: var(--backcolor);
  color: pointer;
  outline: 0;
  border: 0;
  transition: all 0.3s ease-out;
}
.scroll-top-btn:hover{
  background-color: rgba(193, 174, 92, 0.5);
  color: var(--textcolor);
}
.hidden{
  visibility: hidden;
  opacity: 0;
}
