@font-face {
  font-family: "futura";
  src: url("../fonts/FuturaStd-Light.otf"); }
@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-Regular.ttf"); }
@font-face {
  font-family: "novecentos-bold";
  src: url("../fonts/Novecentosanswide-Book.otf"); }
@font-face {
  font-family: "novecentos-medium";
  src: url("../fonts/Novecentosanswide-Medium.otf"); }
@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/OpenSans-Regular.ttf"); }
@font-face {
  font-family: "opensans-semibold";
  src: url("../fonts/OpenSans-Semibold_0.ttf"); }
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium.ttf"); }
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: "roboto-thin";
  src: url("../fonts/Roboto-Thin.ttf"); }
@font-face {
  font-family: "tornado";
  src: url("../fonts/tornado.eot");
  src: url("../fonts/tornado.eot?#iefix") format("embedded-opentype"), url("../fonts/tornado.woff") format("woff"), url("../fonts/tornado.ttf") format("truetype"), url("../fonts/tornado.svg#tornado") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "tornado" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "tornado" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-productos:before {
  content: "\61"; }

.icon-facebook:before {
  content: "\63"; }

.icon-empresa:before {
  content: "\64"; }

.icon-servicios:before {
  content: "\65"; }

.icon-whatsapp:before {
  content: "\66"; }

.icon-contacto:before {
  content: "\67"; }

header.desk {
  position: relative;
  display: flex;
  align-items: CENTER;
  height: 110px; }
  @media screen and (max-width: 1200px) {
    header.desk {
      display: none; } }
  @media screen and (max-width: 1199px) {
    header.desk img {
      margin: 30px auto 20px;
      /* text-align: CENTER; */
      position: absolute;
      left: 0;
      right: 0; } }
  header.desk nav.nav-desk ul {
    padding: 0;
    display: flex;
    position: absolute;
    right: 145px;
    top: 25px; }
    header.desk nav.nav-desk ul li {
      font-family: "novecentos-medium";
      font-size: 18px;
      color: #808080;
      margin: 0 20px;
      text-decoration: none;
      transition: all .3s;
      position: relative;
      list-style: none; }
      header.desk nav.nav-desk ul li:nth-child(2):hover .submenu-desk {
        opacity: 1;
        transition: all .5s;
        z-index: 9999; }
      header.desk nav.nav-desk ul li:hover a {
        color: #DB9B00;
        transition: all .5s;
        text-decoration: none; }
      header.desk nav.nav-desk ul li .submenu-desk {
        transition: all .5s;
        display: block;
        width: 152px;
        height: 251px;
        position: absolute;
        opacity: 0;
        z-index: -1;
        padding: 0;
        border-top: 2px solid #DB9B00;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        background: #FFFFFF;
        left: 15px; }
        header.desk nav.nav-desk ul li .submenu-desk li {
          border-bottom: 1px solid #ABABAB;
          margin: 0 0;
          text-align: left; }
          header.desk nav.nav-desk ul li .submenu-desk li a {
            font-family: "opensans-regular";
            font-size: 11px;
            color: #666666;
            padding: 5px 10px;
            text-align: left;
            text-decoration: none;
            transition: all .5s; }
            header.desk nav.nav-desk ul li .submenu-desk li a:hover a {
              color: #DB9B00;
              transition: all .5s;
              text-decoration: none; }
      header.desk nav.nav-desk ul li a {
        color: #808080;
        display: flex;
        justify-content: center;
        align-items: center; }
        header.desk nav.nav-desk ul li a:before {
          padding: 15px;
          font-size: 24px; }
      header.desk nav.nav-desk ul li:hover {
        color: #DB9B00;
        transition: all .3s; }
  header.desk span.tel {
    position: absolute;
    top: 11px;
    right: 7px;
    color: #DB9B00;
    font-size: 19px;
    font-family: "novecentos-medium"; }
  header.desk .social {
    position: absolute;
    right: 45px;
    top: 43px;
    font-size: 24px;
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px; }
    header.desk .social a {
      text-decoration: none;
      color: #4D4D4D; }
    header.desk .social .icon-whatsapp {
      font-size: 43px;
      width: 36px;
      height: 57px; }
    header.desk .social span {
      padding: 0 6px; }

header.movil {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (min-width: 1200px) {
    header.movil {
      display: none; } }
  header.movil a {
    text-align: center; }
    header.movil a img {
      width: 252px;
      height: 70px;
      margin: 25px auto; }
  header.movil nav.menu {
    width: 100%;
    height: 40px;
    background: #808080;
    position: relative; }
    header.movil nav.menu ul {
      background: #FFF;
      width: 210px;
      position: absolute;
      top: 40px;
      padding: 0;
      border: 1px solid rgba(128, 128, 128, 0.002);
      left: -210px;
      transition: all .5s;
      z-index: 9999; }
      header.movil nav.menu ul a.elemento {
        font-family: "novecentos-medium";
        color: #808080;
        text-decoration: none;
        display: flex;
        align-items: CENTER;
        padding: 15px 10px;
        font-size: 24px; }
        header.movil nav.menu ul a.elemento li {
          list-style: none;
          display: flex;
          align-items: center;
          margin-left: 15px; }
      header.movil nav.menu ul ol.submenu {
        border-top: 5px solid #DB9B00;
        list-style: none;
        padding: 0;
        height: 385px;
        text-indent: 5px;
        box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
        display: none; }
        header.movil nav.menu ul ol.submenu a {
          font-size: 11px;
          color: #4D4D4D;
          font-family: "opensans-regular";
          text-decoration: none; }
          header.movil nav.menu ul ol.submenu a li {
            border-bottom: 1px solid #ABABAB;
            padding: 10px; }
            header.movil nav.menu ul ol.submenu a li:before {
              content: ""; }
        header.movil nav.menu ul ol.submenu a:last-child li {
          border: none; }
    header.movil nav.menu span.tel {
      text-align: CENTER;
      position: absolute;
      left: 0;
      right: 0;
      font-size: 21px;
      color: #FFF;
      font-family: "novecentos-medium";
      top: 4px;
      z-index: 50; }
      @media screen and (max-width: 560px) {
        header.movil nav.menu span.tel {
          display: none; } }
    header.movil nav.menu .social {
      position: absolute;
      right: 20px;
      top: -14px;
      color: #FFF;
      display: flex;
      align-items: center;
      z-index: 100; }
      header.movil nav.menu .social a.facebook {
        margin-right: 15px; }
      header.movil nav.menu .social a.facebook img, header.movil nav.menu .social a.whatsapp img {
        width: 24px;
        height: 24px; }

footer {
  width: 100%;
  height: 90px;
  background: #DF9F00;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    footer {
      height: 170px; } }
  footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      footer ul {
        flex-direction: column;
        width: 100%; } }
    footer ul a, footer ul span {
      text-decoration: none;
      font-family: "novecentos-bold";
      font-size: 17px;
      color: #FFF;
      transition: all .5s; }
      footer ul a:hover, footer ul span:hover {
        text-decoration: none;
        color: #666666;
        transition: all .5s; }
      @media screen and (max-width: 767px) {
        footer ul a, footer ul span {
          margin: 3px 0; } }
      footer ul a li, footer ul span li {
        list-style: none; }
    footer ul span.or {
      margin: 0 14px; }
      @media screen and (max-width: 767px) {
        footer ul span.or {
          display: none; } }
    footer ul span.icon-empresa {
      position: absolute;
      color: #FFF;
      right: 0;
      font-size: 38px;
      top: 17px;
      transition: all .5s; }
      @media screen and (max-width: 767px) {
        footer ul span.icon-empresa {
          right: 5px; } }
      footer ul span.icon-empresa:hover {
        transition: all .5s;
        transform: rotate(360deg);
        color: #4D4D4D; }

.after-footer {
  width: 100%;
  height: 40px;
  background: #4D4D4D;
  font-family: "futura";
  font-size: 12px;
  color: #FFF;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .after-footer .left a {
    text-decoration: none;
    color: #FFF;
    transition: all .5s; }
    .after-footer .left a:hover {
      transition: all .5s;
      cursor: pointer;
      color: #DF9F00; }
  @media screen and (max-width: 420px) {
    .after-footer .center {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .after-footer {
      flex-direction: column;
      height: 100px;
      flex-direction: column;
      justify-content: space-around; } }

.barra {
  width: 100%;
  height: 35px;
  background: #DF9F00;
  margin-top: 82px;
  margin-bottom: 95px;
  position: relative;
  z-index: 400; }
  @media screen and (max-width: 600px) {
    .barra {
      height: 15px; } }
  .barra h2 {
    font-family: "novecentos-bold";
    font-size: 35px;
    color: #4D4D4D;
    position: absolute;
    text-align: center;
    width: 460px;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 0;
    top: 0; }
    @media screen and (max-width: 600px) {
      .barra h2 {
        font-size: 18px;
        top: -15px;
        height: 42px;
        width: 190px;
        display: flex;
        align-items: center;
        justify-content: center; } }

section.nuestros-productos .producto {
  width: 323px;
  height: 183px;
  background: #888;
  margin: 17px 20px;
  position: relative;
  overflow: hidden; }
  section.nuestros-productos .producto:nth-child(1) {
    background: url("../images/productos/membranas.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(2) {
    background: url("../images/productos/malla-de-vidrio.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(3) {
    background: url("../images/productos/cementosos.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(4) {
    background: url("../images/productos/impermeabilizantes.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(5) {
    background: url("../images/productos/impermeabilizantes-asfalticos.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(6) {
    background: url("../images/productos/pinturas.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(7) {
    background: url("../images/productos/equipos.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(8) {
    background: url("../images/productos/geomembranas-geotextiles.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(9) {
    background: url("../images/productos/otras-marcas.jpg") center center no-repeat; }
  section.nuestros-productos .producto:nth-child(10) {
    background: url("../images/productos/tornilleria.jpg") center center no-repeat; }
  section.nuestros-productos .producto:hover .mascara {
    top: -100%;
    transition: all .5s; }
  section.nuestros-productos .producto:hover .ver-productos {
    top: 0;
    margin: auto;
    transition: all .7s; }
  section.nuestros-productos .producto .mascara {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s; }
    section.nuestros-productos .producto .mascara .texto {
      font-family: "novecentos-bold";
      font-size: 14px;
      text-align: center;
      color: #FFF; }
  section.nuestros-productos .producto .ver-productos {
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    font-family: "novecentos-bold";
    font-size: 14px;
    text-align: center;
    width: 133px;
    height: 37px;
    background: #DF9F00;
    margin: 0 auto;
    line-height: 34px;
    color: #FFF;
    transition: all .7s; }
    section.nuestros-productos .producto .ver-productos:hover {
      cursor: pointer;
      background: #4d4d4d;
      transition: all .7s; }

.anima-tornado {
  animation: tornado .5s 1; }

@keyframes tornado {
  from {
    transform: rotate(0deg);
    top: 17px;
    color: #FFF; }
  to {
    transform: rotate(360deg);
    color: #4D4D4D; } }
.om-Subtitle {
  display: flex;
  justify-content: center; }

.om-table {
  display: flex;
  width: 100%;
  justify-content: space-evenly; }
  @media screen and (max-width: 767px) {
    .om-table {
      flex-direction: column;
      justify-content: center; } }
  .om-table .om-t-chield {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-bottom: 50px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .om-table .om-t-chield {
        width: 100%;
        margin-bottom: 100px; } }
    .om-table .om-t-chield .list {
      display: flex;
      margin-left: 40px;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .om-table .om-t-chield .list {
          text-align: center;
          margin-left: 0; } }

.equipos {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  width: 70%;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .equipos {
      width: 90%;
      flex-direction: column; } }
  .equipos .imgchield {
    margin-bottom: 30px; }

.e-table {
  display: flex;
  width: 60%;
  justify-content: center;
  flex-direction: column;
  border: 1px solid gray; }
  @media screen and (max-width: 650px) {
    .e-table {
      width: 80%; } }
  @media screen and (max-width: 400px) {
    .e-table {
      width: 100%; } }
  .e-table .e-row {
    font-family: 'novecentos-medium';
    font-size: 20px;
    border: 1px solid gray;
    display: flex;
    width: 100%;
    justify-content: space-around; }
    @media screen and (max-width: 510px) {
      .e-table .e-row {
        font-size: 17px; } }

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