/* -------------------- ESTRUTURA ------------------------*/

/* Corpo Site */

* {
    padding: 0;
    margin: 0;
}

section {
    min-height: 100vh;
    width: 100%;
    padding-top: 0px;
}


body {
    background: #FFFFFF;
    font-family: Arial, Helvetica, "Open Sans";
}

#elmIDE {
    min-height: 100vh;
    height: 100vh;
}

#elmIDE iframe {
    height: 100%;
}


a {
    word-wrap: break-word;
    text-decoration: none;
}

@media (max-width: 1400px) {
    section {
        height: auto;
    }
}

/* Menu */

/* Come?o do Menu */

#inicioTopo {
    /* Cor de Fundo do Menu*/
    box-shadow: 0 8px 6px -6px #3c2f2f;
    width: 100%;
    /* left: 0;
    top: 0; */
    /* Sombreamento */
    display: inline-block;
}

#conteudo {
    width: 100%;
}





.header {
    padding: 0;
}

.main-cabecalho {
    position: fixed;
    z-index: 30;
    width: 100%;
}

.header {
    height: fit-content;
    min-height: 0;
    padding: 0;
}



.logo {
    padding: 9px 0px;
    float: left;
    margin-left: 10px;
}

.logotipo {
    width: 200px;
    height: 37px;
}

.menu-navegacao ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.menu-navegacao a:active,
.menu-navegacao .active a {
    /* Cor do sublinhado do link no menu no momento em que ? selecionado */
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.menu-navegacao li {
    width: 100%;
    display: block;
}

.menu-item a:empty {
    display: none;
}

.js .menu-navegacao {
    clip: rect(0 0 0 0);
    max-height: 0;
    display: block;
    overflow: hidden;
}

@media screen and (min-width: 800px) {
    .js .menu-navegacao {
        position: relative;
    }

    .js .menu-navegacao.closed {
        max-height: none;
    }

    .js .menu-navegacao.opened {
        max-height: fit-content;
    }

    .menu-alternancia {
        display: none;
    }
}

.menu-navegacao,
.menu-navegacao * {
    box-sizing: border-box;
}

.menu-navegacao,
.menu-navegacao ul {
    list-style: none;
    width: 100%;
    float: left;
}

@media screen and (min-width: 800px) {
    .menu-navegacao {
        float: right;
        width: auto;
    }
}

.menu-navegacao li {
    float: left;
}

@media screen and (min-width: 800px) {
    .menu-navegacao li {
        width: auto;
    }
}

.menu-navegacao a {
    text-decoration: none;
    padding: 10px 12px;
    width: 100%;
    float: left;
}

@media screen and (min-width: 800px) {
    .menu-navegacao a {
        padding: 16px 12px;
        /* Regular tamanho da barra de menu */
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}

@media screen and (min-width: 800px) {
    .menu-navegacao ul ul a {
        display: none;
    }
}

/* Comeï¿½o Menu Mobile */

.menu-alternancia {
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}

.menu-alternancia:before {
    font-size: 50px;
    font-family: "responsivenav";
    text-align: center;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    width: 100%;
    left: 0;
}

/* Mascara */

.mascara {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mascara {
    -webkit-transition: none;
    transition: none;
}

.js-nav-ativo .mascara {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .mascara {
        display: none !important;
        opacity: 0 !important;
    }
}

/* Tradutor */

.fab-container {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}


.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
    opacity: 0.8;
}


.fab {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #9f9f9f;
    align-items: center;
    justify-content: center;
}

.fab img {
    width: 35px;
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 60px;
    right: 0;
    transition: all .4s ease-in-out;
    transform: scale(0);
    transform-origin: 85% bottom;
    display: none;
}

.fab-options li {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    transition: all 1s;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background-color: #9f9f9f;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

/* Voltar para o inï¿½cio */

.topo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 50px;
    z-index: 20;
}

.topo a img {
    width: 55px;
}

.topo {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ----- SLIDE ------- */

/* Estilo do slide */

.slider-container {
    position: relative;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center;
    height: 100vh;
    width: 100%;
    user-select: none;
    cursor: auto;
    overflow: hidden;
}

.slider-controle {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-controle.inativo:hover {
    cursor: auto;
}

.slider-controle:not(.inativo):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-controle.esquerda {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
}

.slider-controle.direita {
    right: 0;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-navegacao {
    position: absolute;
    z-index: 3;
    padding-left: 0px;
    bottom: 4rem;
    left: 50%;
    font-size: 0;
    list-style-type: none;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.slider-navegacao__elemento {
    position: relative;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: top;
    width: .8rem;
    height: .8rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
}

.slider-navegacao__elemento:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
}

.slider-navegacao__elemento.active:before,
.slider-navegacao__elemento:hover:before {
    transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animado {
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    will-change: transform;
}

.slider.animado .slide__background {
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__texto {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.slide__background {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.slide-section {
    min-height: auto !important;
    overflow: hidden;
    padding: 0;
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__texto {
        background-color: rgba(233, 156, 126, 0.6);
    }
}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__texto {
        background-color: rgba(225, 204, 174, 0.6);
    }
}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__texto {
        background-color: rgba(173, 197, 205, 0.6);
    }
}

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__texto {
        background-color: rgba(203, 198, 195, 0.6);
    }
}

.slide__conteudo {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: -25%;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    -moz-transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    -webkit-transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    -moz-transform: translate3d(-20%, 0, 0);
    -webkit-transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

.slide__overlay path {
    opacity: 0.6;
}

.slide__texto {
    position: absolute;
    width: 30%;
    margin: 0 auto;
    bottom: 15%;
    left: 0;
    right: 0;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    -moz-transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    -webkit-transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    z-index: 100;
}

.slide__texto-cabeca {
    margin-bottom: 2rem;
}

.slide__texto-desc {
    margin-bottom: 1.5rem;
}

.slide__texto-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    perspective: 1000px;
}

.slide__texto-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
}

.slide__texto-link:hover:before {
    transform: rotateX(0);
}

/* ==========================================================================
       Mobile vers?o
       ========================================================================== */

/* Celulares deitados */

@media (max-width: 480px) {
    .slide__overlay {
        display: none;
    }

    .slide__texto {
        left: 0;
        bottom: 4%;
        width: 100%;
        height: 16rem;
        padding: 0 1rem;
    }
}

/* Celulares deitado at? em p? */

@media (min-width: 481px) and (max-width: 767px) {
    .slide__overlay {
        display: none;
    }

    .slide__texto {
        left: 0;
        bottom: 4%;
        width: 100%;
        height: 16rem;
        padding: 0 1rem;
    }
}

/* Celulares em pï¿½ atï¿½ deitado e desktop */

@media (min-width: 768px) and (max-width: 991px) {
    .slide__overlay {
        left: -78%;
        overflow: hidden;
    }

    .slide__texto {
        left: 0;
        bottom: 15%;
        width: 80%;
        height: 20rem;
        padding: 0 1rem;
    }
}

/* Desktops e laptops ----------- */

@media (min-width: 992px) and (max-width: 1199px) {}

/* Telas Largas ----------- */

@media (min-width: 1200px) and (max-width: 3000px) {}

/* ----- icone ------- */

.icones-caracteristicas {
    overflow: hidden;
}

.icones-caracteristicas-area-titulo h2 {
    padding: 20px 0;
}

.icones-caracteristicas {
    justify-content: center;
    display: flex;
}

.icone-container {
    width: 90%;
}

.linha-icone {
    margin: auto;
    width: 100%;
}

h5.descricao-icone {
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 300;
}

.icones-caracteristicas-area-titulo {
    position: relative;
    min-height: 1px;
    padding: 20px;
    margin: auto;
}

.caracteristicas-caixa {
    display: inline-table;
    display: inline-block;
    float: none !important;
    margin: 10px;
    vertical-align: top;
    text-align: center;
    width: 320px;
}

.icones-caracteristicas .icone-info {
    padding: 70px 10px 30px;
}


.icone-info .info-titulo {
    transition: .3s ease;
    margin: 30px 0 15px;
}

.icone-info p {
    margin: 0 0 10px;
}

/* ----- VITRINE ------- */

.vitrine h4,
h6 {
    text-align: center;
}

.vitrine h4 {
    text-decoration: none;
    word-wrap: break-word;
    margin-bottom: 10px;
    padding-top: 20px;
    line-height: 1.618;
}

.vitrine h6 {
    font-weight: 300;
    line-height: 1.5;
}

.centraliza-vitrine {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.caixa-vitrine {
    width: 265px;
    padding: 20px;
    margin: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 70px;
}

.caixa-vitrine img {
    display: inline-flex;
    width: 100%;
    box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: box-shadow .3s;
    transition: all .2s ease-in-out;
}

.caixa-vitrine img:hover {
    transform: scale(1.03);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.caixa-vitrine figure {
    position: relative;
    top: -60px;
    margin: 11px;
    width: 90%;
}

.titulo-vitrine {
    text-align: center;
    text-decoration: none;
    word-wrap: break-word;
}

.vitrine-conteudo {
    margin-top: -45px;
    padding: 10px;
}

.titulo-shop {
    margin-bottom: 90px;
    padding: 20px;
}

.descricao-vitrine {
    text-align: center;
    padding: 5px 20px;
}

.vitrine {
    width: 100%;
    margin: auto;
    text-align: center;
}

/* ----- Cartas ------- */

.cartas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.descricao-carta h2,
.descricao-carta h5 {
    text-decoration: none;
    word-wrap: break-word;
    text-align: center;
}

.descricao-carta h2 {
    font-size: 36px;
    padding: 20px;
}

.descricao-carta h5 {
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.comp-carta {
    width: 260px;
    border-radius: 35px;
    margin: 40px;

}

.comp-carta img {
    width: 100%;
    -webkit-clip-path: ellipse(120% 77% at 48.5% 20%);
    clip-path: ellipse(120% 77% at 48.5% 20%);
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.div-texto-carta h3 {
    padding: 10px;
}

.div-texto-carta p {
    padding: 5px 15px 15px 15px;
}

.itens-carta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ----- icone COM DESCRIï¿½ï¿½O ------- */

.secao-assinatura h2 {
    text-decoration: none;
    word-wrap: break-word;
    text-align: center;
    font-weight: 700;
    line-height: 1.618;
    padding: 20px;
}

.secao-assinatura h5 {
    line-height: 1.5;
    font-weight: 300;
}

.secao-assinatura {
    justify-content: center;
    display: flex;
}

.container-assinatura {
    width: 100%;
}

.assinatura {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: auto;
    align-content: space-between;
    justify-content: center;
}

.descricao-assinatura {
    padding: 20px;
    margin: auto;
}

.assinatura-item {
    margin: 35px;
    padding: 10px;
    display: flex;
}

.assinatura-item figure {
    float: left;
    width: 200px;
    margin-right: 25px;
}

.assinatura-item figure img {
    width: 200px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.conteudo-assinatura-item {
    width: 350px;
}

.secao-assinatura h4 {
    text-decoration: none;
    word-wrap: break-word;
    padding: 5px;
    line-height: 1.4;
    font-weight: 700;
}

.assinatura-item-texto {
    margin: 0 0 10px;
    padding: 5px;
}

@media (max-width: 800px) {
    .assinatura-item {
        margin: 20px auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .conteudo-assinatura-item {
        width: 100%;
    }

    .secao-assinatura h4 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

/* ----- selo ------- */

.selo {
    justify-content: center;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
}

.selo h2,
.selo h5 {
    padding: 20px;
}

.selo h2 {
    text-decoration: none;
    word-wrap: break-word;
}

.desc-selo {
    width: 90%;
    margin: auto;
    padding: 20px;
}

.selo h3 {
    margin-bottom: 15px;
    text-decoration: none;
    word-wrap: break-word;
}

.container-selo {
    width: 100%;
}

.selo h5 {
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.itens-selo {
    width: 220px;
    display: inline-table;
    padding: 25px;
    margin: 10px;
}

.itens-selo figure {
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

.selos {
    text-align: center;
}

.conteudo-selo {
    text-align: center;
}

.itens-selo img {
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    transition: 1s ease-out;
}

.itens-selo a img:hover {
    opacity: .75;
    transform: scale3d(1.1, 1.1, 1);
}

.selo p {
    margin: 0 0 10px;
}

/* ----- recorte ------- */

.recorte {
    justify-content: center;
    display: flex;
}

.container-recortes {
    width: 100%;
}

.recortes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.recorte h5,
.recorte h2 {
    text-decoration: none;
    word-wrap: break-word;
    text-align: center;
}

.recorte h3 {
    margin-bottom: 15px;
    text-decoration: none;
    word-wrap: break-word;
}

.recorte h2 {
    font-size: 36px;
    padding: 20px;
}

.recorte h5 {
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.itens-recorte {
    width: 280px;
    display: block;
    padding: 25px;
    margin: 10px;
}

.itens-recorte figure {
    margin: auto;
    margin-bottom: 20px;
}

.itens-recorte img {
    width: 100%;
    transition: 1s ease-out;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.itens-recorte a img:hover {
    opacity: .75;
    transform: scale3d(1.1, 1.1, 1);
}

.recorte p {
    margin: 0 0 10px;
}

/* ----- Carrossel ------- */

.item-carrossel {
    text-align: center;
    cursor: pointer;
    margin: auto;
    display: flex;
    width: 600px !important;
    /* display: block !important; */
    transition: 0.5s all linear;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#conteudo section.carrossel{
    height: fit-content !important;
    margin-bottom: 60px;
    min-height: auto !important;
}

.center-carrossel {
    width: 85%;
    margin: auto;
}

.slick-dots li button:before {
    font-size: 10px;
}


.border_icon {
    fill: #f0b82a;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.texto-carrossel{
    margin-bottom: 35px;
}


/* ----- RODAPÉ ------- */

.rodape {
    width: 100%;
    height: fit-content;
}

.rodape .copyright {
    padding: 20px;
}

.descFooter {
    margin: 20px;
}

.rodape hr {
    width: 80%;
}

.rodape .copyright {
    padding: 20px;
}

.rodape .itens-desc-text p {
    margin: 15px;
}

.rodape .filhosRodape {
    margin: 15px;
}

.filhosRodape {
    display: flex;
    flex-direction: column;
}

.borda-rodape{
    width: 90%;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.content-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0px;
    width: 100%;
    margin: auto;
    
}

.mapa-site {
    width: 55%;
    margin: auto;
}

.mapa-site ul li {
    display: inline-block;
    margin: 20px;
    font-weight: bold;
}

.mapa-site ul a {
    text-decoration: none;
}

.texto-rodape {
    width: 50%;
    margin-right: 30px;
}

.rodape .ilhosRodape {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
}

table {
    width: 70%;
    margin: auto;
}

.onepage-formulario h3 {
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 300;
}

.onepage-formulario h2 {
    padding: 20px 0;
}

table h1 {
    padding: 30px;
}

#Submit {
    height: 60px;
    width: 170px;
    margin: auto;
    font-weight: 500;
    box-shadow: 4px 0px 15px -6px #3c2f2f;
    transition: background 0.5s ease;
    display: block;
    border: none;
    margin-bottom: 20px;
}


#Submit:hover {
    background: #444444;
    box-shadow: 4px 0px 23px -6px #3c2f2f;
}

#captcha {
    width: 120px !important;
    height: 50px;
    max-width: 50%;
}

td.FORM_INPUT {
    display: table;
}

tr {
    border-spacing: 10px;
}

input,
textarea,
select {
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.43;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 400;
    background-clip: padding-box;
    overflow: visible;
    margin: 0;
    font-family: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea {
    height: 110px !important;
    overflow: auto;
    resize: vertical;
}

.titPG h1 {
    padding: 20px 0;

}

.descPG {
    line-height: 1.5;
    font-weight: 300;
    padding: 20px 0px;
}

@media (max-width: 800px) {

    .itens-recorte {
        width: initial;
    }

    .itens-selo {
        width: initial;
    }

    .desc-selo {
        width: initial;
    }

    .content-footer {
        display: inherit;
        width: auto;
    }

    .texto-rodape {
        width: auto;
        padding: 10px;
        text-align: center;
        margin: auto;
    }

    .mapa-site {
        display: initial;
    }

    table {
        width: 100%;
    }

    #captcha {
        max-width: 100%;
    }
}

.nocursor {
    cursor: default;
}

.link-slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.itens-desc-text img {
    width: 100%;
}


/* ThankYou - Page*/

.container-thankyou {
    height: 100vh;
    width: 80%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.container-thankyou h2 {
    font-size: 36px;
    font-weight: 600;
    color: #231f20;
    line-height: 55px;
    text-align: center;
}

.container-thankyou img {
    margin-bottom: 45px;
}

.imagem-download {
    display: none;
}

.thankyou {
    display: none;
}

.boxTradutor {
    display: none;
}

.fab-container {
    display: none;
}

/* Whatsapp */

.whatsapp img {
    width: 50px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 20;
}

/* Galeria */

.galeria {
    width: 100%;
    padding-top: 60px;
}

.galeria-container {
    display: flex;
    width: 95%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.texto-galeria {
    padding: 20px;
    margin: auto;
}

.texto-galeria h5 {
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 300;
}


.fileira-galeria {
    display: flex;
    flex-wrap: wrap;
}

.foto-pai {
    width: calc(96% / 4);
    margin: 5px;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.foto {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-position: center;
}

.descricao-galeria h2,
.descricao-galeria p {
    margin: 0;
}

.descricao-galeria {
    display: none;
    margin: auto;
    height: 100%;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    transform: scale(.8);
}

.foto-pai:hover .foto,
.foto-pai:focus .foto {
    transform: scale(1.3);
}

.foto-pai:hover .foto:before,
.foto-pai:focus .foto:before {
    display: block;
}

.foto-pai:hover .descricao-galeria,
.foto-pai:focus .descricao-galeria {
    display: flex;
}

.foto:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 40;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.proxima-foto,
.foto-anterior {
    border-radius: 100px;
    transition: all .5s linear;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    cursor: pointer !important;

}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    padding: 10px 0;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    height: fit-content;
}

.modal-content {
    height: 55%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer !important;

}

/* adicionando animaÃ§Ã£o galeria */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    z-index: 2;
}


.controlModal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    margin: auto;
    margin-top: 20px;
}

.controlModal img {
    width: 20px;
    padding: 20px;
}

.controlModal img:hover {
    cursor: pointer;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes remove {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes remove {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}



@media only screen and (max-width: 700px) {

    .formularioDinamico {
        width: 90%;
        margin: auto;
    }

    .modal-content {
        width: 90%;
        height: 35%;
    }

    .controlModal {
        width: 90%;
    }

    .controlModal img {
        width: 3%;
    }
}


/* Botão fechar modal */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;

}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .foto-pai {
        width: 100%;
        margin: 5px 0px
    }

    .wrapper {
        padding: 20px 20px;
    }
}


/* Videos */

.texto-video {
    margin: auto;
    padding: 20px;
}

.texto-video h2 {
    font-size: 36px;
    padding: 20px;
}

.texto-video h5 {
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}