/* Detalhes */
h1{
    font-size: 30px !important;
    color: #8204e1 !important;
}
h2{
}
.img-post{

}
.text-post{
    padding-bottom: 40px;
    font-size: 16px;
}
.text-post strong{
    color: #8204e1 !important;
}
.btn_botao{
    background: #8204e1;
    color: #fff;
    min-width: 50%;
    width: auto;
    display: table;
    float: initial;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    padding: 12px 30px;
    border-radius: 6px;
    border-bottom: 3px solid #420271;
    border-right: 3px solid #420271;
}
.btn_botao:hover{
    transition: 0.5s all;
    background: #420271;
    color: #fff;
    text-decoration: none;
}
.form-group{
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 0px !important;
    height: auto !important;
}
.descricao_post h1{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h2{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h3{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h4{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h5{
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.descricao_post h6 {
    color: #343434;
    font-weight: normal !important;
    font-size: 20px !important;
}
.titulo-post{
    display: block;
    float: left;
    width: 100%;
    font-size: 25px !important;
    color: #333;
    margin: 0px 0px 20px 0px;
}
h2, h3, h4, h5, h6 {
    font-size: 22px !important;
    font-weight: normal !important;
    color: #1861a0 !important;
}
.img-post{
    display: block;
    float: left;
    margin: 5px 15px 10px 0px;
    width: 50%;
    height: auto;
    background-size: cover;
}


.box_carousel_depoimento{
    width: 100%;
    float: left;
}
.box_carousel_depoimento_img{
    width: 160px;
    height: 160px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 3px;
}
.box_carousel_depoimento_img{
    transition: 0.5s all;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px orange;
    -moz-box-shadow: 0px 0px 6px 0px orange;
    box-shadow: 0px 0px 6px 0px orange;
}
.box_carousel_depoimento_img img{
    width: 100%;
    float: left;
    border-radius: 100%;
}
.box_carousel_depoimento_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}
.box_carousel_depoimento_descricao{
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.formulario_post {
    margin: 0 auto;
    width: 50%;
}
.botao_enviar_mensagem {
    color: #8204e1;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    display: block;
    border: 2px solid;
    border-radius: 40px;
    margin: 0 auto;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.botao_enviar_mensagem:hover {
    text-decoration: none;
    background: #8204e1;
    color: #FFF;
    transition: 0.5s all;
}
.text-post a{
    text-decoration: underline !important;
}
/* End Detalhes */

/* Celulares atÃ© 240px */
@media screen and (max-width: 240px) {

    /* Detalhes */
    /* End Detalhes */

}

/* End Celulares atÃ© 240px */

/* Celulares atÃ© 480px */
@media screen and (max-width: 480px) {

    /* Detalhes */
    /* End Detalhes */
    .form-group{
        width: 100%;
    }
    .btn_botao{
        width: 100%;
    }
    .formulario_post{
        width: 100%;
    }
}

/* Tablet em pÃ© */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .form-group{
        width: 100%;
    }
    .btn_botao{
        width: 100%;
    }
    .formulario_post{
        width: 100%;
    }
    /* Detalhes */
    /* End Detalhes */

}

/* End Tablet em pÃ© */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Detalhes */
    /* End Detalhes */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Detalhes */
    /* End Detalhes */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Detalhes */
    /* End Detalhes */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores G */