/* Global */
/* VARIABLES */
/* MIXINS */
/* All pages puglins */
/* NAVBAR-MENU */
.bg-dark {
  background-color: #07984d !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.navbar {
  padding: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  transition: 400ms all ease-in;
  -webkit-transition: 400ms all ease-in;
  -moz-transition: 400ms all ease-in;
  -o-transition: 400ms all ease-in;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #e8e45e;
}

/* BG */

.bg-color {
  background-color: #f9f9f9;
}

/* HEADER */
header {
  background-image: url("../img/fundo.jpg");
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -1px;
  color: #ffffff;
  text-align: center;
}

header img {
  display: block;
  margin: 0 auto;
  padding: 150px 0;
}

header .intro-text {
  padding: 0;
}

header .intro-text .skills {
  font-size: 1.8em;
  font-weight: 800;
  color: #7d1919;
}

header .intro-text .skills-date {
  font-size: 4.8em;
  font-weight: 800;
  color: #7d1919;
}

.header-area {
  padding-top: 2.5rem;
  padding-right: 0;
  padding-bottom: 2.5rem;
  padding-left: 0;
  text-align: center;
  background: url(../img/bg-principal.jpg);
  background-position: 50% 0%;
  margin-top: -1px;
}

.header-area h2 {
  font-family: Montserrat, sans-serif;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.header-area .breadcrumb {
  background-color: transparent;
  display: inline-flex;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.header-area .breadcrumb .breadcrumb-item a {
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1em;
  font-weight: 400;
}

.header-area .breadcrumb .active {
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 1em;
  font-weight: 400;
}

.header-area .breadcrumb .active:before {
  color: #ffffff;
}

.footer-inf {
  background-color: #222736;
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
  text-align: center;
}

.footer-inf .title {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

@media screen and (max-width: 411px) {
  .footer-inf .title {
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-left: 0;
  }
}

footer {
  background-color: #07984d;
}

footer p {
  color: #ffffff;
  margin: 0;
  padding-top: 1rem;
  padding-right: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  text-align: center;
}

footer p a {
  color: #e8e45e;
  text-transform: uppercase;
}

footer p a:hover {
  text-decoration: none;
  color: #7d1919;
}

/* Index */
/* DATE EVENTS */
.d-event {
  padding: 5rem 0;
  text-align: center;
  background-color: #f9f9f9;
}

.d-event a {
  text-decoration: none;
}

.d-event .card {
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.d-event .card:hover {
  box-shadow: 0px 14px 38px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 14px 38px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 14px 38px 0 rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0px 14px 38px 0 rgba(0, 0, 0, 0.11);
  transition: all 400ms linear 0s;
}

.d-event .card .card-title {
  font-family: Roboto, sans-serif;
  color: #333333;
  font-size: 1.3em;
  font-weight: 600;
}

.d-event .card .card-text {
  font-family: Roboto, sans-serif;
  color: #7c8d93;
  font-size: 1em;
  font-weight: 500;
}

@media screen and (max-width: 411px) {
  .d-event .card {
    margin: 1rem 0;
  }
}

/* EVENTS */
.event {
  background: url("../img/bg-floral.jpg");
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
  text-align: center;
}

.event .heading-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 2.5rem;
  margin-left: 0;
}

.event .heading-title h1 {
  font-family: Roboto, sans-serif;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 !important;
}

.event .heading-title h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #e8e45e;
  margin: 1rem auto;
}

.event .heading-title p {
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  font-weight: 400;
}

.sponsor {
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
  text-align: center;
}

.sponsor img {
  padding: 2rem 0;
}

.sponsor .heading-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 2.5rem;
  margin-left: 0;
}

.sponsor .heading-title h1 {
  font-family: Roboto, sans-serif;
  color: #7d1919;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 !important;
}

.sponsor .heading-title h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #e8e45e;
  margin: 1rem auto;
}

/* PAGES */
.company {
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
}

.company h3 {
  font-family: Montserrat, sans-serif;
  color: #7d1919;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (max-width: 411px) {
  .company h3 {
    font-family: Montserrat, sans-serif;
    color: #7d1919;
    font-size: 1.75em;
    font-weight: 800;
    text-align: center;
  }
}

.company h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #e8e45e;
  margin: 0.5rem auto;
}

.company .centralized:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #e8e45e;
  margin-top: 0.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 411px) {
  .company h3:after {
    margin: 1rem auto 2rem;
  }
}

.company img {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.company p {
  font-family: Montserrat, sans-serif;
  color: #929fa6;
  font-size: 1em;
  font-weight: 400;
}

.hotel {
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
  text-align: center;
}

.hotel .heading-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 2.5rem;
  margin-left: 0;
}

.hotel .heading-title h1 {
  font-family: Roboto, sans-serif;
  color: #7d1919;
  font-size: 2.5em;
  font-weight: 600;
  margin: 0 !important;
}

.hotel .heading-title h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #e8e45e;
  margin: 1rem auto;
}

.hotel .logo-sp {
  padding: 1rem;
}

.contact {
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0;
}

.contact h3 {
  font-family: Roboto, sans-serif;
  color: #7d1919;
  font-size: 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.contact h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #e8e45e;
  margin: 1rem auto;
}

.contact p {
  text-align: center;
}

.contact p a {
  font-family: Roboto, sans-serif;
  color: rgba(124, 141, 147, 0.8);
  font-size: 1.1em;
  font-weight: 400;
  transition: 400ms all ease-in;
  -webkit-transition: 400ms all ease-in;
  -moz-transition: 400ms all ease-in;
  -o-transition: 400ms all ease-in;
}

.contact p a:hover {
  text-decoration: none;
  color: #e8e45e;
}

.contact .form-control {
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 480px) {
  header {
    height: 400px;
  }

  header img {
    padding: 80px 0 0;
  }
  header .intro-text .skills {
    font-size: 1em;
    font-weight: 800;
    color: #7d1919;
  }
  
  header .intro-text .skills-date {
    font-size: 1.8em;
    font-weight: 800;
    color: #7d1919;
  }
  header .intro-text {
    padding: 60px 0;
  }

  .sponsor img {
    padding: 1rem;
  }
}
