html {
  
  position: relative;
  min-height: 92%;
  top:60px;

}
body {
  margin-bottom: 150px;

}

.footer {
  position: absolute;
   bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(55, 55, 55,1);
  color: #979797;
  border-top: solid 5px #ED1F24;
}

.info_tel{
  font-family: OpenSans-Light;
  font-size: 17px;
  color:#979797;
}
.info_mens{
   font-family: OpenSans-Light;
  font-size: 16px;
  color:#FFF;
}


#text{
  margin-top: 5px;
  color:#979797;  ;
  font-size: 15px;

}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/*.barra{
  height: 1px;
  color:#777;
  background-color: #333;
}*/

code {
  font-size: 80%;

}

@media (min-width: 1px) and (max-width: 319px) {
  .footer {
    position: absolute;
     bottom: 0;
    width: 100%;
    height: 240px;
    font-size: 20px;
    background-color: rgba(55, 55, 55,1);
    color: #979797;
    border-top: solid 5px #ED1F24;
  }
  .info_tel{
  font-family: OpenSans-Light;
  font-size: 12px;
  color:#979797;
}

  .info_dias,
  .info_mens{
    font-size: 12px;
  }

  body {
    margin-bottom: 40px;
  }

}









/* °°°°°°°°°°°° Footer (320 max 479) °°°°°°°°°°° */
@media (min-width: 320px) and (max-width: 479px) {
 /* .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    height: 130px;
    
  }*/

.footer {
  position: absolute;
   bottom: 0;
  width: 100%;
  height: 200px;
  font-size: 20px;
  background-color: rgba(55, 55, 55,1);
  color: #979797;
  border-top: solid 5px #ED1F24;
}

.info_dias,
.info_mens{
  font-size: 12px;
}

body {
  margin-bottom: 40px;
}

 /* #footd{           
    width: 70%;
    border-right: 1px solid rgba(204, 204, 206,0.2); 
    padding-right: 10px;
    text-align: right;
  }

  #text{
    margin-top: 5px;
    color:#333;
    font-size: 11px;
  }

  #footd2{          
    width: 30%;
    text-align: left;
    padding-left: 10px;
    color: #FFF;
    margin: 0px;
    padding-top: 0px;
  }*/
  
}

/* °°°°°°°°°°°° Footer (480 max 768) °°°°°°°°°°° */
@media (min-width: 480px) and (max-width: 767px) {
  .footer{
    position: absolute;
    width: 100%;
    height: 200px;
  }

  #text{
    margin-top: 5px;
    color:#FFF;
    font-size: 14px;
  }
  .info_dias,
  .info_mens{
    font-size: 14px;
  }
}

/* °°°°°°°°°°°° Footer (480 max 768) °°°°°°°°°°° */
@media (min-width: 768px) and (max-width: 993px) {
  .footer{
    position: absolute;
    width: 100%;
    height: 170px;
  }

  #text{
    margin-top: 10px;
    color:#FFF;
    font-size: 14px;
  }
  .info_dias,
  .info_mens{
    font-size: 14px;
  }
}




