/*
Theme Name: Avaliar Empresa
Theme URI: https://avaliarempresa.com/
Author: Avaliar Empresa
Author URI: https://avaliarempresa.com/
Description: Theme exclusive for Avaliar Empresa.
Version: 1.0.0
Text Domain: avaliar-empresa
/*

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 18px;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

::-moz-placeholder {
    font-size: clamp(14px, 2vw, 18px) !important;
}

:-ms-input-placeholder {
    font-size: clamp(14px, 2vw, 18px) !important;
}

::-ms-input-placeholder {
    font-size: clamp(14px, 2vw, 18px) !important;
}

::placeholder {
    font-size: clamp(14px, 2vw, 18px) !important;
}



/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
body * {
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;  
}



/**/

body.dark .site-navigation ul a {
    color: #fff;
}

body.dark .site-navigation .sub-menu a {
    color: #34205B;
}

.site-navigation ul a:hover,
.site-navigation ul .current-menu-item a {
    color: #7E6CFE !important;  
}

.site-navigation ul .menu-item-has-children a {
    padding-bottom: 10px;
}

.site-navigation .sub-menu {
    display: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: clamp(20px, 3vw, 30px);
    width: clamp(180px, 10vw, 200px);
}

.site-navigation .menu-item-has-children:hover .sub-menu {
    display: block;
}

.site-navigation .sub-menu li {
    width: 100%;
    margin-left: 0;
}

.site-navigation .sub-menu li:first-child {
    margin-top: 0;
}

.site-navigation .sub-menu li a {
    display: block;
    padding: clamp(8px, 1.5vw, 10px) 15px;
    border-top: 1px solid #eee;
}

.site-navigation .sub-menu li:first-child a {
    border-top: none;
    border-radius: 0;   
}

.site-navigation .sub-menu li:last-child a {
    border-radius: 0;
}

.site-navigation .sub-menu li a:hover,
.site-navigation .sub-menu .current_page_item a {
    background: #7E6CFE !important; 
    color: #fff !important;
}

/*dsfd*/
.menu-icon {
    cursor: pointer;
    z-index: 9999;
}

.menu-icon-line-top,
.menu-icon-line-middle,
.menu-icon-line-bottom {
    background-color: #131313;
    width: 24px;
    height: 2px;
    transition: transform 1.5s ease, background-color 1.5s ease, opacity 1s ease;
}

.dark .menu-icon-line-top,
.dark .menu-icon-line-middle,
.dark .menu-icon-line-bottom {
    background-color: #fff;
}

.dark .menu-icon.active .menu-icon-line-top,
.dark .menu-icon.active .menu-icon-line-bottom {
    background-color: #131313;
}

.menu-icon-line-middle {
    margin-top: 6px;
    margin-bottom: 6px;
}

.menu-icon.active .menu-icon-line-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg); transform-style: preserve-3d;
    background-color: #fff;
}

.menu-icon.active .menu-icon-line-middle {
    opacity: 0;
}

.menu-icon.active .menu-icon-line-bottom {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg); transform-style: preserve-3d;
    background-color: #fff;
}

.site-mobile-navigation {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #131313;
    display: flex;
    z-index: 9998;
    transition: top 1s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: clamp(30px, 4vw, 50px) clamp(20px, 5vw, 50px);
}

.dark .site-mobile-navigation {
    background-color: #edf0f2;
}
.site-mobile-navigation.active {
    top: 0;     
}

.site-mobile-navigation ul {
    list-style: none;
    padding: 0 !important;
}

.site-mobile-navigation a {
    color: #fff !important;
    font-weight: bold;
    font-size: clamp(30px, 5vw, 30px) !important;
    margin-top: clamp(20px, 5vw, 50px);
    text-decoration: none;
}

.site-mobile-navigation a:hover {
    color: #7E6CFE !important;
}

.dark .site-mobile-navigation a {
    color: #7E6CFE !important;
}

.dark .site-mobile-navigation a:hover {
    color: #131313 !important;
}

.site-mobile-navigation .menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}

.site-mobile-navigation .menu-item-has-children.active .sub-menu {
    max-height: 90px !important;
}

.site-mobile-navigation .sub-menu a {
    font-size: 20px !important;
}

.site-mobile-navigation .menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
    transition: transform 1s ease;
}

.site-mobile-navigation .menu-item-has-children > a:hover:after {
    border-right: 2px solid #7E6CFE;
    border-bottom: 2px solid #7E6CFE;
}

.site-mobile-navigation .menu-item-has-children.active > a:after {
    transform: rotate(225deg);
    margin-bottom: 0px;
    margin-top: 7px;
}

.logo-mobile {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 3px 4px #00000024;
    animation: slide-down-nav .3s ease-out;
}

.dark .sticky {
    background: #131313;
}

.light .sticky {
    background: #fff;
}

.sticky.active .site-logo img {
    display: none
}

.sticky.active {
    background-color: transparent !important;
}

@keyframes slide-down-nav {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    } 

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*--------------------------------------------------------------
# Avaliar Empresa
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.container-boxed {
    max-width: 800px !important;
}


/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
.contacts h2 {
    font-size: clamp(20px, 6vw, 30px) !important;
    color: #1b41d4 !important;
    text-align: left;
    margin-bottom: 30px;
}

.contacts label {
    margin-bottom: 5px;
    font-weight: 500;
}

.contacts input[type="text"],
.contacts input[type="email"],
.contacts textarea {
    margin-bottom: 10px;
}

.contacts input[type="submit"] {
    margin-top: 10px;
}

.contacts ul {
    list-style: none;
    padding-left: 0 !important;
}

.contacts li {
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
    padding: clamp(30px, 5vw, 50px) 0;
    height: 500px;
    background: #50c1e9;
    position: relative;
    margin-bottom: 100px;
}


.hero h1 {
    color: #fff !important;
    line-height: clamp(50px, 5vw, 75px) !important;
    font-weight: 500;
    font-size: clamp(40px, 6vw, 70px) !important;
    text-align: center;
    margin-bottom: 50px;
}

.hero span {
    font-weight: 600;
    color: #50c1e9;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.hero p {
    color: #000;
    width: 100%;
    font-size: clamp(14px, 3vw, 20px) !important;
    line-height: clamp(24px, 4vw, 30px) !important;
    text-align: center;
}

.btn-group a {
    color: #fff;
    font-weight: bold;
    background: #1b41d4;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}

.btn-group a:hover {
    background: #fff;
    color: #1b41d4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    padding: clamp(20px, 5vw, 40px) 0;
    background: #50c1e9;
}

.site-footer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.site-footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(14px, 3vw, 16px);
}

.site-footer .footer-navigation ul {
    margin-bottom: 0;
}

.site-footer .footer-navigation a {
    color: #fff;
    font-size: clamp(14px, 2vw, 16px);
    text-decoration: none;
    padding: 0 10px;
}

.site-footer .footer-navigation a:hover {
    color: #fff !important; 
    text-decoration: underline;
}

.btn-link {
    color: #fff;
    font-weight: bold;
    background: #1b41d4;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}

.btn-link:hover {
    color: #fff;
    background: #50c1e9;
}

.site-cta {
    margin: 100px auto;
    max-width: 600px;
    width: 100%;
}

.site-cta p {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-home {
    margin: 100px 0;
}

.cta-home .section-title {
    margin-bottom: 30px;
    font-size: clamp(30px, 6vw, 40px) !important;
}

.cta-home p {
    text-align: center;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    padding: clamp(15px, 4vw, 20px) 0;
}

.site-logo img {
    height: clamp(40px, 5vw, 80px);
}

.site-navigation ul,
.site-secondary-navigation ul {
    list-style: none;
}

.site-navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.site-navigation ul li {
    margin-left: clamp(20px, 2vw, 30px);
    position: relative;
}

.site-navigation ul li:first-child {
    margin-left: 0px;
}

.site-navigation ul a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: clamp(16px, 2vw, 18px);
}

.site-navigation ul a:hover,
.site-navigation ul .current-menu-item a {
    color: #1b41d4 !important;  
}

.menu-main-menu-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
	.site-logo img {
		width: auto !important;
		height: 70px !important;
	}
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.page-title {
    padding: clamp(30px, 4vw, 130px) 0;
    background: #50c1e9 !important;  
    margin-bottom: clamp(50px, 5vw, 80px);
}

.page-title h1 {
    color: #fff !important;
    margin-bottom: 0 !important;
    line-height: clamp(50px, 5vw, 75px) !important;
    font-weight: 600;
    font-size: clamp(40px, 6vw, 50px) !important;
    text-align: center;
}


/*--------------------------------------------------------------
# Page Content
--------------------------------------------------------------*/
.page-content {
    margin-bottom: clamp(50px, 5vw, 80px);
    font-size: clamp(16px, 3vw, 18px);
    min-height: 70vh;
}

.section-title {
    font-size: clamp(30px, 6vw, 40px) !important;
    color: #1b41d4 !important;
    text-align: center;
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-item img {
    border-radius: 50px 0 50px 0;
}

.team-item h3 {
    text-align: center;
    color: #1b41d4 !important;
    font-size: clamp(14px, 2vw, 22px);
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Icons List
--------------------------------------------------------------*/
.icon-item {
    margin-bottom: 40px;
}

.icon-item .link {
    background: #50c1e9 !important;   
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #50c1e9;
}

.icon-item .link:hover {
    background: #fff !important;   
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #1b41d4;
}

.icon-item h4  {
    font-size: 17px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.icon-item h4 a {
    color: #1b41d4 !important;   
    text-decoration: none !important;  
}

.icon-item h4:hover {
   text-decoration: underline !important;   
   color: #1b41d4 !important;   
}

.icon-item img {
    width: 60px;
}


/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
    background: #1b41d4;
    padding: 70px 0;
    margin-top: 100px;
}

.blog-list .section-title {
    color: #fff !important;
}

.blog-item p {
    color: #fff;
    font-size: clamp(12px, 2vw, 15px);
}

.blog-item h3 {
    color: #fff;
    margin: 20px 0 20px 0;
}

.blog-item h3 a,
.blog-item h3 {
    color: #fff;
    font-size: clamp(14px, 2vw, 22px) !important;
    text-align: left;
    text-decoration: none;
}

.blog-item h3 {
    margin: 20px 0 0 0 !important;
}

.blog-item h3 a:hover {
    color: #fff;
    text-decoration: underline;
}

.post-title {
    font-size: clamp(25px, 4vw, 40px) !important;
    color: #1b41d4 !important;
    margin: 20px 0;
}

.wp-block-list {
    padding-left: 20px !important;
}