/*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {



} /* Final do estilo para tablets */

/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {

    .header{
        padding: 5px 0px;
    }
    
    .header img {
        max-width: 150px;
        margin: 0 auto;
    }

   .info-pre {
    text-align: center;
    margin: 0 auto;
}
    
    .info-fone i {
        color: #29385f;
        padding-right: 5px;
        font-size: 15px

}
    .info-fone a {
        color: #29385f;
         font-family: 'Lato', sans-serif;
        font-size: 0.8em;
        font-weight: 900;
}

    .botao-box{

        display: none;
    }
    
    .conversao {
    height: auto;
    padding-top: 20px
    
    }
    
    .conversao-texto{
    margin-top: 0px;
    background-color: rgba(41, 56, 95, 0.9);
    padding: 35px 15px 35px 15px;
    
    }
    
    
   
    
    .conversao-texto h1{
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2em
    
}

    .sobre {   
    background-color: #29385f;
    padding-top: 15px;
    padding-bottom: 15px;

    }

    .sobre h2 {

        margin-top: 45px ;
        color: white;
        font-size: 1.5em;
        font-weight: 900;
        }

    .sobre-img{
    text-align: center;
    margin: 0 auto;
    }

    .sobre img {
    margin: 0 auto;
    width: auto;
    height: 300px;
    }
    


} /* Final do estilo para smartphone 