@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
    color: inherit;
    text-decoration: none;
}

input, select, textarea, button {
    border-radius: 0px !important;
}

.page {
    margin: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.site-footer {
	margin: 0;
}


/** WIDGETS **/
.widget {
    position: relative;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.widget label {
    position: relative;
    display: block;
}

.widget input[type=search] {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 40px;
}

.widget .search-submit {
    position: absolute;
    height: 40px;
    top: 20px;
    right: 20px;
    border: 0;
    background-color: #455a99;
    color: #fff;
}

.widget .widget-title {
    color: #455a99;
    font-size: 20px;
    font-weight: bold;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style: none;
}

.widget ul li a {
    color: #282b31;
}

.widget ul li a:hover {
    color: #555;
}
/** ./WIDGETS **/


/* header {
    margin-bottom: 65px;
} */

.navbar-collapse {
    justify-content: flex-end;
}

nav.main-navigation {
    display: flex;
    background: #fff;
    min-height: 50px;
    align-items: center;
    color: #555;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    color: #555;
    font-size: 16px;
}

nav.main-navigation li.current_page_item a.nav-link {
    font-weight: 500;
    color: #455a99;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #455a99;
}

a.current_page_item {
    color: #455a99 !important;
}

.btn-fale {
    position: relative;
    background: #ebc300;
    margin-left: 20px;
    padding: .5em;
}

.btn-fale .nav-link {
    color: #fff !important;
}

.btn-fale:hover {
    opacity: .75;
}

@media all and (min-width: 990px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    #primary-menu {
        align-items: center;
    }
}

@media all and (max-width: 990px){
    .btn-fale {
        margin-left: 0px;
    }
}

footer.site-footer {
    background-color: #2c2f38;
    color: #fff;
    text-align: center;
    padding: 2em;
}

footer.site-footer ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

footer.site-footer ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 200;
}

.copy {
    background-color: #22242b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 3em;
    font-weight: 200;
}

.difItem {
    transition: linear .1s;
    border: 5px solid transparent;
}

.difItem:hover {
    transition: linear .1s;
    cursor: default;
    transform: translateY(-15px);
    opacity: .9;
    border: 5px solid #ebc300;
}

.difItem:hover .elementor-element-populated {
    margin: 0!important;
    padding-left: 45px!important;
    padding-right: 45px!important;
}

.topButton {
    transition: linear .1s;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.atividadeItem:hover .elementor-element-populated {
    cursor: default;
    background-color: #42589E !important;
}

.atividadeItem:hover h2 {
    color: #fff !important;
}

/* Desailitar Animation - Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}