* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 16px; }

header {
  background: url(../img/bg.png), #019851;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat; }
  header .contenedor_logo_menu {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    header .contenedor_logo_menu .menu {
      text-align: left;
      line-height: 50px; }
      header .contenedor_logo_menu .menu a {
        color: #fff;
        margin-right: 60px;
        font-size: 18px; }
    header .contenedor_logo_menu .logo {
      text-align: right; }
      header .contenedor_logo_menu .logo a {
        display: block; }
        header .contenedor_logo_menu .logo a img {
          vertical-align: top; }
  header .textos {
    color: #fff;
    text-align: center;
    margin: 200px 0; }
    header .textos .primera_linea,
    header .textos .segunda_linea {
      fon-family: "Open Sans", Arial, Sans-serif;
      font-weight: 300; }
    header .textos .primera_linea {
      font-size: 35px;
      list-style: 35px;
      margin-bottom: 30px; }
    header .textos .segunda_linea {
      font-size: 25px;
      list-style: 25px;
      margin-bottom: 60px; }
    header .textos .contenedor-btns a {
      border-radius: 4px;
      border: 2px solid #fff;
      color: #fff;
      padding: 12px 0;
      font-weight: 600;
      width: 235px;
      display: inline-block;
      text-align: center;
      margin: 0 10px; }
      header .textos .contenedor-btns a:hover {
        text-decoration: none;
        background: #fff;
        color: #4f4f4f; }

.main .nosotros {
  background: #D8D8D8;
  padding: 70px 0; }
  .main .nosotros .titulo {
    text-align: center;
    font-family: "Open Sans", Arial, Sans-serif;
    font-weight: 300;
    font-size: 90px;
    color: #000;
    margin-bottom: 70px; }
  .main .nosotros .caracteristica {
    text-align: center; }
    .main .nosotros .caracteristica .icono {
      vertical-align: top;
      margin-bottom: 30px; }
      .main .nosotros .caracteristica .icono .primera_linea {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 20px; }
      .main .nosotros .caracteristica .icono .parrafo {
        margin-bottom: 30px;
        line-height: 28px; }
.main .servicios {
  background: #E6E6E6; }
  .main .servicios .titulo {
    text-align: center;
    font-size: 90px; }
  .main .servicios .serv {
    margin-bottom: 20px;
    text-align: center; }
    .main .servicios .serv .thumb img {
      border-radius: 30px;
      width: 70%;
      vertical-align: top;
      text-align: center; }
    .main .servicios .serv .thumb .primera_linea {
      text-align: center;
      font-size: 32px; }
.main .contacto {
  padding: 35px;
  font-size: 32px;
  background: white; }
  .main .contacto .titulo {
    font-size: 60px;
    text-align: center; }
  .main .contacto .calle {
    text-align: left; }
  .main .contacto img {
    text-align: right; }

footer {
  background: silver;
  color: white;
  text-align: center;
  text-decoration: none; }

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