.single-blog-content .blog-top-content .post-details li i {
    top: 0%;
}

.single-blog-content .social-wrap {
    padding: 20px 0px;
}

.gravata2 {
    width: -webkit-fill-available;
}

.media-group-item {
    background-color: #f5f7f9;
}

.bg-info, .info {
    background-color: #fff0;
}

.validation-success {
    color: #2ba8e4 !important;
}

.img-avatar-dep {
    height: 70px;
    width: 100px;
}

.single-teachers .teachers-content h3 {
    font-size: 15px;
}

.carrousel-item {
    width: 290px
}

@media (max-width: 576px) {
    .carrousel-item {
        margin-right: 25px !important;
    }
    img.kids{
        width: 140px !important;
        left: 100px  !important;
    }
    .insta-single{
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        ;
    }
}



@media (max-width: 576px) {
    .carrousel-item {
        width: 280px
    }
    .owl-carousel.func .owl-stage {
        margin-left: 30px
    }
    .single-teachers .teachers-content h3 {
        font-size: 15px !important;
    }
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #edf0f5;
    color: black;
}

.owl-prev, .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}


@media (max-width: 576px) {
    .img-nf {
        width: 100%;
    }
}


.cardIcon {
    width: 50px;
    height: 30px;
    transition: 0.4s;
}

.gray-scale {
    filter: grayscale(1);
}

.green-btn {
    font-size: 16px;
    color: white;
    padding: 15px 40px;
    margin: 20px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    background-color:#32a067;
    border-radius: var(--border-radius);
    border: 1px solid #32a067;
    text-transform: capitalize;
}

.click{
    -webkit-filter : brightness(500%) sepia(1);
    margin-top: 15px;
}

.footer-bottom-area p{
    font-size: 0.9em
}

.text-primary{
    color: #43a0e1  !important;
}
.green-btn:hover {
    color:#32a067;
    border-color: #32a067 !important;
    background-color: transparent;
}

/* PROFILE CLASSES */
.header-profile {
    padding: 4px;
    cursor: pointer;
    background-color: rgba( 0, 0, 0, 0.1);
    border-radius: 12px;
}
/* END PROFILE CLASSES */

/* COURSE CLASSES */
.status-curso-aberto {
    color: white;
    background-color: #996286;
    padding: 5px;
    padding-right: 5px;
    border-radius: 4px;
}
.status-curso-fechado {
    color: white;
    background-color: #f09ebf;
    padding: 5px;
    padding-right: 5px;
    border-radius: 4px;
}
.status-curso:hover {
    color: white;
}
/* END COURSE CLASSES */

/* START FOOTER CLASSES */
.termos {
    color: white;
}

.termos a {
    color: white;
    font-size: 0.9em;
}
/* END FOOTER CLASSES */

/* START EQUIPE CLASSES */
@media (max-width: 996px) { 
    .equipe-card {
        display: block !important;
    }  
    .equipe-card img{
        width: -webkit-fill-available !important;
    }
    .equipe-card img.multidisciplinar{
        height: auto !important;
    }
}

    @media only screen and (max-width: 1366px){ 
    .navbar-area .main-nav nav .navbar-nav .nav-item a{
        font-size: 14.30px !important;
        margin-right: unset !important;
    }
    .cliente-logado{
        margin-right: unset !important;
    }
}

.parcelas {
    position: absolute;
    margin-top: 20px;
    font-size: 0.76em;
}

.parcelas-ul{
    padding:0  !important;
    font-size: 0.76em;
}

.equipe-card {
    display: flex;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: var(--white-color);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
}
.equipe-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.equipe-card p{
    text-align: justify;
    word-spacing:-2px !important;
}

.equipe-card-body {
    padding: 0.5rem 1rem 0.5rem 1rem;
}
.equipe-card-body p {
    margin-top: 1rem;
    color: var(--body-color);
}
.equipe-card-body span {
    color: #996286;
}
/* END EQUIPE CLASSES */

/* START COMPRA PRODUTOS CLASSES */
.compra-produto {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* END COMPRA PRODUTOS CLASSES */

/* START CADASTRO CLASSES */
.input-danger {
    color: #dc3545;
}
.error-input {
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 4px red;
}
@keyframes shake {
    0% { margin-left: 0rem; }
    25% { margin-left: 0.5rem; }
    75% { margin-left: -0.5rem; }
    100% { margin-left: 0rem; }
}
/* END CADASTRO CLASSES */

/* START COMPRAS CLASSES */
.compra-card-body p {
    color: var(--body-color);
}
.compra-card-body p span {
    color: var(--blue);
}
.compra-card-date {
    font-size: 1rem;
    font-weight: normal;
}
.compra-card-date span {
    color: var(--blue);
    padding-right: 50px;
}
/* END COMPRAS CLASSES */

/* START FLOATING BUTTON */
.btn-floating {
    position: fixed;
    font-size: 26px;
    bottom: 180px;
    right: 50px;
    padding: 0.7rem 1rem;
    border-radius: 2.4rem;
    text-align: center;
    background-color: #2ba8e4;
    color: white;
    z-index: 200;
}
/* END FLOATING BUTTON */

.bank-slip-info {
    background-color: rgb(0, 0, 0, 0.05);
    border-radius: 12px;
    margin: 10px 5px;
}

.a-block {
    display: block;
}

.quem-somos-img {
    width: 360px;
    -webkit-box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.4); 
    box-shadow: 4px 6px 10px 0px rgba(0,0,0,0.4);
}

.depoimento-img {
    height: 65px;
    width: 65px;
    background: transparent no-repeat center;
    background-size: cover;
    border-radius: 50%;
}

.depoimento-img-container {
    margin: auto;
}


img.kids{
    width: 140px !important;
    height: 78px;
    position: absolute;
    top: 19px;
    left: 68px;
    filter: invert(1) sepia(1) saturate(30) hue-rotate(320deg);
}

.card-visao{
    margin-left: 85px;
    margin-top: -10px;
}
.instagram-gallery-medium {
    /* width: 991px; */
    align-self: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.instagram-gallery-medium > a {
    width: 227px;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin: 5px;
}


.instagram-gallery-medium > a > video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-ig{
    margin-left:10px;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .row-ig{
        padding:21px;
        padding-left:0px;
    }
    .instagram-gallery-medium > a {
        width: 318px;
        height: 335px;
        margin: 4px;
    }
}
.equipe-card img.multidisciplinar{
    height: 170px;
}

.cookiealert {
    font-size: 11px;
    display: flex;
    align-items:center;
    position: fixed;
    visibility: hidden;
    z-index: 999;
    bottom: 0;
    left: 16px;
    right: 16px;
    margin: auto;
    max-width: 1334px;
    min-height: 70px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
    border: solid 1px #eeeeee;
    background-color: #fff;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    }

    .cookiealert .default-btn{
        color: #ffff  !important;
    }

    @media only screen and (max-width: 800px){
    .cookiealert.show {
    flex-flow: column;
        }
        .default-btn{
            width: 100% !important;
        }
        .acceptcookies{
            margin-left: 5px !important;
        }
        .cookiealert {
            flex-flow: column;
        }
}
    
    .cookiealert .default-btn:hover {
        color: var(--main-color)!important;
        border-color: var(--main-color) !important;
        background-color: transparent;
      }

    .cookiealert.show {
        bottom: 16px;
        left: 16px;
        right: 16px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

.videoaula_log{
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    z-index: 10;
}
.thumb{
  margin:15px 0px 0px 10px !important;
  cursor: pointer;
}

#descricao-vaga{
    display: none;
}
#descricao-vaga-div{
    display: none;
    height: 150px;
    font-size: 13px;
    background: #f5f6fa;
    border: 1px solid #ececed;
    font-family:var(--font-family);
    word-wrap: break-word;
}

#descricao-vaga-text{
margin: 10px;
}