.img-responsive {
    display: inline-block;
}

#section1 .jumbotron {
    background: none;
}

#section1 .jumbotron h1 {
    margin-bottom: 5rem;
}

#section1 .jumbotron h2 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

#frase .jumbotron {
    background: #b40000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b40000 0%, #730000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b40000 0%, #730000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b40000 0%, #730000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#730000', GradientType=1);
    /* IE6-9 */
    margin: 0;
}

#frase .jumbotron h2 {
    margin: 1em 0;
}

#section2 {
    padding: 3em 0;
}

#section2 .row {
    margin-bottom: .8em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#section2 .row:hover {
    -moz-transform: translateX(1em);
    -webkit-transform: translateX(1em);
    -o-transform: translateX(1em);
    -ms-transform: translateX(1em);
    transform: translateX(1em);
}

#section2 h4 {
    margin: 1.5em auto;
}

#section2 i {
    color: #B40000;
    display: block;
    position: absolute;
    top: 10px;
    transition: all ease 0.25s;
}

#section2 i:hover {
    color: #730000;
}

#section2 .vantagem {
    margin-top: .8em;
    margin-left: 90px;
    font-size: 1.2em;
}

#section3 .jumbotron {
    background: none;
    margin: 0;
}

#section3 h2 {
    margin-top: 1em;
}

#section3 img {
    margin: 3em auto;
}

#section3 i {
    background: #B40000;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-bottom: 2rem;
    -webkit-transition: background .15s linear;
    -moz-transition: background .15s linear;
    -ms-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear;
}

#section3 i:hover {
    background: #730000;
}

#section3 i:before {
    top: .25em;
    position: relative;
}

#tv-title {
    padding: 1em;
}

#tv-title>* {
    line-height: 1;
}

#tv-texto>.container {
    margin-bottom: 4em;
}

#tv {
    padding: 2em;
}