* {
  padding:0;
  margin:0;
  vertical-align:baseline;
  list-style:none;
  border:0
  }

body {
font-family: 'Roboto', sans-serif;
line-height: 25px;
font-size: 1.1em;
}
a:link {
  text-decoration: none;
  color: #349836;
}
a:hover {
  text-decoration: underline;
  color: #50db52;
}
a:visited {
  text-decoration: none;
  color: #005a02;
}

  .top {
      float: none;
      border-bottom: 1px solid   #349836;
      margin-bottom: 20px;
  } 
  
  .divFotos {
      width: 100%;
      float: none;
  }
    .imgCanal {
        background-color: #ddd;
        border-radius: 100%;
        border: solid 0px #999;

        object-fit: cover;
        max-width: 200px;  
        max-height: 200px;
      min-width: 190px;
    } 


  
  .fotoCanal {
    border: 0px solid #ddd;
    border-radius: 4px;
    padding: 3px;
    
        object-fit: cover;
        min-height: 60px;
        min-width: 60px;  
        max-height: 85px;
        max-width: 85px;  
  }
  
  .fotoCanal:hover {
    box-shadow: 0 0 2px 1px #41d641;
  }
  .bordas_laterais {
    margin: 0 auto;
    width: 800px;
 
  }

  .content {
    margin-top: 20px;
  }
  
  .hiperTitulo {
    padding: 30px 30px 20px;
    text-decoration: underline;
      }
   .superTitulo {
       padding: 20px 20px;
       margin-left: -50px;
       background-color: #7FE17F;
       color: #004400;
       margin-bottom: 20px;
         }

   .titulo {
   
       display: inline;

 }

  .texto {
    padding: 20px;
    border-right: 10px solid #7FE17F;
    margin-left: 20px;
    background-color: #019934;
    color: #e7ffef;
    font-weight: 100;
    width: 40%;
    display: table-cell;
    float: left;
      }
    .texto a:link{
        color: #67db8e;
        text-decoration: none;
      }
      .texto a:visited{
        color: #67db8e;
        text-decoration: none;
      }
  .listaHinario {
    width: 50%;
    float: left;
    display: table-cell;

  }
  .logo {
    width: 20em;
    text-align: center;
    float: none;
  }

  .aguia{
    margin: 60px;;
  }
  .folhinha {

    color: #333;
    padding: 20px;
  }

input {
border: 1px solid #CCC;
padding: 8px;
}
.input1 {
width: 80%;
margin-bottom: 5px;
border: 1px solid #CCC;
padding: 8px;
}
.data {
width: 19%;
margin-bottom: 5px;
border: 1px solid #CCC;
padding: 8px;
}
.tipodeDados {
  border-left: #019934 8px solid;
  padding-left: 3%;
  margin-bottom: 40px;
}

.msg {
  color: red;
}
.ok {
  width: 25px;
  line-height: 30px;
  margin-left: 5px;
  vertical-align: middle;
}
  @media only screen and (max-width: 700px) {     

body {
      font-family: 'Roboto', sans-serif;
      line-height: 20px;
      font-size: 0.9em;
      background-color: #019934;

      }
.sumiu {
  display: none;
}

.bordas_laterais {
  width:100%; 
  margin-left: 0%; 
  margin-right: 0%; 
}
.top {
  float: none;
  border-bottom: 0px solid   #349836;
  margin-bottom: 5px;
} 
.divFotos {
  background-color: #FFF;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 2.5vw;
}
.content {
  display: flex;
  flex-direction: column;
}

.listaHinario {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
  order: 2;
  background-color: #f3f3f3;
  padding-bottom: 10vw;
}

.texto {
  width: 90%;
  line-height: 1.3em;
  display: block;
  float: none;
  padding: 10px;
  border-right: 0px solid #7FE17F;
  margin-left: 0px;
  order: 1;
}
.superTitulo {
  padding: 10px 20px;
  margin-left: 20px;
  background-color: #7FE17F;
  color: #004400;
  margin-bottom: 20px;
  width: 140px;
  text-align: center;
    }
.fotoCanal {
  border: 0px solid #ddd;
  border-radius: 4px;
  padding: 3px;
  height: 60px;
      object-fit: cover;
      width: 14%;  
}
.logo {
  width: 90%;
  text-align: center;
  float: none;
  margin: 20px;
}
.aguia {
  margin: 30px 80px;


}

  }

  @media only screen and (min-width: 992px) {
    .fotoCanal {
     width: 82px;
     height: 82px;
    }

    .apareceu {
      display: none;
    }


  }