.ab{
    position: absolute;
}
 
.loginShapeAnimation-1{
    left: 10%;
    top:5%; 
    animation: x1 17s ease-in-out infinite;
    width: 140px !important; 
}
 
.loginShapeAnimation-2{
    left: 20%;
    top:15%; 
    animation: x2 12s ease-in-out infinite;
    max-width: 50px !important;
}

.indexShapeAnimation-1{
    left: 8%;
    top:5%; 
    animation: x3 25s ease-in-out infinite;
    width: 140px !important; 
}
 
.indexShapeAnimation-2{
    left: 4%;
    top:35%; 
    animation: x4 35s ease-in-out infinite;
    max-width: 50px !important;
}

.indexShapeAnimation-3{
    left: 5%;
    top:55%; 
    animation: x5 45s ease-in-out infinite;
    max-width: 120px !important;
}


 
  @keyframes x1 {
    0% {
     left: 10%;
     top: 5%;
    }
  
    50% {
        left: 14%;
        top: 50%;
    }

    100% {
        left: 10%;
        top: 5%;
    }
  }

  @keyframes x2 {
    0% { 
        left: 20%;
        top: 15%;
    }
  
    50% { 
        left: 24%;
        top: 20%;
    }

    100% { 
        left: 20%;
        top: 15%;
    }
  }

  @keyframes x3 {
    0% { 
        left: 8%;
        top: 15%;
    }
  
    50% { 
        left: 15%;
        top: 20%;
    }

    100% { 
        left: 8%;
        top: 15%;
    }
  }

  @keyframes x4 {
    0% { 
        left: 4%;
        top: 35%;
    }
  
    50% { 
        left: 15%;
        top: 60%;
    }

    100% { 
        left: 4%;
        top: 35%;
    }
  }


  @keyframes x5 {
    0% { 
        left: 6%;
        top: 55%;
    }
  
    50% { 
        left: 6%;
        top: 80%;
    }

    100% { 
        left: 6%;
        top: 55%;
    }
  }

  
body, body *{
    font-family: 'Lato', sans-serif !important;
    /* font-weight: 400; */
}

.position-baixo-10{
    position: relative;
    top: 7px;
}



.color-nav li{
   margin-left: 0px;  
}

.reset-close{
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.nav-fixo{
    background-color: #0d0a78;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 2px 10px 5px rgba(27,23,49,0.38); 
    box-shadow: 0px 2px 10px 5px rgba(27,23,49,0.38);
}

.nav-sticky{
    background-color: #0d0a78;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 2px 10px 5px rgba(27,23,49,0.38); 
    box-shadow: 0px 2px 10px 5px rgba(27,23,49,0.38);
}

.color-nav li a{
    color: #fff; 
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(0.3em + 0.5vw);
}


.color-nav li a:hover{
    color: #fff;
    transition: all ease-in-out 0.3s;
}

 
.color-nav .btn_verde a {
    color: #fff;
    background-color: #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(10px + 0.2vw) calc(10px + 0.4vw);;
      font-size: calc(0.5em + 0.2vw);
    border-radius: 5em;
}



.color-nav .btn_azul a {
    margin-left: 30px;
    color: #fff;
    background-color: #00537b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(10px + 0.2vw) calc(10px + 0.4vw);
    font-size: calc(0.5em + 0.2vw);
    border-radius: 5em;
}

.color-nav .btn_amarelo a {
    margin-left: 30px;
    color: #fff;
    background-color: #ff446b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(10px + 0.2vw) calc(10px + 0.4vw);
    font-size: calc(0.5em + 0.2vw);
    border-radius: 5em;
}



.color-nav .btn_verde a:hover, .color-nav .btn_azul a:hover, .btn_amarelo a:hover {
    text-decoration: none;
}

.overflow-x-hidden{
    overflow-x: hidden !important;
}

.bg_ja_inscreveu{
    background-image: url("../img/bg.webp");
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
} 

.bg-form{
    background-image: linear-gradient(90deg, #17b2e9, #15b2a0);
    padding-top: 35px;
    padding-bottom: 35px;
}

.bg_ja_inscreveu{
    width: 52%;
}

.link-senha{
    display: block;
    position: relative;
    color: #fff;
    margin-top: 25px;
    text-decoration: underline !important;
}



.link-a{
    display: block;
    position: relative;
    top: -5%;
    color: #fff;
    text-decoration: underline !important;
}

.link-a b{
    font-weight: bold;
}

.link-a:hover, .link-senha:hover{
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.max-form-container{
    max-width: 480px;
}

.webinar-span{
    background-color: #fff;
    color: #0f5d7b;
    font-size: 1.7em;
    margin-right: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    height: 35px;
    border-radius: 25px;
    font-weight: bold;
}

.calendar img{
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.calendar .p1,.calendar .p2{
    color: #fff;
    font-size: 1.05em;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.calendar .p1{
    font-size: 1.9em;
}

.titulo{
    margin: 0px;
    font-size: 1.8em;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.seja-bemvindo{
    margin: 0px;
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; 
}

.aula{
    margin: 0px;
    margin-bottom: 35px;
    font-size: 1.1em;
    color: #fff; 
    font-weight: 300;
}

.inscreva-se{
    margin: 0px;
    font-size: 1.8em;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.porfavor-realize{
    margin: 0px;
    font-size: 0.85em;
    color: #fff;
    font-weight: lighter;  
    margin-bottom: 20px;
}

.border_form .uk-input{
    background-color: transparent; 
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.3em;
    padding: 0px 0px;
    border: none;
    border-bottom: 2px solid #fff;
    font-weight: 300;
    max-width: 100%;
}
.border_form .uk-input::placeholder{
    color: #fff; 
}

.border_form label{
    color: #fff;
    margin: 0px;
    font-size: 0.85em;
}

.border_form label .text{
    margin: 0px;
    max-width: 320px;
}

 
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 20px;
  width: 20px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -2px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent !important;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 2px solid #fff;
  transition: 0.2s ease-in-out;
  border-radius: 4px;
  transition-property: background-color, border;
}
 
 
.uk-checkbox:focus {
  background-color: #8a0682 ;
  outline: none;
  border-color: #fff ;
}
 
 
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #8a0682 !important;
  border-color: #fff ;
}
 
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #8a0682 !important;
}

.enviar_form_webinar{
    background-color: #8a0682;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    height: 45px;
    font-weight: 300;
    color: #fff;
    outline: none;
    border: none;
    margin-top: 10px;
    border-radius: 25px;
}

.logos{
    margin-top: 25px;
}

.logos p{
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
}

.logos img{
    margin-left: 35px;
    width: 90px;
    height: auto;
}

.logos-nav{
    margin-top: 15px;
}

.logos-nav p{
    color: #fff;
    font-weight: 300;
    font-size: 0.7em;
    margin-bottom: 7px;
}

.logos-nav img:nth-child(1){
    margin-left: 5px;
    margin-right: 35px;
    width: 60px;
    height: auto;
}
.logos-nav img:nth-child(2){
    margin-left: 0px;
    margin-right: 0px;
    width: 77px !important;
    height: auto !important;
}

.margin-right{
    margin-right: 10px;
}

.position-relative{ 
    position: relative !important; 
    
}

 
.padding-zero{
    padding: 0px !important;
   background-color: #000;
   margin: 0px !important;
}


.position-top{
    position: absolute !important; 
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;  
}
 

/*Tabela*/

.programacao{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #250280;
}

 

.gradient-font { 
    background-image: linear-gradient(to right, #74bce5, #b2ddad); 
    background-clip: text;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    color: #fff; 
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    margin: 0px;
    font-weight: 700;
  }

.table-style{
    margin: auto; 
    box-sizing: content-box;
    background-color: #fff;
    border-radius: 25px;
    max-width: 980px;  
    padding: 40px 40px !important;
    position: relative;
    z-index: 1;
}
 


.table-style table tr{
    border-bottom: 1px solid #ff446b;
    padding: 4px 0px;
}



.no-border{
    border: none !important;
}

.table-style table tr :first-child{
    width: 30%;
    text-align: center;
    font-size: 25px;
    color: #ff446b;
}

.table-style table tr :nth-child(2){
    width: 70%; 
    text-align: left;
    font-size: 20px;
    color: #ff446b;
}

.table-style table tr .horario{
    display: flex;
    align-items: center;
    justify-content: left; 
    width: 85%;
}

.table-style table tr .tema{
    display: flex;
    align-items: center;
    justify-content: left; 
    width: 109%;;
  
}

.table-style table tr .horario h1{
    background-color: #ff446b;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border-radius: 35px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    position: relative;
    left: -8%;
}

.table-style table tr .tema h1{
    background-color: #ff446b;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    border-radius: 35px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: left;
    position: relative;
    padding-left: 35px; 
    align-items: center; 
    left: -6%;
}


.uk-table th{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #fff;
    position: relative;
    top: 15px;
}

.destaque-style{
    margin: auto; 
    margin-top: 20px;
    box-sizing: content-box;
    background-color: #ff367d;
    border-radius: 25px;
    max-width: 980px;  
    padding: 40px 40px !important;
    position: relative;
    z-index: 1;
}


@media screen and (min-width:1492px) {
    .width-75{
        width: 70%;
        position: relative;
        margin-left: 5%;
    }
}

@media screen and (max-width:1491px) {
    .width-75{
        width: calc(70% - 1vw);
        position: relative;
        margin-left: calc( 1vw + 5%);
    }
}

@media screen and (max-width:1432px) {
    .width-75{
        width: calc(70% - 2vw);
        position: relative;
        margin-left: calc( 2vw + 5%);
    }
}

@media screen and (max-width:1388px) {
    .width-75{
        width: calc(70% - 4vw);
        position: relative;
        margin-left: calc( 4vw + 5%);
    }
}

@media screen and (max-width:1332px) {
    .width-75{
        width: calc(70% - 7vw);
        position: relative;
        margin-left: calc( 7vw + 5%);
    }
}

@media screen and (max-width:1268px) {
    .width-75{
        width: calc(70% - 10vw);
        position: relative;
        margin-left: calc( 10vw + 5%);
    }
}

@media screen and (max-width:1104px) {
    .width-75{
        width: calc(70% - 12vw);
        position: relative;
        margin-left: calc( 12vw + 5%);
    }
}

.width-25{
    width: 25%;
}

.nav-logo > * { 
    padding: 0px !important;
    margin: 0px !important; 
}

.nav-logo img{
    width: auto;
    height: calc(1.6em + 1.3vw) !important;
}

 

.margin-right-logo-first{
    margin-right:20px;
}

.home-bg{   
    position: relative;
    padding-top: 6px;
    padding-bottom: 60px;
    background-image: url("../img/bg.webp");
    background-size: cover; 
}

.altura-home{
    align-items: center;
    height: calc(30vw + 200px);
}

.envie_duvida_contain {
    background-color: rgb(43, 0, 125, 0.6);
    bottom: 0;
    margin-top: 30px;
    padding: 10px 25px !important;
    -webkit-box-shadow: 0px -5px 32px -5px rgba(133, 0, 118, 0.5);
    -moz-box-shadow: 0px -5px 32px -5px rgba(133, 0, 118, 0.5);
    box-shadow: 0px -5px 32px -5px rgba(133, 0, 118, 0.5);
    border: 1px solid #fff;
    border-radius: 15px;
    height: 100% !important;
}
 


.envie_duvida_contain{ 
    display: grid;
    padding: 0px 15px;;
    box-sizing: border-box;
    width: 100% !important;
    height: 440px !important;    
}

.envie_duvida_contain p {
    color: #ffff;
    font-size: 1.2em;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    width: 100% !important;
}

.envie_duvida_contain .input_question {
    outline: none;
    width: 100% !important;
    border: #fff 1px solid;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 0.5em;
    margin-top: 10px;
    background-color: transparent;
    color: #fff;
}

.envie_duvida_contain .input_question::placeholder{
    color: #fff;
}

.input_enviar {
    background-color: transparent;
    background-image: url(../img/enviar_chat.png);
    background-position: 100% 49%;
    background-size: 55% 35%;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    width: 10%; 
}

.vimeo-player{ 
    position: relative;
    left: -20px;
    max-width: 100vw !important;
    width: 100% !important;
    height: 500px !important;
}

.uk-nav{
    position: relative;
    margin-top: 35px !important;
}

.fechar-x:hover{
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.off-canvas-tamanho li{
    margin-top: 8px;
    margin-bottom: 8px;
}

.off-canvas-tamanho li a{
    font-size: 1.1em;
    color: #fff;
}

.uk-offcanvas-bar{
    background-color:#91007e; 
}
 
.linha-verde a{
    color: #fff !important;
    border-bottom: 3px solid #ff6600;
}

.linha-azul a{
    color: #fff !important;
    border-bottom: 3px solid #00537b;
}

.linha-amarela a{
    color: #fff !important;
    border-bottom: 3px solid #ff446b;
}

.bg-cursos{
    background-color: #201d35;
    padding: 60px 0px;
}

.child-img-rounded li img{
    border-radius:35px;
    transition: all 0.3s ease-in-out !important;
    height: auto !important;
    width: 100% !important;
    padding-right: 15px;
}

.child-img-rounded li{
    filter: brightness(80%);
    transition: all ease-in-out 0.3s;
}

.child-img-rounded li:hover{
    filter: brightness(100%);
    transition: all ease-in-out 0.3s;
}
     

.child-img-rounded li, .child-img-rounded li:hover,.child-img-rounded li:focus{
    cursor: grab;
    
}

.confira{
    font-size: 1.7em;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}


.footer {
    background-color: #07152a;
       position: relative;
       margin-top: 0px;
       
       padding: 10px 0px;
       padding-top: 50px;
}

.text_apoio {
    color: #fff;
}


.footer-tree-colun .icon-footer {
    width: auto;
    height: 35px;
 }
 
 .footer-tree-colun p{
    font-size: 1.1em;
    line-height: 120%;
 }
 
 .footer-tree-colun .manole-footer {
     width: auto;
     /* height: 70px; */
 }
 
 .footer-tree-colun .first-one {
     position: relative;
     margin-top: 0px;
     margin-right: 15px;
   
 }
 
 .footer-tree-colun .second-one {
     position: relative;
     margin-top: 0px;
     margin-right: 15px;
 
 }

 /*INDEX*/



.logo-login-header{ 
    max-width: 600px;
    height: 80px;
    margin: auto;
    margin-top: 15px;
    padding: 0px 20px;
    margin-bottom: 10px; 
    background-color: #fff;
    border-radius: 25px;
}

.desktop-login-header{
    max-width: 400px;
    padding: 50px 20px;
}

.margin-right-logo{
    margin-right: 20px;
}

 .bg_loggin {
    position: relative;
    background-image: url("../img/bg_login.webp");
    background-position: center;
    background-size: cover;
}

.uk-card-login {
    box-sizing: content-box;
    margin: auto;
    max-width: 750px;
    background: linear-gradient(93deg, rgba(14, 12, 121,1) 0%, rgba(0, 130, 168,1) 50%, rgba(54, 83, 141,1) 100%);
    border-radius: 7em;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.34); 
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.34);
}

.uk-card-login>div {
    box-sizing: content-box; 
    margin: auto;
    width: 100%;
    max-width: 450px;
    display: block;
    text-align: center;

}

.uk-card-login h2 {
    color: #fff; 
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 25px; 
}

.uk-card-login p {
    color: #fff; 
    font-size: 1em;
    margin-bottom: 65px; 
}

.uk-card-login form {
    box-sizing: content-box;
    margin: auto;
    width: 100%;
    max-width: 450px;
}
 
.uk-card-login a {
    color: #fff;
    font-size: 0.95em;
}
 
.btn_login{
    margin-top: 35px;
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center; 
    align-items: center;
    border-radius: 25px;
    color: #96458e;
    font-size: 1.4em;
    max-width: 350px;
    background-color: #ffffff; 
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
}

.btn_login:hover{
    color: #ffffff;
    background-color: #96458e;
}

.leia_privacidade a{
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    text-align: center;
    display: flex;
    color: #fff;
    max-width: 500px;
    margin-top: 50px;
    justify-content: center; 
    align-items: center;
    background-color: rgba(0,0,0,0.54); 
}

.patrocinador{
    margin-top: 35px;
}

.patrocinador_drop{
    background: #96458e;
}
.patrocinador img{
    width: auto;
    height: 90px;
}

.altura{ 
    padding: 60px 0px;
    min-height: 100vh !important;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.altura > :first-child{
    width: 100%;
}

[class*='uk-position-center'] {
    position: absolute !important; 
    max-width: 100%;
    top: 50%;
    left: 0%;
    transform: translate(0%, -70%); 
    box-sizing: border-box;
    width: auto !important;
    height: 8em !important;
}

/*PATROCINADOR*/
/*PATROCINADOR*/

.bg_shadow {
    padding: 50px 0px;
    -webkit-box-shadow: 0px -4px 29px 3px rgba(0,0,0,0.2); 
    box-shadow: 0px -4px 29px 3px rgba(0,0,0,0.2); 
    position: relative;
   
}

.bg_shadow p {
    text-align: center;
    color: #204FA5FF;
    font-size: 1.1em;
}

.video_vimeo_patrocinador {
    margin-top: 60px;
    height: auto;
}

.video_vimeo_patrocinador iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 50vw !important;
    max-height: 700px;
    margin-top: 35px; 
}

.triple-video iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 50vw !important;
    max-height: 200px; 
    margin-top: 15px;
    margin-bottom: 15px;
}

.slider{
    margin-top: 20px;
}

.uk-dotnav{
    position: relative;
    margin-bottom: 15px;
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    /* 1 */
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #fff;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
}


/* Hover + Focus */

.uk-dotnav>*> :hover,
.uk-dotnav>*> :focus {
    background-color: #fff;
    outline: none;
    border-color: transparent;
}


/* OnClick */

.uk-dotnav>*> :active {
    background-color: #fff;
    border-color: transparent;
}


/* Active */

.uk-dotnav>.uk-active>* {
    background-color: #fff;
    border-color: transparent;
}



.confira_tbm {
    padding: 0px;
    padding-top: 15px;
    margin-top: 50px;
    max-width: 1190px;
    border-top: 3px solid #000;
}

.confira_tbm .entre_em_contato {
    color: #0a5649;
    font-weight: 700;
    font-size: 1em;
    padding-top: 0.5em;
}

.confira_tbm a {
    color: #0a5649;
}

.confira_tbm h2 {
    color: #0a5649;
    font-weight: 700;
    font-size: 1.5em;
}

.confira_tbm ul {
    padding: 0px;
    margin: 0px;
}

.confira_tbm li {
    padding: 0px;
    margin: 0px;
    color: #0a5649;
    font-size: 1em;
}

.confira_tbm .escanei {
    color: #0a5649;
    position: relative;
    top: 0.4em;
}

.confira_tbm img {
    color: #0a5649;
    position: relative;
    left: 0.8em;
    width: auto;
    height: 140px;
}




