@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Ayita Pro';
    src: url(../fonts/ayitapro-semibold.ttf);
}

.relative{
    position: relative;
}

.topo{
    height: 130px;
    /* background-image: url('../images/nuvem-3.png'), linear-gradient(133.39deg, #2BA8E1 4.76%, #24A0D9 48.98%, #0E6FB1 95.09%);
    background-repeat: repeat-x;
    background-position: bottom; */
    background: #008ECF;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

#menu{
    position: absolute;
    top: 45px;
    right: 45px;
}

#menu a{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

#menu2{
    position: absolute;
    top: 45px;
    right: 0px;
}

#menu2 a{
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    text-decoration: none;
}

.topo2{
    height: 190px;
}

.logo{
    width: 110px;
    margin-top: 32px;
}
.parceria{
    margin-top: 40px;
    margin-bottom: 50px;
}

.titulo{
    margin-top: 70px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #444444;
}

.titulo b{
    font-weight: 700;
}

.sub-titulo{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    margin-top: 17px;
}

.pre-titulo{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #444444;
    margin-bottom: 0;
    margin-top: 58px;
}
.pre-texto{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6F6F6F;
}

.pre-texto-14{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #6F6F6F;
    margin-bottom: 0px;
}

.form-control{
    background: #F1F1F1;
}

.form-select{
    background-color: #F1F1F1;
}

label{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #008ECF;
}

.form-check-label{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #4F4F4F;
    text-transform:none;
}
.form-check-label a{
    color: #008ECF;
}
.btt{
    color: white;
    background: #D02665;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.btt:hover{
    color: rgba(255, 255, 255, 0.568);
}

.btt-outline{
    color: #D02665;
    background: white;
    border: 1px solid #D02665;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.btt-outline:hover{
    color: #d02664f1;
}



.alert{
    margin-top: 15px;
}


.modal-header{
    border-bottom: 0px solid #dee2e6;
}

.modal-footer{
    border-top: 0px solid #dee2e6;
}

.md-titulo{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #008ECF;
}

.md-text{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6F6F6F;
}

.atencao{
    margin-top: 40px;
    margin-bottom: 15px;
}

.btn-close{
    position: absolute;
    top: 26px;
    right: 26px;
}

#cont-logo-color{
    margin-top: 35px;
    margin-left: 35px;
}
.card-material{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 50px;
}

.tutorial h1{
    margin-top: 30px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    color: #008ECF;
}


.tutorial p{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    color: #4F4F4F;
}

.media h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 56px;
    color: #008ECF;
}

.media h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #444444;
}

.media p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
    color: #444444;
}

.cont-video{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top:0px;
    background-color: #00000094;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.video {
    position: relative;
    width: 560px;
    background-color: rgb(24, 24, 24);
}
#bt-fechar-video{
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: white;
    border-radius: 50px;
    padding: 17px;
    opacity: 1.0;
}

.form-media-cont{
    display: flex;
    justify-content: space-between;
}

.form-media-txt{
    width: 100%;
}

.form-media-img{
    display: flex;
    align-items: flex-end;
    padding-bottom: 26px;
    padding-left: 25px;
}

.cont-image{
    width: 220px;
    height: 220px;
    background: #f1f1f1;
    border: 2px dashed #ced4da;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.cont-image img{
    max-width: 100%;
    max-height: 100%;
}

#cont-cover{
    background: #00933b17;
    width: 320px;
    height: 320px;
    border-radius: 160px;
    position: relative;
    margin: 0 auto;
}

#cover{
    width: 279px;
    height: 279px;
    position: absolute;
    top: 37px;
    left: 7px;  
    z-index: 2; 
}

#cover-img{
    width: 118px;
    height: 118px;
    position: absolute;
    top: 100px;
    left: 107px;
    z-index: 2;
    display: flex;
    align-items:center;
    justify-content: center;
}

#cover-titulo{
    
    width: 211px;
    height: 41px;
    position: absolute;
    top: 50px;
    left: 56px;
    z-index: 2;
    display: table;
}

#cover-titulo span{
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#cover-nome{
    font-family: 'Ayita Pro';
    width: 227px;
    height: 33px;
    position: absolute;
    top: 239px;
    left: 52px;
    z-index: 2;
    color: #006031;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}

#cont-mini-img{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.mini-img{
    border: 2px solid rgb(206, 206, 206);
    width: 60px;
    height: 60px;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}

.mini-active{
    border: 2px solid rgb(0, 157, 219);
}

#bt-video{
    cursor: pointer;
}

.cont-check {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.verde{
    color: #00933A;
}

.vermelho{
    color: #EA5B0C;
}

#contt-erros{
    margin: 20px;
}

#cont-erros{
    display: flex;
    justify-content: space-between;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}


#cont-erros p{
    margin: 0;
}

#cont-erros-label{
    display: flex;
    align-items: center;
    width: 200px;
}

#cont-erros-text{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 90px;
}

#cont-erros-img{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 90px;
}

#img-sucesso{
    width: 360px;
}

#cont-sucesso h1{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    color: #008ECF;
    margin-top: 36px;
    margin-bottom: 20px;
}

#cont-sucesso p{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #4F4F4F;
}

#bt-lojinha{
    width: 252px;
    height: 62px;
    cursor: pointer;
    margin: 49px;
}
#bt-add-autor{
    width: 400px;
    background-color: #008ECF;
    color: white;
    margin-top: 30px;;
}

#bt-encerrar{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #D02665;
    cursor: pointer;
    margin-top: 30px;
}

.pontilhado{
    border-top:1px dashed #efefef;
    border-bottom: none;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 8px;
    margin-right: 15px;
}

#anc1, #anc2, #anc3, #anc4, #anc5{
    margin-bottom: 50px;
}

.loading{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 24%);
    display: none;
    align-items:center;
    justify-content: center;
}

.q-text h1{
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #6F6F6F;
}

.form-label{
    margin-top: 15px;
}

.cont-eye{
    position: relative;
}

.eye{
    position: absolute;
    right: 10px;
    top: 11px;
    color: #939393;
    cursor: pointer;
}

.txt-rosa{
    color: #D02665;
}

.txt-black{
    color: #444444 !important;
}

#n-autor{
    color: #008ECF !important;
    text-transform: uppercase;
}


@media only screen and (max-width: 1100px) {

    #menu{
        display: none;
    }

    #menu2{
        display: none;
    }

    .atencao {
        margin-top: 80px;
        margin-bottom: 40px;
        width: 250px;
    }
    .md-titulo {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 50px;
        line-height: 55px;
    }
    .md-text {
        padding: 30px;
        font-size: 35px;
        line-height: 46px;
    }

    .btn-close {
        font-size: 45px;
    }

    #cont-erros {
        font-size: 30px;
        line-height: 50px;
    }

    #cont-erros-img {
        width: 211px;
    }

    #cont-erros-text {
        width: 130px;
    }

    .modal-footer {
        justify-content: center;
    }

    .btt, .btt-outline {
        font-size: 30px;
    }
    .modal-footer{
        padding: 50px 0px;
    }

    .titulo {
        font-size: 50px;
        line-height: 60px;
    }

    .sub-titulo {
        font-size: 35px;
        line-height: 40px;
        margin-top: 30px;
    }

    .pre-titulo {
        font-size: 35px;
        line-height: 40px;
    }

    .pre-texto {
        font-size: 25px;
        line-height: 30px;
    }

    label {
        font-size: 25px;
        line-height: 30px;
    }

    .form-control {
        font-size: 2rem;
        line-height: 2rem;
    }
    .eye {
        font-size: 30px;
    }

    .form-check-input {
        width: 2em;
        height: 2em;
    }
    .form-check-label {
        font-size: 25px;
        line-height: 25px;
        padding-top: 10px;
        padding-left: 10px;
    }

    .form-check {
        padding-bottom: 2em;
    }

    .parceria {
        margin-top: 50px;
        margin-bottom: 0px;
        width: 300px;
    }

    .logo {
        width: 200px;
        margin-top: 60px;
    }

    .topo {
        height: 230px;
        background-size: contain;
    }

    .input-group-text {
        font-size: 2rem;
    }

    .pre-texto-14 {
        font-size: 25px;
        line-height: 30px;
    }

    .form-label {
        margin-top: 25px;
    }

    .form-select {
        font-size: 2rem;
        line-height: 2rem;
        padding: 10px;
    }

    #bt-continuar {
        margin-top: 25px;
    }

    #cont-logo-color{
        text-align: center;
    }
    .logo-color{
        width: 200px;
    }

    .tutorial-img{
        width: 300px;
        margin-left: -40px;
    }
    .tutorial{
        text-align: center;
    }
    .tutorial h1 {
        font-size: 45px;
        line-height: 55px;
        padding: 10px 80px;
    }
    .tutorial p {
        font-size: 35px;
        line-height: 50px;
    }
    #bt-video{
        width: 500px;
        margin-top: 30px;
    }
    .cont-tuto{
        text-align: center;
    }
    .media h1 {
        font-size: 45px;
        line-height: 65px;
    }
    .media p {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 50px;
    }

    .form-text {
        
        font-size: 1.5em;
    }

    .q-text h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .cont-image {
        width: 305px;
        height: 305px;
        margin-bottom: 11px;
    }

    .media h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .mini-img {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }

    #cont-sucesso h1 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 56px;
    }

    #cont-sucesso p {
        font-size: 35px;
        line-height: 52px;
    }
    #img-sucesso {
        width: 450px;
        margin-top: 30px;
    }
    #bt-add-autor{
        width: 400px;
        height: auto;
    }
    #bt-encerrar {
        font-size: 24px;
        line-height: 70px;
    }


}

.vodiapicker{
    display: none; 
  }
  
  #a{
    padding-left: 0px;
  }
  
  #a img, .btn-select img{
    width: 25px;
    
  }
  
  #a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  #a li:hover{
   background-color: #dcdcdc;
  }
  
  #a li img{
    margin: 5px;
  }
  
  #a li span, .btn-select li span{
    margin-left: 10px;
  }
  
  /* item list */
  
  .b{
    width: 122px;
    position: absolute;
    display: none;
    left: -4px;
    top: 39px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    background: #efefef;
  }
  
  .open{
    display: show !important;
  }
  
  .btn-select{
    margin-top: 0px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
   
  }
  .btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }
  
  .btn-select:hover li{
    margin-left: 0px;
  }
  
  .btn-select:hover{
    background-color: #F1F1F1;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #F1F1F1;
    
    
  }
  
  .btn-select:focus{
     outline:none;
  }
  
  .lang-select{
    margin-left: 0px;
    position: relative;
  }
  

