/*
Theme Name: REDE TUDO
Theme URI: https://www.hubrasil.com
Author: HU Brasil
Author URI: https://www.hubrasil.com
Description: Tema padrao para blogs de noticia Rede Tudo.
Version: 3.12
*/

.post__geral p {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 40px;
    text-align: left;
    color: #6E6E6E;
    margin-bottom: 60px;
}

.post__geral h2 {
    font-weight: 600;
    font-size: 1.375em;
    line-height: 45px;
    text-align: left;
    color: #464646;
    margin-bottom: 20px;
}

.txt-pagina p {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 40px;
    text-align: left;
    color: #6E6E6E;
    margin-bottom: 60px;
}

.txt-pagina h2 {
    font-weight: 600;
    font-size: 1.375em;
    line-height: 45px;
    text-align: left;
    color: #464646;
    margin-bottom: 20px;
}

.post__geral>span {
    font-weight: 400;
    font-size: 1em;
    line-height: 40px;
    text-align: left;
    color: #6E6E6E;
    display: block;
    margin: 24px 0 60px;
}

.post__geral ul {
    margin-bottom: 30px;
}

.post__geral ul li {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 40px;
    text-align: left;
    color: #6E6E6E;
    list-style: circle;
}

.post__geral ol {
    margin-bottom: 30px;
}

.post__geral ol li {
    font-weight: 400;
    font-size: 1.25em;
    line-height: 40px;
    text-align: left;
    color: #6E6E6E;
    list-style-type: decimal;
}

.grecaptcha-badge {
    display: none !important;
}

.bg-liga {
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 7px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.informacao-shortcode {
    width: 100% !important;
    padding-bottom: 15px;
}

.bg-liga h2 {
    font-weight: 600;
    font-size: 1.75em;
    line-height: 30px;
    text-align: left;
    color: #FF5834;
    margin-bottom: 10px;
}

.form-liga {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.form-liga-shortcode {
    width: 100%;
    justify-content: flex-start !important;
}

.btn-liga {
    width: 170px;
    height: 60px;
    border-radius: 7px;
    border: none;
    font-weight: 400;
    font-size: 1em;
    line-height: 16px;
    text-align: left;
    background-color: #FF5834;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    outline: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-liga .inp-liga {
    width: 100%;
    height: 60px;
    border-radius: 7px;
    padding: 0px 17px;
    margin-bottom: 10px;
    max-width: 240px;
    border: 1px solid #FF5834;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 20px;
    text-align: left;
    color: #FF5834 !important;
    margin-right: 30px;
}

.aceite-contato {
    display: block;
    position: relative;
    user-select: none;
    font-weight: 400;
    font-size: .75em;
    line-height: 20px;
    text-align: left;
    color: #959595;
    padding-left: 25px;
}

.aceite-contato input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.aceite-contato .check {
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #FF5834;
    -webkit-box-shadow: 2px 2px 0px #0000001A;
    -moz-box-shadow: 2px 2px 0px #0000001A;
    box-shadow: 2px 2px 0px #0000001A;
}

.aceite-contato .check:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #FF5834;
}

.aceite-contato input:checked~.check:after {
    display: block;
}

.postprincipal__img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}