* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Roboto Flex", sans-serif;
}

img {
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
}

.pie {
  display: flex;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  border-bottom: 1px solid #2aff2a;
  border-top: 1px solid #2aff2a;
  padding: 20px 0;
  margin: 20px 0;
  font-size: 20px;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: rgb(255, 0, 0);
    padding: 0px;
    height: 400px;
    gap: 30px;
  }


body {
  font-family: "Roboto Flex", sans-serif;
  color: #000;
}

.contenedor_main {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}

.titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  flex-direction: column;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  color: #6699cc;
  text-shadow: 3px 3px 5px #000000;
}

.img_encabezado{
    max-width:  600px;
    max-height: 600px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #000000;
}

@media (min-width: 400px){
    .margenSup{
        margin-top: 100px;
    }
}

.txtH2{
    border-bottom: #6699cc;
    text-align: center;
}

.txtBtc{
  text-align: center;
  margin-top: 10px;
}

.altoCaja{
    box-shadow: 5px 5px 10px #000000;
}

.txtH1{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6699cc;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #000000;
  padding: 10px;

}

.pH2{
    padding: 10px;
}

.txtH2{
  border-bottom: 1px solid #6699cc;
}

.pH3{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;  
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}

.casillero{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.txt35{
    padding: 5px;
}

input[type=checkbox]{
    margin: 5px;
    width: 30px;
    height: 30px;
}

ul{
  list-style: none;
}

li{
  border-bottom: 1px solid #dc6bff;
  width: 90%;
}

#nCiudad{
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6699cc;
}

#tempActual{
  font-size: 1.2rem;
  font-weight: 500;
  color: #238bf3;
}

.btnPB{
  background-color: #d13aff;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none ;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 80%;
  align-items: center;
}
.btnPB:hover{
  background-color: #ff304c;
  transition: all 0.5s;
}

.btnBTC{
  background-color: #0d2235;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none ;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 80%;
  align-items: center;
}
.btnBTC:hover{
  background-color: #edb1ff;
  transition: all 0.5s;
  color: #000000;
}

.btnRecetas{
  background-color: #fe6559;
  color: #FFFFFF;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none ;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 80%;
  align-items: center;
}
.btnRecetas:hover{
  background-color: #d13aff;
  transition: all 0.5s;
}

.cripto-body{
  background-color: #0d2235;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #000000;
}

.txt_cripto{
  color: #6699cc;
}

.encabezadosCriptos{
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #6699cc;
  text-align: center;
  border-bottom: 1px solid #0d2235;
  margin: 5px 0;
}

.ahora{
  font-weight: 700;
}
.alto{
  font-weight: 700;
  color: #fb7676;
}
.bajo{
  font-weight: 700;
  color: #00df5d;
}

