/*
Theme Name: ViverSever 25
Author: Ana Dias
Version: 1.0
*/

@font-face {
    font-family: "Bambino New Sans";
    src: url('https://viversever.pt/wp-content/themes/viversever25/assets/fonts/BambinoNew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Bambino New Sans";
    src: url('https://viversever.pt/wp-content/themes/viversever25/assets/fonts/BambinoNew-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Bambino New Sans";
    src: url('https://viversever.pt/wp-content/themes/viversever25/assets/fonts/BambinoNew-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Bambino New Sans";
    src: url('https://viversever.pt/wp-content/themes/viversever25/assets/fonts/BambinoNew-Light.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "Decrypyt";
    src: url('https://viversever.pt/wp-content/themes/viversever25/assets/fonts/Decrypt-01.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 
Cores
Branco Fundo: F7F2E8 
Verde Main: 06612D
Verde Secundario: 0B793A
*/

/* Geral */
* {
    font-family: "Bambino New Sans", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol,
li {
    list-style: none;
}

button {
    border: none;
}

body {
    background-color: #F7F2E8;
    min-height: 100vh;
    color: #06612D;
    width: 100vw;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    position: relative;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.button {
    background-color: #F7F2E8;
    color: #06612D;

    border-radius: 25px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
}

/* Header */

header {
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
    z-index:1;
}

.mobile,
.mobile ul {
    display: none;
}

.desktop {
    width: 90%;
    justify-content: space-between;
}

.desktop,
.desktop ul {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.desktop nav {
    justify-content: space-between;
}

.desktop ul {
    justify-content: center;
    gap: 50px;
}

.mobile a {
    width: 45%;
}

.desktop ul li,
.desktop img {
    transition: all 0.3s;
}

.desktop>a {
    width: 15%;
}

.desktop img:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.selected,
.desktop ul li:hover {
    font-weight: bold;
    color: #F7F2E8;
    background-color: #06612D;
    padding: 10px 20px 10px 20px;

}

/* Lightbox Slider/Galeria */

.lightbox {
    position: fixed;
    inset: 0;
    background: #06612de3;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.lightbox__img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox__prev,
.lightbox__next {
    position: absolute;
    font-size: 3rem;
    color: #F7F2E8;
    background: none;
    cursor: pointer;
}

.lightbox__prev {
    left: 2rem;
}

.lightbox__next {
    right: 2rem;
}

.lightbox__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    background: none;
    border: none;
    padding: 1rem;
    cursor: pointer;
}

.lightbox__arrow--left {
    left: 1rem;
}

.lightbox__arrow--right {
    right: 1rem;
}

/* Footer */

footer {
    bottom: 0;
    background-color: #06612D;
    width: 100%;
    color: #F7F2E8;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
}

footer>div {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

footer ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 80%;
    text-align: center;
}

footer>div>div {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}

footer>div>div>div {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 15px;
}


footer a img {
    width: 100%;
    height: auto;
}


/* Páginas */

.title {
    font-family: "Decrypyt";
    font-size: 125px;
    font-weight: normal;
    color: #06612D;
}

.container {
    width: 90%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 150px;
}

/* Notícias */

.not .container>div:nth-of-type(1) {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}


.not .container>div>ul {
    display: flex;
    flex-flow: row wrap;
    width: 25%;

    justify-content: flex-end;

    font-weight: bold;
}

.not .container>div>ul>li {
    font-weight: normal;
    text-align: center;
    cursor: pointer;

    transition: font-weight 0.3s;
}

.not .container>div>ul>li:hover,
.active {
    font-weight: bold !important;
}

.not .container>div>ul>li:first-of-type {
    margin-left: 5px;
}

.not .container>div:nth-of-type(2) {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.not-card {
    width: calc((100% / 4) - 15px);
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.not-card>div:nth-of-type(1) {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.not-card>div:nth-of-type(1)>span {
    font-size: 14px;
    font-weight: lighter;
}

.not-card>div:nth-of-type(2) {
    width: 100%;
    max-height: 500px;
    height: 500px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.not-card>div:nth-of-type(2)>div {
    background-color: #06612D;
    color: #F7F2E8;

    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;

    padding: 30px 20px 25px 20px;
    height: 50%;
}

.not-card h2 {
    font-size: 24px;
    font-weight: bold;
}

.not-card>div:nth-of-type(2)>div>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    overflow: hidden;
}

.not-card img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

/* Notícia - Single */

.title-not {
    font-family: "Bambino New Sans";
    font-size: 90px;
    font-weight: bold;
    text-align: center;
}

.sing-not .container>div:nth-of-type(1),
.sing-not .container>div:nth-of-type(2) {
    width: 75%;

    display: flex;
    flex-flow: column;
    align-items: center;
}

.sing-not .container>div:nth-of-type(1) {
    margin-bottom: 50px;
    margin-top: 50px;
}

.sing-not .container>div:nth-of-type(1)>div {
    width: 100%;

    display: flex;
    flex-flow: row;
    justify-content: space-between;

    font-size: 16px;
}

.sing-not .container>div:nth-of-type(2) {
    gap: 50px;
}

.sing-not .container>div:nth-of-type(2)>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sing-not .container>div:nth-of-type(2)>div {
    font-size: 16px;
    font-weight: normal;
}

.sing-not .container>div:nth-of-type(3) {
    margin-top: 50px;
    width: 75%;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.sing-not .container>div:nth-of-type(3) img {
    width: calc((100% / 5) - 10px);
    object-fit: cover;
}

/* Arquivo */

.arquivo,
.agenda,
.vsever,
.contactos{
    gap: 50px;
}

.arquivo h1,
.agenda h1,
.vsever h1,
.vsever h2,
.merch h1,
.contactos h1{
    align-self: flex-start;
    margin-bottom: 50px;
}

.arquivo .container>div,
.agenda .container>a,
.merch .container>div,
.contactos .container>div{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}

.arquivo-img-panel{
    position:relative;
}

.arquivo-img-panel img{
    position:sticky;
    top: 0;
}

.arquivo .container>div>div:nth-of-type(1) {
    width: calc(40% - 12.5px);

    font-size: 16px;
    font-weight: normal;

    display: flex;
    flex-flow: column;
    gap: 10px;

    visibility: hidden;
}

.arquivo .container>div>div:nth-of-type(1) img {
    width: 100%;
    height: auto;
}

.arquivo .container>div>div:nth-of-type(2) {
    width: calc(60% - 12.5px);
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.arquivo .container>div>div:nth-of-type(2)>div,
.arquivo .container>div>div:nth-of-type(2)>a {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.arquivo .container>div>div:nth-of-type(2)>div {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #06612D;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.arquivo .container>div>div:nth-of-type(2)>a {
    font-size: 16px;
    font-weight: normal;
}

.arquivo .container>div>div:nth-of-type(2)>a:hover {
    font-weight: bold;
}

.not-card.first-of-year {
border-top: solid 1px #06612D;
  margin-top: 5px;
  padding-top: 20px;
}

/* Arquivo - Single */

.sing-not,
.sing-ang {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.sing-arq .container>div:first-of-type {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.sing-arq .container>div:first-of-type>span {
    align-self: flex-end;
    font-size: 16px;
}

.sing-arq .container>div:first-of-type>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-arq {
    font-size: 45px;
    font-weight: bold;
    text-align: left;
}

.sing-arq .container>div:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: normal;
    
    display: flex;
    flex-flow: column;
}

.sing-arq .img-glr {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.sing-arq .img-glr img {
    width: calc((100% / 3) - 10px);
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* Arquvivo */

.agenda .container {
    gap: 50px;
}

.agenda .container>a {
    gap: 0px;
    justify-content: space-between;
}

.dat-cont {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    width: 5%;
    min-width: 80px;
    max-height: 125px;

    background-color: #06612D;
    color: #F7F2E8;
    padding: 5px 20px 5px 20px;
}

.dat-cont>span:first-of-type {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

.dat-cont>span:last-of-type {
    font-weight: lighter;
    font-size: 30px;
}

.ag-it>div:nth-of-type(2) {
    width: 50%;
    display: flex;
}

.ag-it>div:nth-of-type(2)>img,
.ag-hp .ag-it>div:nth-of-type(2)>div>img {
    width: 100%;
    height: auto;
    display: flex;
    object-fit: cover;
}

.ag-it>div:nth-of-type(3),
.ag-hp .ag-it>div:nth-of-type(2)>div {
    width: 35%;
    height: fit-content;
    display: flex;
    flex-flow: column;
    gap: 25px;

    border: solid 1px #06612D;
    padding: 10px;
}

.ag-it>div:nth-of-type(3)>h2,
.ag-hp .ag-it>div:nth-of-type(2)>div>h3 {
    width: 95%;
    font-size: 24px;
    font-weight: bold;
}

.ag-it>div:nth-of-type(3)>span,
.ag-hp .ag-it>div:nth-of-type(2)>div>div {
    font-size: 16px;
    font-weight: normal;
}

/* Single Agenda */

.single-ag .container {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
}

.single-ag .container>div:first-of-type,
.single-ag .container>div:nth-of-type(2) {
    width: 47.5%;
    margin-top: 50px;
}

.single-ag .container>div:first-of-type,
.single-ag .container>div:first-of-type>div:nth-of-type(2) {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.single-ag .container>div:first-of-type>div:nth-of-type(2)>h1 {
    font-size: 40px;
}

.single-ag .container>div:first-of-type>div:nth-of-type(2)>span {
    font-size: 16px;
}

.single-ag .container>div:nth-of-type(2) {
    display: flex;
    position: sticky;
    top: 0px;
}

.single-ag .container>div:nth-of-type(2) img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* ViverSever */
.vsever .container>div:nth-of-type(1) {
    margin-bottom: 75px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.vsever .container>div:nth-of-type(1) p {
    display: inline;
    width: 85%;
    font-size: 16px;
}

.vsever .container>div:nth-of-type(2) {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.eq-sect {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 25px;
}

.eq-sect>h3 {
    font-weight: 700;
    font-size: 35px;
}

.eq-sect>div:first-of-type {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.el-cont {
    width: calc((100% / 3) - 30px);
    display: flex;
    flex-flow: row;

    gap: 15px;

    border: solid 1px #06612D;
    padding: 10px;
}

.el-cont img {
    width: 35%;
    height: auto;

    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.el-cont>div {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.el-cont span,
.el-cont ul>li:first-of-type {
    font-weight: bold;
    font-size: 16px;
}

.el-cont ul>li:last-of-type {
    font-weight: regular;
    font-size: 14px;
}

/* Merch */

.merch .container>div {
    row-gap: 50px;
}

.item {
    width: calc((100% / 4) - 25px);
    display: flex;
    flex-flow: column;
    gap: 20px;
}


.item div {
    width: 100%;
}

.item>div:nth-of-type(2) {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 25px;
}

.item>div:nth-of-type(2)>span {
    font-weight: bold;
    font-size: 20px;
}

.item>div:nth-of-type(2) li {
    font-weight: normal;
    font-size: 16px;
}

.item img {
    width: calc(100% + 2px);
    height: auto;
    aspect-ratio: 3/4;
}

.item img:nth-of-type(2) {
    display: none;
}

.item>div:first-of-type {
    position: relative;
}

.it-opt {
    display: none;
    position: absolute;
    bottom: 0;

    background-color: #F7F2E8;
    border: solid 1px #06612D;

    justify-content: space-between;
    align-items: center;
}

.it-opt>span:first-of-type {
    font-size: calc(16px - 0.2vw);
    padding: 0px 5px 0px 5px;
}

.item>div:hover .it-opt {
    display: flex;
}

.item>div:hover img:nth-of-type(1) {
    display: none;
}

.item>div:hover img:nth-of-type(2) {
    display: flex;
}

.res-bt {
    background-color: #06612D;
    color: #F7F2E8;

    font-weight: bold;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    border:none;
}

.res-bt:hover {
    background-color: #F7F2E8;
    color: #06612D;

    transition: all 0.3s;
}

/* Single Merch */

.single-merch .container>div:first-of-type {
    width: 100%;
    display: flex;
    flex-flow: row;
    gap: 50px;

    margin-top: 50px;
}

.merch-car {
    display: flex;
    flex-flow: row-reverse;
    gap: 5px;
}

.merch-car,
.info-cont {
    width: 50%;
}

.merch-car>img:first-of-type {
    width: 80%;
    object-fit: cover;
    aspect-ratio: 3/4;
    object-position: center;
}

.ft-cont {
    width: 20%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 5px;
}

.ft-cont img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
    object-position: center;

}

.info-cont {
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.info-cont>div:first-of-type {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 25px;
}

.form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 15px;

    position: relative;
}

.form-inp {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.form-inp label {
    font-size: bold;
    font-weight: bold;
}

.form-inp select,
.form-inp input,
.form-inp textarea {
    background-color: #F7F2E8;
    color: #06612d94;

    border: solid 1px #06612D;
    padding: 10px;

    font-weight: bold;
    font-size: 16px;
}

.form-inp input {
    height: 40px;
}

.form-inp textarea {
    height: 100px;
}

.contactos .container>div {
    gap: 100px;
}

.contactos .container>div>div {
    width: calc(50% - 50px);
}

.contactos .container ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.contactos .container p, .contactos .res-bt, .contactos .container span,
.contactos .container input, .contactos .container textarea {
    width:100%;
}

.contactos .res-bt{
    margin-bottom: 20px;
}

.wpcf7 .hidden-fields-container {
  display: none !important;
}

.screen-reader-response {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


.contactos .container>div div .form,
.form-inp {
    width: 100%;
}


.single-merch .res-bt {
    position: absolute;
    bottom: 0;

    width: 100%;
}

/* Homepage */

.hp {
    width: 100vw;
    display: block;
    overflow-x: hidden;
    position: relative;
}

.hp-hd {
    opacity: 0;

    position: fixed;
    top: 0;

    z-index: 1;
}

.hp-hd.static {
    opacity: 0;

    position: static;
    top: 0;

    z-index: 1;
}

.hp-hd ul {
    color: #F7F2E8;
}

body {
    overflow-x: hidden;
}

.logo-reveal {
    width: 40%;
    height: auto;
}

.reveal {
    position: fixed;
    top: 0;
    z-index: 1;
    opacity: 0;

    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

    transition: opacity 0.3s ease;
}


.p-cont {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #e8dfe0;
}

.p-cont img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    will-change: transform;
}

.layer--bg {
    z-index: 1;
}

.layer--mid {
    z-index: 2;
}

.layer--front {
    z-index: 3;
}

#txthp {
    font-family: "Decrypyt";
    font-weight: normal;
    font-style: normal;
    color: #06612D;

    position: absolute;
    top: 50%;
    font-size: 10vw;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.reveal>div {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 50px;
}

.reveal .button {
    width: 200px;
    padding: 15px 50px 15px 50px;
    border-radius: 50px;
    text-align: center;
}

.button:hover {
    background-color: #06612D;
    color: #F7F2E8;
}

.ag-hp,
.not-hp,
.soc-hp {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;

    min-height: 100vh;
}

.ag-hp .title {
    width: 90%;
}

.ag-hp>div,
.not-hp>div {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}

.ag-hp .ag-it {
    margin-top: 50px;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 40%;
}

.ag-hp .ag-it>div:nth-of-type(2) {
    display: flex;
    flex-flow: column;
    width: 95%;
}

.ag-hp .ag-it>div:nth-of-type(2)>div {
    width: calc(100% - 22px);
}

.hp-bt {
    margin-top: 50px;
    font-weight: bold;
    font-size: 16px;
    background-color: #06612D;
    color: #F7F2E8;
    padding: 20px 50px 20px 50px;
}

.hp-bt:hover {
    margin-top: 50px;
    font-size: 16px;
    background-color: #F7F2E8;
    border: solid 1px #06612D;
    color: #06612D;
}

.not-hp .not-card {
    width: 40%;
}

.not-hp {
    justify-content: space-around;
}

.not-hp .not-card:nth-of-type(even) {
    margin-top: 100px;
}

.not-hp .hp-bt {
    margin-top: 50px;
}

.not-hp .not-card>div:nth-of-type(2)>div {
    height: 30%;
}

.not-hp .not-card img {
    height: 70%;
}

.lvSv-hp {
    margin-top: 100px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: row;
}

.lvSv-hp>div:first-of-type,
.lvSv-hp>div:nth-of-type(2) {
    width: 50%;
    min-height: 500px;
}

.lvSv-hp>div:first-of-type {
    padding: 50px;
    background-color: #06612D;
    color: #F7F2E8;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 0;
}

.lvSv-hp h2 {
    font-family: "Decrypyt";
    font-size: 75px;
}

.lvSv-hp>div>div {
    width: 100%;
    display: flex;
    align-items: center;
}

.lvSv-hp p {
    width: 90%;
}

.lvSv-hp .hp-bt {
    margin-top: 0;
    text-align: center;
    background-color: #F7F2E8;
    color: #06612D;
}

.lvSv-hp .hp-bt:hover {
    text-align: center;
    background-color: #06612D;
    color: #F7F2E8;
    border: solid 1px #F7F2E8;
}

.lvSv-hp>div:nth-of-type(2) {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lvSv-hp>div:nth-of-type(2)>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.soc-hp {
    padding: 50px;
    justify-content: flex-start;
    align-items: flex-start;
}

.soc-hp div {
    width: 85%;
    font-size: 75px;
    font-weight: bold;
    text-transform: uppercase;
}

.soc-hp .hp-bt {
    padding: 10px 100px 10px 100px;
}

/* Responsivo */

@media only screen and (max-width: 1200px) and (min-width: 951px) {

    /* Noticias Resp */
    .not-card {
        width: calc((100% / 3) - 15px);
    }
}

@media only screen and (max-width: 1040px) {
    .single-merch .res-bt {
        position: relative;
    }

    #txthp {
        top: 30%;
    }
}

@media only screen and (max-width: 950px) and (min-width: 752px) {
    header {
        font-size: 18px;
    }

    .desktop ul {
        gap: 15px;
    }

    /* Noticias Resp */
    .not .container>div:nth-of-type(1) {
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
    }

    .title {
        font-size: 110px;
    }

    .not .container>div:nth-of-type(1)>ul {
        flex-flow: row;
        width: auto;
    }

    .not-card {
        width: calc((100% / 2) - 10px);
    }

    .sing-not .container>div:nth-of-type(1),
    .sing-not .container>div:nth-of-type(2),
    .sing-not .container>div:nth-of-type(3) {
        width: 100%;
    }
}

@media only screen and (min-width: 891px) and (max-width: 1120px) {
    .ag-it>div:nth-of-type(2) {
        width: 45%;
        display: flex;
    }
}

@media only screen and (max-width: 890px) {
    .agenda .container>a {
        gap: 0px;
    }

    .ag-it>div:nth-of-type(2) {
        display: none;
    }

    .dat-cont {
        min-width: 80px;
        max-height: 100px;

        padding: 2.5px 10px 2.5px 10px;
    }

    .dat-cont>span:first-of-type {
        font-size: 30px;
        line-height: 30px;
    }

    .dat-cont>span:last-of-type {
        font-size: 20px;
    }

    .ag-it>div:nth-of-type(3)>h2 {
        font-size: 20px;
    }

    .ag-it>div:nth-of-type(3)>span {
        font-size: 14px;
    }

    .single-ag .container {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .single-ag .container>div:first-of-type,
    .single-ag .container>div:last-of-type {
        width: 100%;
    }

    .single-ag .container>div:first-of-type>div:nth-of-type(2)>h1 {
        font-size: 30px;
    }

    .single-ag .container>div:first-of-type>div:nth-of-type(2)>span {
        font-size: 14px;
    }

    .single-merch .container>div:first-of-type {
        flex-flow: column;
    }

    .merch-car,
    .info-cont {
        width: 100%;
    }
}

@media only screen and (max-width: 751px) {

    /* Header Responsivo*/

    .desktop {
        display: none;
    }

    header {
        width: 100%;
        font-size: 21px;
    }

    .mobile {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        width: 90%;
    }

    .mobile ul {
        display: none;
        position: fixed;
        top: 0;
        right: -100%;

        width: 100%;
        height: 100vh;

        background-color: #06612D;
        color: #F7F2E8;

        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 25px;

        transition: right 0.3s;
    }

    .mobile ul img {
        position: absolute;
        right: 30px;
        top: 50px;
    }

    /* Footer Responsivo */
    footer {
        font-size: 16px;
    }

    footer>div {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-bottom: 25px;
        margin-top: 25px;
        width: 100%;
    }

    footer>div>img {
        order: 2;
        width: 50%;
    }

    footer>div>div {
        width: 100%;
        text-align: center;
        order: 3;
    }

    footer>div>div img {
        width: 125%;
    }

    footer ul {
        width: 50%;
    }

    footer .button {
    width: 200px;
    text-align: center;
    }

    /* Noticias Resp */
    .not .container>div:nth-of-type(1) {
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
    }

    .title {
        font-size: 75px;
    }

    .not .container>div:nth-of-type(1)>ul {
        flex-flow: row;
        width: auto;
        font-size: 14px;
    }

    .not-card {
        width: 100%;
    }

    .not-card h2 {
        font-size: 21px;
    }

    .not-card>div:nth-of-type(2)>div span {
        font-size: 14px;
    }

    /* Notícia Single */

    .title-not {
        font-size: 45px;
    }

    .sing-not .container>div:nth-of-type(1),
    .sing-not .container>div:nth-of-type(2),
    .sing-not .container>div:nth-of-type(3) {
        width: 90%;
    }

    .sing-not .container>div:nth-of-type(1)>div {
        font-size: 14px;
    }

    .sing-not .container>div:nth-of-type(2)>img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .sing-not .container>div:nth-of-type(2)>div {
        font-size: 14px;
        font-weight: normal;
    }

    .sing-not .container>div:nth-of-type(3) img {
        width: calc((100% / 3) - 10px);
        object-fit: cover;
    }

    /* Arquivo Resp */

    .arquivo .container>div>div:nth-of-type(1) {
        display: none;
    }

    .arquivo .container>div>div:nth-of-type(2) {
        width: 100%;
    }

    .arquivo .container>div>div:nth-of-type(2)>div {
        font-size: 16px;
        margin-bottom: 7.5px;
    }

    .arquivo .container>div>div:nth-of-type(2)>a {
        font-size: 14px;
    }

    .sing-arq .container>div:first-of-type>span {
        font-size: 14px;
    }

    .sing-arq .container>div:nth-of-type(2) {
        font-size: 14px;
        font-weight: normal;
    }

    .title-arq {
        font-size: 30px;
    }

    .vsever .container>div:nth-of-type(1)>p {
        font-size: 14px;
    }

    .ag-hp {
        margin-top: 0;
    }

    .ag-hp>div:first-of-type {
        flex-flow: column;
        align-items: center;
    }

    .ag-hp>div:first-of-type>div {
        flex-flow: column;
    }

    .ag-hp .ag-it {
        width: 80%;
    }

    .ag-hp .ag-it>div:nth-of-type(2)>div>h3 {
        font-size: 20px;
    }
    
    .not-hp > div {
    display: flex;
    flex-flow: column;
    align-items: center;
    }
    
  .not-hp .not-card {
    width: 90%;
    }

    .lvSv-hp {
        flex-flow: column;
    }

    .lvSv-hp>div:first-of-type,
    .lvSv-hp>div:nth-of-type(2) {
        width: 100%;
        min-height: 80%;
    }
    
    .lvSv-hp > div:nth-of-type(2) > img {
  width: 100%;
  height: auto;
  align-self: flex-start;
}

    .lvSv-hp>div:first-of-type {
        padding: 0;
        align-items: center;
        padding: 20px 0px 20px 0px;
        gap: 30px;
        justify-content: center;
    }

    .lvSv-hp>div:first-of-type h2 {
        width: 90%;
        font-size: 60px;
        text-align: center;
    }

    .lvSv-hp>div:first-of-type div {
        width: 90%;
        display: flex;
        align-items: center;
    }

    .lvSv-hp>div:nth-of-type(2) {
        margin-top: 0px;
    }

    .p-cont {
        background-color: #F7F2E8;
        min-height: 120vh;
        height: 120vh;
    }

    .p-cont img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #txthp {
        top: 20%;
    }

    .reveal>div {
        flex-flow: column;
        gap: 10px;
        margin-top: 50px;
    }
    
    .reveal{
        margin-top:75px;
    }

    .reveal .button {
        width: 150px;
        padding: 10px 50px 10px 50px;
        text-align: center;
    }

    .soc-hp {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .soc-hp div {
        font-size: 50px;
    }
    
    .contactos .container>div>div {
        width: 100%;
    }

}

@media only screen and (max-width: 890px) and (min-width: 771px) {

    .ag-it>div:nth-of-type(3) {
        width: 80%;
    }

    .el-cont {
        width: calc((100% / 2) - 30px);
    }

    .item {
        width: calc((100% / 3) - 25px);
    }
}

@media only screen and (max-width: 770px) and (min-width: 591px) {

    .ag-it>div:nth-of-type(3) {
        width: 75%;
    }

    .el-cont {
        width: calc((100% / 2) - 30px);
    }

    .item {
        width: calc((100% / 2) - 25px);
    }
}

@media only screen and (max-width: 590px) {

    .ag-it>div:nth-of-type(3) {
        width: 70%;
    }

    .eq-sect>h3 {
        font-size: 30px;
    }

    .el-cont {
        width: 100%;
    }

    .item {
        width: 100%;
    }
}