body {
    margin: 0
}

* {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

* {
    outline: none
}

.limpar {
    clear: both
}

A:link {
    text-decoration: none
}

A:visited {
    text-decoration: none
}

A:active {
    text-decoration: none
}

A:hover {
    text-decoration: none
}

::selection {
    color: #FFF;
    background-color: #F4716A
}

::-moz-selection {
    color: #FFF;
    background-color: #F4716A
}

.font10a {
    font-size: 10px;
    color: #666
}

.font12a {
    font-size: 12px;
    color: #666;
    font-family: Arial;
}

.font13a {
    font-size: 13px;
    color: #333
}

.font14a {
    font-size: 14px;
    color: #333333;
}

.font15a {
    font-size: 15px;
    color: #737A88
}

.font15b {
    font-size: 15px;
    color: #FFFFFF;
}

.font15c {
    font-size: 15px;
    color: #333333;
}

.font16a {
    font-size: 16px;
    color: #333333;
}

.font20a {
    font-size: 20px;
    color: #333
}

.font25a {
    font-size: 25px;
    color: #737A88
}

.font25b {
    font-size: 25px;
    color: #333333
}

.form1 {
    font-size: 16px;
    height: 50px;
}

.section-top {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 200px;
    background-repeat: repeat-x;
    background-image: url("../imgs/bg-top.png");
}

.logomarca-sm {
    margin-top: 60px;
    margin-bottom: 10px;
    margin-left: 50px;
}

.bgparallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax1 {
    background-image: url("../imgs/parallax1.jpg");
}

.parallax2 {
    background-image: url("../imgs/parallax1.jpg");
}

.parallax3 {
    background-image: url("../imgs/parallax1.jpg");
}

.como-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.como {
    font-size: 50px;
    color: #FF0000;
    padding-bottom: 10px;
}

.como-titulo {
    color: #003399;
    font-size: 25px;
    font-weight: bold;
}

.como-texto {
    color: #666666;
    font-size: 18px;
}

.como-seta {
    margin-top: 90px;
    max-width: 40px;
}

.como-seta2 {
    margin-top: 40px;
    max-width: 40px;
}

.vantagens-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vantagens {
    font-size: 50px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.vantagens-icon {
    font-size: 4em;
    color: #FFFFFF;
}

.vantagens-titulo {
    color: #FFFFFF;
    font-size: 25px;
    /*font-weight: bold;*/
}

.vantagens-texto {
    color: #FFFFFF;
    font-size: 18px;
}

.input-menu {
    border: 2px solid #CC0000;
    color: #FFFFFF;
    background-color: #CC0000;
    font-size: 25px;
    font-weight: bold;
    height: 50px;
}

.titulo-paginas {
    font-size: 50px !important;
    color: #FF0000;
}

.section-conteudo {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*----------- CONFIGURA��ES SM E MD ------------*/

@media (min-width: 767px) and (max-width: 1200px) {
    .carousel .carousel-inner .item a img {
        height: auto !important;
    }
}


/*----------- CONFIGURA��ES SM------------*/

@media (min-width: 767px) and (max-width: 992px) {
    .logomarca-sm {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 50px;
    }
    .como-seta {
        margin-top: 90px;
        max-width: 30px;
    }
    .como-seta2 {
        margin-top: 40px;
        max-width: 30px;
    }
}


/*----------- CONFIGURA��ES XS ------------*/

@media (max-width: 767px) {
    .carousel .carousel-inner .item a img {
        height: auto !important;
    }
    .espaco-xs {
        height: 20px;
    }
    .section-top {
        position: relative;
        z-index: 0;
        width: 100%;
        height: auto;
        background-image: none;
    }
}


/*----------- CONFIGURA��ES BANNER ----------*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*-----------  CALLOUT --------------*/

.bs-callout {
    padding: 5px !important;
    margin: 5px 0px 5px 0px !important;
    border-left: 4px solid #F5D76E;
    border-radius: 0px;
}

.bs-callout h2 {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

.bs-callout p {
    font-weight: lighter;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h2 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h2 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h2 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h2 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #E7A712;
}

.bs-callout-warning h2 {
    color: #263341;
}

.bs-callout-info {
    border-left-color: #F5D76E;
}

.bs-callout-info h2 {
    color: #263341;
}

*[data-src],
*[href] {
    cursor: pointer;
}

.section-conteudo-sorteio h3 span {
    font-weight: bold !important;
}

.section-conteudo-sorteio .concorrer {
    font-size: 35px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.section-conteudo-sorteio .form-sorteio {
    background-color: #ededed !important;
    border-radius: 7px !important;
    padding: 20px 45px;
}

.section-conteudo-sorteio .form-sorteio::placeholder {
    color: #ededed !important;
}

.section-conteudo-sorteio .form-sorteio .cadastre-se {
    color: #FF0000 !important;
    font-weight: bold;
    text-align: center !important;
    font-size: 50px !important;
}

.section-rodape-sorteio {
    background-color: #848688;
    padding: 15px 0px 0px 0px;
}

.section-rodape-sorteio p {
    color: #FFF !important;
    text-align: center;
}

.torcer {
    color: #FF0000 !important;
    font-size: 30px;
    margin: 20px 0px;
    text-align: center !important;
}

.torcer span {
    font-weight: bold;
}

.btn-sorteio {
    background-color: #FF0000;
    margin-top: 15px;
    font-weight: bold !important;
    border-color: #FF0000;
    color: #ffffff;
    width: 100%;
    transition: all 0.5s ease;
    font-size: 20px;
}

.btn-sorteio:hover,
.btn-sorteio:focus {
    transition: all 0.5s ease;
}

.section-banner-sorteio {
    background-image: url("/imgs/banner-sorteio.png");
    background-position: top;
    padding-top: 32%;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .section-banner-sorteio {
        background-image: url('/imgs/banner-sorteio-2.png') !important;
        padding-top: 59% !important;
    }
    .section-conteudo-sorteio .concorrer {
        font-size: 30px !important;
    }
    .section-conteudo-sorteio .form-sorteio .cadastre-se {
        font-size: 40px !important;
    }
}

.regulamentobtn-container {
    position: absolute;
    z-index: 100;
    background-color: red;
    margin-top: 20px;
    left: calc(50% - 130px);
}

.regulamentobtn {
    width: fit-content;
    display: flex;
    justify-content: center;
}

.regulamentobtn a {
    text-decoration: none;
    font-size: 27px;
    letter-spacing: 0.3rem;
    padding: 14px;
    color: white;
}

@media (max-width: 767px) {
    .abt {
        display: flex;
        justify-content: center;
    }
    .regulamentobtn-container {
        position: unset;
        background-color: red;
        margin: 10px;
        left: unset;
        width: fit-content;
    }
}

@media (max-width: 425px) {
    .regulamentobtn a {
        font-size: 20px;
    }
}

.regulamento {
    font-size: 25px;
    padding: 20px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.promocao {
    width: 100%;
    height: 768px;
}

@media (max-width: 1440px) {
    .promocao {
        height: 576px;
    }
}

@media (max-width: 1024px) {
    .promocao {
        height: 410px;
    }
}

@media (max-width: 768px) {
    .promocao {
        height: 307px;
    }
}