@import url("https://fonts.googleapis.com/css?family=Lato");
@font-face {
  font-family: 'Weather-Icons';
  font-style: normal;
  font-weight: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/font/weathericons-regular-webfont.ttf");
}
html, body {
    margin: 0 auto;
    padding: 0;
    max-width: 320px;
    max-height: 480px;
    font-family: 'Lato', sans-serif;
}

.conteiner{
  position: relative;
  margin: 0 auto;
  height: 480px;
  width: 320px;
}

.bg01 {
  position: absolute;
  display: block;
  height: 480px;
  width: 320px;
  background: url('../img/bg.jpg');
  z-index: 4;
}
.bg02 {
  position: absolute;
  height: 480px;
  width: 320px;
  background: url('../img/01.jpg');
  z-index: 2;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 0.3s;
  animation-direction: alternate;
}
.bg03 {
  position: absolute;
  display: block;
  height: 480px;
  width: 320px;
  background: url('../img/02.jpg');
}
@keyframes cf3FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.text {
  position: absolute;
  height: 82px;
  width: 320px;
  background: url('../img/texto_01.png');
  z-index: 3;
  top: 15px;
  display: none;
}

.boton{
  position: absolute;
  height: 45px;
  width: 49px;
  background: url('../img/boton.png');
  left: 133px;
  animation: press 2s infinite;
  top: 103px;
  z-index: 3;
  display: none;
}

@keyframes press {
  0% {
  transform: scale(1.0);
  }
  50% {
    transform: scale(1.1);

  }
}
/*****  TIEMPO ***/

#wrapper {
  color: white;
  margin-top: 200px;

}

#mainTemperature{
  font-size: 48px;
  line-height: 0.7;
}

#tempDescription {
  margin-top: 10px;
  text-align: center;
}



.side-weather-info {
  padding: 0px 10px;
}

.day-weather-inner-box {
  display: inline-flex;
  margin: 14px auto;
  padding: 0px 5px;
}

.forecast-main {
  padding: 0px 0px 0px 30px;
}

.forecast-icon {
  font-size: 25px;
  margin-left: 10px;
}

.temp_principal{
  text-align: center;
  margin: 0 auto;
}
#main-icon{
  font-size: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.contenido_dias{
  width: 320px;
  height: 60px;
  position: absolute;
  top: 360px;
}
.boxdias{
  width: 50px;
height: 50px;
float: left;
margin: 5px;
}
.contenido_box{
  margin: 0 auto;
  position: relative;
  width: 240px;
}
.forecasttext{
  text-align: center;
}
#celcius{
 
  text-decoration: none;
 
}
.click_Servidro{
  width: 320px;
  height: 200px;
  position: absolute;
  top: 0px;
  z-index: 25;
  display: none;
}
.clickTag{
  width: 320px;
  height: 480px;
  position: absolute;
  z-index: 20;
  bottom: 19px;
  top: 0px;
  left: 0px;
}
