﻿body {
    background-color: aliceblue !important;
}
.depoimento {

    text-align: center !important;
}

.depoimento p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    line-height: 1.8em;
    font-size: 1.3em;
    /*color: white !important;*/
    text-align: center !important;
}


.lateral h1 {
    color: #2f66ca !important;
}

.plano {
    padding: 15px;
    font-size: 0.8em;
    line-height: 1.8em;
    margin-top: 30px;
}

.plano p {
    margin: 0;
    padding: 0;
}

.termos-contrato {
    font-size: 0.8em;
}

.depoimento.jumbotron {
    padding: 30px 30px 40px 30px;
    margin-top: 30px;
    background-color: white !important;
    border-radius: 30px !important;
    /*-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);*/
}