.page-content h3 {
    color: #0B6642;
    font-weight: bold;
}

.page-content ol {
    list-style: outside;
    font-size: 14px;
    line-height: 20px;
}

.page-content p {
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 18px
}

    .page-content p a {
        color: #0B6642;
        font-weight: 400;
        text-decoration: underline;
    }

.s_date_update span:nth-child(2) {
    margin: 0 5px;
}
.text-contact-zone {
    display: flex;
    margin: 30px auto;
    max-width: 574px
}
.email-text, .phone-text {
    display: flex;
    cursor:pointer;
}
.email-text{
    margin-right:auto;
}
.email-text div:last-child{
    margin:auto;
}
.phone-text div:last-child{
    margin:auto;
}
.fa-envelope:before {
    font-size: 28px;
    color: #5cb874;
}
.fa-envelope, .fa-mobile-screen {
    background: #eaf6ed;
    padding: 15px;
    border-radius: 30px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out
}
.fa-mobile-screen:before {
    font-size: 28px;
    color: #5cb874;
}
.email-text:hover .fa-envelope, .phone-text:hover .fa-mobile-screen {
    background: #5cb874;
}
.email-text:hover .fa-envelope:before, .phone-text:hover .fa-mobile-screen:before {
    color: #fff;
}

.sendClean p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.contactos_main{
	max-width: 574px;
}
/*============================Phones============================*/
@media (max-width: 667px) {
    .text-contact-zone{
        display:block;
    }
    .phone-text{
        margin-top: 30px;
    }
}