/*!
 * Start Bootstrap - Festival Cineminha B
 * Copyright 2020 Cineminha B
 * Licensed under Cineminha B
 */
 
.pos-relative{ position: relative;}

.color-primary{ background-color: #EF4036 !important;}
.color-secondary{ background-color:  #009344 !important;}
.color-tertiary{ background-color:  #F7931D !important; }
.color-quartely{ background-color:  #009344 !important} /* #38B449  #662F8F*/
.color-light{ background-color: rgb(206, 205, 205) !important}
.color-dark{ background-color: #232323 !important}
.color-dark-trans { background-color:rgba(0,0,0,1);}

.text-tertiary{color:  #F7931D !important;}

.display-none{display: none !important;}

.grad {
  background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
}

p{font-size: 1.1rem;}
 
#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #EF4036;
  border: 1px solid #EF4036;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav {
  color: #161616;
  font-weight: 500;
  padding: .9rem 1.5rem;
}

#mainNav .navbar-nav .nav-item:hover, .menu .menu-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus, .menu .menu-item:active {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-bottom: none;
    background-color: rgba(250, 250, 250);
    transition: background-color 0.3s ease-in-out;
    padding: 0.8rem 0;
  }

  #mainNav .nav-link, .menu .menu-item a {
    transition: none;
    padding: 0.8rem 1.2rem;
    color:  #2b2b2b;
  }
  #mainNav .nav-link:hover, .menu .menu-item a:hover {
    background: #EF4036;
    border-radius: 4px;
    color: #fff;
  }
  #mainNav .nav-link:active, .menu .menu-item a:active {
    color: white;
    background: #F7931D;
    border-radius: 4px;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #2b2b2b;
  }
  #mainNav.navbar-shrink .nav-link, .menu .menu-item a {
    color: #2b2b2b;
    /* padding: 1.5rem 1.5rem 1.25rem; */
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover, .menu .menu-item a:hover {
    color: #fff ;
  }
 
  #mainNav.navbar-shrink .nav-link.active, .menu .menu-item a:active {
    outline: none;
    color: #fff;
    background-color:#EF4036;
    border-bottom: 0.25rem solid #EF4036 ;
    border-radius: 4px;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 0 !important;
 }

 #mainNav .navbar-nav .dropdown .dropdown-menu{
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0 0 .25rem;
}

#mainNav .navbar-nav .dropdown .dropdown-item{
  padding: 0.4rem 1.75rem;
  border-top: 1px solid #cfcfcf;
 }

 #mainNav .dropdown-item  {
  color: #fff;
  background-color:#662F8F;
}

#mainNav .dropdown-item:focus, #mainNav .dropdown-item:hover {
  text-decoration: none;
  color: #fff;
  background-color:#EF4036;
}

.masthead {
  
  /* position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 0;
  background-image: url("http://projetogrio.com/img/banner2-bg.png"); */
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background-image: url("http://aworan.com.br/img/mainbanner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
} 

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 3.5rem;
  line-height: 3.5rem;
  letter-spacing: 0.8rem;
  background: white;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 40rem;
  font-size: 2rem;
  letter-spacing: 1.5rem;
}

@media (min-width: 768px) {
  
  .masthead {
    padding: 0;
  }

  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: -0.3rem !important;
   }
}

@media (min-width: 992px) {
  .masthead {
    height: 40rem;
    padding: 0;
    background-position: right;
    background-image: url("http://aworan.com.br/img/mainbanner.jpg");
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 40rem;
    font-size: 3rem;
  }

}

.masthead .title-banner {
  font-size: 4rem !important;
  line-height: 4rem !important;
  letter-spacing: 0.6rem !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
}

.masthead .text-banner {
    font-size: 2rem !important;
    line-height: 2rem !important;
    letter-spacing: 0rem !important;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
}


.btn, section .btn, .btn-lg, .btn-primary, .btn-secondary {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.5rem ;
  font-family: 'Varela Round';
  font-size: 1.5rem ;
  text-transform: uppercase;
  letter-spacing: .15rem ;
  color: white;
  margin-right: .5rem ;
}

.btn-color, section .btn-color, 
.btn-primary, section .btn-primary{
  background-color: #EF4036 ;
  border: 1px #EF4036 solid ;
}

.btn-primary:hover, section .btn-primary:hover, .btn-secondary:hover, header .btn-secondary:active {
  background-color: #F7931D !important;
  border: 1px #F7931D solid !important;
}

.btn-primary:focus, section .btn-primary:focus, .btn-secondary:focus, header .btn-secondary:focus {
  background-color: #F7931D !important;
  border: 1px #F7931D solid !important;
}

.btn-primary:active, section .btn-primary:active, .btn-secondary:active, header .btn-secondary:active {
  background-color: #662F8F !important;
  border: 1px #662F8F solid !important;
}

.btn-secondary, header .btn-secondary{
  background-color: transparent;
  border: 1px #fff solid;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  line-height: 1.5 !important;
  border-radius: .2rem !important;
      border-top-right-radius: 0.2rem !important;
      border-bottom-right-radius: 0.2rem !important;
}

.masthead .box-btn, .box-btn { margin-top:-28rem;}

@media (min-width: 992px) {
  .masthead .box-btn, .box-btn { margin-top:-52rem;}
}

.about-section {
  padding-top: 3rem;
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 5rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}


@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #0daf8b;
  }
}

.projects-section .project-text, .about-section .project-text{
  padding: 3rem;
  /* font-size: 90%; */
}



@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }

  hr{
    border-color: #EF4036;
    border-width: .15rem;
    width: 60%;
  }
  .projects-section .project-text hr {
    border-color: #EF4036;
    border-width: .25rem;
    width: 30%;
  }
}


/* //// FOR PC ////////// */
@media (min-width: 768px) {
  .only-mobile{display: none !important;}
}

/* //// FOR MOBILE ////////// */
@media (max-width: 768px) {
  .bg-no-mobile{background-image: none !important;}
  .no-mobile{display: none !important;}
}

.banner-section {
  padding: 10rem 0;
  background-position: center;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

.banner-bg{ background: url("http://aworan.com.br/img/banner-web.png") fixed; }
.banner-cerebro{ background: url("../img/banner-cerebro.png"); background-position: bottom; padding-bottom: 3rem;}
.banner-maesolo{ background: url("../img/banner-maesolo.jpg"); background-position: center;}
.banner-chico{ background: url("../img/banner-chico.jpg"); background-position: top;}
.banner-umcontogrio{ background: url("../img/banner-umcontogrio.jpg"); background-position: bottom;}


@media (max-width: 768px) {
  
  .banner-meninos{ background-position: inherit;  padding-bottom: 13rem;}

}

.programme-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), 
  url("http://aworan.com.br/img/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section {
  padding: 10rem 0;
  background: url("http://aworan.com.br/img/16.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.exhibition-bg {
  padding: 10rem 0;
  background: url("http://aworan.com.br/img/cineminha-mapa.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.award-section {
  padding: 10rem 0;
  background: url("http://aworan.com.br/img/laurel2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}


.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #004d40 ;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #004d40 ;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito' !important;
  letter-spacing: 0.0625em;
}

a, .container a, section a {
  color: #EF4036;
}



a.btn, .container a.btn, section a.btn {
  color: #fff;
}

a:focus, .container a:focus, section a:focus, a:hover, .container a:hover, section a:hover {
  text-decoration: none;
  color: #F05A28;
}



a.btn:focus, .container a.btn:focus, section a.btn:focus, a.btn:hover, .container a.btn:hover, section a.btn:hover {
  color: #fff;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-black2 {
  background-color: rgba(22, 22, 22, 0.8) !important;
}

.bg-primary, .container .bg-primary, section .bg-primary {
  background-color: #EF4036 !important;
}

.text-primary, .container .text-primary, .contact-section .text-primary, section .text-primary {
  color: #EF4036 !important;
}

.text-h-primary{
  font-size: 3rem;
}

.texture {
  background: url("http://aworan.com.br/img/texture.png") repeat;
  background-size: auto;
}

.circle {
  padding: 4rem;
  border: 2px #13926e solid;
  font-size: 1.5rem;
}

.circle-1 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

div.diagonal-img {
  background: url("http://aworan.com.br/img/banner-over.png");
  margin-top: -125px;
  position: relative;
  width: 100%;
  min-height: 127px;
}

.mchart{
  margin-top: -9.5rem;
  margin-bottom: 8rem;
}

.aba-primary {
  height: 3rem;
  width: 80%;
  background: #EF4036;
  position: absolute;
  left: 10%;
  font-size: 1rem;
  text-align: center;
  padding: .5rem .5rem .5rem;
  color: #fff;
}

.aba-primary:hover, .aba-primary:active{
  background: #F7931D;
}

.aba-movie {
  height: 100%;
  width: 92%;
  background:  rgba(0, 0, 0, 0);
  position: absolute;
  left: 4%;
  font-size: 6rem;
  text-align: center;
  padding: 13% 0%;
  color: #999;
  top: 0;
}

.aba-movie:hover {
  background: rgba(0, 100, 0, 0.1);
  color: #fff;
}

footer {
  padding: 5rem 0;
}
