.login-page, .register-page {
    background: #F2F2F2;
}
.login-box, .register-box {
    width: 100%;
    margin: 0;
    display: flex;
    height: 100vh;
    align-items: center;
}
img.img-left {
    width: 50%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.login-box-body, .register-box-body {
    background: transparent;
    padding: 0;
    border-top: 0;
    color: #666;
    width: 35%;
    margin: 0 auto 100px;
}
.btn-primary {
    background-color: #EE7D12;
    border-color: #EE7D12;
}
.login-box:after {
    content: "";
    width: 50%;
    height: 100px;
    background: url(../images/borda-login.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
.skin-purple .main-header .navbar {
    background: linear-gradient(90deg, #465C95 11.43%, #EE7D12 88.57%);
}
.skin-purple .main-header .logo:hover {
    background: #465C95!important;
}
.skin-purple .main-header .logo {
    background: #465C95!important;
}

.perfil {
    display: flex;
    align-items: center;
}
.perfil .img-perfil {
    width: 123px;
    height: 123px;
    border-radius: 100%;
    margin-right: 20px;
    object-fit: cover;
}
.perfil p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #727D84;
    margin: 0 0 5px;
}
.perfil h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #FF7B05;
    margin: 0;
}

.topo h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #727D84;
    margin: 0 0 20px;
}
.topo a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #465C95;
    border-radius: 30px;
    padding: 10px 20px;
    display: table;
    margin: 0 auto;
}
.desempenho {
    display: flex;
    align-items: center;
    justify-content: center;
}
.desempenho img {
    margin-right: 20px;
}
.desempenho h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #FF7B05;
    margin: 0;
}

.bg-branco {
    background: #fff;
    padding: 40px 0;
}
.titulo-geral {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #465C95;
    border-left: 7px solid #FF7B05;
    padding-left: 10px;
    margin: 0 0 30px;
}

.comunicados .flex {
    display: flex;
    align-items: center;
}
.comunicados .item img {
    width: 55%;
    height: 320px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}
.comunicados h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FF7B05;
}
.comunicados p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #828282;
}

.data-ani {
    background: #465C95;
    border-radius: 5px 5px 0px 0px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.data-ani span {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}
.comunicados.aniversariantes .item img.img-comunicados {
    height: 250px;
}

.ferias ul {
    padding: 0;
    margin: 0;
}
.ferias li {
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    /* height: 122px; */
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-bottom: 15px;
}
.ferias .datas {
    width: 25%;
}
.ferias .dados h4 {
    margin-bottom: 5px;
}
.ferias .datas p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ferias .data-inicio {
    background: #465C95;
    border-radius: 5px 0px 0px 0px;
    height: 61px;
}
.ferias .data-fim {
    background: #324678;
    border-radius: 0px 0px 0px 5px;
    height: 61px;
}
.ferias .dados {
    padding-left: 10px;
    width: 75%;
}

.bg-cinza {
    padding: 40px 0;
}

.agenda a, .agenda button {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: #465C95;
    border-radius: 30px;
    padding: 10px 20px;
    display: table;
    margin: 0 auto;
}

.time {
    height: 100px;
    background: #465C95;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: .5s;
}
.time h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.time:hover {
    background: #FF7B05;
}

.ramal li {
    list-style: none;
    margin-bottom: 20px;
}
.ramal li h4 {
    color: #465C95;
}

.agenda .data-agenda {
    width: 25%;
    height: 200px;
    background: #465C95;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.agenda .data-agenda p {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.agenda .data-agenda h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.agenda .dados {
    width: 75%;
}

.trilha .item {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.trilha a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FF7B05;
    padding: 10px 40px;
    background: #F2F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 15px 15px 0px 15px;
    display: table;
    margin-top: 20px;
}

@media (max-width: 991px) {
	.header-site .panel .menu-site li a.dropdown-item {
	    color: rgb(46,38,138);
	}
	.section-main .owl-item img {
	    height: 220px;
	    object-fit: cover;
	}
	.section-brands .tabs-site .nav-header .nav-tabs {
	    display: block;
	}
	.section-brands .tabs-site .nav-header .nav-tabs .nav-link {
	    width: 100%;
	}
	.section-brands .list-brands-item {
	    width: 91%!important;
	}
	.section-about {
	    padding-top: 100px;
	}
	img.img-left {
	    display: none;
	}
	.login-box-body, .register-box-body {
	    padding: 0 15px;
	    width: 100%;
	    margin: 0;
	}
	.login-logo img {
	    width: 50%;
	}
	.login-box:after {
	    width: 100%;
	    height: 70px;
	}
}

.section-brands .nav-item.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-brands .list-brands {
    justify-content: initial!important;
}
.section-brands .list-brands-item {
    margin: 15px 2%;
    width: 21%;
}
.section-brands  img.list-brands-item-link-image {
    height: 280px!important;
    object-fit: contain;
    object-position: center;
}
.card-video-body {
    min-height: 115px;
}

.section-brands {
	padding-top: 100px;
}
.header-site .panel .menu-site li a {
    font-size: 16px;
}
