.container-midia{
    width: 100%;
}

.container-fotos {
    width: 90%;
    max-width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Adicionando flex-wrap para permitir várias linhas */
}
.container-fotos .box-fotos {
    width: 250px;
    background-color: var(--dourado);
    text-align: center;
    margin: 10px;
    cursor: pointer;
    text-transform: capitalize;
    color: white;
}
.container-fotos .box-fotos .box-fotos-img{
    width: 100%;
    height: 150px;
    padding: 10px;
}
.container-fotos .box-fotos .box-fotos-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-fotos .box-fotos .titulo-box-fotos{
    border-top: 2px solid white;
    padding: 5px;
    font-size: 17px;
}

@media screen and (max-width: 580px){
    .container-fotos .box-fotos{
        width: 300px;
    }
}
    /*-----------------------------------------------------------------------------------------*/
.view-box-img {
    width: 85%;
    max-width: 1000px;
    height: 570px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    padding: 10px;
    box-shadow: 0px 0px 10px var(--azul);
    display: none;
}
.view-box-img .view-slide {
    width: 100%;
    height: 100%;
    position: relative;
}
.view-box-img .view-slide  swiper-container {
    width: 100%;
    height: 100%;
}
.view-box-img .view-slide swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.view-box-img .view-slide swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.view-box-img .view-slide swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.view-box-img .view-slide swiper-slide {
    background-size: cover;
    background-position: center;
}
.view-box-img .view-slide .mySwiper {
    height: 80%;
    width: 100%;
}
.view-box-img .view-slide .mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 5px 0;
}
.view-box-img .view-slide .mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.view-box-img .view-slide .mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}
.view-box-img .view-slide swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close-view-box-img{
    position: absolute;
    top: -30px;
    right: -30px;
    padding: 7px 12px;
    background-color: var(--dourado);
    color: white;
    z-index: 3;
    font-size: 25px;
    border-radius: 50%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}
.close-view-box-img:active{
    transform: scale(.8);
}
@media screen and (max-width: 580px){
    .view-box-img {
        height: 400px;
    }
}
@media screen and (max-width: 450px){
    .view-box-img {
        height: 320px;
    }
    .view-box-img .view-slide .mySwiper2 {
        padding: 0;
    }
}
/*---------------------------------------------------------------------------------------------------------------------*/

.container-videos{
    width: 90%;
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.container-videos .video-single{
    width: 300px;
    height: 200px;
    background-color: var(--dourado);
    text-align: center;
    margin: 10px;
    cursor: pointer;
    text-transform: capitalize;
}
.container-videos .video-single iframe{
    width: 100%;
    height: 100%;
}
.ver-mais-videos{
    display: block;
    width: 220px;
    background-color: var(--dourado);
    padding: 10px 0;
    text-align: center;
    font-size: 17px;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 5px;
}
.ver-mais-videos:active{
    transform: scale(0.9);
}
/*----------------------------------------------------------------------------------*/
.container-construcao{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.container-construcao .construcao-single{
    width: 270px;
    background-color: var(--dourado);
    text-align: center;
    margin: 10px;
    cursor: pointer;
    text-transform: capitalize;
    color: white;
}

.container-construcao .construcao-single .box-construcao-img{
    width: 100%;
    height: 170px;
    padding: 10px;
}
.container-construcao .construcao-single .box-construcao-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-construcao .construcao-single .titulo-box-construcao{
    border-top: 2px solid white;
    padding: 5px;
    font-size: 17px;
}
/*-----------------------------------------------------------------------------------------*/

.view-box-img-construcao{
    width: 90%;
    max-width: 700px;
    height: 500px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 5px black;
    border-radius: 10px;
    display: none;
    padding: 10px 2px;
    z-index: 2;
}
.view-box-img-construcao .container-view-construcao{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    overflow-y: auto;
    padding: 0 5px;
}
.view-box-img-construcao .close-view-construcao{
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 7px 12px;
    background-color: var(--dourado);
    color: white;
    z-index: 3;
    font-size: 25px;
    border-radius: 50%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    border: 1px solid black;
}
.view-box-img-construcao .close-view-construcao:active{
    transform: scale(0.9);
}

.view-box-img-construcao .img-construcao-single{
    width: 250px;
    text-align: center;
}
.view-box-img-construcao .img-construcao-single .img{
    width: 100%;
    height: 150px;
}
.view-box-img-construcao .img-construcao-single .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-box-img-construcao .img-construcao-single p{
    padding: 5px 0;
    background-color: var(--azul);
    color: white;
}

@media screen and (max-width: 610px){
    .view-box-img-construcao{
        width: 90%;
    }
    .view-box-img-construcao .img-construcao-single{
        width: 280px;
    }
}
/*----------------------------------------------------------------------------------*/
.view-full-img-construcao{
    width: 100%;
    max-width: 800px;
    height: 90vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 5px black;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    display: none;
    z-index: 3;
}
.view-full-img-construcao .close-view-full-img-construcao{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 12px;
    background-color: var(--dourado);
    color: white;
    z-index: 3;
    font-size: 25px;
    border-radius: 50%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    border: 1px solid black;
}
.view-full-img-construcao .close-view-full-img-construcao:active{
    transform: scale(0.9);
}
.view-full-img-construcao img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 600px){
    .view-full-img-construcao{
        height: 95vh;
        z-index: 999;
    }
}