.cod {
  color: red;
  font-size: 10px;
  display: none;
}

.page_titulo_construccion {
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #585858;
  font-size: 30px;
  font-weight: 100;
  margin-top: 250px;
}

.home-backGround-gris {
  background-color: #F6F7FF;
  color: #17243F;
  font-family: "Lato", sans-serif;
  padding: 40px 0px;
}

.home-backGround-azul {
  background-color: #364562;
  color: #FFF;
  font-family: "Lato", sans-serif;
  padding: 40px 0px;
  height: 100vh;
  border: lightgray;
  border-style: groove;
}

.topzone{
  background-color: #364562;
}

@media only screen and (max-width: 600px) {
.home-backGround-azul {
  width: 800px;
}
}

.home-backGround-blanco {
  background-color: #FFF;
  color: #17243F;
  font-family: "Lato", sans-serif;
  padding: 40px 0px;
}

.home-logo-top {
  width: 200px;
  margin: 0px auto;
}

.home-icons-wrapper {
  width: 600px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-icons-wrapper img {
  margin: 0px 5px;
}

.home-titulo-h1 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  margin: 20px 0px 10px 0px;
}

.home-titulo-h2 {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin: 20px 0px 10px 0px;
}

.home-text-h1 {
  font-family: "Lato", sans-serif;
  width: 800px;
  margin: 0px auto 20px auto;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
}

.home-text-h2 {
  font-family: "Lato", sans-serif;
  width: 800px;
  margin: 0px auto 20px auto;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.home-text-h3 {
  font-family: "Lato", sans-serif;
  width: 800px;
  margin: 0px auto 20px auto;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.home-text-h4 {
  font-family: "Lato", sans-serif;
  width: 800px;
  margin: 10px auto 20px auto;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

.home-text-titulo {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
}

.home-botones-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0px 10px 0px;
}

.home-boton-column_01 {
  background-color: #4c798c;
  font-size: 20px;
  color: #FFF;
  padding: 20px 50px;
  text-align: center;
  margin: 0px 10px;
  border-radius: 10px;
}

.home-boton-column_01:hover {
  background-color: #f6f6fb;
  color: #364562;
}

.home-boton-column_02 {
  background-color: #FFF;
  font-size: 20px;
  color: #17243F;
  padding: 20px 50px;
  text-align: center;
  margin: 0px 10px;
  border-radius: 10px;
}

.home-boton-column_02:hover {
  background-color: #aac8e2;
}

.home-boton-column_01 a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.home-boton-column_02 a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

.home-center-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-features-wrapper {
  width: 800px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-feature-item {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0px;
}

.home-feature-title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}

.home-feature-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-align: left;
  margin-bottom: 40px;
}

.home-funciona-wrapper {
  width: 800px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.home-funciona-img {
  width: 400px;
}

.home-funciona-info {
  width: 300px;
}

.home-funciona-numero {
  width: 40px;
  height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  color: #FFF;
  background-color: #81A4DB;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-funciona-titulo {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  margin: 5px 0px 3px 0px;
}

.home-funciona-text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 200;
}

.home-dimensiones-wrapper {
  width: 800px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-dimensiones-item {
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.25);
          box-shadow: 0px 8px 14px 0px rgba(27, 34, 78, 0.25);
  border-radius: 10px;
  width: 230px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0px;
}

.home-dimensiones-explorar {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #FFF;
  background-color: #32497C;
  border-radius: 10px 0px 10px 0px;
  font-family: "Lato", sans-serif;
  padding: 5px 15px;
}

.home-dimensiones-icon {
  margin: 5px auto 5px auto;
  width: 60px;
}

.home-dimensiones-titulo {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
}

.home-dimensiones-text {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 20px;
  line-height: 14px;
}

.home-fuentes {
  width: 800px;
  margin: 20px auto;
}

.home-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=home.css.map */