body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

@charset 'UTF-8';
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: url(./ajax-loader.gif)center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix)format('embedded-opentype'), url(../fonts/slick.woff)format('woff'), url(../fonts/slick.ttf)format('truetype'), url(../fonts/slick.svg#slick)format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #FFE456;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: ''
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: ''
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: ''
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

* {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}

.rodape {
    width: 998px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* PAGINA DE ERRO 404 - NAO MECHER */

.especial {
    text-align: center;
}

.img-dentro img {
    border-radius: 30px;
    box-shadow: 3px 3px 10px;
    margin-bottom: 20px;
}

.img-dentro {
    text-align: center;
}

.texto-pages .englobaitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0;
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#texto-404 {
    width: 100%;
    font-family: Calibri;
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
    font-family: Calibri;
    font-size: 19px;
    text-align: center;
    margin: 5px 0;
}

.grupo-images {
    flex-wrap: wrap;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    font: 16px/30px "Arial";
    color: #000;
}

.image-especial {
    width: 320px;
    display: inline-block;
    text-align: center;
    height: 240px;
    margin: 10px 15px;
}

.image-especial img {
    border: 2px solid;
    border-radius: 20px 0px 20px 0px;
    width: 280px;
}

.grupo-images iframe {
    border-radius: 20px 0px 20px;
    border: 2px solid;
    margin: 0 11px;
}

.image-group {
    width: 210px;
    display: inline-block;
    text-align: center;

    height: 160px;
    margin: 10px 15px;
}

.image-group img {
    border: 2px solid;
    border-radius: 20px 0px 20px 0px;
    width: 210px;
    height: 160px;
}

/* #####################FINAL###################### */

/* all pages */

a {
    text-decoration: none;
}

.esquerda,
.esquerdo,
.left,
.float-left {
    float: left;
    display: table;
    margin: 0px 10px 10px 0px;
}

.direita,
.direito,
.right,
.float-right {
    float: right;
    display: table;
    margin: 0px 0px 10px 10px;
}

.meio,
.center {
    display: table;
    margin: 20px auto;
}

.borda {
    padding: 2px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #666;
}

.global {
    margin: 0 auto;
}

.conteudo-pages {
    min-height: 500px;
    width: 998px;
    margin: 0 auto;
}

.conteudo-pages h1 {
    font: 25px "Carleton";
    font-weight: bold;
    color: #4D3D1E;
    background: url(../images/index-01.png) center left 7px no-repeat, linear-gradient(to right, #E0D8BD, rgba(224, 216, 189, 0), rgba(224, 216, 189, 0));
    padding: 7px 48px;
    border-radius: 10px;
    /* margin-bottom: 30px; */
}

.texto-pages {
    font: 16px/30px "Arial";
    color: #000;
}
.icon {
    display: inline-flex;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.icon1 {
    font: 22px/30px "Arial";
    color: #000;
    text-align: justify;
    background: url(../images/1index-01.png) center left no-repeat;
    padding: 4px 21px;
    border-radius: 10px;
    margin-top: 50px;
}

.icon2 {
    font: 16px/30px "Arial";
    color: #000;
    text-align: justify;
    background: url(../images/1index-02.png) center left no-repeat;
    padding: 0px 26px;
    padding-top: 9px;
    font-weight: bold;
}

.icon3 {
    font: 16px/30px "Arial";
    color: #000;
    text-align: justify;
    background: url(../images/1index-03.png) center left no-repeat;
    padding: 0 26px;
    padding-top: 9px;
    font-weight: bold;
}

.icon4 {
    font: 16px/30px "Arial";
    color: #000;
    text-align: justify;
    background: url(../images/1index-04.png) center left no-repeat;
    font-weight: bold;
    padding: 0 26px;
    margin-top: 15px;
}

.texto-pages strong {
    font: 16px/30px "Arial";
    color: #000;
    font-weight: bold;
}

.item-port img {
    border-radius: 10px;
}

.item-port {
    display: inline-block;
    margin-bottom: 20px;
    width: 246px;
}

.texto-sobre2 {
    position: absolute;
    width: 240px;
    margin-top: -67px;
    background: rgba(255, 255, 255, 0.64);
    padding: 5px 0px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-family: Carleton;
    font-weight: bold;
}

.texto-pages h1 {
    font: 25px "Carleton";
    font-weight: bold;
    color: #4D3D1E;
    background: url('../images/index-01.png') center left 7px no-repeat, linear-gradient(to right, #E0D8BD, rgba(224, 216, 189, 0), rgba(224, 216, 189, 0));
    padding: 7px 48px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.texto-pages h2 {
    font: 20px "Calibri";
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.slick-track {
    max-width: none;
}

.slider .slick-prev {
    left: 45px !important;
}

.slider .slick-next {
    right: 45px !important;
}

.slider img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.slider2 .slick-active {
    opacity: 0.6 !important;
}

.slider2 .slick-center {
    opacity: 1 !important;
}

.slider2 .slick-slide {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    height: 160px;
    opacity: 0.0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -os-transition: all 0.3s;
}


.slider2 .slick-prev {
    right: 50px;
    left: initial;
    top: 0px;
}

.slider2 .slick-next {
    top: 0px;
    right: 0px;
}

.menu-resp {
    display: none;
}

.topo-total {
    background: #161f6d;
    padding: 20px 0px;
    border-bottom: 4px solid #E8D573;
    box-shadow: 0px 0px 2px 0px #000;
    margin-bottom: 20px;
}

.topo {
    width: 998px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.social {
    position: absolute;
    top: -10px;
    right: 20px;
}

.topo:after {
    width: 100%;
    display: inline-block;
    content: "";
}

.topo div {
    display: inline-block;
    vertical-align: middle;
}

.menu {
    margin-left: 290px;
}

.logo img {
    width: 260px;
}

.facebook {
    padding: 7px;
    border-radius: 5px;
    margin: 0px 20px;
}

.facebook img {
}

.facebook img {
    width: 30px;
}

.menu li {
    display: inline-block;
    padding: 0px 10px;
}

.menu li a {
    font: 20px "Carleton";
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}

body {
    background: #eee;
}

.rodape-total {
    padding: 20px;
    background: #15206c;
    text-align: center;
    border-top: 4px solid #E8D573;
}

.rodape > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 40px;
}

.texto-rodape {
    color: #fff;
    padding-left: 10px;
    border-left: 3px solid #E8D573;
    text-shadow: 0px 0px 1px #666;
    text-align: left;
    line-height: 20px;
}

.box-01 {
    text-align: center;
}

.box-01 .item {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    padding: 20px 5px;
    border-radius: 10px;
    margin: 20px 0px;
    transition: .2s linear;
    height: 290px;
}

.box-01 .item:hover .conteudo {
    display: block;
}

.box-01 .item:hover {
    background: #dddddd;
    box-shadow: 0px 0px 2px 0px #666666;
    transition: .5s;
}

.box-01 .item .titulo {
    padding: 20px 0px;
    font: 18px "Carleton";
    text-shadow: 0px 2px 5px #666;
    font-weight: bold;
    min-height: 70px;
}

.box-01 .item .conteudo {
    font: 15px "calibri";
    color: #666;
    margin-bottom: 10px;
    text-shadow: 0px 0px 1px #8C8C8C;
    min-height: 72px;
    display: none;
}




.box-01 .item .entrar {}

.box-01 .item:hover .entrar {}

.box-02 {}

.box-02 .titulo {
    font: 25px "Carleton";
    font-weight: bold;
    color: #4D3D1E;
    background: url('../images/index-01.png') center left 7px no-repeat, linear-gradient(to right, #E0D8BD, rgba(224, 216, 189, 0), rgba(224, 216, 189, 0));
    padding: 7px 48px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box-02 .conteudo {
    font: 16px/30px "Arial";
    color: #333333;
    text-shadow: 0px 0px 1px #666;
    display: inline-block;
    vertical-align: middle;
    width: 750px;
}

.box-02 .img {
    display: inline-block;
    vertical-align: middle;
}

.box-03 {
    text-align: center;
    width: 998px;
    height: 460px;
    margin-bottom: 30px;
}

.box-03.ee {
    height: 390px;
}

.box-03 .titulo {
    font: 25px "Carleton";
    font-weight: bold;
    color: #4D3D1E;
    background: url('../images/index-05.png') center left 7px no-repeat, linear-gradient(to right, #E0D8BD, rgba(224, 216, 189, 0), rgba(224, 216, 189, 0));
    padding: 7px 65px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.box-03 .item {
    display: inline-block;
    margin: 10px 5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 2px 2px 7px -3px #5B4810;
}

.box-03 .item img {
    display: flex;
}

.box-03 .conteudo {
    width: 2870px;
}

.texto-sobre {
    position: absolute;
    width: 305px;
    margin-top: -50px;
    background: rgba(255, 255, 255, 0.64);
    padding: 5px 0px;
    color: #000000;
    font-size: 18px;
    font-family: Carleton;
    font-weight: bold;
}


.lb-h-scrollbar {
    display: block !important;
    opacity: 1 !important;
}


/*contato*/
.engloba1 form {
    width: 500px;
}

.engloba1 form h2 {font: 25px "Carleton";font-weight: bold;color: #4D3D1E;background: url(../images/index-01.png) center left 7px no-repeat, linear-gradient(to right, #E0D8BD, rgba(224, 216, 189, 0), rgba(224, 216, 189, 0));padding: 7px 48px;border-radius: 10px;margin-bottom: 30px;}

.form {}
.mapa h3 {
    font: 25px "Carleton";
    font-weight: bold;
    color: #4D3D1E;
    background: url(../images/index-01.png) center left 7px no-repeat, linear-gradient(to right, #E0D8BD, rgba(224, 216, 189, 0), rgba(224, 216, 189, 0));
    padding: 7px 48px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.mapa {
    margin-top: 30px;
}

.engloba1 textarea {
    border-radius: 10px;
    border: 2px solid #c1c1c1;
    height: 150px;
    width: 100%;
    padding: 5px 0px 0px 5px;
}
.engloba1 form input {
    height: 45px;
    margin: 5px 0px;
    border: 2px solid #c1c1c1;
    box-shadow: 5px 5px 10px #e2e2e2fc;
    border-radius: 8px;
    display: block;
    width: 100%;
    padding-left: 5px;
}

.engloba1 form input.send {
    background: #15206c;
    color: white;
    font: 25px calibri;
}
.engloba1 {
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-between;
}

.endereco p {
    font: 16px/30px "Arial";
    color: #333333;
    text-shadow: 0px 0px 1px #666;
    display: inline-block;
    vertical-align: middle;
    width: 750px;
}

@media only screen and (max-width:998px) {
    * {
        max-width: 100%;
        box-sizing: border-box;
    }
    .facebook {
   
    
    margin-top:10px;
}
    .logo {
        width: 100%;
        text-align: center;
    }
    .topo div {
    display: block;
    
}
    .conteudo-pages {
        padding: 2%;
    }
    .menu-resp {
        width: 100%;
        display: block;
        background: url('../images/menu-resp.png') center no-repeat;
        padding: 40px;
        cursor: pointer;
    }
    .menu {
        display: none;
        /* width: 100%; */
        margin: 0 auto;
    }
    .menu li {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .rodape div {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }
}
@media only screen and (max-width:450px){

    .menu li{
        width:45%
    }
}
