/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {

    /* Colors */

    --bg-colorp1: #2E3555;
    --bg-colorp2: #161C36;

    --bg-colors1: #6F4B29;
    --bg-colors2: #553A20;

    --bg-colorc1: #E9E2D8;
    --bg-colorc2: #CCC6BC;
    --bg-colorc3: #A19A91;
    --bg-colorc4: #635E55;
    --bg-colorc5: #504B42;

    --bg-colorbw1: #F3F3F3;
    --bg-colorbw2: #C6C6C6;
    --bg-colorbw3: #9B9B9B;
    --bg-colorbw4: #727272;
    --bg-colorbw5: #4B4B4B;
    --bg-colorbw6: #000000;

    /* Font's */
    --font-p: 'Barlow Semi Condensed', sans-serif;
    --font-t: 'Noto Serif', serif;

}

html {

    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background-color: var(--bg-colorc1);
    font-family: var(--font-p);
}

.hidden{display: none !important}
.disabled{
    opacity: 0.4;
    cursor: no-drop;
}
.nao-ativo{
    filter: blur(1rem);
    
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}




/* Style Title */
h1,
.h1 {
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 300;
    font-size: 95px;
    line-height: 112px;
    letter-spacing: -0.015em;
}

h2,
.h2 {
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 500;
    font-size: 59px;
    line-height: 72px;
    /* identical to box height, or 122% */

    letter-spacing: 0.005em;
}

h3,
.h3 {
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 65px;
}

h4,
.h4 {
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.0025em;
}

h5,
.h5 {
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}

h6,
.h6 {
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

p.p1 {
    font-family: var(--font-p);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.005em;
}

p.p2 {
    font-family: var(--font-p);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.005em;
}


.color-c3 {
    color: var(--bg-colorc3);
}

.container-max {
    max-width: 1480px;
    width: 100%;
}

.container-ultra {
    max-width: 1700px;
    width: 100%;
}

.img-responsive {
    margin: 0;
    width: auto;
    max-width: 100%;
}

.no-padding {
    padding: 25px 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #E9E2D8 #2E3555;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #2E3555;
}

*::-webkit-scrollbar-thumb {
    background-color: #E9E2D8;
    border-radius: 10px;
    border: 2px solid #2E3555;
}



/* MENU */
nav.navbar.navbar-expand-lg {
    padding: 34px 0px;
    position: fixed;
    width: 100%;
}

nav li a.nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding-right: 12px !important;
    padding-left: 12px !important;
    color: var(--bg-colorc1);
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
nav li a.nav-link:hover{
    background-color: var(--bg-colorc1);
    color: var(--bg-colorp1);
    border: 1px solid transparent;
}


nav li:last-child a.nav-link {
    padding-right: 0;
}

nav li:first-child a.nav-link {
    padding-left: 0;
}

nav li.mg-80 {
    margin-left: 56px;
}

nav li a.nav-link.links-laterais-menu {
    color: var(--bg-colorc3);
}

nav {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    z-index: 9999;

}

.scroll nav {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-box-shadow: 0 7px 30px -10px rgb(0 0 0 / 65%);
            box-shadow: 0 7px 30px -10px rgb(0 0 0 / 65%);
    background-color: var(--bg-colorp1);
}


.menu-blue nav li a.nav-link {
    color: var(--bg-colorp1);
}
.menu-blue nav li a.nav-link:hover {
    color: var(--bg-colorc1);
    background-color: var(--bg-colorp1);
}



.menu-blue nav img.logo1 {
    display: none;
}

.menu-blue nav img.logo2 {
    display: block;
}

nav img.logo1 {
    display: block;
}

nav img.logo2 {
    display: none;
}


.menu-blue.scroll nav img.logo1 {
    display: block;
}

.menu-blue.scroll nav img.logo2 {
    display: none;
}

.menu-blue.scroll nav li a.nav-link {
    color: var(--bg-colorc1);
}


/* INICIAL */

.banner.banner-inicial {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/inicial/banner.jpg);
}

.linhas.top {
    position: absolute;
    width: 100vw;
    height: 1px;
    border: 1px solid var(--bg-colorc1);
    z-index: 1;
    top: 100px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.linhas.left {
    position: absolute;
    width: 1px;
    height: 100vh;
    border: 1px solid var(--bg-colorc1);
    z-index: 1;
    top: 0px;
    left: 100px;
}

.linhas.right {
    position: absolute;
    width: 1px;
    height: 100vh;
    border: 1px solid var(--bg-colorc1);
    z-index: 1;
    top: 0px;
    right: 100px;
}

.campo1 {
    color: var(--bg-colorp1);
}

button.btn-estilo1,
a.btn-estilo1 {
    padding: 12px 24px;
    border: 2px solid var(--bg-colorp1);
    text-decoration: none;
    border-radius: 4px;
    color: var(--bg-colorp1);
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

button.btn-estilo1:hover,
a.btn-estilo1:hover {

    border: 2px solid var(--bg-colorp1);
    color: var(--bg-colorc1);
    background-color: var(--bg-colorp1);
}

.campo1 {
    max-width: 712px;
    display: block;
    text-align: center;
    margin: 175px auto;
}

.campo1 h2 {
    margin: 0;
}

.campo1 p {
    margin: 40px 0px;
}

.campo2 {}

.campo2 .logo-rot {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.campo2 .logo-rot img.r2 {
    position: absolute;
}

.campo2 .logo-rot img.r1 {
    position: absolute;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

.campo2 .logo-rot {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto;
}

.campo2 .campo {
    text-align: center;
    padding: 100px 0px 24px 0px;
}

.campo2 .campo p {
    margin: 16px auto;
    max-width: 520px;
    width: 100%;
    padding: 0px 15px;
}

.campo2 .campo a {
    margin-bottom: 88px;
}


.campo2 .campo-full-right {
    text-align: right;
    max-width: 300px;
    margin: 0 auto;
}

.campo2 .campo-full-right p {
    margin: 16px 0px;
    width: 100%;
}

.campo2 .campo-full-left {
    text-align: left;
    max-width: 250px;
    margin: 0 auto;
}

.campo2 .campo-full-left p {
    margin: 16px 0px;
    width: 100%;
}

.campo2 .campo a {
    margin-bottom: 88px;
}

.campo img {
    border-radius: 4px;
}

.campo2 img {
    border-radius: 4px;
}

.campo2 img.icon-middle {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0px;
    z-index: 9;
}


.blog-ac {
    padding: 190px 30px;
    background-color: var(--bg-colorp1);
    text-align: center;
    color: var(--bg-colorc1);
    border-bottom: 1px solid var(--bg-colorc1);
}

.blog-ac a.btn-estilo1 {
    color: var(--bg-colorc1);
    border-color: var(--bg-colorc1);
}

.blog-ac a.btn-estilo1:hover {
    color: var(--bg-colorp1);
    border-color: var(--bg-colorc1);
    background-color: var(--bg-colorc1);
}



/* ERROR */
.error h6 {
    margin: 15px 0px 25px 0px;
}


/* VENDA CORPORATIVA */
.venda-corporativa .campo2 .campo-full-right {
    max-width: 356px;
}

.venda-corporativa .campo1 {
    margin: 300px auto 175px auto;
}

.venda-corporativa .campo2 {
    margin-bottom: 124px;
}



/* RÓTULOS EXCLUSIVOS */
.rotulos-exclusivos .campo1 {
    margin: 300px auto 175px auto;
}

.rotulos-exclusivos a.quero-fornecer {
    margin: 127px auto 127px auto;
    display: table;
}

.rotulos-exclusivos .col {
    max-width: 500px;
    text-align: center;
}
.rotulos-exclusivos .campo2 .col{
    
    max-width: 100%;
}
.rotulos-exclusivos .hidden{
    display: none;
}

.rotulos-exclusivos .campo2 h4 {
    margin-top: 32px;
}

.rotulos-exclusivos .campo2 img {

    border: 2px dashed var(--bg-colorp1);
    padding: 20px;
}

.rotulos-exclusivos .campo2 .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}



/* EVENTOS */
.eventos img.img1 {
    margin-bottom: 60px;
}

.eventos a.quero-fornecer {
    margin: 170px auto 50px auto;
    display: table;
}

.eventos .campo1 {
    margin-top: 300px;
}

.eventos .campo2 {
    margin-bottom: 200px;
}

.eventos .col {
    max-width: 500px;
    text-align: center;
}

.eventos .campo2 .align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.eventos .campo2 h4 {
    margin-top: 50px;
}

.eventos .campo2 .texto {
    text-align: center;
    max-width: 356px;
    margin: 0 auto;
    display: block;
}
.eventos .tempo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    background: #e9e2d8;
    border: 2px solid #e9e2d8;
    border-radius: 4px;
    color: #2e3555;
    padding: 7px 0px 7px 0px;
}

.eventos .tempo h5{
    font-size: 24px;
    font-family: var(--font-t);
    line-height: 15px;
}

/* PARCEIRO */

body.contato.parceiro {
    color: var(--bg-colorc1);
    background-color: var(--bg-colors1);
}

.contato.parceiro form .form-control {
    background-color: var(--bg-colors1);
}

/* CONTATO */
.no-rodape footer {
    display: none;
}

body.contato {
    color: var(--bg-colorc1);
    background-color: var(--bg-colorp1);
}

.contato iframe {
    border-radius: 30px;
}

.contato .campo-form {
    margin: 300px auto 175px auto;
}

.contato .icons a {
    color: var(--bg-colorc1);
    font-size: 22px;
    margin-left: 10px;
}

.contato .endereco {
    margin: 235px auto 70px auto;
    max-width: 920px;
    width: 100%;
}

.contato h2 {
    text-align: center;
}

.contato p {
    margin-bottom: 0px;
}

.contato .icons {
    text-align: right;

}

.contato form .btn-estilo1 {
    color: var(--bg-colorc1);
    border-color: var(--bg-colorc1);
    float: right;
}
.contato form .btn-estilo1:hover {
    color: var(--bg-colorp1);
    border-color: var(--bg-colorc1);
    background:  var(--bg-colorc1);
    float: right;
}

.contato form .form-control {
    border: 1px solid var(--bg-colorc1);
    color: var(--bg-colorc1);
    padding: 20px 15px;
    background-color: var(--bg-colorp1);
    border-radius: 4px;
}

.contato form textarea.form-control {
    min-height: 300px;
}

.contato .form-floating>.form-control,
.contato .form-floating>.form-control-plaintext,
.contato .form-floating>.form-select {
    height: 45px;
    line-height: 17px;
}

.contato .form-floating>label {
    padding: 10px;
}

.contato .form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-left: 10px;
}

.contato .form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-left: 10px;
}

.contato .form-floating>.form-control:not(:placeholder-shown) {
    padding-left: 10px;
}

.contato form label {
    font-size: 17px;
}

.contato form {
    max-width: 740px;
    margin: 0 auto;
    margin-top: 100px;
}

.form-control:focus {
    color: #F3F3F3;
    background-color: #F3F3F3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem #e9e2d81f;
            box-shadow: 0 0 0 0.25rem #e9e2d81f;
}

.contato .campo-form {
    margin: 300px auto 175px auto;
}

/* RÓTULOS EXCLUSIVOS */


/* SOBRE */
.campo-sobre2 {
    margin: 220px 0px;
}

.campo-sobre2 img {
    margin: 0 auto;
    display: block;
}

.campo-sobre2 p {
    margin: 0 auto;
    display: block;
    max-width: 305px;
}

.campo-sobre2 ul{
    margin: 10px auto 0 auto !important;
    display: block !important;
    max-width: 305px !important;
}
.campo-sobre3 p {
    margin: 193px auto;
    display: block;
    max-width: 708px;
    text-align: center;
    font-family: var(--font-t);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.campo-galeria {}

.campo-galeria .item {
    background-color: #ccc;
    min-height: 777px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.campo-galeria .item.b1 {
    background-image: url(../img/sobre/g1.jpg);
}

.campo-galeria .item.b2 {
    background-image: url(../img/sobre/g2.jpg);
}

.campo-galeria .item.b3 {
    background-image: url(../img/sobre/g3.jpg);
}
.campo-galeria .item.b4 {
    background-image: url(../img/sobre/g4.jpg);
}

.campo-galeria .item.b5 {
    background-image: url(../img/sobre/g5.jpg);
}

.campo-galeria .item.b6 {
    background-image: url(../img/sobre/g6.jpg);
}

.owl-carousel p.p-interno {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.005em;
    color: #E9E2D8;
    max-width: 242px;
    bottom: 15%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
}
.owl-dot span {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-carousel .owl-nav span {
    font-size: 100px;
    line-height: 100px;
    color: var(--bg-colorc1);
}

.owl-carousel .owl-nav .owl-next {
    right: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    /* color: inherit; */
    /* border: none; */
    /* padding: 0 !important; */
    /* font: inherit; */
    margin: 0;
    padding: 0;
    display: block;
}

.owl-carousel .owl-dots .owl-dot span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #E9E2D8;
    height: 84px;
    width: 84px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot.active span{
    background: #D9D9D9;
    color: #504B42;
    border: 2px solid #E9E2D8;
}
.owl-carousel .owl-dots .owl-dot span {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #E9E2D8;
}
.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .owl-carousel button.owl-dot {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
button.owl-dot:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #E9E2D8;
    display: -webkit-inline-box;
    position: relative;
}
button.owl-dot:last-child::after{
    content: '';
    display: none;
}


.owl-carousel .owl-nav .owl-prev {
    left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99;
}



.owl-carousel .owl-dots .owl-dot.active span::before {
    content: url("../img/sobre/icon-owl.svg");
    display: block;
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+1) span::after {
    content: "1968";
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+2) span::after {
    content: "1978";
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+3) span::after {
    content: "1980";
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+4) span::after {
    content: "2000";
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+5) span::after {
    content: "2000";
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+6) span::after {
    content: "2022";
}

.owl-carousel .owl-dots .owl-dot:nth-child(7n+7) span::after {
    content: "2022";
}

/* SERVICOS */
.servicos .campo2 .campo-full-right{
    text-align: right;
    max-width: 356px;
    margin: 0 auto;
}
.servicos .campo2 .campo-full-left {
    text-align: left;
    max-width: 356px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.servicos .quatro {
    text-align: center;
    color: var(--bg-colorp1);
    margin: 0 auto;
    margin-bottom: 100px;
    display: block;
    text-align: center;
}

.servicos .quatro .col{
    max-width: 305px;
    margin: 0 50px;

}

.servicos .quatro .align-items-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


/* 18 ANOS */
.aviso {
    background-image: url(../img/aviso/fundo.jpg);
    overflow: hidden;
    position: fixed;
    color: var(--bg-colorc1);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0;
    width: 100vw;
    z-index: 999999;
}
.aviso a.btn-estilo1{
    display: inline;
}
.aviso a.btn-estilo1 {
    color: var(--bg-colorp1);
    border-color: var(--bg-colorc1);
    background-color: var(--bg-colorc1);
    float: initial;
} 

.aviso a.btn-estilo1:hover {
    color: var(--bg-colorp1);
    border-color: var(--bg-colorc1);
    background-color: var(--bg-colorc1);
}
.hidden{display: none}
.aviso img, .aviso h4, .aviso h6{
    margin-bottom: 40px;
}
.aviso p{
    margin-top: 40px;
}
.aviso .links-inicial{
    display: inline;
}
.aviso .links-inicial a{
    margin: 0px 10px;

}
/* FOOTER */

footer {
    padding: 190px 30px;
    background-color: var(--bg-colorp1);
    text-align: left;
    color: var(--bg-colorc1);
    border-bottom: 1px solid var(--bg-colorc1);
}

footer h2 {
    margin-bottom: 62px;
}

footer p {
    margin-bottom: 0px;
}

footer .icons {
    text-align: right;
}

footer .icons a {
    color: var(--bg-colorc1);
    margin-left: 12px;
    font-size: 20px;
}

footer input.form-control {
    background: var(--bg-colorp1);
    padding: 0px;
    color: var(--bg-colorc1);
    border: 0;
    border-bottom: 1px solid var(--bg-colorc1);
    border-radius: 0px;
}

footer .form-floating>label {
    padding: 15px 0px;
    width: 100%;

}

footer form {

    max-width: 415px;
}

footer input.form-control:focus {
    background: var(--bg-colorp1);
    color: var(--bg-colorc1);
    border-color: var(--bg-colorc1);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-left: 4px;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-left: 4px;
}

.form-floating>.form-control:not(:placeholder-shown) {
    padding-left: 4px;
}

.vrr {
    width: 2px;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background-color: var(--bg-colorc1);
}

footer a.btn-estilo1 {
    color: var(--bg-colorc1);
    border-color: var(--bg-colorc1);
    float: right;
}

footer a.btn-estilo1:hover {
    color: var(--bg-colorp1);
    border-color: var(--bg-colorc1);
    background-color: var(--bg-colorc1);
}



/* ATRIA */

.atria {
    text-align: center;
    background-color: #000;
    color: #E5E5E5;
    padding: 10px 0px;
}

.atria img {
    margin: 0 auto;
    height: 40px;
}

.c--anim-btn span {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
}

.c--anim-btn,
.c-anim-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.c--anim-btn {
    height: 42px;
    font: normal normal 700 1em/4em Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
}

.c-anim-btn {
    margin-top: -11px;
}

.c--anim-btn:hover .c-anim-btn {
    margin-top: -5em;
}

.span-2 {
    padding-top: 10px;
}

.cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #cb9a45;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999999999;
}

.hover {
    text-decoration: none;
    text-transform: uppercase;
    color: #cb9a45;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99999999999;
}









/* PRIVACIDADE */
#cookie_popup {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 90%;
    display: block;
    background: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 20px;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

#cookie_popup a.btn-estilo11 {
    float: right;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 24px;
    border: 2px solid #2e3555;
    text-decoration: none;
    border-radius: 4px;
    color: #2e3555;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#cookie_popup a.btn-estilo11:hover{
    border: 2px solid #2e3555;
    color: #fff;

    background-color: #2e3555;
}


.politicas{
	padding: 200px 0px 150px 0px;
}