
p.post-meta {
    display: none;
}

h1.entry-title {
    margin: 1.2em 0;
    margin-top: 3em;
    font-family: 'Montserrat';
    color: #006F72;
    font-size: 2.5em;
    text-align: center;
}
.et_post_meta_wrapper img {
    width: 80%;
    border-radius: 10px;
}

.et_post_meta_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8em;
}


.menu a {
    color: #006F72;
}


.menu a img {
    opacity: 0;
}

.menu a:has(img) {
    background-image: url('/wp-content/uploads/2025/01/greenWhatsapp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-13%);
}


.introPLText p {
    color: #006F72;
    text-align: center;
    font-size: 1.1em;
}

.introPLText {
    display: flex;
    flex-direction: column;
}

.introPLText {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plButton {
    background-color: #006F72;
    border: 1px solid #006F72;
    color: white;
    padding: 0.8em 1.4em;
    margin-top: 1.3em;
    font-family: 'Montserrat';
    margin-bottom: 0.5em;
    transition: all 0.35s ease-in-out;
}

.plButton:hover{
    background-color:white;
    color: #006F72;
}

.entry-content :is(p,ul,li,h3) {
    font-family: 'Montserrat';
}

.plBorder {
    padding: 1em 6%;
    border: 3px solid #006F72;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
}

article {
    padding-bottom: unset!important;
    margin-bottom: unset!important;
}
.et_post_meta_wrapper {
    margin-bottom: 0;
}

div#left-area {
    padding-bottom: 0!important;
}

.et_pb_section.et_pb_section_0.et_section_regular {
    padding: 0!important;
}

.et_pb_row.et_pb_row_0 {
    padding: 0!important;
}
@media only screen and (max-width:1000px){
    html body .container {
        width: 100%;
        max-width: unset;
        padding: 0 2%;
    }
    html body .entry-content h3 {
        text-align: center;
        margin: 0.8em 0;
    }
}


@media only screen and (max-width:500px){
    html body h1.entry-title {
        margin-top: 0.7em;
    }
    html body .container {
        padding: 0 4%;
    }
    .plBorder p {
        text-align: center;
    }
    .plBorder a {
        font-size: 0.85em;
    }
    html body .et_post_meta_wrapper img {
        width: 100%;
    }
}