@charset "UTF-8";

/* =================================================================== 
 *
 *  
 *  ------------------------------------------------------------------
 *
 *
 *
 * =================================================================== */

/* -----------------------------------------------------
Media Query Exemplos
-----------------------------------------------------

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 830px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1382px) {}

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 1200px) {}
*/

/**********************************************************************
***********************************************************************
****
****        Sections
****
****
***********************************************************************
**********************************************************************/
/*section {
    padding: 10.964912280701755vh 0;
    width: 100%;
}*/
/**********************************************************************
***********************************************************************
****
****        Sections
****
****
***********************************************************************
**********************************************************************/


/**********************************************************************
***********************************************************************
****
****        Botoneira
****
****
***********************************************************************
**********************************************************************/
#btn-verTodos {
    background: #00135E;
    text-transform: uppercase;
    border: none;
    border-radius:20px;
    padding: 10px 30px;
    font-family: 'Myriad Pro Regular';
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    margin: 0 auto;
}
/**********************************************************************
***********************************************************************
****
****        Botoneira
****
****
***********************************************************************
**********************************************************************/






/**********************************************************************
***********************************************************************
****
****        COMENTÁRIOS
****
****
***********************************************************************
**********************************************************************/
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist li {
    border-bottom: solid 1px #504E28;
}
.commentlist .comment-body .comment-author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.commentlist .comment-body .comment-author img {
    width: 32px;
    border-radius: 50%;
}
.commentlist .comment-body .comment-author .fn,
.commentlist .comment-body .comment-author .fn a {
    font-family: 'Myriad Pro Regular';
    text-decoration: none;
    font-weight: bold;
    color:#504E28;
}
.commentlist .comment-body .comment-author .says {
    display: none;
}
.commentlist .comment-body .commentmetadata a {
    font-family: 'Myriad Pro Regular';
    text-decoration: none;
    color:#8D8D8D;
}

.comment-respond {
    margin: 40px 0;
}
.comment-respond form p label {
    display: block;
}
.comment-respond form p textarea,
.comment-respond form p input {
    width: 100%;
}

.comment-respond form p.comment-form-cookies-consent {
    display: flex;
    justify-content:left;
    align-content: center;
    gap: 20px;
}
.comment-respond form p.comment-form-cookies-consent #wp-comment-cookies-consent {
    width: 30px;
}
.comment-respond form .form-submit {
    max-width: 250px;
    border-radius: 30px;
    text-align: center;
}
/**********************************************************************
***********************************************************************
****
****        COMENTÁRIOS
****
****
***********************************************************************
**********************************************************************/














/**********************************************************************
***********************************************************************
****
****        FOOTER
****
****
***********************************************************************
**********************************************************************/
#footer {
    background-color:#00135E;
    padding: 10.964912280701755vh 0;
    width: 100%;
}



#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}
#footer ul li a img {
    width: 70px;
}
#footer p a.linkmail {
    color: #ffffff;
    text-decoration: none;
}
#footer p a.linkmail:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (min-width: 320px) {
    #footer h2 {
        font-family: 'Myriad Pro Regular';
        color: #ffffff;
        font-size: 25px;
        margin-bottom: 30px;
        text-align: center;
    }
    #footer h3 {
        font-family: 'Myriad Pro Regular';
        color: #ffffff;
        font-size: 25px;
        text-align: center;
        margin: 20px 0 10px 0;
    }
    #footer h4 {
        font-family: 'Myriad Pro Regular';
        color: #ffffff;
        font-size: 25px;
        margin: 20px 0 10px 0;
        text-align: center;
    }
    #footer p {
        font-family: 'Myriad Pro Light';
        color: #ffffff;
        font-size: 15px;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    #footer h2 {
        text-align: left;
    }
    #footer h3 {
        margin: 0 0 50px 0;
    }
    #footer h4 {
        text-align: left;
        margin: 0 0 30px 0;
    }
    #footer p {
        text-align: left;
    }
}
/**********************************************************************
***********************************************************************
****
****        FOOTER
****
****
***********************************************************************
**********************************************************************/