/* lucas */
.img-digital-div {
    width: 108%;
    height: 100%;

}

/* Dropdown Button */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}


/* lucas */
.main-edicao-digital {
    flex: 1 1 auto;
    overflow: hidden;
    background: #111111;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.main-edicao-digital .splide-principal {
    flex: 1 1 auto;
}

.paginas-navegacao {
    display: flex;
    padding: 20px 68px;
    padding: 20px 4px;
    /*justify-content: center;*/
    overflow-x: auto;
    /*width: 70%;*/
    width: 50%;
    /*padding-left: 155px;*/
    padding-bottom: 13px;
}

.paginas-navegacao::-webkit-scrollbar {
    height: 3px;
}

.paginas-navegacao::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

.paginas-navegacao::-webkit-scrollbar-track {
    background: #111111;
}

.paginas-navegacao li {
    color: #cfcfcf;
    flex-shrink: 0;
    padding: 0 18px;
    cursor: pointer;
}

.paginas-navegacao li.active {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 9px;
}

.reader-div {
    display: flex;
    gap: 38px;
    justify-content: center;
    padding-bottom: 42px;
    width: 100%;
    overflow: hidden;
}

.reader-div .pagina {
    width: 300px;
    height: 500px;
    border: 1px solid white;
    flex-shrink: 0;
}

.reader-splide {
    padding: 0 40px;
}

.reader-splide .splide__list {
    gap: 60px!important;
}

.reader-splide .splide__slide {
    cursor: pointer;
    margin-top: 20px;
    aspect-ratio: 352 / 600;
    width: auto !important;
    height: calc(100vh - 250px) !important;
}

.reader-splide .splide__slide .img-responsive {
    width: 100%;
}

.reader-splide .splide__arrows {
    display: none;
}

.reader-splide .splide__pagination {
    background: #212121;
    padding: 23px 0;
    width: 100%;
    position: unset;
}

.reader-splide .splide__pagination li {
    flex: 1;
    margin: 0;
}

.reader-splide .splide__pagination__page {
    background: #4a4a4a;
    border-radius: 0;
    height: 6px;
    margin: 0;
    width: 100%;
    transition: unset;
    opacity: unset;
}

.reader-splide .splide__pagination__page.is-active {
    background: #fff;
    height: 9px;
    transform: translateY(2px);
    border-radius: 15px;
}

#read-options {
    background: #212121;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    bottom: 77px;
    left: 50%;
    transform: translateX(-50%);
}

#read-options img {
    width: 24px;
    height: 24px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(308deg) brightness(99%) contrast(101%);
    cursor: pointer;
}

#read-options img.disabled {
    filter: invert(85%) sepia(1%) saturate(1309%) hue-rotate(318deg) brightness(80%) contrast(71%);
}

#hd-version {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#hd-version.enabled {
    background-color: orangered;
}

#pagination-e-options {
    background: #212121;
    display: flex;
    gap: 40px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 21px;
    padding: 0 40px;
    width: 90%;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000bd;
    z-index: 1;
    display: none;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    overflow: auto;
}

#lightbox figure {
    /*touch-action: pinch-zoom;*/
}

#lightbox figure img {
    border: 1px solid white;
    width: 90vw;
    /*height: 826px;*/
    /*object-fit: cover;*/
    /*transition: all 0.3s ease;*/
    /*touch-action: pinch-zoom;*/
}

#lightbox #read-options-lightbox, .lightbox-splide #read-options-lightbox-splide {
    background: #212121;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 34px;
    position: fixed;
    bottom: 77px;
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

#lightbox #read-options-lightbox:hover {
    opacity: 1 !important;
}

.lightbox-splide #read-options-lightbox-splide {
    opacity: 1;
    left: calc(100vw - (50% + 101px));
}

#lightbox #botao-x-lightbox {
    display: none;
    position: absolute;
    top: 12px;
    right: 6px;
    background: black;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    opacity: 0.5;
}

.lightbox-splide {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #808080c7;
    width: 100vw;
    z-index: 1;
    height: 100vh;
}

.lightbox-splide .splide__track {
    height: 100%;
    overflow-y: scroll;
}

.lightbox-splide .splide__list {
    gap: 100px;
    padding: 46px 103px !important;
}

.lightbox-splide .splide__slide {
    width: 800px !important;
}

.lightbox-splide .splide__slide img {
    width: 800px;
}

.page-more-options {
    background: white;
    color: black;
    display: inline-flex;
    border-radius: 50%;
    font-size: 21px;
    opacity: 0;
    position: absolute;
    right: -26px;
    top: 0px;
    box-shadow: 5px 6px 10px black;
    transition: all 0.3s ease;
    width: 33px;
    height: 34px;
    justify-content: center;
    align-items: center;
}

.page-more-options:hover {
    opacity: 1;
}

.div-leitura-das-paginas {
    display: none;
}

.div-leitura-das-paginas-parent {
    display: none;
}

.reader-splide .splide__slide:hover .page-more-options {
    opacity: 0.7;
}

.reader-splide .splide__slide:hover .page-more-options:hover {
    opacity: 1;
}

.page-more-options-expand {
    background: white;
    color: black;
    border-radius: 10px;
    padding: 10px 30px;
    width: 247px;
    position: absolute;
    top: 49px;
    right: 0;
    box-shadow: 0px 6px 10px #999999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-more-options-expand div:last-child {
    border-top: 1px solid lightgrey;
}

.page-more-options-expand div {
    padding: 12px 0;
}

#lightbox-social {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #000000bd;
    top: 0;
    z-index: 20;
}

#lightbox-social > div {
    background: white;
    border-radius: 16px;
    padding: 14px;
}

.download-button {
    display: inline-flex;
}

.calendario-e-paginas {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 62%;
    flex: 0 0 auto;
}


.form-dia {
    /*padding: 13px 68px;*/
    padding-top: 13px;
    /*width: 30%;*/
    width: 50%;
    /*text-align: center;*/
}

.form-dia select {
    background: #262626;
    color: white;
    border: 0;
    padding: 8px 47px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url('../assets/img/arrow-down-white.png');
    background-position: 120px 10px;
    background-repeat: no-repeat;
    outline: none;
}

.form-dia select:first-child {
    background-position: 84px 10px;
}

.form-dia select:last-child {
    padding: 8px 34px;
}

.form-dia button {
    background: #951E1C;
    padding: 6px 17px;
    border-radius: 5px;
    color: white;
    margin-left: 11px;
}

@media (max-width: 800px) {
    /*    .reader-splide {
            padding: 0 22px;
        }*/
    .div-leitura-das-paginas-parent {
        display: block;
        flex: 1 1 auto;
        width: 100vw;
        overflow: hidden;
        /*height: 100%;*/
        /*padding: 10px;*/
        margin: 10px;
    }

    .div-leitura-das-paginas {
        background-color: #111111;
        position: relative;
        display: flex;
        height: 100%;
        /*overflow: auto;*/
        /*touch-action: pan-y pan-x !important;*/
        transform-origin: 0 0;
    }

    /*.div-leitura-das-paginas::-webkit-scrollbar{
        width: 2px !important;
    }

    .div-leitura-das-paginas::-webkit-scrollbar-thumb {
        background: #ffffff !important;
    }

    .div-leitura-das-paginas::-webkit-scrollbar-track {
        background: #111111 !important;
    }*/
    .div-leitura-das-paginas .pagina {
        /*width: 300px;
        height: 650px;
        border: 1px solid white;*/
        height: 100%;
        flex-shrink: 0;
        margin-right: 40px;
    }

    .div-leitura-das-paginas img {
        /*width: 350px;*/
        height: 100%;
        /*touch-action: pinch-zoom;*/
    }

    .reader-splide {
        display: none;
    }

    .reader-splide .splide__list {
        gap: 1px;
    }

    .reader-splide .splide__slide {
        width: 294px !important;
        /*width: 331px !important;*/
    }

    #pagination-e-options {
        background: #212121;
        display: flex;
        gap: 40px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 21px;
        justify-content: center;
        padding: 5px 40px;
        width: 90%;
    }

    .reader-splide .splide__pagination {
        display: none;
    }

    #lightbox figure img {
        width: 325px;
        height: 579px;
    }

    .calendario-e-paginas {
        flex-direction: column;
        width: 100%;
        flex: 0 0 auto;
    }

    .form-dia {
        padding: 13px 23px;
        width: 100%;
    }

    .form-dia select:first-child {
        background-position: 67px 10px;
    }

    .form-dia select {
        padding: 8px 27px;
        background-position: 102px 10px;
    }

    .paginas-navegacao {
        width: 100%;
        /*padding-left: 390px;*/
    }

    #lightbox #read-options-lightbox #zoom-in, #lightbox #read-options-lightbox #zoom-out {
        display: none !important;
    }

    #lightbox #botao-x-lightbox {
        display: block;
    }

    header#header { /*PORQUE NOAO OFUNCIONAAAA????*/
        /*position: fixed;*/
        flex: 0 0 auto;
        width: 99.9vw;
        height: 7vh;
        top: 0;
        left: 0;
        z-index: 10;
    }

    #read-options {
        background: #212121;
        display: none;
        align-items: center;
        gap: 5vw;
        position: fixed;
        bottom: 3vh;
        padding: 2vw;
        border-radius: 2vw;
    }

    #read-options img {
        width: 8vw;
        height: 8vw;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(308deg) brightness(99%) contrast(101%);
    }

    #read-options img.disabled {
        filter: invert(85%) sepia(1%) saturate(1309%) hue-rotate(318deg) brightness(80%) contrast(71%);
    }

    #hd-version {
        width: 8vw;
        height: 8vw;
        padding: 1vw;
        border-radius: 1vw;
    }
}

/*  */
* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
    height: 100%;
    /* background-color: #F8F8F8; */
}

body {
    display: flex;
    flex-direction: column;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(149, 30, 28, 0.8);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #951E1C;
}

body > svg {
    display: none;
}


.filter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

h1 {
    display: block;
}

h3 {
    height: fit-content;
}

button {
    border: none;
    background: transparent;
    cursor: pointer;
}


p, span {
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}


figcaption {
    color: gray;
    font-weight: lighter;
}

input[type=checkbox] {
    width: auto !important;
}

label {
    cursor: pointer;
}

form a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

form button {
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    background-color: #951E1C;
    color: #FFF;
    padding: 10px 20px;
    margin: 20px 0 0;
    border-radius: 6px;
    text-transform: capitalize;
}

/*  */
* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

html, body {
    scroll-behavior: smooth;
    /* background-color: #F8F8F8; */
}


/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(149, 30, 28, 0.8);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #951E1C;
}

body > svg {
    display: none;
}


.filter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}


/*h2:before, h2:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #C7C7C7;
    margin: auto 1%;
}

h2:before {
    margin-right: 15px;
}

h2:after {
    margin-left: 15px;
}*/


/*section > h2, div > h2{
    color: #951E1C;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    display: flex;
    margin: 40px 0;
    font-weight: 700;
    align-items: center;
    grid-column: span 5; 
    grid-row: 1;
    max-width: 1200px;
}*/

/* h1, h2, h3{
    white-space: nowrap;
} */

h1 {
    display: block;
}

/*h2{
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}*/

h3 {
    height: fit-content;
}

button {
    border: none;
    background: transparent;
    cursor: pointer;
}


p, span {
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    list-style: none;
}


figcaption {
    color: gray;
    font-weight: lighter;
}

input[type=checkbox] {
    width: auto !important;
}

label {
    cursor: pointer;
}

form a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

form button {
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    background-color: #951E1C;
    color: #FFF;
    padding: 10px 20px;
    margin: 20px 0 0;
    border-radius: 6px;
    text-transform: capitalize;
}


/* Bootstrap */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m-0 {
    margin: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.text-left::before {
    flex: 0;
}

main .carousel {
    display: flex;
    overflow: scroll;
}

main .carousel .item {
    position: relative;
    min-width: 25%;
    margin: 0 5px;
    cursor: pointer;
}

main .carousel::-webkit-scrollbar {
    display: none;
}


/* WIDTH LIMITATOR */
.container {
    width: 100%;
    height: 100%;
}

.contained {
    max-width: 1200px;
    margin: 0 auto;
}


/* Classes Reutilizaveis */

.mw-widget {
    padding: 20px;
    border-radius: 10px;
    background-color: white;
}

.mw-shadow1 {
    box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
}

.mw-chapeu-fundo {
    display: inline;
    background-color: #951E1C;
    padding: 4px 13px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.mw-titulo-h2 {
    color: #951E1C;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    display: flex !important;
    margin: 40px 0;
    font-weight: 700;
    align-items: center;
    grid-column: span 5;
    grid-row: 1;
    max-width: 1200px;
    font-size: 23px;
}

.mw-titulo-h2:before, .mw-titulo-h2:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #C7C7C7;
    margin: auto 1%;
}

.mais-noticias-container .widget-mais-noticias {
    padding-top: 0px;
}

.mais-noticias-container .widget-mais-noticias h2 {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .mw-titulo-h2 {
        font-size: 17px;
    }
}

header {
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}

header .container:nth-child(1) {
    background-color: #951E1C;
}

/* HEADER */
/* Upper */
header #upper-menu {
    color: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    padding-right: 9px;
    padding-left: 19px;
    align-items: center;
    z-index: 2;
}

header #upper-menu a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

header #upper-menu h2 {
    color: #FFF;
    font-size: clamp(0.8rem, 4vw, 1rem);
    display: inline-block;
    white-space: nowrap;
}

header #upper-menu ul {
    display: flex;
}

header #upper-menu ul li {
    margin: 0 10px;
}


/* Middle */
header #middle-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #951E1C;
    padding: 10px;
    text-transform: uppercase;
}

header #middle-menu .logo-link {
    display: block;
    width: 70%;
    padding-top: 22px;
}

header #middle-menu div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header #middle-menu div span, #middle-menu div a span {
    font-weight: 700;
    margin-left: 10px;
    font-size: 1rem;
}

header #middle-menu a {
    display: flex;
    align-items: center;
}

header #middle-menu a span {
    font-weight: 700;
}

header #middle-menu a svg {
    margin-right: 10px;
}

/* Lower */
header nav {
    display: flex;
    align-items: center;
    padding: 14px 10px;
    font-weight: 500;
}

header .container:nth-child(3) {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

header nav a:nth-child(1) img {
    margin-right: 10px;
}

header nav ul {
    display: flex;
    flex: 1;
    justify-content: space-around;
    margin: 0 20px;
}

header nav ul li {
    margin: 0 15px;
}

header nav ul li:hover {
    color: #951E1C;
}

header nav a:nth-child(3) {
    background-color: #951E1C;
    color: #FFF;
    border-radius: 7px;
    padding: 5px 10px;
}

header .assine-a-tribuna-button {
    background: #951E1C;
    color: white;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: bold;
}

.ultimas-edicoes-div {
    display: none;
    align-items: center;
}

.ultimas-edicoes-div span {
    margin-top: 2px;
    font-size: 15px;
    font-weight: bold;
}


/* responsividade */

@media screen and (min-width: 993px) {
    header #middle-menu {
        justify-content: space-between;
        padding: 10px 24px;
    }

    header #middle-menu .logo-link {
        width: 50%;
    }

    header div:nth-child(2) h2 {
        display: none;
    }
}


@media screen and (min-width: 320px) and (max-width: 992px) {
    header nav {
        justify-content: space-between;
    }

    header #upper-menu p, header #upper-menu h2, header #upper-menu ul, header nav ul, #last-news .widgets {
        display: none !important;
    }

    header div:nth-child(2) h2 {
        display: block;
        color: #000;
        margin: 0 auto 15px;
    }
}

#menu-aside-container {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: rgb(0 0 0 / 71%);
}

#menu-aside {
    background-color: #951e1c;
    color: white;
    width: 350px;
    height: 100vh;
    padding: 20px 30px;
    position: relative;
}

#menu-aside .fechar-div {
    font-weight: bold;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    cursor: pointer;
}

#menu-aside .fechar-div a {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#menu-aside .input-div {
    margin-bottom: 30px;
    display: flex;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    overflow: hidden;
}

#menu-aside .input-div label {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#menu-aside input {
    width: 100%;
    font-size: 14px;
    padding: 15px 10px;
    outline: none;
    border: none;
}

#menu-aside .menu-list li {
    margin-bottom: 30px;
}

#menu-aside .menu-list li a {
    font-weight: bold;
}

#menu-aside .menu-login-div {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 73px;
}

#menu-aside .menu-login-img-div {
    background: white;
    padding: 2px 5px;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 11px;
}

#menu-aside-container #outside {
    width: 80vw;
}

@media (min-width: 320px) and (max-width: 700px) {
    header #upper-menu {
        justify-content: space-around;
    }

    header #middle-menu {
        padding-top: 22px;
    }

    header #middle-menu .logo-link {
        padding-top: 0px;
    }

    #middle-menu > div {
        display: flex;
        flex-direction: column;
    }

    #middle-menu > div svg {
        width: 22px;
        height: 22px;
    }

    #middle-menu > div span {
        display: inline !important;
        margin-top: 4px;
        margin-left: 0 !important;
        font-size: 11px !important;
        text-transform: lowercase;
    }

    #middle-menu a {
        flex-direction: column;
    }

    #middle-menu a svg {
        margin-right: 0px !important;
    }

    #middle-menu a span {
        font-size: 11px;
        margin-top: 5px;
        text-transform: lowercase;
    }

    .container .contained h2 {
        display: none;
    }

    .widget-previsao {
        display: none !important;
    }

    .ultimas-edicoes-div {
        display: flex;
    }

    #menu-aside-container #outside {
        width: 25vw;
    }
}

.contained.footer {
    max-width: 1200px;
}

/* FOOTER */
footer .container {
    background-color: #951E1C;
}

/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
}

/* Upper1 */
footer div div div:nth-child(1) {
    padding: 40px;
}

footer div:nth-child(1) figure {
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 0 10px;
    justify-content: flex-end;
    padding-right: 63px;
}

footer div:nth-child(1) figure svg {
    width: 90%;

}

footer div:nth-child(1) ul:nth-child(2) {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    width: 458px;
    max-width: unset;
    flex: unset;
}

footer div:nth-child(1n) ul {
    padding: 0 50px;
    color: #FFF;
}

footer div:nth-child(1n) ul li {
    margin: 9px 0;
    word-break: break-word;
    font-weight: bold;
}

footer div:nth-child(1n) ul li svg {
    vertical-align: middle;
}

footer div:nth-child(1) ul li:first-child {
    font-size: 1.2rem;
    text-decoration: underline;
    padding-bottom: 10px;
}

/* Lower */
footer div:nth-child(2) {
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
}

footer div:nth-child(2) p {
    color: gray;
}

footer div:nth-child(2) ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

footer div:nth-child(2) ul li {
    padding-bottom: 0 !important;
    margin: 0 10px;
}

footer div:nth-child(2) ul li a svg {
    width: 25px;
    height: 25px;
}


/* RESPONSIVIDADE */


@media screen and (min-width: 320px) and (max-width: 992px) {

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }


    footer div:nth-child(1n) ul li {
        font-size: 13px;
    }

    footer div:nth-child(1) ul:nth-child(1n) {
        border: none;
        padding: 0;
    }

    footer div:nth-child(1) ul li:first-child {
        margin: 20px 0 10px;
    }

    footer div:nth-child(2) p {
        order: 2;
        text-align: center;
    }

    footer div:nth-child(2) ul {
        order: 1;
    }

    footer div:nth-child(1) figure {
        padding: 0;
        margin: 0;
    }

    footer div:nth-child(2) {
        width: unset;
        padding-left: unset;
        justify-content: center;
    }

    footer .copyright-div .copyright {
        display: none;
    }

    footer .copyright-div .social-media-icons-footer {
        justify-content: center;
    }
}


@media screen and (min-width: 993px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }


}

@media (min-width: 700px) {
    footer div:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }
}
