/* Begin bases.css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    color: inherit;
}

body, html {
    background: #111233;
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 1.5;
    margin: 0 auto;
    width: 100%;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    user-select: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.edu-botao-main {
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: .4rem;
    transition: .3s all;
    background: #ff7364;
    line-height: 150%;
    padding: 1.6rem 5.6rem;
    display: inline-block;
}

.edu-botao-main:hover {
    background: #d96255;
}

.edu-botao-login {
    display: flex;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 1.1rem 2.2rem;
    border: 1px solid #fff;
    border-radius: .4rem;
    transition: .3s all;
}

.hide-desktop,
.edu-hide-desktop {
    display: none;
}

.fade-up-in {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 1000ms ease-in,
        transform 1000ms ease-out;
}

.fade-up-in.appear {
    opacity: 1;
    transform: translateY(0);
}

.edu-home {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: transparent;
}

.edu-intro {
    width: 100%;
    background: linear-gradient(180deg, #3639A4 0%, #111233 65%);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 1000px;
}

/* Navbar */
.edu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 90%;
    max-width: 1216px;
    margin: 2.3rem 0 0;
    z-index: 9;
}

.edu-nav-logo img {
    width: 11rem;
    max-width: 128px;
    vertical-align: middle;
}

.menu-m-botao {
    display: none;
}

.edu-nav-menu {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    overflow: hidden;
}

.edu-nav-menu li {
    margin-right: 3rem;
    transition: .3s all;
}

.edu-nav-menu li:hover {
    color: #ff7364;
}

.edu-nav-acoes ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edu-nav-acoes ul li {
    margin-right: 1.6rem;    
}

.edu-nav-acoes ul li:last-child {
    margin-right: 0;
}

.acoes-social-icon {
    width: 2.4rem;
}

.icon-entrar {
    filter: invert(1);
}

.edu-botao-login:hover {
    color: #bbbbc2;
    border-color: #bbbbc2;
}

.edu-botao-login:hover > .icon-entrar {
    filter: invert(96%) sepia(3%) saturate(366%) hue-rotate(201deg) brightness(89%) contrast(95%);
}

.edu-botao-login img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1rem;
}
/* fim Navbar */

.edu-hero {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1216px;
    color: #fff;
    z-index: 1;
}

.edu-heroC {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    max-width: 1216px;
}

.edu-heroC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-footer {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 1216px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 2rem 0;
}

.edu-footer img {
    width: 2rem;
    margin-right: 1.6rem;
}

.edu-footer p {
    font-size: 1.4rem;
    line-height: 150%;
}

/* --------- MEDIA: Large computers and lower --------- */
@media screen and (max-width: 1919px) {
}

/* --------- MEDIA: Medium computers and lower --------- */
@media screen and (max-width: 1679px) {
}

/* --------- MEDIA: Small computers and lower --------- */
@media screen and (max-width: 1279px) {

    body, html {
        font-size: 9px;
    }

}

/* --------- MEDIA: Tablets and lower --------- */
@media screen and (max-width: 991px) {

    body, html {
        font-size: 8px;
    }

}

/* --------- MEDIA: Smartphones and lower --------- */
@media screen and (max-width: 767px) {

    .hide-desktop,
    .edu-hide-desktop {
        display: inline;
    }

    .hide-mobile,
    .edu-hide-mobile {
        display: none;
    }

    .botao {
        font-size: 2rem;
    }

    .edu-intro-bg1,
    .edu-intro-bg2 {
        background: none !important;
    }

    /* Navbar */
    .edu-nav {
        width: 90%;
        max-width: 272px;
        margin: 0;
    }

    .edu-nav-acoes {
        display: none;
    }

    .edu-nav-menu li a {
        display: block;
        padding: 20px;
    }

    .edu-nav-menu li a:hover {
        background-color: #00000047;
    }

    .menu-m-box {
        display: block;
        cursor: pointer;
        float: right;
        padding: 3.5rem 2.5rem;
        padding-right: 0;
        position: relative;
        user-select: none;
    }

    .menu-m-icon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

    .menu-m-icon:before,
    .menu-m-icon:after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    .menu-m-icon:before {
        top: 5px;
    }

    .menu-m-icon:after {
        top: -5px;
    }

    .edu-nav-menu {
        font-size: 1.4rem;
        width: 100%;
        max-height: 0;
        opacity: 0;
        flex-direction: column;
        transition: all .3s ease-out;
    }

    .menu-m-botao:checked ~ .edu-nav-menu {
        max-height: 350px;
        opacity: 1;
        background: #00000026;
    }

    .menu-m-botao:checked + .menu-m-box .menu-m-icon {
        background: transparent;
    }

    .menu-m-botao:checked + .menu-m-box .menu-m-icon:before {
        transform: rotate(-45deg);
        top:0;
    }

    .menu-m-botao:checked + .menu-m-box .menu-m-icon:after {
        transform: rotate(45deg);
        top:0;
    }
    /* fim Navbar */

    .edu-footer {
        width: 100%;
        max-width: 272px;
        flex-direction: column;
        text-align: center;
        margin-bottom: 4rem;
        padding: 0 0 2rem;
    }

    .edu-footer img {
        margin: 3.2rem 0 1rem;
    }

    .edu-footer p {
        font-size: 1.5rem;
        padding: 0 4rem;
    }

}
/* End bases.css */

.edu-intro {
    padding: 8rem 0;
    min-height: 93vh;
}

.edu-intro-wrap {
    width: min(1216px, 90%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edu-img {
    width: 18rem;
    height: 18rem;
    display: flex;
	position: relative;
    margin-bottom: 6rem;
}

.edu-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.edu-img::before {
	content: "";
    background: linear-gradient(130deg, #ffba1f, #ff6133 45%, #02afb5 87%);
    background: #ff6e5b;
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	z-index: 1;
    border-radius: 50%;
}

.edu-lista {
    display: flex;
    flex-direction: column;
}

.edu-lista a {
    color: #fff;
    background: #ff6e5c;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem 6rem;
    border-radius: 4px;
    transition: .3s all;
}

.edu-lista a:hover {
    background: #d96255;
}

/* --------- MEDIA: Large computers and lower --------- */
@media screen and (max-width: 1919px) {}

/* --------- MEDIA: Medium computers and lower --------- */
@media screen and (max-width: 1679px) {}

/* --------- MEDIA: Small computers and lower --------- */
@media screen and (max-width: 1279px) {}

/* --------- MEDIA: Tablets and lower --------- */
@media screen and (max-width: 991px) {}

/* --------- MEDIA: Smartphones and lower --------- */
@media screen and (max-width: 767px) {

	.edu-intro {
		min-height: 84vh;
	}

	.edu-intro-wrap {
		width: min(300px, 90%);
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.edu-img {
		margin-bottom: 8rem;
	}

	.edu-lista a {
		font-size: 2rem;
		margin-bottom: 3rem;
		padding: 1rem 4rem;
	}

}

