/* globals styles */
html, body {
  height: 100%; }

.row.fullWidth {
  max-width: 100% !important; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a, button {
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out; }

h2 {
  text-transform: uppercase;
  font-weight: 700; }
  h2.border {
    color: black;
    display: inline-block;
    margin: 70px 0 110px 0;
    padding: 7px 30px;
    border: 3px solid #060607;
    position: relative; }
    h2.border:before {
      content: "";
      width: 3px;
      height: 70px;
      background-color: #060607;
      position: absolute;
      top: -73px;
      left: 0;
      right: 0;
      margin: auto; }
    h2.border:after {
      content: "";
      width: 3px;
      height: 110px;
      background-color: #060607;
      position: absolute;
      bottom: -113px;
      left: 0;
      right: 0;
      margin: auto; }

/* Header navigation */
header {
  width: 100%;
  padding: 45px;
  height: 123px;
  position: relative;
  background-color: #ffffff;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    header {
      padding: 25px; } }
  header .menuToggle {
    color: #cf2625;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
  header h1 {
    width: 195px;
    height: 190px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #cf2625;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out; }
    @media screen and (max-width: 767px) {
      header h1 {
        width: 150px;
        height: 145px; } }
    header h1 a {
      width: 100%;
      height: 100%;
      display: block;
      background-image: url(../img/logoWhiteI.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 150px auto;
      text-indent: -20000px;
      transition: all .15s ease-in-out;
      -webkit-transition: all .15s ease-in-out;
      -moz-transition: all .15s ease-in-out; }
      @media screen and (max-width: 767px) {
        header h1 a {
          background-size: 120px auto; } }
  header .language li {
    display: inline-block;
    border: 1px solid #cf2625;
    background-color: transparent; }
    header .language li a {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: gray;
      padding: 6px 8px;
      text-transform: uppercase; }
    header .language li:last-child {
      border-left: none;
      margin-left: -4px; }
    header .language li:hover {
      background-color: #cf2625; }
      header .language li:hover a {
        color: #ffffff; }
  header.sticky {
    height: 83px;
    padding: 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; }
    header.sticky h1 {
      width: 170px;
      height: 165px; }
      @media screen and (max-width: 767px) {
        header.sticky h1 {
          width: 150px;
          height: 145px; } }
      header.sticky h1 a {
        background-size: 130px auto; }
        @media screen and (max-width: 767px) {
          header.sticky h1 a {
            background-size: 120px auto; } }

/* Hero section */
.hero {
  position: relative;
  height: calc(100% - 123px);
  height: -webkit-calc(100% - 123px);
  height: -moz-calc(100% - 123px); }
  .hero .bg {
    width: 100%;
    height: 100%;
    /*background-color: blue;*/ }
  .hero .circle {
    width: 410px;
    height: 410px;
    padding: 30px 45px;
    background-color: rgba(207, 38, 37, 0.7);
    color: #ffffff;
    font-size: 13px;
    z-index: 8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto; }
    .hero .circle p {
      line-height: 1.8; }
    .hero .circle .large {
      font-size: 20px;
      font-weight: 700;
      padding-top: 20px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .hero .circle .large {
          font-size: 17px; } }
    @media screen and (max-width: 767px) {
      .hero .circle {
        width: 80%;
        bottom: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        padding: 30px 25px; } }
  .hero #cycler {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none; }
    .hero #cycler li {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .hero #cycler li.bg1 {
        background-image: url(../img/bg-1.jpg); }
      .hero #cycler li.bg2 {
        background-image: url(../img/bg-2.jpg); }
      .hero #cycler li.bg3 {
        background-image: url(../img/bg-3.jpg); }
      .hero #cycler li.bg4 {
        background-image: url(../img/bg-4.jpg); }
      .hero #cycler li.bg5 {
        background-image: url(../img/bg-5.jpg); }
      .hero #cycler li.active {
        z-index: 3; }

footer {
  background-color: #a81f16;
  color: #ffffff; }
  footer .copyright {
    padding: 25px 0;
    border-top: 4px solid #eb4f41;
    font-family: "Roboto", sans-serif;
    color: #eb4f41;
    font-size: 13px;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      footer .copyright {
        border-top: none; } }
    footer .copyright a {
      font-weight: 700;
      text-transform: uppercase;
      color: #eb4f41; }
  footer p {
    margin: 0; }
  footer .listContact {
    width: 100%;
    text-align: center; }
    footer .listContact li {
      width: 33%;
      padding: 58px 0 35px 0;
      display: inline-block;
      border-right: 4px solid #eb4f41;
      vertical-align: middle;
      font-size: 24px; }
      @media screen and (max-width: 1024px) {
        footer .listContact li {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        footer .listContact li {
          width: 90%;
          border-right: none;
          border-bottom: 4px solid #eb4f41; } }
      @media screen and (max-width: 640px) {
        footer .listContact li {
          padding: 30px 0 30px 0;
          font-size: 18px; } }
      footer .listContact li a {
        color: #ffffff;
        height: 100%;
        display: block;
        text-transform: uppercase;
        font-weight: 700; }
      footer .listContact li:last-child {
        border-right: none; }
      footer .listContact li address {
        font-style: normal;
        font-size: 19px;
        display: inline-block;
        vertical-align: top;
        text-align: left; }
        @media screen and (max-width: 1024px) {
          footer .listContact li address {
            font-size: 18px; } }
        @media screen and (max-width: 640px) {
          footer .listContact li address {
            font-size: 16px; } }
        footer .listContact li address h3 {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 0;
          text-transform: uppercase; }
    footer .listContact i {
      margin-right: 24px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 1024px) {
        footer .listContact i {
          margin-right: 15px; } }
      footer .listContact i.phone {
        width: 38px;
        height: 60px;
        background-image: url(../img/ico-mobile.png); }
      footer .listContact i.email {
        width: 70px;
        height: 46px;
        background-image: url(../img/ico-mail.png); }
      footer .listContact i.address {
        width: 70px;
        height: 80px;
        background-image: url(../img/ico-mapa.png); }

/* About us section*/
.aboutUs {
  background-color: #cf2625;
  color: #ffffff;
  padding: 120px 0 100px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .aboutUs {
      padding: 60px 0 50px 0; } }
  .aboutUs blockquote {
    color: #fe7878;
    font-size: 18px;
    margin: 20px 0 30px 0;
    padding: 0;
    border-left: none;
    font-style: italic;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .aboutUs blockquote {
        text-align: center; } }
  .aboutUs p {
    font-size: 14px; }
  .aboutUs h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .aboutUs h2 {
        text-align: center; } }
  .aboutUs .bg-image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/about-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .aboutUs .bg-image {
        display: none; } }
    .aboutUs .bg-image:after {
      content: "";
      width: 75px;
      height: 100%;
      background-color: #cf2625;
      position: absolute;
      top: 0;
      right: -28px;
      transform: skewX(-5deg);
      -ms-transform: skewX(-5deg);
      -webkit-transform: skewX(-5deg); }
      @media screen and (max-width: 768px) {
        .aboutUs .bg-image:after {
          right: -30px; } }
  .aboutUs .textPos {
    position: relative;
    z-index: 2; }

/* Mercado Section*/
.areas {
  overflow: hidden; }
  .areas .listAreas {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative; }
    .areas .listAreas .icoGral {
      width: 250px;
      height: 250px;
      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;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .areas .listAreas .icoGral.vidrios {
        background-image: url(../img/mercado-vidrios.jpg); }
        .areas .listAreas .icoGral.vidrios .panelMercado {
          background-color: #70caeb; }
      .areas .listAreas .icoGral.ceramicas {
        background-image: url(../img/mercado-ceramicas.jpg); }
        .areas .listAreas .icoGral.ceramicas .panelMercado {
          background-color: #c29951; }
      .areas .listAreas .icoGral.petroleo {
        background-image: url(../img/mercado-petroleo.jpg); }
        .areas .listAreas .icoGral.petroleo .panelMercado {
          background-color: #ba4d51; }
      .areas .listAreas .icoGral.alimentos {
        background-image: url(../img/mercado-alimentosbal.jpg); }
        .areas .listAreas .icoGral.alimentos .panelMercado {
          background-color: #7fb466; }
      .areas .listAreas .icoGral.construccion {
        background-image: url(../img/mercado-construccion.jpg); }
        .areas .listAreas .icoGral.construccion .panelMercado {
          background-color: #e4e36b; }
      .areas .listAreas .icoGral.fundiciones {
        background-image: url(../img/mercado-fundiciones.jpg); }
        .areas .listAreas .icoGral.fundiciones .panelMercado {
          background-color: #f58446; }
      .areas .listAreas .icoGral .close {
        cursor: pointer; }
        .areas .listAreas .icoGral .close .ico {
          width: 25px;
          height: 25px;
          line-height: 25px;
          background-color: rgba(255, 255, 255, 0.4);
          display: inline-block;
          color: #ffffff;
          text-align: center;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          font-style: normal; }
      .areas .listAreas .icoGral .btnShow {
        color: #ffffff;
        text-transform: uppercase;
        padding: 7px  0;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        cursor: pointer; }
    .areas .listAreas .panelMercado {
      width: 100%;
      height: 100%;
      color: #ffffff;
      opacity: 0;
      box-sizing: border-box;
      padding: 30px 20px;
      transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out; }
      @media screen and (min-width: 768px) {
        .areas .listAreas .panelMercado {
          position: absolute;
          top: 0;
          left: 0;
          margin-left: 100%; } }
      @media screen and (max-width: 767px) {
        .areas .listAreas .panelMercado {
          height: auto;
          text-align: left;
          position: absolute;
          top: 0;
          left: 0;
          margin-left: 100%; } }
      .areas .listAreas .panelMercado ul {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .areas .listAreas .panelMercado ul {
            text-align: left; } }
        .areas .listAreas .panelMercado ul li {
          display: inline-block;
          margin: 10px;
          position: relative;
          padding-left: 10px; }
          @media screen and (max-width: 767px) {
            .areas .listAreas .panelMercado ul li {
              display: block;
              line-height: 1.4; } }
          .areas .listAreas .panelMercado ul li:after {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #ffffff;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
        .areas .listAreas .panelMercado ul.listBlock {
          width: 90%;
          margin: 20px auto;
          text-align: left; }
          .areas .listAreas .panelMercado ul.listBlock li {
            display: block; }
      .areas .listAreas .panelMercado h2 {
        font-weight: normal;
        font-size: 20px;
        margin-top: 25px; }
        @media screen and (max-width: 767px) {
          .areas .listAreas .panelMercado h2 {
            text-align: center;
            margin-top: 35px;
            margin-bottom: 20px; } }
      .areas .listAreas .panelMercado.is-active {
        opacity: 1;
        margin-left: 0; }
      .areas .listAreas .panelMercado p {
        line-height: 1.9; }

/* Product section */
.products {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .products {
      padding-bottom: 50px; } }
  .products .panelProduct {
    width: 100%;
    background-color: #cf2625;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff; }
    @media screen and (max-width: 767px) {
      .products .panelProduct {
        border-bottom: 4px solid #ffffff;
        border-left: none; } }
    .products .panelProduct h3 {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
    .products .panelProduct p {
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
    .products .panelProduct .imgProduct {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .products .panelProduct .imgProduct {
          width: 100%;
          height: 150px;
          overflow: hidden; } }
      .products .panelProduct .imgProduct img {
        width: 100%;
        object-fit: cover; }
      .products .panelProduct .imgProduct:after {
        content: "\A";
        border-style: solid;
        border-width: 10px 15px 10px 0;
        border-color: transparent #cf2625 transparent transparent;
        position: absolute;
        right: 0;
        top: 20px; }
        @media screen and (max-width: 768px) {
          .products .panelProduct .imgProduct:after {
            display: none; } }
    .products .panelProduct .description {
      width: 50%;
      padding: 20px 25px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .products .panelProduct .description {
          width: 100%; } }
    .products .panelProduct .banner {
      width: 100%;
      height: 100%;
      display: table;
      background-image: url(../img/piedras.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: relative; }
      .products .panelProduct .banner .text {
        display: table-cell;
        text-align: center;
        line-height: 2.5;
        vertical-align: middle;
        color: #a81f16;
        padding: 10px 30px;
        position: relative;
        z-index: 3; }
        .products .panelProduct .banner .text p {
          font-size: 22px;
          font-weight: 300;
          font-style: italic; }
          @media screen and (max-width: 767px) {
            .products .panelProduct .banner .text p {
              font-size: 18px;
              line-height: 2; } }
      .products .panelProduct .banner:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        left: 0; }
    .products .panelProduct.outPad {
      padding: 0; }
  .products .button {
    margin-top: 85px;
    padding: 17px 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .products .button {
        margin-top: 40px; } }

/* Contact section */
.contact {
  background-color: #cf2625;
  color: #ffeee4;
  padding: 55px 0 85px 0;
  position: relative;
  overflow: hidden; }
  .contact:after {
    content: "";
    width: 395px;
    height: 100%;
    background-color: #e73434;
    position: absolute;
    right: -185px;
    top: 0;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg); }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 35px 0 45px 0; } }
  .contact .formTheme {
    position: relative;
    z-index: 2; }
    .contact .formTheme .field {
      color: #ffeee4;
      font-size: 14px;
      padding: 20px 15px;
      border: 5px solid #ffeee4;
      background-color: transparent;
      transition: all .25s ease-in-out;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out; }
      .contact .formTheme .field.is-invalid-input {
        color: white;
        opacity: .9; }
      .contact .formTheme .field:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #cf2625 inset;
        -webkit-text-fill-color: #ffeee4 !important; }
    .contact .formTheme .buttonSend {
      min-width: 195px;
      padding: 12px;
      display: block;
      box-sizing: border-box;
      text-align: center;
      background-color: #ffeee4;
      color: #cf2625;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      border: none;
      margin: 45px auto;
      cursor: pointer; }
      .contact .formTheme .buttonSend:hover {
        background-color: #ffffff; }
  .contact h2 {
    font-size: 30px;
    margin-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .contact h2 {
        font-size: inherit;
        margin-bottom: 40px; } }
  .contact ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffeee4;
    font-style: italic; }
  .contact ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffeee4;
    font-style: italic; }
  .contact :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffeee4;
    font-style: italic; }
  .contact :-moz-placeholder {
    /* Firefox 18- */
    color: #ffeee4;
    font-style: italic; }
  .contact .form-error {
    color: #ef6262;
    font-weight: bold;
    font-style: italic;
    float: left;
    margin-top: -15px; }
  @media screen and (max-width: 767px) {
    .contact .g-recaptcha {
      transform: scale(0.77);
      -webkit-transform: scale(0.77);
      transform-origin: 0 0; } }
  .contact .g-recaptcha > div {
    margin: 0 auto; }

#menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  padding: 150px 45px 50px 45px;
  margin: 0;
  list-style: none;
  background: #cf2625;
  z-index: 10;
  -ms-transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out; }
  @media screen and (max-width: 767px) {
    #menu {
      width: 100%;
      height: auto;
      text-align: center; } }
  #menu.is-visible {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }

#menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  #menu a:hover, #menu a:focus {
    opacity: .8; }

.c-hamburger {
  display: block;
  position: relative;
  /*overflow: hidden;*/
  margin: 0;
  padding: 0;
  width: 85px;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  right: 18px;
  height: 6px;
  background: #cf2625; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #cf2625;
  content: ""; }

.c-hamburger span::before {
  top: -15px; }

.c-hamburger span::after {
  bottom: -15px; }

.c-hamburger--htx {
  background-color: white; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #ffffff; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

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