
body{
  font-family: 'Lora', serif;
  -webkit-font-smoothing: antialiased;
}

.corpo{
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: url('fundo.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.corpo_in{
  position: relative;
  width: 70%;
  margin-left: 30%;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 40px;
}

.logo{
  padding: 20px;
}

.logo img{
  max-width: 500px;
}

.texto{
  padding: 50px;
  line-height: 30px;
  border: 2px solid #222;
  font-size: 20px;
  display: inline-block;
  max-width: 500px;
  margin-top: 50px;
}

.texto h1{
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 30px;
}

.texto h2{
  padding-bottom: 10px;
}

.texto h3{
  font-size: 16px;
  margin-top: 20px;
  line-height: 20px;
}

.contactos{
  padding:  50px 0px;
  font-size: 20px;
  line-height: 40px;
}

.contactos h4{
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 20px;
}

.contactos a{
  display: inline-block;
  padding: 0px 20px;
  background: white;
  color: black;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 2px;
}


.contactos a:hover{
  background: #ccc;
}

.col_d{
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 736px) {
  .corpo_in{
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .logo img{
    width: 100%;
  }

  .texto h1,
  .texto h2, 
  .texto h3{
    font-size: 16px;
  }

  .texto{
    margin: 50px 0px;
    padding: 20px;
  }

  .contactos span{
    font-size: 0px;
    color: black;
    display: block;
    height: 5px;
  }

  a.tel{
    padding: 15px;
    display: block;
    font-size: 30px;
  }
}