* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style-type: none;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    height: 100%;
}

*:focus {
    outline: 0;
}

ul {
    padding-left: 0;
}

b {
    font-weight: bold;
}

html {
    min-height: 100%;
    height: 100%;
}

body {
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    background-size: contain;
}

a {
    color: #363563;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

strong {
    font-weight: bold
}

a {
    text-decoration: none;
}

.sc_margin_large {
    margin: 4em 13.5%;
}


/*
 * Estilos Individuais
 * -------------------------------------------------------- */

.aligncenter {
    text-align: center;
    position: relative;
}

.alignjustify {
    text-align: justify
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.t-white {
    color: #fff;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 2.5rem;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.br-10 {
    border-radius: 10px;
}

.buttons a,
.buttons button {
    padding: 12px 25px;
    font-weight: 500;
    background: none;
    color: #111121;
    border-radius: 24px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
    transition: 0.5s;
    display: inline-block;
    text-decoration: none;
    user-select: none;
    vertical-align: top;
    display: block;
    margin-bottom: 10px;
    padding-left: 50px;
}

.buttons button:disabled {
    /* background: #ccc; */
    color: #000;
    cursor: default;
    opacity: 0.3;
}

.buttons a:hover {
    box-shadow: 0px 5px 14px 0px #0000002b;
}

.buttons .bt01 {
    background: #3498db;
    color: #fff!important;
}

.buttons .bt02 {
    background: #fff;
    color: #3b5b39!important;
    /* box-shadow: 0 0 0px 1px #bdbdbd inset; */
}

.buttons a i,
.buttons button i {
    margin-left: 10px;
}

a.bt {
    box-shadow: none;
    color: #fff;
}

.bt.whatsapp {
    background: #25D366;
    color: #fff;
    box-shadow: none;
}

.bt.whatsapp::after{
    background-image: url(../imagens/icons/whatsapp.svg);
    background-size: 100%;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}

.bt.download::after{
    background-image: url(../imagens/icons/download.svg);
    background-size: 100%;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}

.bt.link::after{
    background-image: url(../imagens/icons/link.svg);
    background-size: 100%;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
}

.bt.whatsapp i {
    color: #25d366;
}

.bt.b00 {
    box-shadow: none!important;
    color: #0f7afe!important;
    background: #fff;
}

.bt.b00 span{
    color: #0f7afe!important;
}

.bt.b01 {
    box-shadow: none!important;
    color: #fff!important;
    background: #3a6186;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #89253e, #3a6186);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #89253e, #3a6186);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01 li a.bt.b01 i {
    color: #89253e;
}

.bt.b02 {
    box-shadow: none!important;
    color: #fff!important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01 li a.bt.b02 i {
    color: #F0CB35;
}

.bt.b03 {
    box-shadow: none!important;
    color: #fff!important;
    background: #544a7d;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffd452, #544a7d);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffd452, #544a7d);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01 li a.bt.b03 i {
    color: #ffd452;
}

.bt.b04 {
    box-shadow: none!important;
    color: #fff!important;
    background: #134E5E;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #71B280, #134E5E);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #71B280, #134E5E);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01 li a.bt.b04 i {
    color: #71B280;
}

.bt.b05 {
    box-shadow: none!important;
    color: #fff!important;
    background: #283c86;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #45a247, #283c86);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #45a247, #283c86);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01 li a.bt.b05 i {
    color: #45a247;
}

.bt.b06 {
    box-shadow: none;
    color: #fff;
    background: #43C6AC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #191654, #43C6AC);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #191654, #43C6AC);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list01 li a.bt.b06 i {
    color: #191654;
}

.bt.b07 {}

table.hour {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

table.hour tr {}

table.hour tr:nth-child(even) {
    background: rgb(0 0 0 / 10%);
}

table.hour tr td:last-child {
    text-align: right;
    font-weight: 100;
    font-size: 13px;
    padding-right: 1.5rem;
    word-break: break-word;
}

table.hour tr td:last-child span {
    white-space: nowrap;
}

table.hour tr td:last-child span:last-child {
    padding-left: 10px;
}

table.hour tr td {
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
    line-height: 18px;
    vertical-align: middle;
    padding: 5px 0;
}

table.hour tr td:first-child {
    padding-left: 1.5rem;
    white-space: nowrap;
    padding-right: 1rem;
    min-width: 50%;
}