.tittle{
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}

.tittle .tittle-ajustes{
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;

}

.tittle h1{

    color: #061940;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 5px;
    margin-left: 10px;
}


.img-consultoria{

    background-image: linear-gradient(to right, white 5%, transparent 40%),
    linear-gradient(to left, white 5%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url('../img/consultoria.jpg')
    ;
}

.img-solucao-racao{

    background-image: linear-gradient(to right, white 5%, transparent 40%),
    linear-gradient(to left, white 5%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url('../img/solucoes-racao-animal.jpg')
    ;
}

.img-engenharia{

    background-image: linear-gradient(to right, white 3%,transparent 40%),
    linear-gradient(to left, white 3%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url('../img/engenharia.jpg')
    ;
}

.img-servicos{

    background-size: 100% 100%;
    width: 600px;
    height:250px;

}

.img-tittle {
    background-size: 100% 100%;
    width: 450px;
    height:150px;
}

/*informações*/

.info{
    background-color:#0f214526;
    margin: 0 auto 15px;
    width: 90%;
    max-width: 900px;
    border-radius: 1px;
    padding: 30px;
    box-shadow: 5px 5px 10px #4a4a4a46;
    
}

.info p{
    text-align: center;
    color:#061940;
    font-weight: 400;
    font-size: 14px;
    width: 90%;
    margin: 10px auto;

}

.info video{
    width: 180px;
    float: left;
    margin-left: 30px;
}


/*Botão de*/

.entrar-em-contato{
    margin: 60px auto 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  
  .entrar-em-contato a{
    
    color:#061940;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
  }
  .entrar-em-contato a:hover{
    transition: 0.5s;
    opacity: 0.5;
  }
  
  .entrar-em-contato img{
    width: 25px;
    margin-right: 20px;
  }

/*Conheça nossos servicos*/

.mais-servicos{

    margin: 10px auto;
    width: 70%;
    max-width: 900px;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    color: #4a4a4aa9;
}

.mais-servicos p{
    margin-bottom: 15px;
    
}

.mais-servicos span{

    font-weight: 600;
    font-size: 18px;
}

.mais-servicos a{

    font-size: 11px;
    color: #2759bd;
    
}

.mais-servicos a:hover{

    font-size: 11px;
    color: #4719a2;
    
}

@media screen and (max-width: 600px){

    .tittle{
        height: 120px;
        text-align: center;
        width: 100%;
        min-width: 270px;
    }

    .tittle h1{
        z-index: 2;
        margin: auto;
        display: flex;
        font-weight: 600;
        justify-content: center;
        padding: 0;
        min-width: 150px;
        max-width: 310px;
    }

    .img-tittle{
        margin-left: -100%;
        z-index: 1;
        width: 100%;
        height: 100%;

    }

    .info{
        padding: 5px;
    }

    .info p{
        font-size: 12px;
        width: auto;
        height: auto;
        margin: 0;
    }

}
  
  
@media screen and (max-width: 400px){
    .entrar-em-contato a{
      font-size: 13px;
    }

    .tittle h1{
        margin: auto;
        font-size: 20px;
        width: 100%;
    }
    .info p{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info video{
        width: 60%;
        float: none;
        margin: 0 auto 10px auto;
        
    }
}