
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.banneraw {
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    width: 400px;
    height: 711px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-button {
    position: absolute; /* Mantém o botão posicionado relativo ao banner */
    bottom: -60px; /* Define a distância da base do banner */
    left: 50%; /* Alinha ao centro do container */
    transform: translateX(-50%); /* Centraliza horizontalmente */
    padding: 10px 20px;
    background-color: var(--secondary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
}

.banner-button:hover {
    background-color:var(--secButtons-color); 
}

.banneraw-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #1c1c1c;
    color: #ffffff;
    width: 32px;
    /* Define the width of the circle */
    height: 32px;
    /* Define the height of the circle */
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* Remove the border */
}

.tela {
    width: 30%;
    flex-direction: column;
    background-color: #fbfbfb;
    border-radius: 16px;
    padding: 20px 0px;
    box-shadow: 3px 3px 10px #32313d6b;
    min-height: 100vh;
    justify-content: start;
}

.navbar {
    width: 90%;
    padding: 4px 0px;
    padding-top: 30px;
}

.navbar span {
    width: 10%;
    cursor: pointer;
}

.navbar .logo {
    width: 88%;
    padding-left: 10%;
}

#mod_nav {
    padding-left: 0px;
}

.navbar .logo img {
    max-width: 120px;
    max-height: 120px;
}

.navbar span {
    font-size: 30px;
    color: var(--title-color);
    cursor: pointer;
}

.conteudo {
    width: 90%;
    border-radius: 16px;
    flex-direction: column;
}

.sec {
    width: 100%;
    height: 100px;
    padding: 5px 0px;
    border-radius: 16px;
    justify-content: space-between;
    align-items: start;
}


.sec .banner {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    flex-direction: column;
    cursor: pointer;
    justify-content: end;
    align-items: start;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

.sec .banner h3 {
    padding: 12px 24px;
    color: #fff;
    background-color: #32313d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 26px;
    border-radius: 16px;
    margin-left: 20px;
}

.sec .banner img {
    width: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: calc(100% - 20px);
}

.sec .banner .efect {
    height: 30px;
    width: 100%;
    background-color: rgba(var(--adjusted-primary-color), 0.95);
    /* 0.5 é o nível de transparência */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.sec .banner .efect h2 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.sec .left {
    width: 49%;
    height: 100%;
    border-radius: 16px;
    flex-direction: column;
    cursor: pointer;
}

.sec .left .card {
    height: 100%;
    border-radius: 16px;
    flex-direction: column;
}

.sec .left .card img {
    width: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    height: calc(100% - 20px);
}

.sec .left .card .efect {
    height: 36px;
    width: 100%;
    background-color: var(--primary-color);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.sec .left .card .efect h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.sec .left .icons {
    width: 100%;
    flex-direction: column;
    border-radius: 16px;
    height: 100%;
    justify-content: space-between;
}

.sec .icon_completo {
    width: 100%;
    background-color: var(--terciary-color);
    cursor: pointer;
    height: 100%;
    border-radius: 16px;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);

}

.sec .icon_completo .top {
    width: 100%;
    flex-direction: column;
}

.sec .icon_completo .top span {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
}

.sec .icon_completo .top h1 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.sec .left .icons .top {
    height: 90px;
    width: 100%;
    border-radius: 16px;
    flex-direction: column;
    background-color: var(--primary-color);
    cursor: pointer;
    justify-content: space-around;
    padding: 8px 0px;
}

.sec .left .icons .top span {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
}

.sec .left .icons .top i {
    color: #fff;
    font-size: 56px;
    font-weight: 200;
}

.sec .left .icons .top h1 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

#mod_topcenter {
    height: 100%;
    justify-content: center;
}

#mod_sec {
    flex-direction: column;
    height: 200px;
}

#mod_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mod_tela {
    min-height: 98vh;
    justify-content: start;
    background: var(--background-color);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#mod_conteudo {
    padding-top: 30px;
}

.head {
    width: 100%;
    flex-direction: column;
    text-align: center;
    color: #32313d;
    padding: 20px 0px;
    padding-bottom: 0px;
}

.head h1 {
    padding: 5px;
    font-weight: 400;
    font-size: 24px;
    color: var(--title-color);

}

.head h2 {
    font-weight: 500;
    font-size: 16px;
}

.descricao {
    margin-bottom: 40px;
    display: none;
    background-color: #fbfbfb;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 0;
    box-shadow: 4px 4px 10px #32313d6d;
}

.descricao h1 {
    color: #32313d;
    font-weight: 500;
    font-size: 16px;
}

.descricao h2 {
    width: 48%;
    padding: 8px 16px;
    border-radius: 16px;
    background-color: var(--primary-color);
    cursor: pointer;
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#altura {
    height: 200px;
}

#altura2 {
    height: 100px;
    border-radius: 16px;
}

.trio {
    width: 32%;
    border-radius: 16px;

}

/* substitui o bloco antigo */
.top img{
  width: auto;          /* não força largura fixa */
  height: auto;         /* não força altura fixa */
  max-width: 76px;      /* limite horizontal */
  max-height: 50px;     /* limite vertical */
  object-fit: contain;  /* nunca distorce/corta */
  display: block;
  margin: 0 auto;       /* centraliza no container .top */
}

#modificando_icon {
    border-radius: 8px;
}


.lateral {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.lateral .coluna {
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lateral img {
    width: 100px;
    height: 100px;
}

.linhaEfeito {
    border-bottom: 2px solid #bfbfbf;
}

#bandeiras {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#bandeiras img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#mod_logo {
    justify-content: end;
}

.remover_pad {
    padding-top: 0px;
}

@media only screen and (max-width: 600px) {
    body {
        padding: 0px;
    }

    .tela {
        width: 100%;
        border-radius: 0px;
        padding-bottom: 150px;
    }

    #mod_tela {
        min-height: 100vh;
        justify-content: start;
    }

    .lateral .coluna {
        width: 40%;
    }

    .banneraw {
        width: 300px;
        height: 533px;
    }
}

