* {
  margin: 0;
  padding: 0; }

::-moz-selection {
  background-color: black;
  color: white; }

::selection {
  background-color: black;
  color: white; }

body {
  font-size: 1em;
  font-family: 'Roboto', sans-serif; }

h2 {
  color: #43b05c;
  margin: 20px 0; }

p {
  font-size: 1em;
  line-height: 30px; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

header {
  width: 100%;
  height: 60px;
  background-color: #43b05c;
  position: relative; }
  header .logo {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100px;
    box-sizing: border-box;
    padding: 15px 0 0 15px; }
  header nav {
    position: absolute;
    right: 35px;
    height: 100%;
    font-size: 0.8em; }
    header nav ul {
      height: 100%; }
      header nav ul li {
        display: inline-block;
        height: 100%;
        box-sizing: border-box;
        padding-top: 20px;
        border-bottom: 3px solid transparent;
        -webkit-transition: all .2s;
        transition: all .2s; }
        header nav ul li:hover {
          border-bottom: 3px solid #1BFF4F;
          -webkit-transition: all .2s;
          transition: all .2s;
          background-color: rgba(255, 255, 255, 0.2); }
        header nav ul li a {
          text-decoration: none;
          height: 100%;
          color: white;
          box-sizing: border-box;
          padding: 0 10px; }

.banner {
  width: 100%;
  height: 600px;
  background-image: url(../img/banner.jpg);
  background-size: cover; }

.nuestraEmpresa {
  text-align: center;
  box-sizing: border-box;
  padding: 50px 0; }
  .nuestraEmpresa p {
    width: 50%;
    margin: 0 auto; }
  .nuestraEmpresa .valoresContenedor {
    width: 100%;
    margin-top: 50px;
    position: relative; }
    .nuestraEmpresa .valoresContenedor .line {
      background-color: #43b05c;
      width: 50%;
      margin: 0 auto;
      height: 7px;
      position: absolute;
      top: 75px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1; }
    .nuestraEmpresa .valoresContenedor .valor {
      display: inline-block;
      vertical-align: top;
      margin: 0 50px; }
      .nuestraEmpresa .valoresContenedor .valor .icono {
        width: 150px;
        height: 150px;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 15px; }

.banner_dos {
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 70px; }
  .banner_dos .quote {
    width: 30px; }
  .banner_dos .bgBanner {
    position: absolute;
    top: 0;
    background-image: url(../img/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    z-index: -1;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
  .banner_dos .texto {
    width: 50%;
    margin: 0 auto; }
    .banner_dos .texto h4 {
      color: white;
      font-weight: 300;
      font-style: italic;
      font-size: 1.7em;
      line-height: 50px; }

.caracteristicas {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 500px;
  position: relative; }
  .caracteristicas .bgCaracteristicas {
    width: 100%;
    height: 400px;
    background-image: url(../img/bgCaracteristicas.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .caracteristicas .caracteristicasContenedor {
    width: 1200px;
    margin: 0 auto; }
  .caracteristicas .left {
    width: 400px;
    height: auto;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0 50px 0; }
    .caracteristicas .left .precio {
      background-color: #43b05c;
      color: white;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      box-sizing: border-box;
      padding: 20px 0; }
      .caracteristicas .left .precio h2 {
        color: white;
        font-weight: 200;
        font-size: 3em;
        line-height: 0; }
    .caracteristicas .left ul {
      list-style: none; }
      .caracteristicas .left ul li {
        padding: 10px 20px;
        border-bottom: 1px solid #eeeeee; }
  .caracteristicas .right {
    width: 63%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 50px; }
    .caracteristicas .right ul {
      list-style: url(../img/check.svg);
      padding-left: 25px; }
      .caracteristicas .right ul li {
        padding: 5px 0; }

footer {
  background-color: #263238;
  height: auto;
  width: 100%;
  color: #607d8b;
  box-sizing: border-box;
  padding: 70px 0; }
  footer .texto {
    width: 1200px;
    margin: 0 auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  footer .form {
    margin: 20px 0;
    display: inline-block; }
    footer .form ::-webkit-input-placeholder {
      color: #607d8b; }
    footer .form ::-moz-placeholder {
      color: #607d8b; }
    footer .form :-ms-input-placeholder {
      color: #607d8b; }
    footer .form ::placeholder {
      color: #607d8b; }
    footer .form input {
      width: 100%;
      border: none;
      color: white;
      box-sizing: border-box;
      padding: 10px;
      margin: 5px 0;
      background-color: rgba(0, 0, 0, 0.3); }
    footer .form textarea {
      width: 100%;
      height: 100px;
      resize: none;
      border: none;
      box-sizing: border-box;
      padding: 10px;
      margin: 5px 0;
      color: white;
      background-color: rgba(0, 0, 0, 0.3);
      font-family: 'Roboto', sans-serif; }
    footer .form button {
      background-color: #43b05c;
      border: none;
      color: white;
      padding: 5px 50px; }
      footer .form button:hover {
        cursor: pointer; }

/*RESPONSIVE ---------------------------*/
@media screen and (min-width: 400px) and (max-width: 1024px) {
  header {
    text-align: center; }
    header .logo {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    header nav {
      display: none; }
  .wrapper {
    width: 100%; }
  .nuestraEmpresa p {
    width: 90%; }
  .nuestraEmpresa .valoresContenedor .valor {
    margin-bottom: 30px; }
  .nuestraEmpresa .valoresContenedor .line {
    display: none; }
  .banner_dos .texto {
    width: 90%;
    min-height: 400px; }
    .banner_dos .texto h4 {
      font-size: 1.4em; }
  .banner_dos .bgBanner {
    height: 400px; }
  .banner {
    background-image: url(../img/banner_mobile.jpg);
    height: 400px; }
  .caracteristicas {
    padding-bottom: 250px; }
    .caracteristicas .caracteristicasContenedor {
      width: 100%; }
    .caracteristicas .left {
      width: 90%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .caracteristicas .right {
      width: 90%;
      padding: 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .caracteristicas .bgCaracteristicas {
      height: 200px; }
  footer .texto {
    width: 90%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    text-align: center; } }

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .wrapper {
    width: 100%; }
  .nuestraEmpresa p {
    width: 90%; }
  .nuestraEmpresa .valoresContenedor .valor {
    margin-bottom: 30px; }
  .nuestraEmpresa .valoresContenedor .line {
    display: none; }
  footer .texto {
    width: 90%;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    text-align: center; }
  .caracteristicas {
    padding-bottom: 250px; }
    .caracteristicas .caracteristicasContenedor {
      width: 90%; }
    .caracteristicas .right {
      width: 55%;
      padding: 0 30px; }
    .caracteristicas .bgCaracteristicas {
      height: 200px; }
  .banner_dos .texto {
    width: 90%;
    min-height: 350px; }
  .banner_dos .bgBanner {
    height: 350px; } }

/*END RESPONSIVE ---------------------------*/
