.singlephp {
    max-width: 930px;
    margin: 0 auto;
}
.date_zone {
    font-size: 14px;
    color: #0071C5;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
}
.image_post {
    width: 100%;
    margin-bottom: 60px;
    height: auto;
}
.content-zone{
    margin-bottom:50px;
}
.custom-p-fields-zone{
    margin-bottom:30px;
}
.field-title {
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.custom-p-text-box {
    margin-top: 10px;
    font-weight: 500
}
.custom-p-text {
    text-decoration: underline;
    margin-top: 10px;
    color: #808080;
    font-weight: 400
}
.custom-p-list{
    list-style:none;
    display:flex;
    padding:0;
}
    .custom-p-list li:first-child {
        border-left: none;
        padding-left: 0;
    }
    .custom-p-list li {
        font-size: 18px;
        border-left: 1px solid #000000;
        color: #000000;
        text-decoration: underline;
        padding-left: 10px;
        padding-right: 10px;
    }
.extra-content-zone {
    background-color: #F5F6F6;
    padding: 50px 0;
    margin-bottom: 100px;
}
.extra-max-width {
    max-width: 930px;
    margin: 0 auto;
}
.extra-titulo {
    margin-bottom: 80px;
    font-size: 24px;
}
.extra-imgs-arrows {
    display: flex;
}
.extra-img img {
    height: 178px;
    width: 220px;
}
.fa-chevron-right:before {
    font-size: 26px;
    color: #69747F;
}
.extra-adjust {
    margin: auto 15px;
}
.text-extra-cont:not(.show) {
    display: none;
}
.text-extra-cont p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}
.extra-cont-texts{
    margin-top:80px;
    margin-bottom:50px;
}
.tag-zone {
    display: flex;
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    color: rgba(32,32,32,0.5);
    text-decoration: underline;
    margin-top: 100px;
}
.tag-box {
    border-right: 1.6px solid rgb(143 143 146 / 37%);
    padding-right: 10px;
    padding-left: 10px;
}
.tag-box:first-child {
    
    padding-left: 0px;
}
    .tag-box:last-child {
        border-right: 0;
        padding-right: 0;
    }
/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
    .extra-imgs-arrows{
        flex-direction:column;
    }
    .extra-img, .extra-adjust{
        margin:auto;
    }
    .content-zone, .extra-max-width {
        margin-left:20px;
        margin-right:20px;
    }

    .date_zone{
        margin-left: 25px;
    }
}

