body {
    background-color:#f0eaec;
}
.lyt-container {
    padding-top:40px;
    padding-bottom:40px;
}
.carousel-inner .item {
  max-height: 350px;
}


.home-servico {
    padding-left:180px;
    padding-right:30px;
    position:relative;
    text-align: justify;
    text-justify: inter-word;
    margin-bottom:30px;
}
.home-servico img{
    max-width:160px;
    position:absolute;
    top:0;
    left:0;
}
.home-servico h2 {
    color:#090c33;
}
.home-servico p {
    min-height: 120px;
}
.home-servico.home-servico-fibra{
    padding-left:200px;
    padding-right:10px;
}
.home-servico.home-servico-fibra img{
    left:20px;
}
.btn.btn-readmore{
    color:white;
    background-color:#6ba9e6;
    border-radius:0;
}
.btn.btn-readmore:hover{
    background-color:#82bbf3;
}