html{
font-family: "Manrope", sans-serif;
}

body{
    overflow-x: hidden;
}

@media(max-width:800px){
    .desktop{
        display: none;
    }
}

@media(min-width: 996px){
    .mobile{
        display: none;
    }
}

.page-button img{
    transition:.2s ease-in-out;
}

.page-button:hover img{
    transform:rotate(45deg);
}

.menu-nav li a{
    transition:.2s ease-in-out;
}

.menu-nav li a:hover{
    color:#3F3DFE;
}

.footer-menu li{
    margin-bottom:0.5rem;
}

footer-menu li a{
    transition:.2s ease-in-out;
}

.footer-menu li a:hover{
    color:#590000;
}

.page .excerpt p{
    color:#808080;
    font-weight:400;
}

.layer-expand{
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.single p{
    color:#525252;
    line-height:1.7rem;
    font-family:'Avenir';
    font-weight:300;
}

.single-post ul li{
    color:#525252;
    line-height:1.7rem;
    font-family:'Avenir';
    font-weight:300;
}

.single-post strong{
    font-weight:800;
    color:#000;
}

.single-post p{
    color:#525252;
    line-height:1.7rem;
    font-family:'Avenir';
    font-weight:300;
    margin:1rem 0;
}

.single-post h2{
    color:#525252;
    line-height:2.7rem;
    font-family:'Avenir';
    font-weight:600;
    font-size:2rem;
    margin:1rem 0;
}

.single-post blockquote{
    font-size:1.4rem;
    font-style: italic;
    font-weight:600;
    position:relative;
    margin:2rem 0 2rem 2rem;
}
.single-post blockquote::before{
    content:'';
    position:absolute;
    top:0;
    left:-2rem;
    width:4px;
    height:100%;
    background-color:#590000;
}

.single-post ul{
    list-style-type: disc;
    margin-left:1rem;
}

.page-menu{
    left:-100%;
    transition:.3s ease-in-out;
}

.menu-search{
    top:-100%;
    transition:.3s ease-in-out;
}

.content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.text-description ul li{
    font-size:0.9rem;
    margin:0.3rem 0;
}

.panel, .panel-faq{
    padding:0 18px;
    max-height:0;
    overflow: hidden;
    transition: max-height .2s ease-in-out;
}

.panel ul, .painel-faq ul{
	margin:1rem 0;	
}

.panel ul li{
    color:#fff;
    font-weight: lighter;
    line-height: 1.4rem;	
}

.panel-faq ul li, .panel-faq p{
    color:#fff;
    font-weight: lighter;
    line-height: 1.4rem;
}

.accordion::after{
    content: "\eb0b";
    font-family: 'tabler-icons';
    font-weight:bold;
    float: right;
    padding-right:25px;
}

.accordion-faq::after{
    content: "\ea5f";
    font-family: 'tabler-icons';
    font-weight:bold;
    float: right;
}

.active::after{
    content: "\eaf2";
    font-family: 'tabler-icons';
    font-weight:bold;
    float: right;
    padding-right:25px;
}

.active-faq::after{
    content: "\ea62";
    font-family: 'tabler-icons';
    font-weight:bold;
    float: right;
}

.swiper-button-disabled{
    opacity:0.4;
}

@media (max-width: 768px){
    .wp-element-button{
        font-size:1.2rem;
        margin-top:2rem;
        margin-left:0.5rem;
    }
}
