body{
    margin: 0;
    box-sizing: border-box;
    --colorBase: #f7921f;
}

/*---------------------Header--------------------------------*/


.hdr__barra{
  width: 100%;
  max-width: 650px;
  height: 80px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  align-items: center;
  gap: 20px;
}

.img_tuaviso{
  width: 75px;
  height: 22px; 
}

.mn__imagen-fondo{
  display: none;
}


.boton__subiraviso{
  display: flex;
  justify-self: center;
  background-color: white;
  border: 2px solid var(--colorBase);
  color: var(--colorBase);
  font-family: sans-serif;
  font-weight: bold;
  width: 120px;
  height: 35px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: background-color 1s ease;
  text-decoration: none;
}

.boton__subiraviso:hover{
  background-color: #494949;
}

.tu{
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.aviso{
  color: var(--colorBase);
  font-size: 19px;
}





/*-------------------------------------------*/

@media (min-width:700px){

.hdr{
    max-width: 100%;
    }

.hdr__barra{
  width: 100%;
  max-width: 100%;
  align-items:center;
  justify-content: space-around;
  gap: 650px;
  white-space: nowrap;
    }

.img_tuaviso{
  width: 85px;
  height: 25px;
  }

} 






/*--------------------Main----------------------------------*/

.mn{
    width: 100%;
    max-width: 650px;
    height: 100%;
    background-color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.mn__cont1{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 650px;
    height: 400px;
    background-image: url(subiaviso.jpg);
    background-size: cover;
    background-position: center;  
}

.mn__cont2{
  width: 100%;
    max-width: 650px;
    height: 400px;
    background: rgba(0,0,0,0.2);
}

.cont1__ppri{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
}

.cont1__pseg{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  font-size: 28px;
  padding: 10px;
}

.cont__queres{
  width: 100%;
    max-width: 650px;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;  
}

.mn__queres{
  font-family: sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 10px;
}

.contactanos{
  color: var(--colorBase);
  font-weight: bold;
}

.registrate{
text-decoration: none;
color: var(--colorBase);
}

.queres__img{
  width: 80px;
  height: 80px;
}

.ingresar__cont{
  width: 320px;
  height: 250px;
  max-height: 450px;
  justify-self: center;
  border: 2px solid var(--colorBase);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  gap: 20px;
}

.ingresar__cont input{
font-size: 20px;
font-family: sans-serif;
padding: 5px;
border-top: none;
border-left: none;
border-right: none;
border-radius: 10px;
}

.ingresar__cont button{
  font-size: 20px;
  width: 270px;
  height: 50px;
  background-color: var(--colorBase);
  color: white;
  font-family: sans-serif;
  border-radius: 10px;
  border: none;
  cursor: pointer;

}




@media (min-width:650px){

    .mn{
        max-width: 100%;
    }

    .mn__cont1{
      max-width: 100%;
      height: 550px;
      background-image: url(subiavisopc2.jpg);
      background-size: cover;    
      background-position: center;
    }

    .mn__cont2{
      background: 0;
    }

    .cont__queres{
      max-width: 1000px;
      gap: 20px;
    }

    .ingresar__cont{
      width: 500px;
      height: 300px;
    }

    .ingresar__cont button{
      width: 320px;
    }

} 





/*----------------------Footer-----------------------------*/

.ftr{
  width: 100%;
  max-width: 650px;
  height: 380px;
  max-height: 380px;
  background-color: var(--colorBase);
  border: 2px solid #000 ;
  color: azure;
  font-family: sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
  font-size: 15px;
}

.cont__1{
width: 100%;
  max-width: 200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 10px;
}

.cont__1 a{
text-decoration: none;
color: white;
white-space: nowrap;
}

.ftr_tu{
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
color: #000;
}

.ftr_aviso{
color: white;
font-size: 19px;
}

.ftr_separador{
background-color: white;
width: 100%;
max-width: 150px;
height: 2px; 
}

.cont_insta{
width: 100px;
height: 50px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
}

.imginsta{
width: 20px;
height: 20px;
border-radius: 5px;
}


@media (min-width:650px){

  .ftr{
    width: 100%;
      max-width: 100%;
      flex-direction: row;
      gap: 60px;
  }

  .ftr_separador{
    background-color: white;
    width: 100%;
    max-width: 2px;
    height: 150px; 
  }



} 