body {
    margin: 0;
    color: #1A1A1A;
}

* {
    font-family: 'Poppins', sans-serif;
    outline: none
}

* {
    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: #000000;
    background-color: #F0F000
}

::-moz-selection {
    color: #000000;
    background-color: #F0F000
}


/*----------- 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;
}


/*-*-----------------------------------------*/

*[data-src],
*[href] {
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/*################################*/


/*######### BANNER TOPO #########*/


/*################################*/

.owl-carousel-topo {
    background-color: #000000;
}

.banner-topo {
    width: 100%!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.banner-topo-mascara {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    /*texto alinhado centraliza verticalmente*/
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-topo-conteudo {
    margin: 0 auto;
    font-size: 20px;
    color: #FFFFFF;
}

.banner-topo-conteudo .destaque {
    color: #F0F000;
    font-size: 50px;
    font-family: 'Permanent Marker', cursive;
}

.banner-topo-mais-wrapper {
    width: 100%;
    position: relative;
}

.banner-topo-mais {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
    color: #F0F000;
    text-align: center;
    position: absolute;
    top: -110px;
    left: calc(50% - 35px);
    transition: all 0.5s ease;
}

.banner-topo-mais:hover {
    top: -105px;
    left: calc(50% - 30px);
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 45px;
    line-height: 60px;
    color: #FFFFFF;
    background-color: #F0F000;
}


/*#################################*/


/*############# GERAl #############*/


/*#################################*/

.c-1 {
    color: #F0F000;
}

.c-2 {
    color: #1A1A1A;
}

.c-3 {
    color: #FFFFFF;
}

.c-4 {
    color: #355DB8;
}

.f-1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.f-2 {
    font-family: 'Permanent Marker', cursive;
}

.btn-padrao-1 {
    margin: 0px;
    padding: 0px 30px;
    border: none;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: #F0F000;
    color: #000000;
    transition: all 0.5s ease
}

.btn-padrao-1:hover {
    color: #FFFFFF;
    background: #A66C14;
    text-decoration: none;
    padding: 0px 25px;
}

.btn-padrao-2 {
    margin: 0px;
    padding: 0px 30px;
    border: none;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: #355DB8;
    color: #FFFFFF;
    transition: all 0.5s ease
}

.btn-padrao-2:hover {
    color: #FFFFFF;
    background: #1A4099;
    text-decoration: none;
    padding: 0px 25px;
}

.titulo-padrao h1 {
    font-size: 55px;
    padding: 0px;
    margin: 0px;
    line-height: 59px;
    position: relative;
}

.titulo-padrao h1::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 5px;
    background: url("/imgs/img-barra-2.png")!important;
    background-position: center!important;
    bottom: -8px;
    left: calc(50% - 85px);
}

@media (max-width: 460px) {
    .titulo-padrao h1 {
        font-size: 40px;
    }
}

.titulo-padrao2 h1 {
    font-size: 55px;
    padding: 0px;
    margin: 0px;
    line-height: 59px;
    position: relative;
}

.titulo-padrao2 h1::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 5px;
    background: url("/imgs/img-barra-3.png")!important;
    background-position: center!important;
    bottom: -8px;
    left: calc(50% - 85px);
}

@media (max-width: 460px) {
    .titulo-padrao2 h1 {
        font-size: 40px;
    }
}


/*################################*/


/*############# HOME #############*/


/*################################*/


/*****************/


/***** SOBRE *****/


/*****************/

#section-sobre {
    width: 100%;
    background: #000000;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    color: #FFFFFF;
}

.wrapper-sobre {
    padding: 80px 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.tab-sobre {
    padding: 10px;
    width: 100%;
    min-height: 200px;
    border: solid 3px #F0F000;
    transition: all 0.5s ease;
}

.nav-tabs>li>a {
    border: none;
}

.nav-tabs>li>a:hover {
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #F0F000;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    position: relative;
}

.nav-tabs>li.active>a::before,
.nav-tabs>li.active>a:focus::before,
.nav-tabs>li.active>a:hover::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 5px;
    background-color: #F0F000;
    transition: all 0.5s ease;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
}

.nav-tabs {
    text-align: center;
    transition: all 0.5s ease;
}

.tab-content {
    padding: 20px;
}


/*********************/


/************************/


/***** COLECAO HOME *****/


/************************/

#section-colecao-home {
    width: 100%;
    background: #FFFFFF;
    padding: 80px 0px;
}

.colecao-capa {
    border: solid 3px #355DB8;
}

.colecao-descricao {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: justify;
}

.colecao-descricao-center {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.btn-compartilhar {
    color: #1A1A1A;
    padding: 0px 15px;
    transition: all 0.5s ease;
    font-size: 14px;
}

.btn-compartilhar:hover {
    color: #F0F000;
    font-size: 15px;
}


/************************/


/******* COLECOES *******/


/************************/

#section-colecoes {
    padding: 80px 0px;
}


/*********************/


/***** MAKING OF *****/


/*********************/

#section-makingof {
    width: 100%;
    background: #000000;
    background-position: center!important;
    background-size: cover!important;
    color: #FFFFFF;
}

.wrapper-makingof {
    padding: 80px 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.makingof-descricao {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: justify;
}

.makingof-btn {
    margin: 0 auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: solid 3px #F0F000;
    background-position: center!important;
    background-size: cover!important;
    transition: all 0.5s ease;
    cursor: pointer;
}

.makingof-btn-2 {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    transition: all 0.5s ease;
}

.makingof-btn-2::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #F0F000;
    top: 12px;
    left: 15px;
    transition: all 0.5s ease;
}

.makingof-btn:hover .makingof-btn-2 {
    width: 50px;
    height: 50px;
    background: #F0F000;
    margin-top: 95px;
}

.makingof-btn:hover .makingof-btn-2::before {
    border-color: transparent transparent transparent #FFFFFF;
    top: 17px;
    left: 20px;
}


/********************/


/******* MAPA *******/


/********************/

.wrapper-onde-encontrar {
    position: relative;
    width: 100%;
}

.onde-encontrar-icon {
    position: absolute;
    top: 44px;
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
    background: #F0F000;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    line-height: 72px;
    z-index: 2;
    font-size: 40px;
}

.onde-encontrar {
    width: 100%;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    padding: 70px 40px 50px 40px;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1;
}

.onde-encontrar-descricao {
    margin-top: 40px;
    text-align: justify;
}

.onde-encontrar-descricao a {
    color: #F0F000;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 991px) {
    #section-mapa {
        background: #000000;
    }
    .onde-encontrar {
        margin-top: 50px;
        position: relative;
        top: 0px;
        width: 100%;
    }
    .onde-encontrar-icon {
        top: 5px;
    }
}


/***********************/


/******* CONTATO *******/


/***********************/

#section-contato {
    padding: 80px 0px;
    background-position: bottom!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

@media (max-width: 1750px) {
    #section-contato {
        background-position: bottom !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

.form-control {
    border: solid 1px #355DB8;
    line-height: 40px;
    border-radius: 0;
}


/************************/


/******* CADASTRO *******/


/************************/

#section-cadastro {
    background: #F0F000;
    padding: 25px 0px;
    font-size: 18px;
}

#section-cadastro a {
    color: #1A1A1A;
    text-decoration: none;
    font-weight: bold;
}


/************************/


/******* RODAPE *******/


/************************/

#section-rodape {
    background: #000000;
    padding: 80px 0px;
    color: #FFFFFF;
    background-position: left!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

@media (max-width: 991px) {
    #section-rodape {
        background-image: none!important;
    }
}

.logo-rodape {
    max-width: 300px;
}

.rodape-conteudo {
    font-size: 14px;
    margin-top: 30px;
}

.rodape-conteudo .ddd {
    font-weight: 700;
}

.rodape-conteudo .telefone {
    font-weight: 700;
    font-size: 25px;
}

.rodape-conteudo .email {
    font-weight: 700;
    font-size: 16px;
}


/*------------*/

#botoes-social {
    text-align: center;
    /*float: right;*/
}

#botoes-social ul {
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    display: inline-block;
    list-style: none;
}

#botoes-social ul li {
    display: inline;
    margin-left: 30px;
}

#botoes-social ul li a {
    display: inline-block;
    height: 40px;
    transition: all 0.5s ease;
}


/*----------- icons -------------*/

.icon-instagran {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: url('/imgs/icons.png') 0px -1px;
}

.icon-instagran:hover {
    width: 40px;
    height: 40px;
    background: url('/imgs/icons.png') 0px -51px;
}


/*---*/

.icon-facebook {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: url('/imgs/icons.png') -50px -1px;
}

.icon-facebook:hover {
    width: 40px;
    height: 40px;
    background: url('/imgs/icons.png') -50px -51px;
}


/*---*/


/*---*/

.icon-google {
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: url('/imgs/icons.png') -100px -1px;
}

.icon-google:hover {
    width: 40px;
    height: 40px;
    background: url('/imgs/icons.png') -100px -51px;
}


/*---*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #333;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}