@import url('w3.css');

html {
    font-family: 'Roboto' !important;
    color: #323D3F;
    background: #ECF2F5;
}

body{
    font-family: 'Roboto' !important;

}


input[type=text],input[type=password]{
    padding: 4px 7px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline #DDD;
}


button{
    border: 0;
}

.navbar {
    height: 55px;
    background: white;
    border-bottom: #F49422 2px solid;
    display: flex;
    align-items: center;
}

.navbar .container {
    width: 100%;
    height: 100%;
}

.navbar .inline {
    height: 100%;
}

.container-panel {
    flex-direction: column;
    flex: 1;
}

.box-text {
    padding: 10px;
    margin-top: 10%;
    color: white;
    min-height: 220px;
    text-align: inherit;
    font-family: 'Roboto Bold';
    display: flex;
    align-items: flex-end;
    position: relative;
}

.box-text.box1{
    background: url('../img/alunas.png');
}

.box-text.box2{
    background: url('../img/noticia6.png');
}

.box-text .layer{
    background: #333333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1285px;
    margin: 0 auto;
}

.text-box {
    justify-content: baseline;
    z-index: 1000;
}

.text-menu-right {
    border-bottom-width: 1px;
}

.image-course {
    width: 100%;
    text-align: center;
    flex: 2;
}

.title-course {
    font-weight: bold;
}

.button-course-details {
    width: 130px;
    background-color: #F49422;
    border-radius: 10px;
    color: white;
    display: flex;
    padding: 10px 26px;
}

.btnClose {
    font-size: 35px;
    color: white;
    font-weight: normal;
    position: absolute;
    right: -25px;
    top: 0;
}

.logo_i9 img{
    max-height: 30px;
}
p{text-align: justify;
   }

.buttons-media-social{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    height: 35px;
}

.button-google {
    width: 110px;
    background-color: #DB2626;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}


.input-text {
    width: 80%;
    margin: 10px;
    border-color: #BCCBCC;
    border-radius: 5px;
}

.div-terms {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    margin-top: 5%;
}

.terms {
    font-weight: bold;
    color: #F49422;

}
.vantagens
{
    align-items: center;
    width: 100%;

}

.vantagem
{
    padding-top:40px;
    width:'200px';
    display: block;
    margin: 0px auto;
}
.terms-link {
    color: #F49422;
    margin-left: 5px;
}

.text-access-code2 {
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
}
.text-access-code {
    font-weight: 700;
}

.input-password-login {
    width: 90%;
    margin-top: 3%;
    border-radius: 5px;
}

.input-email-login {
    width: 90%;
    border-radius: 5px;
}
.text-login-access2 {
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
}
.div-by-mail {
    margin-top: 20%;
}

.div-course-details {
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
}

.inputs-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-eja-header {
    margin-left: 2%;
}

.text-image-course {
    color: #02B0CE;
    display: flex;
    justify-content: center;
    align-items: center;

}

.text-eja {
    background-color: white;
    width: 30%;
    text-align: center;
    box-shadow: 2px 3px 1px 1px lightgrey;
    border-radius: 5px;
}

.container-course-column {
    margin: 15px;
    flex: 3;
}

.container-course-eja {
    background-color: white;
    width: 98.5%;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 2px 4px grey;
}

.container-course-eja .description{
    max-height: 105px;
    overflow: hidden;
}

.border-menu-right {
    border-bottom-color: #02B0CE;
    border-bottom-style: solid;
    width: 20%;
}

.link-more-notices {
    font-size: 16px;
    margin: 10px;
}

.inline {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.mobile {
    display: none;
}

.logo{
    max-width: 200px;
}

.menu {
    display: flex;
    flex: 2;
    margin: 0 10px;
    height: 60%;
    justify-content: flex-end;
}

.menu ul {
    display: inline-flex;
    margin: 0;
}

.menu li {
    display: inline-flex;
    margin: 0 25px;
    align-items: center;
    font-size: 16px;
}

.menu li .active{
    color: rgba(255, 149, 25, 1);
}

.navbar a {
    text-decoration: none;
    color: #b9bdbe;
}

.navbar .access .user a {
    text-decoration: none;
    color: white;
}

.access {
    flex: 1;
    display: inline-flex;
    font-size: 16px;
}

.access .search {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.access .user {
    flex: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #79206b;
}

.access .user span{
    margin: 0 5px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.w3-badge,
.w3-tag {
    padding: 1px !important;
    background: white !important;
    border: 1px solid black;
    margin: 1px 3px;
}

.w3-white {
    padding: 3px !important;
}

.w3-content {
    max-width: 1285px !important;
    margin: 0 auto !important;
}

.side-menu{
    display: block;
}

.side-cursos-menu{
    display: none;
}

.bar {
    height: 35px;
    background: #F49422;
    color: white;
    width: 100%;
    border-top: white 2px solid;
}

.bar ul {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.bar li {
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
}

.bar li a {
    text-decoration: none;
    font-size: 18px;
    color: #FFFFFF;
}


.bar li:hover {
    background: rgba(255, 226, 0, 0.25);
}

.bar .container {
    height: 100%;
}
.navigation-small,
.navigation-small a {
    font-size: 16px !important;
    color: #FFF;
}

.navigation-big a {
    font-size: 18px;
}

.content {
    display: inline-flex;
    width: 100%;

}
.menulogin
{
    width: 100%;
    height: 100%;
    background-color: #79206b;
    color: #FFF;
    border:0px;
    font-family: 'Roboto' !important;

    z-index: 3;
}
.info-panel {
    flex: 1;
    display: inline-flex;
    width: 100%;
}

.access-panel {
    background: #FFF;
    flex: 1;
    height: 100%;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    color: #4c5859;
    margin-top: 35px;
}

.access-panel .access-text a{
    color: #ee9a36;
}

.access-input input{
    width: 100%;
    border-radius: 5px;
    height: 30px;
}

.accButton {
    background: #f49422;
    height: 30px;
    width: 222px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
}

.courses-panel {
    flex: 3;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
}

.courses-panel .noticias{
    display: none;
}

.courses {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.courses-header {
    display: inline-flex;
    align-items: center;
    width: 100%;
    color:#323D3F;
    font-size: 31px;
    padding-left: 10px;
}

.courses-header h3 {
    justify-content: flex-start;
    margin-right: 5px;
    flex: 3;
    margin-top: 35px;
}

.courses-header h5 {
    justify-content: flex-end;
    flex: 2;
    display: flex;
    margin-right: 15px;
    color: rgba(50, 61, 63, 1);
    font-size: 12px;
    margin-top: 52px;
}

.text-eja-header > h3 {
    color: #323D3F;
}

.course-items {
    display: inline-flex;
    overflow: auto;
    outline: -webkit-focus-ring-color auto 0 !important;
}

.course-item {
    background: #ffffff;
    flex: 1;
    margin: 20px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    min-height: 400px;

}

.course-data {
    background: #FFFFFF;
    height: 30px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 1px 1px 4px grey;
    margin-top: -15px;
}

.course-info {
    display: inline-grid;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.course-title {

    width: 100%;
    margin: 0px auto;
    height: 80px;
}
.curso-preco {
    height: 40px;
    width: 100%;
text-align: center;
    color:#F49422;
    margin: 0px 0px 10px 0px;
}
.curso-matricula {
    height: 18px;
    width: 100%;
text-align: center;
    color:#F49422;
    margin: 10px 0px 0px 0px;
}
.box-curso-lg-color
{
    color:#F49422;
}
.botao{

    background-color: #25b7c5;
    color: white;

    align-self: center;

    border: 0;
}
.curso-titulo-combo
{
  color:#F49422;
  font-weight: bold;
  text-align: left;
  width: 100%
}
.curso-conteudo
{

  text-align: left;
  width: 100%
}
.course-description {
    height: 97px;
    width: 100%;
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.course-title h4 {
    font-weight: bold;
    text-align: center;
    text-decoration: #33A9FF;
}

.course-description h5 {
    text-decoration: #33A9FF;
    text-align: justify;
}

.course-img {
    height: 168px;
    width: 300px;
}

.details-buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.course-button {
    background: #F49422;
    height: 30px;
    width: 200px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;

}

.footer{
    width: 100%;
    background: url('../img/bg_footer_new.png') no-repeat round;
    height: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-links{
    flex: 1;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    width: 100%;
}



.footer .footer-menu{
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .footer-menu .menu-item{
    min-height: 45px;
    display: flex;
    align-items: center;
    margin-left:40px;
}
.footer .footer-menu ul{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.footer .footer-menu a{
    color: #FFFFFF;
    text-decoration: none;
}

.footer .social{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer .social .icons{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.footer .social .icon{
    margin: 0 20px;
    font-size: 20px;
}

.footer .social .icon a{
    color: #FFFFFF;
}

.footer .social .copyright{
    flex: 1;
    color: #FFFFFF;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 12px;
    margin-right: 175px;
    margin-top: 40px;
}


.flex-column{
    display: flex;
    flex-direction: column;
    background: #02B0CE;
    flex: 1;
    padding: 0 20px;
    padding-top: 15px;
}

  .welcome {
    flex: 1;
    align-items: flex-start;
    color: #FFFFFF;
  }

  .image_bg{
    flex: 1;
    display: flex;
    align-items: flex-end;
  }

  .w3-teal{
    background-color: transparent !important;
    color: black !important;
  }

  .w3-teal, .w3-hover-teal{
    background-color: transparent !important;
    color: black !important;
  }

  .w3-teal, .w3-hover-teal:hover{
    background-color: transparent !important;
    color: black !important;
  }

@media screen and (max-width: 1650px) {
    .container-course-eja {
        background-color: white;
        max-width: 320px;
        margin: 10px;
        display: flex;
        flex-direction: column;
        box-shadow: 1px 2px 4px grey;
        padding: 0;
    }

    .container-course-eja .image-course {
        width: 100%;
        text-align: center;
        flex: 2;
    }

    .container-course-eja .container-course-column {
        text-align: center;
        flex: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
        margin: 0;
    }

    .container-course-eja .text-eja {
        background: #FFFFFF;
        height: 30px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 1px 1px 4px grey;
        margin-top: -15px;
    }

    .container-course-eja .title-eja{
        margin-top: 20px;
    }

    .container-course-eja .description {
        margin-bottom: 30px;
        max-height: 105px;
        overflow: hidden;
    }

    .container-course-eja .div-course-details {
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 1;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1160px) {
    .title {
        flex: 0;
        display: inline-flex;
    }

    .navbar .inline .img-logo{
        flex: 2;
    }

    .menu {
        display: none;
    }

    .access {
        flex: 1;
    }

    .mobile {
        display: flex;
        align-items: center;
    }


}

@media screen and (max-width: 992px) {
    .container {
        margin: 0;
    }

    .navbar .container {
        margin: 0 15px;
        width: 100%;
    }

    .navbar .inline .img-logo{
        flex: 1;
        text-align: center;
    }

    .access .user {
        display: none;
    }

    .access .search {
        justify-content: flex-end;
    }

    .access{
        flex: 0 !important;
    }

    .w3-content {
        margin: 0 !important;
        max-height: 300px !important;
    }

    .w3-content .img-responsive {
        max-height: 300px !important;
        height: 180px;
    }

    .courses-panel{
        flex: 1;
    }

    .container-course-eja{
        margin: 10px auto;
    }

    .navbar .title{
        position: absolute;
    }
}

@media screen and (max-width: 896px) {
    .footer-links{
        display: none !important;
    }
    .footer .footer-menu{
        justify-content: center;
    }
}

@media screen and (max-width: 992px) {
    .content{
        display: flex;
        flex-direction: column-reverse;
    }
    .news{
        display: none;
    }
    .noticias{
        display: flex !important;
        flex-direction: column;
    }

    .noticias .flex-inline{
        display: inline-flex;
    }

    .noticias .box-text{
        margin: 10px auto;
        max-width: 300px;
    }

    .text-menu-right {
        border-bottom-width: 1px;
        margin: 0 15px;
    }


    .vantagens
    {
        display: none !important;
    }
}

@media screen and (max-width: 667px) {
    .bar{
        display: block;
    }

    .footer {
        flex-direction: column-reverse;
        background: #323D3F;
    }

    .footer-links{
        align-items: center;
    }

    .footer .logo{
        display: block !important;
    }

    .footer .copyright{
        display: none !important;
    }

    .footer .social{
        flex: 4;
    }

    .footer ul{
        margin: 0 !important;
        width: 100%;
        padding: 22px;
    }

    .footer .footer-menu{
        justify-content: center;
        flex: 1;
        width: 100%;
    }

    .footer .footer-menu .menu-item {
        font-size: 14px;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .footer .social .icons{
        justify-content: flex-end;
    }

    .w3-content img {
        object-fit: cover;
    }

    .noticias .flex-inline {
        flex-direction: column;
    }
    .vantagens
    {
        display: none !important;
    }

}

@media screen and (max-width: 570px) {
    .footer .footer-menu .menu-item{
        justify-content: center;
    }
    .footer .footer-menu ul {
        columns: auto;
        -webkit-columns: auto;
        -moz-columns: initial;
    }
    .footer{
        height: auto;
    }
    .vantagens
    {
        display: none !important;
    }

}

@media screen and (max-width: 400px) {
    .footer-links .logo{
        display: none !important;
    }
    .vantagens
    {
        display: none !important;
    }

}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

  .vertical-line{
    border-left: 3px solid #e9edee;
    height: 100px;
  }

  .menu-eja{
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 1;
    text-align: justify;
    text-justify: inter-word;
    right: -274px;
    flex-direction: column;
    top: 0;
    padding: 10px;
  }

  .menuCursos-eja:hover .menu-eja{
    display: flex;
  }


  .menuCursos-tecnicos{
    position: relative;
  }

  .menu-tecnicos{
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 1;
    text-align: justify;
    text-justify: inter-word;
    right: -284px;
    flex-direction: column;
    top: 0;
    padding: 10px;
  }

  .menuCursos-tecnicos:hover .menu-tecnicos{
    display: flex;
  }

  .menuCursos-pos{
    position: relative;
  }

  .menu-pos{
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    z-index: 1;
    text-align: justify;
    text-justify: inter-word;
    right: -284px;
    flex-direction: column;
    top: 0;
    padding: 10px;
  }

  .menuCursos-pos:hover .menu-pos{
    display: flex;
  }

  .dropbtn{
      background: transparent;
      color: #b9bdbe;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  /* The container <div> - needed to position the dropdown content */
  .dropdown2 {
    position: relative;
    display: inline-block;
    width:100%;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -286px;
    top: 0;
  }

  /* Links inside the dropdown */
  .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content2 a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
  .dropdown2:hover .dropdown-content2 {display: block;}

  /* The container <div> - needed to position the dropdown content */
  .dropdown3 {
    position: relative;
    width:100%;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -286px;
    top: 0;
  }

  /* Links inside the dropdown */
  .dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content3 a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
  .dropdown3:hover .dropdown-content3 {display: block;}
