/*
 Theme Name: onepress child
 Template: onepress
*/

* {
    text-decoration: none!important;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('font/MohrRoundedAlt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

h1{
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0em 0.05em 0.05em rgba(0, 0, 0, 0.4);
    color: white!important;
    font-weight: 700!important;
    font-size: 50px!important;
}

.custom-font{
    font-family: 'Montserrat', sans-serif!important;
}

#header-section ul li a{
    font-family: 'Montserrat', sans-serif!important;
    color: #FF931A;
    font-size: 14px;
}

#header-section ul li a:nth-child(1){
    color: #7c479f;
}

#header-section ul li a:hover{
    color: #02b8aa;
}

.onepress-menu-mobile{
    max-height: 300px;
}

.page-header {
    background-color: #7c479f!important;
}

.site-wpp{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 100000!important;
	display:none;
}

.site-wpp img{
    height: 30px;
    height: 80px;
}

.post .entry-header h1{
    color: #7c479f!important;
    font-size: 36px!important;
}

.post-CreatedByhHuman, .post-Cotacao{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.post-CreatedByhHuman p{
    max-width: 300px;
    background-color: #00aa9b;
    color: #fff;
    border-radius: 20px;
    padding: 15px 10px;
}

.post-Cotacao a{
    background-color: #E09900;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    padding: 15px 15px;
	display: none;
}

.post-Cotacao a:hover{
    color: #fff;
}

a.read-more{
	background-color: #7c479f!important;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	padding: 0 15px;
}

a.read-more:hover{background-color: #00aa9b!important;}

/* Estilo para a Home */
.custom-home {
    background-position: center top;
    background-image: url('https://www.unicorbeneficios.com.br/blog/wp-content/uploads/2025/08/banner-blog-unicor.webp')!important;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 50% 50px 10%;
    min-height: 30em;
}

.custom-home p{
    color: #00aa9b!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 30px 0;
}

.custom-home a{
    background-color: #00aa9b;
    color: white;
    border-radius: 20px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 20px;
}

.custom-home a:hover{
    color: #7c479f;
    background-color: #02b8aa;
    transition: all ease-in-out 0.3s;
}

.posts-articles{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    padding: 0 10%;
    margin: 40px 0;
}

.posts-articles article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 3px 3px 25px #6666667a;
    max-width: 350px;
    margin: 20px auto 20px auto;
    min-height: 500px;
    transition: all 300ms ease-in-out;
}

.posts-articles article:hover{
    transform: translateX(0px) translateY(-10px); 
}

.posts-articles article .post-content{
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.posts-articles article h3{
    margin: 10px 0;
}

.posts-articles article h3 a{
    font-family: 'MohrRoundedAlt-Bold', sans-serif!important;
    color: #7c479f!important;
}

.second-section{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.second-section__border{
    border-top: solid rgb(178,178,178) 5px;
    width: 100%;
}

.second-section__button{
    margin: 30px 0 70px 0;
    z-index: 100;
}

.second-section__button a{
    color: #fff;
    background-color: #00aa9b;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 700;
}

.second-section__button a:hover{
    color: #fff;
    background-color: #7c479f;
}

/* Footer */
.site-footer .site-info{
    background-color: #7c479f!important; 
}

.site-end{
    background-color: #00aa9b;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 15px;
}

.site-end p{
    color: #fff!important;
    margin: 0!important;
}

.site-end__social{
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.site-end__social svg{
    fill: #fff;
    height: 30px;
    width: 30px;
}

.site-end__social svg:hover{
    fill: #454aa8;
    transition: all ease-in-out 0.3s;
}

.site-footer .btt a{
    background: #00aa9b!important; 
}

/* footer-top personalizado */
.site-footer {
    color: #ffffff;
}

.footer-new{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-search {
    margin-bottom: 20px;
}

.footer-search form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 40px 0;
}

.footer-search input[type="text"] {
    padding: 10px 30px;
    border-radius: 10px 0 0 10px;
    border: none;
    width: 250px;
}

.footer-search button {
    padding: 10px 20px;
    border-radius: 0 10px 10px 0;
    background-color: #00aa9b;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.footer-search button:hover{
    background-color: #007f71;
}

.footer-columns{
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.footer-column {
    flex: 1;
    padding: 0 20px;
    flex-direction: column;
    display: flex;
}

.footer-column a{
    font-weight: 700;
    color: #fff!important;
    font-size: 16px!important;
}

.footer-column h3 {
    color: #fff;
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 28px;
    line-height: 32px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 8px;
    color: #ffffff;
}

.footer-column p {
    margin: 5px 0;
    color: #ffffff;
}

.footer-links a{
    margin: 7px 0;
    font-size: 18px!important;
}

.byline{
    display: none!important;
}

@media(max-width: 700px){
    h1{
        font-size: 40px!important;
    }

    .custom-home {
        background-image: url('https://www.unicorbeneficios.com.br/blog/wp-content/uploads/2025/08/banner-blog-unicor-mobile.webp') !important;
        padding: 35px 5%;
        min-height: 50em;
        align-items: flex-start;
    }

    .custom-home p{
        font-size: 20px;
    }

    .posts-articles{
        grid-template-columns: 1fr;
    }

    .site-end{
        flex-direction: column;
        gap: 20px;
    }

    .footer-columns{
        flex-direction: column;
        gap: 20px;
    }
}
