body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 55px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro_bg{
  background-image: url(../images/bg_gracias_03.png); 
  height: 100vh; 
  background-position: center center; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-size: cover;
}

#intro_bg .texto h2{
  color: #2c3a47;
  font-size: 40px;
  font-weight: 700;
}

#intro_bg a .boton-bg{
  background-color: #7ed348;
  border-style: none;
  padding: 10px;
}

#intro_bg a .boton-bg:hover{
  background-color: #7ed348;
}