
.site-main{
    max-width: 1100px;
    margin: 45px auto 0;
    color: #212529;
    min-height: calc(100vh - 70px - 145px - 45px);
}
    .site-main h2 {
        color: #212529;
        font-size: 28px;
        font-weight: bold;
    }

    .single_header {
        margin-bottom: 30px;
    }

.s_date {
    font-size: 14px;
    color: #212529;
}
.s_date_update {
    font-size: 14px;
    color: #212529;
    display:flex;
}
.s_date_update span:first-child{
   margin-left:auto;
}

    .single_header > h1 {
        color: #212529;
        font-size: 36px;
        font-weight: bold;
        line-height: 56px;
        margin-bottom: 0;
    }

.breadcrump {
    width: 100%;
}

.breadcrum {
    padding: 0;
    color: #0B6642;
    display: flex;
    list-style: none;
    letter-spacing: 1px
}

    .breadcrum li {
        font-size: 10px;
        padding: 0 0 0 5px;

    }

/*.breadcrum {
    list-style: none;
    display: flex;
    padding: 0;
}

    .breadcrum li {
        padding: 0;
        color: #646464;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 21px;
        text-transform: uppercase;
    }

        .breadcrum li + li {
            padding-left: 15px;
        }

            .breadcrum li + li::before {
                display: inline-block;
                margin: 0 0.25em;
                transform: rotate(15deg);
                border-right: 0.1em solid currentColor;
                height: 0.8em;
                content: "";
            }*/

/*.cat-bread, .current {
    padding-left: 15px;
}*/
.post-content {
    font-size: 18px;
    line-height: 28px;   
    /*max-width: 100ch;*/
}
    .post-content a {
        color: #5cb874;
        cursor:pointer;
    }
    .post-content ol {
        list-style: outside;
        font-size: 14px;
        line-height: 20px;
    }

    .post-content > img {
        width: 100%;
        height: auto;
        margin-bottom: 75px;
    }

    .post-content > p {
        font-size: 18px;
        line-height: 28px;
    }   

.main-content-zone {
    margin-bottom: 60px;
    display: flex;    
    gap: 50px;
}
.main-content{
	display: flex;
	flex-direction: column;
	max-width: 70%;
	width: 100%;
}
.main-image{max-width: 30%;}
    .main-content-zone img{
        width:100%;
        height:auto;
        margin-bottom:20px;
        margin-top:20px;
    }
    .c-accordion__title:after {
        font-size: 28px;
        color: #0B6642;
    }
.wrapper-pagination {
    width: 100%;
    display: flex;
    margin-top: 119px;
}

.pagination {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 auto;
}

    .pagination li {
        width: 28px;
        height: 28px;
        border: 1px solid rgba(0,0,0,0%);
        display: flex;
        font-size: 14px;
        font-weight: bold;
        margin: 0 10px;
    }

        .pagination li:not(.pag_setas,.current):hover {
            
        }

        .pagination li.current {
           
            border-bottom: 2px solid;
        }
        
        .pagination li.current span{
           
            margin: auto;
        }

        .pagination li a {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
        }

        .pagination li.pag_setas {
           
        }

            .pagination li.pag_setas.inactive {
              
            }

                .pagination li.pag_setas.inactive a {
                    cursor: default;
                }

            .pagination li.pag_setas:not(.inactive):hover {
               
            }
.voltar_b {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin: 30px 0;
}
   
    .voltarWord {     
        font-weight: 400;
        margin-left:10px;
    }
/*==============================Contactos===========================*/
label {
    font-size: 16px;
    color: #474641;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.wpcf7 {
    max-width: 574px;
    margin: auto;
}



#your-message {
    height: 180px;
}

.wpcf7-text,
textarea {
    height: 38px;
    max-width: 574px;
    width: 100%;
    background-color: #FAFAFA;
    border: none;
    color: #000;
    border: 1px solid #5cb874;
    border-radius: 8px;
}
.sendClean {
    margin-bottom: 70px;
    display: flex;
    flex-direction: row-reverse;
}
.sendClean p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.send-button {
    line-height: 19px;
    height: 30px;
    width: 90px;
    background-color: #5cb874;
    color: #FAFAFA;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    margin-left: auto;
}

.contactField {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.map-zone{
    display:flex;
}
    .map-zone iframe {
        min-width: 500px;
        height: auto;
        border: 0;
        overflow: hidden;        
    }
.map-text {
    margin-left: 80px;
   
}

/*=============================================Mobile=============================================*/
/*---------------------Phones-------------------*/
@media (max-width: 667px) {
    .site-main {
       
        margin: 45px 20px;
        color: #212529;
    }
    .map-zone {
        display: block;
    }
        .map-zone iframe {
        	min-width: unset;
            width: 100%;
            
        }
    .map-text {
        margin-left: initial;
    }
    
    .main-content-zone{flex-direction: column-reverse;}
    .main-content, .main-image{max-width: 100%;}
}
