@charset "utf-8";
/* CSS Document */

/* Nav Meu Styling */
.nav-menu a {
  color: rgba(255,255,255,0.90);
}

#intro {
  width: 100%;
  height: 100vh;
  background: url("../img/slider01.jpg") top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(0,0,0,0.20);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: none;
}

#intro h1 span {
  color: #258DCD;
}

@media (max-width: 991px) {
  #intro h1 {
    font-size: 33px;
  }
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 991px) {
  #intro p {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
        margin-bottom: 20px;
    padding: 0;
    color: #115309;
}

#intro .about-btn {
	background-color: #115309;
	border: none;
}

/*--------------------------------------------------------------
# Servicios Section
--------------------------------------------------------------*/
#servicios {
  padding: 60px;
  background: url("../img/fondo-servicios.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
	color: #fff;
}

#servicios:before {
  content: "";
  background: rgba(15,61,13,0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#servicios h4 {
  color: #4CA3FF;
}

@media (min-width: 1024px) {
  #servicios {
    background-attachment: fixed;
  }
}

#servicios .section-header h2, #servicios p {
  color: #fff;
}

#servicios input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #servicios input {
    min-width: 400px;
  }
}

#servicios button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #258DCD;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#servicios button:hover {
  background: #e0072f;
}

@media (max-width: 460px) {
  #servicios button {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Fin Servicios Section
--------------------------------------------------------------*/


#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

#ubicacion .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#contact .php-email-form button[type="submit"] {
    background: #115309;
}

#contact .php-email-form button[type="submit"]:hover {
    background: #258DCD;
}

#contact {
    color: #115309;
}

#contact .contact-info address, #contact .contact-info p {
    color: #333;
}

#contact .contact-info h3 {
    color: #115309;
}

.back-to-top:hover {
    background: #115309;
}