body,
html {
    font-family: 'Gotham', sans-serif;
    min-width: 320px;
    line-height: 1.3;
}

p {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #606060;
    font-family: Cabin;
    font-size: 22px;
    word-wrap: break-word;
}



*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    cursor: pointer;
}

.wow {
    visibility: hidden;
}

ul {
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-full {
    width: 100%;
    height: 100%;
    display: block;
}

.img-center {
    display: block;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1110px;
    padding: 0;
    margin: 0 auto;
}

.hidden-lg {
    display: none !important;
}

#topo {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px 0;
    z-index: 99;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#topo .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

#topo .logo-link {
    background: url("../img/logo.png") center no-repeat;
    width: 259px;
    height: 66px;
    display: block;
}

#topo .menu ul {
    display: inline-block;
}

#topo .menu li {
    display: inline-block;
}

#topo .menu a {
    display: inline-block;
    color: #242a36;
    font-size: 14px;
    font-family: 'gotham-medium';
    padding: 0 15px;
    margin-left: 10px;
}

#topo .menu a:hover {
    color: #495367;
}

#topo .menu .btn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

#topo .menu .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

#topo .menu .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

#topo .menu .low {
    padding: 9px 28px;

    margin-left: 17px;
}

#topo-conteudo.topo-conteudo1 {
    background: #242a36;
}

#topo-conteudo.topo-conteudo1 .container {
    background: url("../img/bg-header1.png") center top no-repeat;
    background-size: cover;
}

#topo-conteudo.topo-conteudo2 {
    background: url("../img/bg-header2.jpg") center top no-repeat;
    background-size: cover;
}

#topo-conteudo.topo-conteudo3 {
    background: #242a36;
}

#topo-conteudo .container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 72px 0 62px;
}

#topo-conteudo .box-texto {
    width: 58%;
}

#topo-conteudo .box-texto .titulo {
    color: #8C2D2B;
    font-size: 33px;

}

#topo-conteudo .box-texto .titulo u {}

#topo-conteudo .box-texto .descricao {
    color: #2c2c2c;
    font-size: 18px;
    font-family: 'gotham-light';
    margin: 20px 0;
    line-height: 1.8;
}

#topo-conteudo .box-texto .descricao .destaque {}

#topo-conteudo .box-texto .descricao ol {
    padding: 0;
    list-style: none;
    margin: 0;
    counter-reset: section;
}

#topo-conteudo .box-texto .descricao ol li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-increment: section;
}

#topo-conteudo .box-texto .descricao ol li:before {
    content: counter(section, decimal-leading-zero);
    background: #857bd1;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;

    font-size: 11px;
    color: #fff;
    text-align: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 10px 0 0;
    border-radius: 100%;
}

#topo-conteudo .box-texto .descricao ol li p {
    max-width: 500px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-top: 5px;
}

#topo-conteudo .box-texto .box-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

#topo-conteudo .box-texto .box-btn .btn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 42px 49px 42px;
    position: relative;
}

#topo-conteudo .box-texto .box-btn .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -225px;
    width: 210px;
    height: 100px;
    background: url("../img/seta-header.png") left top no-repeat;
}

#topo-conteudo .box-texto .box-btn .high {
    font-size: 30px;

    padding: 25px 35px;
}

#topo-conteudo .box-texto .box-btn .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

#topo-conteudo .box-texto .box-btn .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

#topo-conteudo .box-texto .box-btn ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 40px;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

#topo-conteudo .box-texto .box-btn ul li {
    margin: 0 20px;
    display: -ms-flexbox;
    display: flex;
}

#topo-conteudo .box-texto .box-btn ul li .ico {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

#topo-conteudo .box-texto .box-btn ul li .ico.ico1 {
    background: url("../img/ico1-header.png") center no-repeat;
}

#topo-conteudo .box-texto .box-btn ul li .ico.ico2 {
    background: url("../img/ico2-header.png") center no-repeat;
}

#topo-conteudo .box-texto .box-btn ul li .ico.ico3 {
    background: url("../img/ico3-header.png") center no-repeat;
}

#topo-conteudo .box-texto .box-btn ul li .info-titulo {
    color: #2c2c2c;
    font-size: 14px;
    font-family: 'gotham-medium';
    line-height: 1.2;
}

#topo-conteudo .box-texto .box-btn ul li p {
    color: #2c2c2c;
    font-size: 14px;

}

#topo-conteudo .thumb {
    width: 48%;
    position: absolute;
    bottom: -70px;
    right: -75px;
}

#content-site {
    overflow-y: hidden;
}

#topo-video {
    padding: 22px 0;
}

#topo-video.topo-video {
    background: #242a36;
}

#topo-video.topo-video2 {
    background: url("../img/bg-header2.jpg") center top no-repeat;
    background-size: cover;
}

#topo-video .container {
    padding: 0 78px;
}

#topo-video .titulo {
    color: #8C2D2B;
    font-size: 33px;

    text-align: center;
}

#topo-video .titulo u {

    color: #fff;
}

#topo-video .box-video {
    border-radius: 5px;
    border: 5px solid #fff;
    margin: 19px 50px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#topo-video .video {
    width: 100%;
    height: 475px;
    position: relative;
    margin: 0 auto;
}

#topo-video .video::after {
    content: "";
    position: absolute;
    top: 33%;
    left: 18%;
    width: 210px;
    height: 100px;
    background: url("../img/seta-left.png") left top no-repeat;
}

#topo-video .video a {
    background: url("../img/bg-video.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

#topo-video .video a::before {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 5px solid #fff;
    background-color: #8C2D2B;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    cursor: pointer;
    top: 35%;
}

#topo-video .video a::after {
    content: "";
    position: absolute;
    top: 41%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #242a36;
    transition: 0.3s ease-out;
}

#topo-video .video a::after:hover {
    transition: 0.3s ease-out;
    transform: scale(1.05);
}

#topo-video .video a:hover:before {
    transform: scale(1.1);
    transition: 0.3s ease-out;
}

#topo-video .video video,
#topo-video .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

#topo-video .video .box-play {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: center;
}

#topo-video .video .box-play .info {
    margin-top: 43px;
    font-size: 35px;

    color: #fff;
    text-shadow: #242a36 3px -3px, #242a36 -3px 3px, #242a36 3px 3px, #242a36 -3px -3px;
}

#topo-video .video .box-play .info span {
    color: #8C2D2B;
}

#topo-video .box-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#topo-video .box-btn .btn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 20px 11px;
}

#topo-video .box-btn .high {
    font-size: 30px;

    padding: 25px 35px;
}

#topo-video .box-btn .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

#topo-video .box-btn .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

#topo-video ul {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

#topo-video ul li {
    margin: 0 20px;
    display: -ms-flexbox;
    display: flex;
}

#topo-video ul li .ico {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

#topo-video ul li .ico.ico1 {
    background: url("../img/ico1-header.png") center no-repeat;
}

#topo-video ul li .ico.ico2 {
    background: url("../img/ico2-header.png") center no-repeat;
}

#topo-video ul li .ico.ico3 {
    background: url("../img/ico3-header.png") center no-repeat;
}

#topo-video ul li .info-titulo {
    color: #fff;
    font-size: 14px;
    font-family: 'gotham-medium';
    line-height: 1.2;
}

#topo-video ul li p {
    color: #fff;
    font-size: 14px;
    font-family: 'gotham-black';
}

#content-site {
    overflow-y: hidden;
}

#block-1 {
    background-color: #fff;
    padding: 105px 0 55px;
    display: -ms-flexbox;
    display: flex;
}

#block-1 .thumb {
    -moz-flex: 1 41%;
    -ms-flex: 1 41%;
    flex: 1 41%;
    max-width: 41%;
    min-width: 41%;
    height: 100%;
}

#block-1 .box-texto {
    padding: 35px 0 35px 20px;
}

#block-1 .box-texto .titulo {
    color: #8C2D2B;
    font-size: 39px;

}

#block-1 .box-texto .descricao {
    color: #242a36;
    font-size: 16px;
    font-family: 'gotham-light';
    line-height: 1.8;
    margin: 20px 0 30px;
}

#block-1 .box-texto .descricao strong {}

.divisor-infos {
    background-color: #8C2D2B;
    padding: 17px 0;
}

.divisor-infos .titulo {
    color: #fff;
    font-size: 44px;

    text-align: center;
}

#block-2 {
    background-color: #fff;
    padding: 45px 0 75px;
}

#block-2 .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#block-2 .list .item {
    -moz-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
    max-width: 25%;
    margin: 20px 0 15px;
    padding: 10px 12px;
    line-height: 1.2;
    text-align: center;
}

#block-2 .list .item .titulo {
    font-size: 16px;

    color: #242a36;
    margin-top: 30px;
    line-height: 1.5;
}

#block-2 .list .item .descricao {
    font-size: 16px;
    font-family: 'gotham-light';
    line-height: 1.5;
    color: #242a36;
}

#block-2 .center {
    text-align: center;
}

#block-2 .topics {
    display: inline-flex;
    flex-flow: column;
    padding: 0;
    list-style: none;
    margin: 35px 0 0;
}

#block-2 .topics li {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-size: 22px;
    margin: 15px 0;
}

#block-2 .topics li:before {
    content: '';
    background: url("../img/ico-check1.png") center no-repeat;
    background-size: cover;
    width: 63px;
    height: 63px;
    margin: 0 20px 0 0;
}

.block-3 {
    background-color: #eee;
    padding: 70px 0 78px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.block-3 .titulo {
    color: #8C2D2B;
    font-size: 39px;

}

.block-3 .descricao {
    color: #242a36;
    font-size: 20px;

    line-height: 1.8;
    margin-top: 5px;
}

.block-3 .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 37px;
}

.block-3 .items.two {
    padding: 0 18%;
}

.block-3 .items .item {
    -moz-flex: 1 31.5%;
    -ms-flex: 1 31.5%;
    flex: 1 31.5%;
    max-width: 31.5%;
    min-width: 31.5%;
}

.block-3 .items.two .item {
    -moz-flex: 1 48%;
    -ms-flex: 1 48%;
    flex: 1 48%;
    max-width: 48%;
    min-width: 48%;
}

.block-3 .items .item .titulo-item {
    color: #242a36;
    font-size: 16px;

    margin: 17px 0 5px;
}

.block-3 .items .item .descricao-item {
    color: #242a36;
    font-size: 16px;
    font-family: 'gotham-light';
    line-height: 1.5;
    padding: 0 15px;
}

.block-4 {
    background: url("../img/bg-block4.jpg") center top no-repeat;
    background-size: cover;
    height: 654px;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
}

.block-4 .box-texto {
    width: 40%;
    padding: 50px 0;
}

.block-4 .titulo {
    color: #8C2D2B;
    font-size: 39px;

}

.block-4 .descricao {
    color: #242a36;
    font-size: 16px;
    font-family: 'gotham-light';
    line-height: 1.8;
    margin: 23px 5px 50px 0;
}

.block-4 .descricao strong {}

.block-4 .btn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.block-4 .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

.block-4 .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

.block-4 .high {
    font-size: 25px;

    padding: 25px 35px;
}

.block-5 {
    background: #fff;
    padding: 80px 0 0;
}

.block-5 .titulo {
    color: #8C2D2B;
    font-size: 39px;

    text-align: center;
}

.block-5 .descricao {
    color: #242a36;
    font-size: 20px;

    line-height: 1.8;
    text-align: center;
}

.box-depoimentos {
    margin: 54px 0 0;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-depoimentos .depoimentos-item {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #eee;
    margin-bottom: 30px;
    border-right: 8px solid #8C2D2B;
}

.box-depoimentos .depoimentos-item .thumb {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.box-depoimentos .depoimentos-item .infos {
    padding: 35px;
}

.box-depoimentos .depoimentos-item .infos .header {
    padding-left: 70px;
    background: url("../img/aspas-block5.png") left top no-repeat;
    margin-bottom: 30px;
}

.box-depoimentos .depoimentos-item .infos .header .nome {
    color: #242a36;
    font-size: 20px;

    line-height: 1.3;
}

.box-depoimentos .depoimentos-item .infos .header .cidade {
    color: #242a36;
    font-size: 16px;
    font-family: 'gotham-lighti';
}

.box-depoimentos .depoimentos-item .infos .content p {
    color: #242a36;
    margin-bottom: 21px;
    font-size: 14px;
    font-family: 'gotham-light';
    line-height: 1.4;
}

.block-6 {
    padding: 53px 0 5px;
}

.block-6 ul {
    margin: 45px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.block-6 ul li {
    max-width: 33.333%;
    padding: 0 34px;
}

.block-6 ul li .thumb {
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.block-6 ul li .thumb.center {
    height: 130px;
}

.block-6 ul li p {
    color: #242a36;
    font-size: 16px;
    font-family: 'gotham-light';
    margin-top: 26px;
    line-height: 1.5;
    text-align: center;
}

#block-vendas {
    padding: 30px 0;
}

#block-vendas .header-vendas {
    background: url("../img/bg-header-vendas.png") center top no-repeat;
    background-size: 100% 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 23px 39px;
    margin-bottom: 62px;
}

#block-vendas .header-vendas .titulo {
    color: #242a36;
    font-size: 43px;

    margin-left: 18px;
}

#block-vendas ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

#block-vendas ul a {
    -moz-flex: 1 24%;
    -ms-flex: 1 24%;
    flex: 1 24%;
    max-width: 24%;
    min-width: 24%
}


#block-vendas ul li.item {

    border-radius: 10px;
    overflow: hidden;
}

#block-vendas ul li.item .titulo {
    background: #2c2c2c;
    color: #fff;
    padding: 17px 10px;
    text-align: center;
    font-size: 25px;
    font-family: 'gotham-black';
}

#block-vendas ul li.item .conteudo {
    padding: 15px 0 47px;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
}

#block-vendas ul li.item .conteudo span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'gotham-black';
    line-height: 1.5;
}

#block-vendas ul li.item .conteudo .descricao {
    color: #8C2D2B;
}

#block-vendas ul li.item .conteudo .descontos {
    background-color: #2c2c2c;
    color: #fff;
    padding: 0 2px;
}

#block-vendas ul li.item .conteudo .thumb {
    position: relative;
    margin: 18px 0;
}

#block-vendas ul li.item .conteudo .thumb .off {
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #e00e0e;
    color: #fff;
    font-size: 20px;
    font-family: 'gotham-black';
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}

#block-vendas ul li.item .conteudo .thumb .off.off1 {
    right: 25px;
}

#block-vendas ul li.item .conteudo .thumb .off.off2 {
    right: 5px;
}

#block-vendas ul li.item .conteudo .thumb .off.off3 {
    right: 65px;
}

#block-vendas ul li.item .conteudo .preco {
    font-size: 14px;
    color: #242a36;
    font-family: 'gotham-medium';
}

#block-vendas ul li.item .conteudo .preco i {
    font-family: 'gotham-medium';
    font-style: normal;
    text-decoration: line-through;
    display: inline-block;
}

#block-vendas ul li.item .conteudo .preco-desconto {
    font-size: 14px;
    color: #242a36;
    font-family: 'gotham-medium';
}

#block-vendas ul li.item .conteudo .preco-desconto span {
    font-size: 14px;
    color: #fff;
    background-color: #8C2D2B;
    padding: 0 2px;

    text-transform: initial;
}

#block-vendas ul li.item .conteudo .box-parcelas {
    background: #eee url("../img/bg-parcelas.png") no-repeat left top;
    background-size: 100% 100%;
    padding: 25px 0px;
    text-align: center;
    margin: 30px 17px 14px;
    border-radius: 10px;
}

#block-vendas ul li.item .conteudo .box-parcelas .parcelas {
    font-size: 32px;
    font-family: 'gotham-booki';
    color: #080808;
}

#block-vendas ul li.item .conteudo .box-parcelas p {
    font-size: 15px;
    font-family: 'gotham-black';
}

#block-vendas ul li.item .conteudo .box-parcelas span {
    font-size: 29px;
    font-family: 'gotham-booki';
}

#block-vendas ul li.item .conteudo .box-parcelas strong {
    font-size: 75px;
    font-family: 'gotham-black';
    vertical-align: sub;
    line-height: 1;
}

#block-vendas ul li.item .conteudo .box-parcelas sup {
    font-size: 35px;
    font-family: 'gotham-black';
    vertical-align: sub;
}

#block-vendas ul li.item .conteudo .btn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

#block-vendas ul li.item .conteudo .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

#block-vendas ul li.item .conteudo .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

#block-vendas ul li.item .conteudo .medium {
    font-size: 22px;
    font-family: 'gotham-black';
    padding: 10px 15px;
}

#block-vendas ul li.item .conteudo .maisvendido {
    color: #2c2c2c;
    text-align: center;
    font-size: 20px;
    font-family: 'gotham-black';
    line-height: 1.3;
    padding: 15px 25px 0;
}

#block-vendas ul li.item.item1 .conteudo {
    background: url("../img/bg-item-venda.png") left top no-repeat;
    background-size: 100% 100%;
}

#block-vendas ul li.item.principal .titulo {
    background: #8C2D2B;
}

#block-vendas ul li.item.principal .conteudo {
    background-color: #aadaf6;
    border: 0;
}

#block-vendas ul li.item.principal .descricao {
    color: #8C2D2B;
}

#block-vendas ul li.item.principal .descontos span {
    color: #fff;
}

#block-vendas ul li.item.principal .preco-desconto span {
    background-color: #8C2D2B;
}

#block-vendas ul li.item.principal .box-parcelas {
    border: 5px solid #8C2D2B;
    /*background-color: #fff;*/
    background: #fff;
}

#block-vendas ul li.item.principal .box-parcelas p {
    color: #2c2c2c;
}

#block-vendas ul li.item.principal .box-parcelas .parcelas {
    color: #8C2D2B;
}

#block-vendas ul li.item.principal .laranja {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

#block-vendas ul li.item.principal .laranja:hover {
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
    transform: scale(1.05);
    transition: 0.3s ease-out;
}

#block-vendas ul li.item.item3 .conteudo {
    background-color: #eee;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

#block-vendas ul li.item.item3 .box-parcelas {
    background: #fff url("../img/bg-parcelas.png") no-repeat left top;
    background-size: 100% 100%;
}

.block-anvisa {
    padding: 5px 0 25px;
}

.block-cartoes {
    background-color: #eee;
    padding: 35px 0;
}

.block-cartoes .titulo {
    color: #242a36;
    font-size: 16px;

    margin-bottom: 20px;
    text-align: center;
}

.block-cartoes ul {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-cartoes ul li {
    margin: 0 5px;
}

.block-tempo {
    padding: 40px 0 80px;
}

.block-tempo .titulo {
    color: #242a36;
    font-size: 30px;

    text-align: center;
}

.block-tempo ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin: 10px 0;
}

.block-tempo ul li {
    background-color: #e00e0e;
    color: #fff;
    width: 133px;
    height: 133px;
    border-radius: 100%;
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-tempo ul li p {
    font-size: 60px;

    line-height: 1;
}

.block-tempo ul li span {
    font-size: 12px;

    text-transform: uppercase;
}

.block-tempo ul .divisor {
    width: 8px;
}

.block-tempo ul .divisor .d1 {
    background-color: #e00e0e;
    width: 8px;
    height: 8px;
    margin: 2px 0;
    display: inline-block;
}

.block-tempo .descricao {
    color: #e00e0e;
    font-size: 20px;

    line-height: 1.4;
    text-align: center;
}

.block-tempo .descricao p {
    color: #242a36;
    font-size: 16px;
    font-family: 'gotham-medium';
}

.block-7 {
    background-color: #8C2D2B;
    padding: 45px 0;
}

.block-7 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 100px;
}

.block-7 .thumb {
    /*-moz-flex: 1 50%;*/
    /*-ms-flex: 1 50%;*/
    /*flex: 1 50%;*/
    /*min-width: 50%;*/
    /*max-width: 50%;*/
    -moz-flex: 1 35%;
    -ms-flex: 1 35%;
    flex: 1 35%;
    min-width: 35%;
    max-width: 35%;
}

.block-7 .box-texto {
    padding: 0 20px;
}

.block-7 .box-texto .titulo {
    color: #fff;
    font-size: 34px;

}

.block-7 .box-texto p {
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
    font-family: 'gotham-light';
    line-height: 1.5;
}

.block-7 .box-texto p span {
    font-family: 'gotham-medium';
}

.block-7 .box-texto p strong {
    font-family: 'gotham-black';
    color: #fffc00;
    text-transform: uppercase;
}

.block-8 {
    background-color: #479dce;
    padding: 50px 0;
}

.block-8 .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.block-8 .thumb {
    max-width: 22%;
    min-width: 22%;
    margin-right: 50px;
}

.block-8 .box-texto {
    padding: 0 65px;
    width: 72%;
}

.block-8 .box-texto .titulo {
    color: #fff;
    font-size: 39px;

    text-transform: uppercase;
    margin-top: 5px;
}

.block-8 .box-texto p {
    margin-top: 10px;
    color: #242a36;
    font-size: 20px;
    font-family: 'gotham-light';
    line-height: 1.6;
}

.block-duvidas {
    background-color: #eee;
    padding: 74px 0;
}

.block-duvidas .titulo {
    color: #2c2c2c;
    font-size: 39px;

    text-align: center;
}

.block-duvidas .duvidas-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 0px;
    max-width: 70%;
    margin: 0 auto;
}

.block-duvidas .duvidas-list .div {
    -moz-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
}

.block-duvidas .duvidas-list .duvidas-item {
    background-color: #fff;
    color: #242a36;
    padding: 10px;
    margin: 0 10px 10px;
    font-size: 14px;

    border-radius: 10px;
    border: 1px solid #bdbdbd;
    cursor: pointer;
}

.block-duvidas .duvidas-list .duvidas-item p {
    background: url("../img/ico-mais-duvidas.png") 99% center no-repeat;
    padding: 10px;
}

.block-duvidas .duvidas-list .duvidas-item.active p {
    background: url("../img/ico-menos-duvidas.png") 99% center no-repeat;
}

.block-duvidas .duvidas-list .duvidas-item .content {
    padding: 5px 10px 10px;
    line-height: 1.5;
    font-family: 'gotham-light';
    display: none;
}

.block-duvidas .duvidas-list .duvidas-item.active .content {
    display: block;
}

.block-9 {
    padding: 50px 0;
}

.block-9 .box-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.block-9 .box-btn .seta {
    width: 210px;
    height: 100px;
    margin-top: 10px;
}

.block-9 .box-btn .seta.seta-left {
    background: url("../img/seta-left.png") left top no-repeat;
}

.block-9 .box-btn .seta.seta-right {
    background: url("../img/seta-right.png") left top no-repeat;
}

.block-9 .box-btn .btn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 37px;
}

.block-9 .box-btn .high {
    font-size: 30px;

    padding: 25px 35px;
}

.block-9 .box-btn .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

.block-9 .box-btn .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

.block-9 ul {
    display: -ms-flexbox;
    display: flex;
    margin: 13px 0;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.block-9 ul li {
    margin: 0 20px;
    display: -ms-flexbox;
    display: flex;
}

.block-9 ul li .ico {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: block;
    margin-right: 5px;
}

.block-9 ul li .ico.ico1 {
    background: url("../img/ico1-header.png") center no-repeat;
}

.block-9 ul li .ico.ico2 {
    background: url("../img/ico2-header.png") center no-repeat;
}

.block-9 ul li .ico.ico3 {
    background: url("../img/ico3-header.png") center no-repeat;
}

.block-9 ul li .titulo {
    color: #242a36;
    font-size: 14px;
    font-family: 'gotham-medium';
}

.block-9 ul li p {
    color: #242a36;
    font-size: 14px;
    font-family: 'gotham-black';
}

/*  footer */

.rodape {
    background-color: #2c2c2c;
    padding: 40px 0;
}

.rodape .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.rodape p {
    color: #fff;
    font-size: 15px;
    font-family: 'gotham-light';
    line-height: 1.8;
}

.rodape p span {
    font-family: 'gotham-medium';
}

.rodape p a {
    display: inline-block;
    color: #fff;
}

.rodape p a:hover {
    text-decoration: underline;
}

.container-md {
    width: 100%;
    max-width: 980px;
    padding: 0;
    margin: auto;
}

#header-pagamentos {
    background: #479cce;
    padding: 30px 0;
    position: relative;
}

#header-pagamentos .boletos {
    width: 142px;
    height: 60px;
    position: absolute;
    right: 15px;
    top: 10px;
    animation: arrow infinite 1s;
    -moz-animation: arrow infinite 1s;
}

#header-pagamentos .boletos::before {
    content: "";
    background: url("../img/seta-pagamentos.png") center center no-repeat;
    position: absolute;
    width: 142px;
    height: 199px;
}

#header-pagamentos .container-md {
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
}

#header-pagamentos .logo-link {
    background: url("../img/logo-pagamentos.png") center no-repeat;
    /*width: 122px;*/
    width: 259px;
    height: 81px;
    display: block;
}

#header-pagamentos .box-pagamentos {
    margin: 26px 0 32px;
}

#header-pagamentos .box-pagamentos p {
    color: #fff;
    font-size: 34px;

}

#header-pagamentos .box-pagamentos p .uppercase {
    text-transform: uppercase;
}

#header-pagamentos .box-pagamentos p span {
    color: #fff;
    font-size: 24px;
    font-family: gotham-medium;
}

#header-pagamentos .box-pagamentos .descricao {
    color: #fff;
    font-size: 22px;
    font-family: gotham-light;
    line-height: 1.5;
}

#header-pagamentos .box-pagamentos .descricao .uppercase {
    text-transform: uppercase;
}

#content-pagamentos {
    background-color: #fff;
}

#content-pagamentos .titulo {
    background-color: #354d84;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;

    margin-bottom: 95px;
    position: relative;
    top: -20px;
}

#content-pagamentos .titulo::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #354d84 transparent transparent transparent;
}

#content-pagamentos .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

#content-pagamentos .item {
    -moz-flex: 1 32%;
    -ms-flex: 1 32%;
    flex: 1 32%;
    max-width: 49%;
    min-width: 32%;
    border-radius: 15px;
    background-color: #d2d2d2;
    margin: 0 3px 56px;
    padding: 0 20px 10px;
}

#content-pagamentos .item .item-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    top: -38px;
}

#content-pagamentos .item .ico {
    width: 155px;
    height: 155px;
    border-radius: 100%;
    color: #fff;
    background-color: #479cce;
    font-size: 79px;
    font-family: gotham-ultrai;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

#content-pagamentos .item .ico.ico1 {
    background: #479cce url("../img/ico-pagamentos1.png") center center no-repeat;
}

#content-pagamentos .item .ico.ico2 {
    background: #479cce url("../img/ico-pagamentos2.png") 25px center no-repeat;
}

#content-pagamentos .item .ico.ico3 {
    background: #479cce url("../img/ico-pagamentos3.png") center center no-repeat;
}

#content-pagamentos .item .titulo-item {
    color: #354d84;
    font-size: 22px;

    text-transform: uppercase;
    margin: 24px 0 11px;
}

#content-pagamentos .item .descricao {
    color: #2c2c2c;
    font-size: 14px;
    font-family: gotham-light;
    line-height: 1.5;
}

#content-pagamentos .item .descricao span {}

#content-pagamentos .item .link {
    color: #479cce;
    font-size: 14px;

}

#content-pagamentos .item .link:hover {
    text-decoration: underline;
}

#footer-pagamentos {
    background-color: #818181;
    padding: 50px 0;
}

#footer-pagamentos .container-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#footer-pagamentos p {
    color: #fff;
    font-size: 16px;
    font-family: gotham-light;
    line-height: 1.5;
}

#footer-pagamentos p span {
    color: #fff;
    font-size: 18px;

}

#footer-pagamentos .link {
    border-radius: 10px;
    display: inline-block;
    margin: 26px 0;
    padding: 12px 15px 17px 70px;
    background: #fff url("../img/ico-whatts.png") 10px center no-repeat;
    color: #242a36;
    font-size: 16px;
    font-family: gotham-light;
}

#footer-pagamentos .link span {
    color: #242a36;
    font-size: 16px;

    display: block;
    line-height: 1;
}

@keyframes arrow {
    0% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
    }

    25% {
        transform: translateY(-15px);
        -moz-transform: translateY(-15px);
    }

    50% {
        transform: translateY(15px);
        -moz-transform: translateY(15px);
    }

    75% {
        transform: translateY(-15px);
        -moz-transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

#topo-dvrtrl .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

#topo-dvrtrl.topo-dvrtrl1 {
    background-color: #556373;
}

#topo-dvrtrl.topo-dvrtrl1 .logo-link {
    background: #556373 url("../img/logo1-dvrtrl.png") center center no-repeat;
    width: 49px;
    height: 47px;
    display: block;
}

#topo-dvrtrl.topo-dvrtrl1 .lupa {
    padding: 10px;
    background: #667381 url("../img/lupa1-dvrtrl.png") center center no-repeat;
    width: 69px;
    height: 67px;
    display: block;
    margin-right: 22px;
}

#topo-dvrtrl.topo-dvrtrl2 {
    background-color: #76cdd9;
}

#topo-dvrtrl.topo-dvrtrl2 .logo-link {
    background: url("../img/logo2-dvrtrl.jpg") center center no-repeat;
    width: 173px;
    height: 44px;
    display: block;
}

#topo-dvrtrl.topo-dvrtrl2 .lupa {
    padding: 10px;
    background: url("../img/lupa1-dvrtrl.png") center center no-repeat;
    width: 69px;
    height: 67px;
    display: block;
    margin-right: 22px;
}

#topo-dvrtrl.topo-dvrtrl3 {
    background-color: #c4170c;
}

#topo-dvrtrl.topo-dvrtrl3 .menu {
    background: url("../img/menu3-dvrtrl.jpg") center center no-repeat;
    width: 99px;
    height: 44px;
    display: block;
}

#topo-dvrtrl.topo-dvrtrl3 .logo-link {
    background: url("../img/logo3-dvrtrl.png") center center no-repeat;
    width: 89px;
    height: 44px;
    display: block;
}

#topo-dvrtrl.topo-dvrtrl3 .lupa {
    padding: 10px;
    background: url("../img/lupa3-dvrtrl.png") center center no-repeat;
    width: 166px;
    height: 67px;
    display: block;
    margin-right: 22px;
}

#topo-dvrtrl.topo-dvrtrl4 {
    background-color: #ec7d00;
}

#topo-dvrtrl.topo-dvrtrl4 .menu {
    background: url("../img/menu4-dvrtrl.jpg") center center no-repeat;
    width: 99px;
    height: 44px;
    display: block;
}

#topo-dvrtrl.topo-dvrtrl4 .logo-link {
    background: url("../img/logo4-dvrtrl.png") center center no-repeat;
    width: 151px;
    height: 44px;
    display: block;
}

#topo-dvrtrl.topo-dvrtrl4 .lupa {
    padding: 10px;
    background: url("../img/lupa4-dvrtrl.png") center center no-repeat;
    width: 166px;
    height: 67px;
    display: block;
    margin-right: 22px;
}

#content-dvrtrl {
    padding: 50px 0 60px;
}

#content-dvrtrl .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 28px;
}

#content-dvrtrl .box-left {
    -moz-flex: 1 67%;
    -ms-flex: 1 67%;
    flex: 1 67%;
    max-width: 67%;
    padding-right: 1%;
}

#content-dvrtrl .box-left .titulo {
    color: #222;
    font-size: 30px;
    font-family: 'opensansbold';
    line-height: 1.4;
    margin-bottom: 15px;
}

#content-dvrtrl .box-left .descricao {
    color: #222;
    font-size: 18px;
    font-family: 'opensans';
    line-height: 1.5;
    margin-bottom: 35px;
}

#content-dvrtrl .box-left .thumb {
    width: 96%;
    margin-bottom: 43px;
    position: relative;
}

#content-dvrtrl .box-left p {
    color: #4b4b4b;
    font-size: 15px;
    font-family: 'opensans';
    margin-bottom: 35px;
}

#content-dvrtrl .box-left .thumb.full {
    width: 100%;
    margin: 0 0 9px 0;
}

#content-dvrtrl .box-left .infos {
    background-color: #dc2a03;
    padding: 20px 5px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

#content-dvrtrl .box-left .box-btn .btn {
    background: linear-gradient(to top, #b5e03b, #749220);
    color: #fff;
    border: 5px solid #242a36;
    border-radius: 20px;
    padding: 30px;
    font-size: 30px;
    font-family: 'opensansbold';
    text-align: center;
    text-transform: uppercase;
    display: block;
    transition: 0.3s ease-out;
    text-shadow: 2px 2px 1px #6d8a1c;
}

#content-dvrtrl .box-left .box-btn .btn:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #b5e03b, #749220);
}

#content-dvrtrl .box-right {
    background-color: #242a36;
    -moz-flex: 1 25%;
    -ms-flex: 1 25%;
    flex: 1 25%;
    max-width: 297px;
    padding: 24px 0;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

#content-dvrtrl .box-right .desc {
    color: #fff;
    font-size: 18px;
    font-family: 'opensansbold';
    padding: 0 22px;
}

#content-dvrtrl .box-right .desc .t1 {
    background-color: #8C2D2B;
    color: #242a36;
    padding: 0 5px;
    margin: 0 5px;
}

#content-dvrtrl .box-right .desc .t2 {
    color: #8C2D2B;
    text-decoration: underline;
}

#content-dvrtrl .box-right .desc .thumb {
    margin: 33px 0 20px;
}

#content-dvrtrl .box-right .box-valores {
    position: relative;
    padding: 0 22px;
    line-height: 1.1;
}

#content-dvrtrl .box-right .box-valores::before {
    content: "";
    position: absolute;
    background: url("../img/seta1-dvrtrl.png") left top no-repeat;
    top: -8px;
    left: 16px;
    width: 42px;
    height: 101px;
}

#content-dvrtrl .box-right .box-valores::after {
    content: "";
    position: absolute;
    background: url("../img/seta2-dvrtrl.png") left top no-repeat;
    top: -9px;
    right: 7px;
    width: 50px;
    height: 100px;
}

#content-dvrtrl .box-right .box-valores .desc {
    color: #fff;
    font-size: 19px;
    font-family: 'opensansbold';
}

#content-dvrtrl .box-right .box-valores .valor {
    color: #8C2D2B;
    font-size: 38px;
    font-family: 'opensansbold';
}

#content-dvrtrl .box-right .box-valores span {
    color: #fff;
    font-size: 13px;
    font-family: 'opensansbold';
    display: inline-block;
}

#content-dvrtrl .box-right .box-btn {
    margin-top: 30px;
    padding: 0 22px;
}

#content-dvrtrl .box-right .box-btn .btn {
    background: linear-gradient(to top, #b5e03b, #749220);
    color: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 10px 0;
    font-size: 26px;
    font-family: 'opensansbold';
    text-align: center;
    text-transform: uppercase;
    display: block;
    transition: 0.3s ease-out;
    text-shadow: 2px 2px 1px #6d8a1c;
}

#content-dvrtrl .box-right .box-btn .btn:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #b5e03b, #749220);
}

#footer-dvrtrl {
    background-color: #222;
    padding: 28px 0 40px;
}

#footer-dvrtrl .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#footer-dvrtrl .list {
    margin-bottom: 10px;
}

#footer-dvrtrl .item {
    color: #0b99cd;
    display: inline-block;
}

#footer-dvrtrl .link-dvrtrl {
    font-size: 14px;
    font-family: 'opensans';
    color: #0b99cd;
    display: inline-block;
    text-decoration: underline;
    margin: 0 5px;
}

#footer-dvrtrl p {
    font-size: 14px;
    font-family: 'opensans';
    line-height: 1.5;
    color: #fff;
}

.box-floater {
    padding: 10px 0 0;
    background-color: #242a36;
    height: 100px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    display: block;
}

.box-floater.inicial {
    display: none !important;
}

.box-floater.ativo {
    display: none;
}

.box-floater.ativo-fixo {
    display: block !important;
}

.box-floater .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.box-floater .left-thumb {
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 54%;
    margin-left: 4px;
}

.box-floater .left-thumb h2 {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.box-floater .left-thumb .btn {
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding: 10px 0 6px;
    display: block;
}

.box-floater .left-thumb .verde {
    background: linear-gradient(to top, #8C2D2B, #479dce);
    color: #fff;
    border-bottom: 5px solid #354d84;
    transition: 0.3s ease-out;
}

.box-floater .left-thumb .verde:hover {
    color: #fff;
    transition: 0.3s ease-out;
    transform: scale(1.05);
    background: linear-gradient(to bottom, #8C2D2B, #479dce);
}

.box-floater .thumb {
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 46%;
    position: absolute;
    bottom: -10px;
    right: 0;
}

#topo-max {
    background-color: #eee;
    padding: 11px 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

#topo-max .logo {
    background: url(../img/logo.png) center center no-repeat;
    width: 259px;
    height: 66px;

}

.block-internas {
    padding: 40px 0
}

.block-internas h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    color: #8C2D2B;
    font-size: 40px;

}

.block-internas h2 {
    text-transform: uppercase;
    color: #8C2D2B;
    font-size: 29px;

    margin: 25px 0
}

.block-internas p {
    color: #343434;
    font-size: 19px;
    font-family: 'gotham-light';
}

@media (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }

    p {
        margin-top: 25px;
        margin-bottom: 25px;
        color: #606060;
        font-family: Cabin;
        font-size: 20px;
    }


    .container {
        width: 100%;
        padding: 0 10px;
    }

    #topo .menu a {
        padding: 0 10px;
    }

    #topo-conteudo .container {
        padding: 72px 10px 62px;
    }

    #topo-conteudo .thumb {
        width: 42%;
        position: absolute;
        bottom: -70px;
        right: 0px;
    }

    #topo-conteudo .box-texto {
        width: 65%;
    }

    #topo-conteudo .box-texto .box-btn .high {
        padding: 25px 35px;
        font-size: 25px;
    }

    #topo-video .container {
        padding: 0 20px;
    }

    #topo-video .box-video {
        margin: 19px 0;
    }

    #topo-video .video::after {
        left: 13%;
    }

    #block-2 .list .item {
        -moz-flex: 1 33.333%;
        -ms-flex: 1 33.333%;
        flex: 1 33.333%;
        max-width: 33.333%;
    }

    #block-2 .topics {
        margin: 15px 0 0;
    }

    #block-2 .topics li {
        font-size: 16px;
        margin: 10px 0;
    }

    #block-2 .topics li:before {
        width: 36px;
        height: 36px;
    }

    .block-4 .box-texto {
        width: 60%;
    }

    .box-depoimentos .depoimentos-item .thumb {
        -ms-flex-prefer#8C2D2B-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.333%;
        min-width: 33.3333%;
        height: 100%;
    }

    .block-6 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-6 ul li {
        max-width: 45%;
        min-width: 45%;
    }

    #block-vendas ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    #block-vendas ul a {
        max-width: 350px;
        min-width: 320px
    }

    #block-vendas ul a.principal {
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    #block-vendas ul a.item1 {
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    #block-vendas ul a.item3 {
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3
    }


    #block-vendas ul li.item.item1 {
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    #block-vendas ul li.item.principal {
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }

    #block-vendas ul li.item.item3 {
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .block-7 .thumb {
        -moz-flex: 1 33.333%;
        -ms-flex: 1 33.333%;
        flex: 1 33.333%;
        min-width: 33.333%;
        max-width: 33.333%;
        height: 100%;
    }

    .block-8 .thumb {
        max-width: 200px;
        min-width: 200px;
        height: 100%;
        margin: 0;
    }

    .block-duvidas .duvidas-list {
        max-width: 90%;
    }

    .block-9 .box-btn .seta {
        display: none;
    }

    #content-pagamentos .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    #content-pagamentos .item {
        -moz-flex: 1 48%;
        -ms-flex: 1 48%;
        flex: 1 48%;
        max-width: 48%;
        min-width: 48%;
    }

    .block-internas h1 {
        font-size: 22px
    }

    .block-internas h2 {
        font-size: 21px;
        text-align: center
    }

    .block-internas p {
        text-align: center
    }
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm,
    .hidden-lg {
        display: block !important;
    }

    .container {
        width: 100%;
        padding: 0 5px;
    }

    #topo .container {
        padding: 0 10px;
    }

    #topo .logo-link {
        /*background: url("../img/logo-mobile.png") left top no-repeat;*/
        background: url("../img/logo.png") center no-repeat;
        background-size: cover;
        width: 150px;
        height: 23px;
    }

    #topo .menu ul {
        display: none;
    }

    #topo .menu .low {
        padding: 5px 15px;
    }

    #topo-conteudo .container {
        padding: 15px 21px 20px;
    }

    #topo-conteudo .box-texto {
        width: 100%;
    }

    #topo-conteudo .box-texto .titulo {
        font-size: 17px;
    }

    #topo-conteudo .box-texto .titulo {
        text-align: center;
        line-height: 1.5;
    }

    #topo-conteudo .box-texto .descricao {
        text-align: center;
        font-size: 15px;
        margin: 0;
    }

    #topo-conteudo .box-texto .box-btn {
        margin-top: 145px;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    #topo-conteudo .box-texto .box-btn .btn {
        margin: 42px 0px 15px;
        z-index: 9;
    }

    #topo-conteudo .box-texto .box-btn .btn::before {
        display: none;
    }

    #topo-conteudo .box-texto .box-btn .high {
        font-size: 19px;
        padding: 12px 16px;
    }

    #topo-conteudo .box-texto .box-btn ul {
        margin: 0;
        width: 100%;
    }

    #topo-conteudo .box-texto .box-btn ul li {
        margin: 0 5px;
    }

    #topo-conteudo .box-texto .box-btn ul li .info-titulo {
        font-size: 11px;
    }

    #topo-conteudo .box-texto .box-btn ul li p {
        font-size: 11px;
    }

    #topo-conteudo .thumb {
        width: 180px;
        right: 0;
        bottom: 110px;
        left: 0;
        margin: auto;
    }

    #topo-conteudo .center {
        text-align: center;
    }

    #topo-conteudo ol {
        display: inline-flex;
        flex-flow: column;
    }

    #topo-conteudo ol li {
        text-align: left;
        margin: 3px 0;
    }

    #topo-conteudo ol li p {
        width: calc(100% - 34px);
        font-size: 15px;
    }

    #topo-video .container {
        padding: 0 10px;
    }

    #topo-video .titulo {
        font-size: 17px;
    }

    #topo-video .box-video {
        margin: 19px auto;
        width: 290px;
        border: 3px solid #fff;
    }

    #topo-video .video {
        width: 290px;
        height: 160px;
    }

    #topo-video .video::after {
        display: none;
    }

    #topo-video .video a::before {
        width: 40px;
        height: 40px;
        padding: 10px;
        border: 3px solid #fff;
    }

    #topo-video .video a::after {
        top: 41%;
        left: 49%;
        border-width: 10px 0 10px 10px;
    }

    #topo-video .video .box-play {
        width: 100%;
    }

    #topo-video .box-btn .btn {
        margin: 0px 10px 11px;
    }

    #topo-video .box-btn .high {
        font-size: 19px;
        padding: 12px 16px;
    }

    #topo-video ul li {
        margin: 0 5px 0 0;
    }

    #topo-video ul li .ico {
        margin-right: 0;
    }

    #topo-video ul li .info-titulo {
        font-size: 11px;
    }

    #topo-video ul li p {
        font-size: 11px;
    }

    #block-1 {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 17px 0;
    }

    #block-1 .thumb {
        max-width: 75%;
        min-width: 75%;
    }

    #block-1 .box-texto {
        text-align: center;
        padding: 15px 10px;
    }

    #block-1 .box-texto .titulo {
        font-size: 22px;
    }

    #block-1 .box-texto .descricao {
        font-size: 15px;
    }

    #block-1 .box-texto .descricao {
        margin: 10px 0 20px;
    }

    .divisor-infos {
        padding: 17px 10px;
    }

    .divisor-infos .titulo {
        font-size: 23px;
    }

    #block-2 {
        padding: 15px 0 35px;
    }

    #block-2 .container {
        padding: 0 10px;
    }

    #block-2 .list .item {
        -moz-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: 100%;
        margin: 0;
    }

    #block-2 .list .item .titulo {
        font-size: 14px;
    }

    #block-2 .list .item .descricao {
        font-size: 15px;
    }

    #block-2 .topics li {
        font-size: 15px;
        text-align: left;
    }

    #block-2 .topics li:before {
        width: 28px;
        max-width: 28px;
        min-width: 28px;
        height: 28px;
    }

    #block-2 .topics li p {
        width: calc(100% - 38px);
        margin: 0;
    }

    .block-3 {
        padding: 35px 10px 17px;
    }

    .block-3 .titulo {
        font-size: 22px;
    }

    .block-3 .descricao {
        font-size: 14px;
    }

    .block-3 .items {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    .block-3 .items.two {
        padding: 0;
    }

    .block-3 .items .item {
        -moz-flex: 1 100% !important;
        -ms-flex: 1 100% !important;
        flex: 1 100% !important;
        max-width: 100% !important;
        margin-bottom: 40px;
    }

    .block-3 .items .item .titulo-item {
        font-size: 15px;
    }

    .block-3 .items .item .descricao-item {
        font-size: 15px;
    }

    .block-4 {
        /*background: url("../img/bg-block4-mobile.jpg") center top no-repeat;*/
        background: url("../img/bg-block4.jpg") center top no-repeat;
        background-size: cover;
        height: 100%;
        padding: 0 20px;
        background: transparent;
        text-align: center;
    }

    .block-4 .box-texto {
        width: 100%;
    }

    .block-4 .titulo {
        font-size: 22px;
    }

    .block-4 .descricao {
        font-size: 15px;
    }

    .block-4 .descricao {
        margin: 15px 0px 25px 0;
    }

    .block-4 .high {
        font-size: 19px;
        padding: 12px 16px;
    }

    .block-5 {
        padding: 0px 15px 0;
    }

    .block-5 .titulo {
        font-size: 22px;
    }

    .block-5 .descricao {
        font-size: 15px;
    }

    .block-5 .descricao {
        margin-top: 5px;
    }

    .box-depoimentos {
        margin: 20px 0 0;
    }

    .box-depoimentos .depoimentos-item {
        border-bottom: 8px solid #8C2D2B;
        border-right: 0;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .box-depoimentos .depoimentos-item .thumb {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .box-depoimentos .depoimentos-item .infos {
        padding: 25px 15px 20px;
    }

    .box-depoimentos .depoimentos-item .infos .header {
        padding-left: 0;
        background: transparent;
        margin-bottom: 25px;
        text-align: center;
    }

    .box-depoimentos .depoimentos-item .infos .header .nome {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .box-depoimentos .depoimentos-item .infos .content p {
        font-size: 14px;
        text-align: center;
    }

    .block-6 {
        padding: 0 0 5px;
    }

    .block-6 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .block-6 ul li {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .block-6 ul li p {
        font-size: 15px;
    }

    .block-6 ul li p {
        margin-top: 5px;
    }

    #block-vendas .header-vendas {
        background-size: 106% 100%;
        padding: 23px 10px;
        margin-bottom: 22px;
    }

    #block-vendas .header-vendas .titulo {
        font-size: 20px;
    }

    #block-vendas ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
    }

    #block-vendas ul li.item {
        max-width: 350px;
        min-width: 320px;
        margin-bottom: 20px;
    }

    #block-vendas ul li.item .conteudo .box-parcelas {
        padding: 25px 10px;
    }

    #block-vendas ul li.item .conteudo .medium {
        padding: 10px 0;
        display: block;
    }

    #block-vendas ul li.item .conteudo .maisvendido {
        padding: 15px 0 0;
    }

    #block-vendas ul li.item.item1 {
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    #block-vendas ul li.item.principal {
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    #block-vendas ul li.item.item3 {
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .block-anvisa {
        padding: 0;
        margin: -25px 0 0;
    }

    .block-anvisa .container {
        padding: 0 25px 20px;
    }

    .block-cartoes {
        padding: 20px 0;
    }

    .block-cartoes .titulo {
        font-size: 15px;
    }

    .block-cartoes ul li {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
    }

    .block-cartoes ul li img {
        max-width: 50px;
    }

    .block-tempo {
        padding: 25px 0 45px;
    }

    .block-tempo .titulo {
        font-size: 24px;
    }

    .block-tempo ul li {
        width: 87px;
        height: 87px;
        margin: 0 5px;
    }

    .block-tempo ul li p {
        font-size: 42px;
    }

    .block-tempo ul li span {
        font-size: 9px;
    }

    .block-tempo .descricao {
        font-size: 17px;
        padding: 0 14px;
    }

    .block-7 {
        padding: 25px 0 35px;
    }

    .block-7 .container {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .block-7 .thumb {
        min-width: 90%;
        max-width: 80%;
    }

    .block-7 .box-texto {
        text-align: center;
        margin-top: 27px;
    }

    .block-7 .box-texto .titulo {
        font-size: 18px;
    }

    .block-8 .container {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-8 .thumb {
        max-width: 47%;
        min-width: 47%;
        margin: 0;
    }

    .block-8 .box-texto {
        width: 100%;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 25px;
        text-align: center;
        margin-top: 10px;
    }

    .block-8 .box-texto .titulo {
        font-size: 20px;
    }

    .block-8 .box-texto p {
        font-size: 15px;
    }

    .block-duvidas {
        padding: 30px 5px 5px;
    }

    .block-duvidas .titulo {
        font-size: 22px;
    }

    .block-duvidas .duvidas-list {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-duvidas .duvidas-list .div {
        -moz-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }

    .block-duvidas .duvidas-list {
        max-width: 100%;
    }

    .block-duvidas .duvidas-list .duvidas-item {
        padding: 5px 10px;
    }

    .block-duvidas .duvidas-list .duvidas-item p {
        padding: 10px 20px 10px 10px;
    }

    .block-9 {
        padding: 30px 0 25px;
    }

    .block-9 .box-btn .seta {
        display: none;
    }

    .block-9 .box-btn .btn {
        margin: 0 10px;
    }

    .block-9 .box-btn .high {
        font-size: 19px;
        padding: 12px 16px;
    }

    .block-9 ul li {
        margin: 0 5px;
    }

    .block-9 ul li .ico {
        margin-right: 2px;
    }

    .block-9 ul li .titulo {
        font-size: 14px;
    }

    .block-9 ul li p {
        font-size: 14px;
    }

    .rodape .container {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .rodape .item2 {
        margin-top: 5px;
    }

    .container-md {
        width: 100%;
        padding: 0 10px;
    }


    #header-pagamentos {
        padding: 15px 0;
    }

    #header-pagamentos .boletos {
        width: 71px;
        height: 50px;
    }

    #header-pagamentos .boletos::before {
        background: url("../img/seta-pagamentos.png") center center no-repeat;
        background-size: 100% 100%;
        width: 71px;
        height: 99.5px;
    }

    #header-pagamentos .box-pagamentos {
        margin: 16px 0 32px;
    }

    #header-pagamentos .box-pagamentos p {
        font-size: 25px;
    }

    #header-pagamentos .box-pagamentos p span {
        font-size: 16px;
    }

    #header-pagamentos .box-pagamentos .descricao {
        font-size: 15px;
    }

    #content-pagamentos .titulo {
        font-size: 16px;
        margin-bottom: 50px;
    }

    #content-pagamentos .item {
        -moz-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: 100%;
        min-width: 100%;
    }

    #content-pagamentos .item .titulo-item {
        font-size: 16px;
    }

    #content-pagamentos .item .descricao {
        line-height: 1.8;
    }

    #footer-pagamentos {
        padding: 30px 0;
    }

    #footer-pagamentos .container-md {
        text-align: center;
    }

    #footer-pagamentos p {
        font-size: 14px;
    }

    #footer-pagamentos p span {
        font-size: 16px;
    }

    #topo-dvrtrl.topo-dvrtrl1 .lupa {
        width: 49px;
        height: 47px;
        display: block;
        margin-right: 10px;
    }

    #content-dvrtrl {
        padding: 20px 0;
    }

    #content-dvrtrl .container {
        padding: 0 10px;
    }

    #content-dvrtrl .box-left {
        -moz-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        max-width: 100%;
        padding: 0;
    }

    #content-dvrtrl .box-left .titulo {
        font-size: 19px;
        margin-bottom: 10px;
    }

    #content-dvrtrl .box-left .descricao {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #content-dvrtrl .box-left .thumb {
        margin-bottom: 20px;
        width: 100%;
    }

    #content-dvrtrl .box-left p {
        margin-bottom: 20px;
    }

    #content-dvrtrl .box-left .infos {
        padding: 10px 5px;
    }

    #content-dvrtrl .box-left .box-btn .btn {
        font-size: 19px;
        padding: 14px;
    }

    #topo-max .logo {
        margin: 0 auto;
    }

    .block-internas {
        padding: 20px 0
    }

    .block-internas h1 {
        font-size: 22px
    }

    .block-internas h2 {
        font-size: 21px;
        text-align: center
    }

    .block-internas p {
        text-align: center
    }
}
