/*
    Resetando CSS e Definindo fontes padrão.
*/


/*@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');*/


/*
    Carregamento das fontes
*/

@font-face {
    src: url("../fonts/Confortaa/Comfortaa-Regular.ttf");
    font-family: Comfortaa;
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Confortaa/Comfortaa-Light.ttf");
    font-family: Comfortaa;
    font-weight: 400;
}

@font-face {
    src: url("../fonts/Confortaa/Comfortaa-Regular.ttf");
    font-family: Comfortaa; 
    font-weight: 700;
}
  
body {
    font-family: Comfortaa;
    background: url(../images/bg_festival.jpg) no-repeat center center fixed;
    background-size: cover;
    background-position-y: 5em;
    padding-top: 140px;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-weight: 700;
  font-family: Comfortaa!important;
}

  
a, a:hover {
    text-decoration: none;
    font-family: Comfortaa;
}

/*
    CSS Personal.
*/




header {
    height: 135px;
    width: 100%;
    position: relative;
    display: table;
}

header .logotipo {
    margin-top: 20px;
}

.logo {
    width: 45%;
}

.custom-file-input{

  z-index: 0!important;
}

/*
    DESKTOP
*/

.navbar-dark .navbar-brand {
    color: #888888!important;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 20px;
    text-decoration: none;
    font-weight: 900;
}

.navbar-nav .nav-link:hover {
    color: #387a98 !important;
}

.navbar-new {
    background: #387a98;
}

.btn-personal {
    color: #fff;
    background-color: #37B8D4 !important;
    border-radius: 5px;
    font-size: 10.5pt;
    padding: .82rem 2rem;
    font-family: Comfortaa;
}

.form-control {
    background: #fff !important;
    font-family: Comfortaa;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 30px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.section {
    margin-top: 120px;
}


/*
    CSS Cadu
*/


.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255, 0.5)!important;
}

.editais a{
    font-size: 12px;
    display: block;
    margin-left: 24px;
}
.pages {
    padding-top: 40px; 
}
.pages-site {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
}

.pages-site p {
    text-align: justify;
    font-size: 1rem;
}

 
.showcase .showcase-text {
    padding: 3rem;
}

.bg-header {
    background: #00b09b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #01baee, #62d9d7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #01baee, #62d9d7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0px 0px 1px #777777;  
}

.bg-table-headers{
    background-color: #01baee;
    color: white;
}

.bg-form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
}
  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
  }
  
  @media (min-width: 768px) {
    .showcase .showcase-text {
      padding: 7rem;
    }
  }
  
  .form-row h5 {
      color: #777777;
  }
  
  .form-control::-webkit-input-placeholder {
    color: #cccccc !important;
  }
  
  .features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .features-icons .features-icons-item {
    max-width: 20rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
  }
  
  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
  }
  
  .testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .testimonials .testimonial-item {
    max-width: 18rem;
  }
  
  .testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
  }
  
  .call-to-action {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  
  .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
  
  #parallaxBar{
      height:500px;
      background-color:#004c82;
      background: url(../images/bg-2-festival.jpg) 50% 0 fixed;
      position: relative;
  }


.custom-control-label::before {
    background-color: #37B8D4 !important;
    box-shadow: 0px 1px 3px #333 inset;
}


.type-intro {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.type-intro:hover {
    box-shadow: 1px 1px 5px #047D8E;
}

.show-user {
    padding: 10px;
    border-radius: 5px;
}

.custom-select {
    font-family: 'Comfortaa', cursive!important;
}
/*------------------------css login ----------------------------*/

.form-control {
    margin-bottom: 10px;
}

.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}

.area-logo {
    display: flex;
    justify-content: center;
}



.area-logo img {
        width: 100%;
    }

.logo-festival {
    max-width: 978px;   /* Máximo da largura da imagem */
    width: 100%;
    max-height: 701px;  /* Máximo da altura da imagem */
    min-height: auto;      /* Mínimo da altura, por padrão “auto” */
    background-size:100%;
    background-repeat: no-repeat;
  
}

.texto p {
    font-weight: 700;
    font-family: Comfortaa!important;
}


/*----------------------------------------------*/
    
.custom-file-label {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6rem;
}

/* ----------- footer -------- */

 .navbar-brand {
    width: 400px;
}

.audio {
    display: flex;
    opacity: 0.7;
    padding: 20px;
    justify-content: flex-end;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

footer p {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.logos_footer {
    width: 80%;
}


/*
    RESPONSIVO
*/


@media (min-width: 1200px) { 
    

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        padding-top: 80px;
    }
    
    .area-logo img {
          width: 860px;
          height: 1020px;
      }
    
    .audio {
        justify-content: center;
    }
}


/* Portrait and Landscape */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      body {
        padding-top: 80px;
    }
      .area-logo img {
          width: 85%;
      }
       .navbar-brand {
          width: 280px;
      }
      
      .navbar-nav .nav-link {
          font-size: 1rem;
      }
      
      .audio {
        justify-content: center;
    }
      
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 767.98px) {
    body {
        padding-top: 80px;
    }
    
    .bg-form h2 {
        font-size: 1.5rem;
    }
    .bg-form h3 {
        font-size: 1.5rem;
    }
    
    .section {
        margin-top: 0px;
    }
    
     .pages {
        padding-top: 10px; 
    }

    .navbar-new {
        background: #387a98;
        margin-top: 42px;
        width: 200px;
    }
    
    .navbar-dark .navbar-brand {
        display: contents;
    }
    
    .logo {
        width: 25%;
    }
    
    footer p {

        font-size: 9px;
    }
    
    .call-to-action {
        position: relative;
        padding-bottom: 1rem;
    }
    
    .form-signin {
        padding: 15px 15px 30px 15px;;
    
    }
    
    .area-logo img {
        width: 380px;
        height: 460px;
    }
    
    footer img {
        width: 80%;
        margin-bottom: 10px;
    
     }
}


@media (max-width: 576px) {
    body {
        padding-top: 80px;
    }
    
    .area-logo img {
        width: 320px;
        height: 370px;
    }
}