.swiper {
    background-color: #E3DDED
}

.swiper .swiper-slide .content {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: #E3DDED
}

.swiper .swiper-slide .content li {
    margin-top: 10px;
}

.overflow-slide {
    height: 100vh;
    overflow: auto;
    width: 100%;
    max-width: 1600px;
    margin: auto;
  }

  figure figcaption {
    text-align: center;
    color: #666;
}
figure figcaption.mg-btm {
    margin-bottom: 10px;
}

figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid grey;
}

figure .fig-center {
    width: 100%;
    height: auto;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

div.fonte {
    font-size: 0.8em;
    color: #666;
    text-align: center;
}

/* Element Choice */

.element-list {
    /* width: 450px;
    height: 510px; */
    display: block;
}

.element-titulo-mobile {
    display: none;
}

/* .element-list {
	position: relative;
	overflow: hidden;
} */

.element {
	/* position: absolute;
	left:0;
	top: 100%;
	transition: top .3s ease-in-out; */
    display: none;
}

.element-ativo {
	/* top:0%; */
    display: block;
}

.button-active {
    background-color: #156172;
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    color: white;
  
  }

.box-white {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 449px) {
	.element-list {
        width: 100%;
        height: initial;
    }
    .element {
        left:0%;
        position: relative;
        margin-bottom: 20px;
    }
    
    .element-ativo {
        left:0%;
    }

    .element-titulo-mobile {
        display: inline;
    }

    .element-choice {
        display: none;
    }
}