* {
  margin: 0px;
  padding: 0px; }

.ocultar {
  display: none !important; }

.ver {
  display: block !important; }

.selected {
  color: #AACA3B !important;
  font-weight: 700; }

.active {
  display: block !important; }

.content-menu {
  width: 90%;
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0; }
  .content-menu .logo {
    width: 15%; }
    .content-menu .logo a img {
      width: 100%; }
  .content-menu .menu {
    width: 50%; }
    .content-menu .menu .top-bar {
      width: 70%;
      margin: 10px auto 0;
      display: flex; }
      .content-menu .menu .top-bar .logo {
        width: 20%;
        margin-right: 20%; }
        .content-menu .menu .top-bar .logo img {
          width: 100%; }
      .content-menu .menu .top-bar .content-search {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .content-menu .menu .top-bar .content-search .phone {
          width: 30%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .content-menu .menu .top-bar .content-search .phone img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
            display: inline-block; }
          .content-menu .menu .top-bar .content-search .phone p {
            font-weight: 700;
            font-size: 16px;
            display: inline-block;
            margin: 0; }
        .content-menu .menu .top-bar .content-search .social {
          width: 15%;
          display: flex;
          justify-content: space-around; }
          .content-menu .menu .top-bar .content-search .social img {
            width: 30px;
            height: 30px; }
          .content-menu .menu .top-bar .content-search .social img:first-child {
            margin-right: 5px; }
          .content-menu .menu .top-bar .content-search .social img:hover {
            cursor: pointer; }
          .content-menu .menu .top-bar .content-search .social .red-m {
            display: none; }
          .content-menu .menu .top-bar .content-search .social .red-m:first-child {
            margin-right: 5px; }
        .content-menu .menu .top-bar .content-search .search {
          width: 50%; }
          .content-menu .menu .top-bar .content-search .search aside .widget {
            display: block; }
          .content-menu .menu .top-bar .content-search .search aside .widget-search form div {
            display: flex; }
            .content-menu .menu .top-bar .content-search .search aside .widget-search form div label {
              display: none; }
            .content-menu .menu .top-bar .content-search .search aside .widget-search form div input[type="text"] {
              width: 85%;
              background: #e9e9e9;
              border-top-left-radius: 10px;
              border-bottom-left-radius: 10px;
              border: 1px #e9e9e9;
              height: 30px;
              font-size: 16px;
              padding: 0 10px; }
            .content-menu .menu .top-bar .content-search .search aside .widget-search form div input[type="submit"] {
              font-size: 0px !important;
              width: 15%;
              height: 30px;
              background: #dcd9d9;
              border: 1px #dcd9d9;
              border-top-right-radius: 5px;
              border-bottom-right-radius: 5px;
              background-position: center;
              background-repeat: no-repeat;
              background-size: 35%; }
          .content-menu .menu .top-bar .content-search .search aside .widget-callus {
            display: block; }
    .content-menu .menu .color-menu #mynavbar .menu {
      width: 100%; }
      .content-menu .menu .color-menu #mynavbar .menu #menu-top {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0px !important; }
        .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item {
          padding: 10px 15px;
          position: relative; }
          .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item a {
            color: black;
            font-size: 18px; }
          .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item a:hover {
            text-decoration: none; }
          .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item .sub-menu {
            display: none;
            position: absolute;
            list-style: none;
            padding: 5px 0px;
            background: #239BD2;
            width: 400%;
            top: 40px; }
            .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item .sub-menu .menu-item {
              width: 47%;
              float: left;
              margin-right: 3%; }
        .content-menu .menu .color-menu #mynavbar .menu #menu-top .page_item {
          padding: 10px 15px;
          background: #FF5100; }
          .content-menu .menu .color-menu #mynavbar .menu #menu-top .page_item a {
            color: white;
            font-size: 16px; }
          .content-menu .menu .color-menu #mynavbar .menu #menu-top .page_item a:hover {
            text-decoration: none; }
  .content-menu .redes {
    width: 10%; }
    .content-menu .redes #menu-redes-header {
      display: flex;
      justify-content: space-around;
      margin-bottom: 0;
      list-style: none; }
      .content-menu .redes #menu-redes-header li a {
        font-size: 0; }
    .content-menu .redes img {
      width: 50px;
      height: 50px; }

.encabezado {
  position: relative; }
  .encabezado .img-encabezado {
    width: 100%; }
  .encabezado .trazado {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0; }
  .encabezado .content-description {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    font-size: 26px;
    color: white;
    font-weight: 800; }
    .encabezado .content-description .msg {
      position: absolute;
      top: 65%;
      transform: translateY(-50%);
      width: 40%;
      margin-left: 50%;
      text-align: right;
      line-height: 32px; }
  .encabezado .msg {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    width: 20%;
    right: 5%;
    text-align: right;
    line-height: 32px;
    font-size: 26px;
    color: white;
    font-weight: 800;
    font-style: italic; }
  .encabezado .name-page,
  .encabezado .image-page,
  .encabezado .name-page-blog {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 70px;
    font-weight: 600;
    color: white;
    width: 100%;
    text-align: center; }
  .encabezado .image-page {
    width: 20%;
    margin-left: 10%; }
    .encabezado .image-page img {
      width: 100%; }
  .encabezado .name-page-blog {
    top: 25%;
    padding: 0 10%;
    text-align: left; }

.page-container {
  position: relative; }
  .page-container .section-slide {
    width: 100%;
    padding: 25px 10%;
    text-align: center;
    font-size: 26px;
    color: white;
    background-color: #FF5100; }
  .page-container .section-oilfield,
  .page-container .section-biochemical {
    display: flex; }
    .page-container .section-oilfield .content-info,
    .page-container .section-biochemical .content-info {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding: 3% 5%; }
      .page-container .section-oilfield .content-info .logo img,
      .page-container .section-biochemical .content-info .logo img {
        width: 50%;
        margin: 0 25% 5%; }
      .page-container .section-oilfield .content-info .description,
      .page-container .section-biochemical .content-info .description {
        margin: 0 0 5%;
        font-size: 22px; }
      .page-container .section-oilfield .content-info .btn-more,
      .page-container .section-biochemical .content-info .btn-more {
        width: 40%;
        margin: 0 30%;
        background: #FF5100;
        color: white;
        font-size: 22px;
        border-radius: 25px;
        text-align: center;
        padding: 5px 0; }
      .page-container .section-oilfield .content-info .btn-more:hover,
      .page-container .section-biochemical .content-info .btn-more:hover {
        text-decoration: none; }
    .page-container .section-oilfield .content-img,
    .page-container .section-biochemical .content-img {
      width: 50%; }
      .page-container .section-oilfield .content-img img,
      .page-container .section-biochemical .content-img img {
        width: 100%; }
  .page-container .section-biochemical .content-info .btn-more {
    background: #AACA3B; }
  .page-container .divisor {
    width: 100%;
    background: #f4f4f4;
    padding: 25px 5%;
    font-size: 22px; }
    .page-container .divisor p:first-child {
      padding-left: 15px;
      font-style: italic; }
    .page-container .divisor span {
      padding-left: 10px;
      border-left: 3px solid #FF5100;
      font-size: 32px; }
  .page-container .section-blog {
    width: 90%;
    margin: 3% 5% 5%;
    display: flex;
    justify-content: space-between; }
    .page-container .section-blog .entrada {
      width: 32%;
      display: flex;
      flex-direction: column; }
      .page-container .section-blog .entrada a {
        width: 100%; }
        .page-container .section-blog .entrada a .img-post {
          width: 100%; }
      .page-container .section-blog .entrada .date {
        font-size: 22px;
        margin: 20px 0 25px;
        text-transform: capitalize; }
      .page-container .section-blog .entrada .description p:first-child {
        margin-bottom: 25px;
        font-size: 22px; }
      .page-container .section-blog .entrada .description .more-link {
        background: black;
        padding: 10px 30px;
        color: white;
        border-radius: 15px;
        font-size: 22px; }
      .page-container .section-blog .entrada .description .more-link:hover {
        text-decoration: none; }
      .page-container .section-blog .entrada .btn-more {
        background: black;
        padding: 5px 30px;
        color: white;
        border-radius: 15px;
        font-size: 22px;
        width: 50%; }
      .page-container .section-blog .entrada .btn-more:hover {
        text-decoration: none; }
  .page-container .section-history-nosotros,
  .page-container .section-history,
  .page-container .section-contact {
    position: relative;
    background: white;
    height: 300px; }
    .page-container .section-history-nosotros .content-info,
    .page-container .section-history .content-info,
    .page-container .section-contact .content-info {
      width: 80%;
      margin: 2% 10%;
      font-size: 16px;
      position: absolute;
      margin-top: -5%;
      background: white;
      padding: 2% 10%; }
      .page-container .section-history-nosotros .content-info .tle,
      .page-container .section-history .content-info .tle,
      .page-container .section-contact .content-info .tle {
        padding-left: 10px;
        border-left: 3px solid #FF5100;
        font-size: 32px;
        margin-bottom: 5%; }
      .page-container .section-history-nosotros .content-info .tle-bio,
      .page-container .section-history .content-info .tle-bio,
      .page-container .section-contact .content-info .tle-bio {
        padding-left: 10px;
        border-left: 3px solid #AACA3B;
        font-size: 32px;
        margin-bottom: 5%; }
      .page-container .section-history-nosotros .content-info strong,
      .page-container .section-history .content-info strong,
      .page-container .section-contact .content-info strong {
        color: #FF5100; }
      .page-container .section-history-nosotros .content-info .content-form,
      .page-container .section-history .content-info .content-form,
      .page-container .section-contact .content-info .content-form {
        width: 48%; }
        .page-container .section-history-nosotros .content-info .content-form .wpcf7 label,
        .page-container .section-history .content-info .content-form .wpcf7 label,
        .page-container .section-contact .content-info .content-form .wpcf7 label {
          width: 100%;
          font-weight: 500; }
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-name"],
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-email"],
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-phone"],
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-company"],
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-job"],
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-address"],
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label input[name="your-subject"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-name"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-email"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-phone"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-company"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-job"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-address"],
          .page-container .section-history .content-info .content-form .wpcf7 label input[name="your-subject"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-name"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-email"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-phone"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-company"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-job"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-address"],
          .page-container .section-contact .content-info .content-form .wpcf7 label input[name="your-subject"] {
            width: 100%;
            background-color: #f4f4f4;
            border: 1px solid #d7d4d4;
            height: 30px;
            padding: 0 10px; }
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label textarea[name="your-message"],
          .page-container .section-history .content-info .content-form .wpcf7 label textarea[name="your-message"],
          .page-container .section-contact .content-info .content-form .wpcf7 label textarea[name="your-message"] {
            width: 100%;
            background-color: #f4f4f4;
            border: 1px solid #d7d4d4;
            padding: 0 10px; }
          .page-container .section-history-nosotros .content-info .content-form .wpcf7 label span.wpcf7-list-item,
          .page-container .section-history .content-info .content-form .wpcf7 label span.wpcf7-list-item,
          .page-container .section-contact .content-info .content-form .wpcf7 label span.wpcf7-list-item {
            font-size: 12px; }
        .page-container .section-history-nosotros .content-info .content-form .wpcf7 input[type="submit"],
        .page-container .section-history .content-info .content-form .wpcf7 input[type="submit"],
        .page-container .section-contact .content-info .content-form .wpcf7 input[type="submit"] {
          width: 100%;
          background-color: #FFBA3D;
          border-radius: 10px;
          border: 2px solid #FFBA3D;
          font-weight: 600;
          font-size: 22px;
          color: white;
          padding: 2px 10%; }
      .page-container .section-history-nosotros .content-info .contact-info,
      .page-container .section-history .content-info .contact-info,
      .page-container .section-contact .content-info .contact-info {
        width: 48%;
        padding-top: 5%; }
        .page-container .section-history-nosotros .content-info .contact-info .description,
        .page-container .section-history .content-info .contact-info .description,
        .page-container .section-contact .content-info .contact-info .description {
          font-size: 16px; }
        .page-container .section-history-nosotros .content-info .contact-info .content-city,
        .page-container .section-history .content-info .contact-info .content-city,
        .page-container .section-contact .content-info .contact-info .content-city {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .page-container .section-history-nosotros .content-info .contact-info .content-city .city,
          .page-container .section-history .content-info .contact-info .content-city .city,
          .page-container .section-contact .content-info .contact-info .content-city .city {
            width: 100%; }
            .page-container .section-history-nosotros .content-info .contact-info .content-city .city strong,
            .page-container .section-history .content-info .contact-info .content-city .city strong,
            .page-container .section-contact .content-info .contact-info .content-city .city strong {
              font-size: 22px;
              color: #FF5100; }
        .page-container .section-history-nosotros .content-info .contact-info .mail,
        .page-container .section-history .content-info .contact-info .mail,
        .page-container .section-contact .content-info .contact-info .mail {
          font-size: 16px; }
  .page-container .section-description {
    background: white; }
    .page-container .section-description .content-info {
      width: 80%;
      margin: 5% 10%;
      font-size: 16px;
      background: white; }
      .page-container .section-description .content-info .tle {
        padding-left: 10px;
        border-left: 3px solid #FF5100;
        font-size: 32px;
        margin-bottom: 5%; }
      .page-container .section-description .content-info strong {
        color: #FF5100; }
      .page-container .section-description .content-info .content-form {
        width: 48%; }
        .page-container .section-description .content-info .content-form .wpcf7 label {
          width: 100%;
          font-weight: 500; }
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-name"],
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-email"],
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-phone"],
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-company"],
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-job"],
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-address"],
          .page-container .section-description .content-info .content-form .wpcf7 label input[name="your-subject"] {
            width: 100%;
            background-color: #f4f4f4;
            border: 1px solid #d7d4d4;
            height: 30px;
            padding: 0 10px; }
          .page-container .section-description .content-info .content-form .wpcf7 label textarea[name="your-message"] {
            width: 100%;
            background-color: #f4f4f4;
            border: 1px solid #d7d4d4;
            padding: 0 10px; }
          .page-container .section-description .content-info .content-form .wpcf7 label span.wpcf7-list-item {
            font-size: 12px; }
        .page-container .section-description .content-info .content-form .wpcf7 input[type="submit"] {
          width: 100%;
          background-color: #FFBA3D;
          border-radius: 10px;
          border: 2px solid #FFBA3D;
          font-weight: 600;
          font-size: 22px;
          color: white;
          padding: 2px 10%; }
      .page-container .section-description .content-info .contact-info {
        width: 48%;
        padding-top: 5%; }
        .page-container .section-description .content-info .contact-info .description {
          font-size: 16px; }
        .page-container .section-description .content-info .contact-info .content-city {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .page-container .section-description .content-info .contact-info .content-city .city {
            width: 100%; }
            .page-container .section-description .content-info .contact-info .content-city .city strong {
              font-size: 22px;
              color: #FF5100; }
        .page-container .section-description .content-info .contact-info .mail {
          font-size: 16px; }
  .page-container .section-contact {
    height: 875px; }
    .page-container .section-contact .content-info {
      display: flex;
      justify-content: space-between; }
  .page-container .section-history-nosotros {
    height: 415px; }
  .page-container .images-divisor {
    display: flex;
    justify-content: space-between; }
    .page-container .images-divisor .my-row {
      width: 44%;
      position: relative; }
      .page-container .images-divisor .my-row .image {
        width: 100%;
        height: 100%; }
      .page-container .images-divisor .my-row .description {
        position: absolute;
        color: white;
        font-size: 32px;
        font-style: italic;
        right: 10%;
        bottom: 15%;
        width: 60%;
        text-align: right;
        line-height: 32px; }
    .page-container .images-divisor .my-row:last-child {
      width: 55%; }
  .page-container .section-hacemos {
    background: #FF5100;
    padding: 3% 10%; }
    .page-container .section-hacemos .tle {
      display: flex;
      margin-bottom: 25px;
      font-size: 32px;
      color: white;
      align-items: center; }
      .page-container .section-hacemos .tle img {
        height: 60px;
        width: 45px;
        margin-right: 10px; }
    .page-container .section-hacemos .description {
      color: white;
      font-size: 16px; }
  .page-container .section-mision {
    padding: 3% 10%;
    display: flex;
    justify-content: space-between; }
    .page-container .section-mision .content-mision,
    .page-container .section-mision .content-vision {
      width: 48%; }
      .page-container .section-mision .content-mision .tle,
      .page-container .section-mision .content-vision .tle {
        display: flex;
        margin-bottom: 25px;
        font-size: 32px;
        align-items: center; }
        .page-container .section-mision .content-mision .tle img,
        .page-container .section-mision .content-vision .tle img {
          height: 60px;
          width: 45px;
          margin-right: 10px; }
      .page-container .section-mision .content-mision .description,
      .page-container .section-mision .content-vision .description {
        font-size: 16px; }
  .page-container .section-trabaja {
    position: relative; }
    .page-container .section-trabaja img {
      width: 100%; }
    .page-container .section-trabaja .content-description,
    .page-container .section-trabaja .content-description-trabaja {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      padding: 2% 5%; }
      .page-container .section-trabaja .content-description .tle,
      .page-container .section-trabaja .content-description-trabaja .tle {
        color: white;
        display: flex;
        margin-bottom: 25px;
        font-size: 32px;
        align-items: center; }
        .page-container .section-trabaja .content-description .tle img,
        .page-container .section-trabaja .content-description-trabaja .tle img {
          height: 60px;
          width: 45px;
          margin-right: 10px; }
      .page-container .section-trabaja .content-description .description,
      .page-container .section-trabaja .content-description-trabaja .description {
        font-size: 16px;
        color: white; }
    .page-container .section-trabaja .content-description-trabaja .tle img {
      width: 80px; }
    .page-container .section-trabaja .content-description-trabaja .description {
      font-size: 16px;
      height: 460px;
      overflow: auto; }
      .page-container .section-trabaja .content-description-trabaja .description a {
        color: white; }
    .page-container .section-trabaja .content-description-trabaja .description::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #dedede; }
    .page-container .section-trabaja .content-description-trabaja .description::-webkit-scrollbar {
      width: 12px;
      background-color: #555; }
    .page-container .section-trabaja .content-description-trabaja .description::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
  .page-container .section-products,
  .page-container .section-products-blog {
    position: relative; }
    .page-container .section-products img,
    .page-container .section-products-blog img {
      width: 100%; }
    .page-container .section-products .content-products,
    .page-container .section-products-blog .content-products {
      position: absolute;
      top: 0;
      left: 0;
      padding: 3% 10%;
      width: 100%;
      height: 100%; }
      .page-container .section-products .content-products .tle,
      .page-container .section-products-blog .content-products .tle {
        text-align: center;
        color: white;
        font-size: 28px;
        margin-bottom: 3%;
        font-weight: 700; }
      .page-container .section-products .content-products .list-products,
      .page-container .section-products-blog .content-products .list-products {
        display: flex;
        justify-content: space-between; }
        .page-container .section-products .content-products .list-products .product,
        .page-container .section-products-blog .content-products .list-products .product {
          width: 18%; }
          .page-container .section-products .content-products .list-products .product img,
          .page-container .section-products-blog .content-products .list-products .product img {
            width: 100%;
            margin-bottom: 15px; }
          .page-container .section-products .content-products .list-products .product .name,
          .page-container .section-products-blog .content-products .list-products .product .name {
            text-align: center;
            font-size: 22px;
            color: white; }
  .page-container .section-products-blog .content-products .list-products .product .name {
    color: black; }
  .page-container .section-descriptions {
    padding: 6% 0 3%; }
    .page-container .section-descriptions .tle {
      display: flex;
      margin-bottom: 25px;
      align-items: center;
      background: #f4f4f4;
      padding: 15px 10%; }
      .page-container .section-descriptions .tle img {
        height: 60px;
        width: 45px;
        margin-right: 25px; }
      .page-container .section-descriptions .tle .name {
        text-align: center;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600; }
    .page-container .section-descriptions .description {
      font-size: 16px;
      padding: 30px 10%; }
  .page-container .section-map {
    width: 100%; }
    .page-container .section-map #mapa {
      width: 100%;
      height: 450px; }
  .page-container article {
    width: 100%;
    padding: 3% 10%;
    display: flex;
    justify-content: space-between; }
    .page-container article a {
      width: 48%; }
      .page-container article a .thumb img {
        width: 100%; }
    .page-container article .content-info {
      width: 48%; }
      .page-container article .content-info a {
        width: 100%; }
        .page-container article .content-info a .date {
          font-size: 22px;
          color: #FFBA3D;
          text-transform: uppercase; }
      .page-container article .content-info a:hover {
        text-decoration: none; }
      .page-container article .content-info .description {
        width: 100%;
        font-size: 22px; }
  .page-container article:nth-child(even) {
    background: #f4f4f4;
    flex-direction: row-reverse; }
  .page-container .paginacion {
    display: flex;
    justify-content: center;
    margin: 20px 0; }
    .page-container .paginacion .navigation ul {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      .page-container .paginacion .navigation ul li {
        display: inline;
        margin: 0 3px; }
        .page-container .paginacion .navigation ul li a {
          color: #FFBA3D;
          text-decoration: none;
          border-radius: 50px;
          padding: 5px 12.5px;
          font-size: 25px; }
        .page-container .paginacion .navigation ul li a:hover {
          background-color: #FFBA3D;
          color: white;
          cursor: pointer; }
      .page-container .paginacion .navigation ul li.active {
        border-radius: 50px;
        background-color: #FFBA3D;
        color: white; }
        .page-container .paginacion .navigation ul li.active a {
          color: white; }
  .page-container .section-nav-blog {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 5%; }
    .page-container .section-nav-blog .sidebar {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-right: 1px dotted black;
      padding-right: 30px; }
      .page-container .section-nav-blog .sidebar .my-row {
        width: 100%; }
        .page-container .section-nav-blog .sidebar .my-row .tle {
          color: white;
          padding: 5px 10px;
          font-size: 16px;
          background-color: #AACA3B;
          border-radius: 10px;
          width: 100%;
          text-align: center;
          margin-bottom: 25px; }
          .page-container .section-nav-blog .sidebar .my-row .tle p {
            display: inline-block;
            margin: 0; }
          .page-container .section-nav-blog .sidebar .my-row .tle .arrow-up {
            display: none; }
          .page-container .section-nav-blog .sidebar .my-row .tle .arrow-down {
            display: inline-block; }
        .page-container .section-nav-blog .sidebar .my-row .name-list {
          width: 100%;
          margin: 20px 0 30px;
          display: none; }
          .page-container .section-nav-blog .sidebar .my-row .name-list .name {
            margin: 10px 0;
            padding-bottom: 10px;
            border-bottom: 1px solid black;
            width: 100%;
            text-align: center;
            font-size: 16px; }
          .page-container .section-nav-blog .sidebar .my-row .name-list .name:hover {
            text-decoration: none;
            cursor: pointer;
            color: #AACA3B; }
        .page-container .section-nav-blog .sidebar .my-row .name-list:first-child .name {
          color: #AACA3B; }
    .page-container .section-nav-blog .content-info {
      width: 75%;
      padding-left: 30px; }
      .page-container .section-nav-blog .content-info .title {
        display: none;
        font-size: 22px;
        width: 100%;
        font-weight: 700;
        margin: 15px 0; }
      .page-container .section-nav-blog .content-info .title:first-child {
        display: block; }
      .page-container .section-nav-blog .content-info .description {
        font-size: 16px;
        display: none; }
        .page-container .section-nav-blog .content-info .description ul {
          padding-left: 15px; }
      .page-container .section-nav-blog .content-info .description:first-child {
        display: block; }
  .page-container .arrow-active {
    display: inline-block !important; }

footer {
  padding: 3% 10%;
  background-image: url("/wp-content/themes/Ochs-theme/assets/img/fondo-footer.jpg"); }
  footer .section-redes {
    display: flex;
    justify-content: space-between; }
    footer .section-redes .tle {
      width: 70%;
      color: white;
      font-size: 32px;
      margin-top: 20px; }
    footer .section-redes .content-redes {
      width: 12%; }
      footer .section-redes .content-redes #menu-redes-header {
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
        list-style: none; }
        footer .section-redes .content-redes #menu-redes-header li a {
          font-size: 0; }
      footer .section-redes .content-redes img {
        width: 50px;
        height: 50px; }
  footer .section-contact {
    padding: 35px 0 0;
    display: flex;
    justify-content: space-between; }
    footer .section-contact .content-info {
      width: 40%; }
      footer .section-contact .content-info h3 {
        margin: 0; }
      footer .section-contact .content-info .my-row {
        display: flex;
        border-bottom: 1px solid white;
        padding: 10px 0;
        align-items: center; }
        footer .section-contact .content-info .my-row img {
          height: 35px;
          width: 30px; }
        footer .section-contact .content-info .my-row .info {
          color: white;
          font-size: 16px;
          margin-left: 10px; }
      footer .section-contact .content-info .my-row:last-child {
        border-bottom: 0; }
        footer .section-contact .content-info .my-row:last-child img {
          width: 37px; }
    footer .section-contact .centent-menu-footer {
      width: 20%; }
      footer .section-contact .centent-menu-footer .tle {
        color: white;
        font-size: 32px; }
      footer .section-contact .centent-menu-footer .menu-footer #menu-top {
        list-style: none;
        margin: 0px !important; }
        footer .section-contact .centent-menu-footer .menu-footer #menu-top .menu-item {
          padding: 7px 0; }
          footer .section-contact .centent-menu-footer .menu-footer #menu-top .menu-item a {
            color: white;
            font-size: 16px; }
          footer .section-contact .centent-menu-footer .menu-footer #menu-top .menu-item a:hover {
            text-decoration: none; }
    footer .section-contact .content-logo {
      width: 20%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      footer .section-contact .content-logo .logo-1,
      footer .section-contact .content-logo .logo-2 {
        width: 45%;
        text-align: center; }
        footer .section-contact .content-logo .logo-1 .img,
        footer .section-contact .content-logo .logo-1 .name,
        footer .section-contact .content-logo .logo-2 .img,
        footer .section-contact .content-logo .logo-2 .name {
          width: 100%;
          color: white; }
          footer .section-contact .content-logo .logo-1 .name h3,
          footer .section-contact .content-logo .logo-2 .name h3 {
            font-size: 18px;
          }

@media (max-width: 1500px) {
  .page-container .section-slide {
    font-size: 20px; }
  .page-container .section-oilfield .content-info .description,
  .page-container .section-biochemical .content-info .description {
    font-size: 18px; }
  .page-container .section-blog .entrada .description p:first-child {
    font-size: 18px; } }
@media (max-width: 1450px) {
  .page-container .section-trabaja .content-description-trabaja .description {
    height: 420px; } }
@media (max-width: 1400px) {
  .page-container article .content-info .description {
    font-size: 20px; } }
@media (max-width: 1300px) {
  .content-menu .logo img {
    width: 70%;
    margin: 0px 15%; }
  .content-menu .menu {
    width: 60%; }
    .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item a {
      font-size: 16px; }
  .content-menu .redes img {
    width: 40px;
    height: 40px; }

  .encabezado .content-description .msg {
    width: 55%;
    margin-left: 40%; }
  .encabezado .msg {
    width: 25%; }
  .encabezado .image-page {
    width: 25%; }

  footer .section-redes .tle {
    margin-top: 5px; }
  footer .section-redes .content-redes {
    width: 15%; }
    footer .section-redes .content-redes img {
      width: 40px;
      height: 40px; }
  footer .section-contact {
    padding: 65px 0 0; }

  .page-container .section-contact .content-info {
    padding: 2% 5%; }
  .page-container .section-nav-blog .sidebar {
    padding-right: 15px; }
  .page-container .section-trabaja .content-description-trabaja .description {
    height: 350px; } }
@media (max-width: 1200px) {
  .page-container .section-slide {
    font-size: 18px; }
  .page-container .section-oilfield .content-info,
  .page-container .section-biochemical .content-info {
    padding: 2%; }
    .page-container .section-oilfield .content-info .description,
    .page-container .section-biochemical .content-info .description {
      font-size: 16px; }
  .page-container .section-trabaja .content-description-trabaja {
    width: 65%;
    padding: 2% 2% 2% 5%; }
    .page-container .section-trabaja .content-description-trabaja .description {
      height: 320px; }
  .page-container .section-blog .entrada .description p:first-child {
    font-size: 16px; }
  .page-container article .content-info .description {
    font-size: 16px; }
  .page-container .images-divisor .my-row .description {
    font-size: 26px;
    line-height: 26px; } 
  footer .section-contact .content-logo{
  width: 25%; } }
@media (max-width: 1100px) {
  .encabezado .image-page {
    margin-left: 7%; }

  .page-container .section-history .content-info,
  .page-container .section-history-nosotros .content-info {
    width: 86%;
    margin: -5% 7%; }
  .page-container .section-contact .content-info {
    width: 90%;
    margin: -5% 5% 0; }
  .page-container .section-trabaja .content-description {
    width: 80%;
    padding: 2% 2% 1% 5%; }
    .page-container .section-trabaja .content-description .description {
      height: 275px; } }
@media (max-width: 1000px) {
  .content-menu .logo img {
    width: 80%;
    margin: 0 10%; }
  .content-menu .redes img {
    width: 30px;
    height: 30px; } }
@media (max-width: 991px) {
  .content-menu .menu {
    width: 65%; }

  .encabezado .content-description {
    font-size: 22px; }
    .encabezado .content-description .msg {
      top: 70%;
      width: 60%;
      margin-left: 30%;
      line-height: 28px; }
  .encabezado .msg {
    top: 60%;
    width: 30%;
    line-height: 28px; }
  .encabezado .image-page {
    top: 50%;
    width: 30%;
    margin-left: 5%; }
  .encabezado .name-page-blog {
    top: 35%;
    padding: 0 5%; }

  .page-container .section-slide {
    padding: 25px 5%; }
  .page-container .section-oilfield,
  .page-container .section-biochemical {
    flex-direction: column; }
    .page-container .section-oilfield .content-info,
    .page-container .section-biochemical .content-info {
      width: 100%;
      padding: 3% 5%; }
      .page-container .section-oilfield .content-info .logo img,
      .page-container .section-biochemical .content-info .logo img {
        width: 40%;
        margin: 0 30% 3%; }
    .page-container .section-oilfield .content-img,
    .page-container .section-biochemical .content-img {
      width: 100%;
      padding: 3% 5% 0; }
  .page-container .section-biochemical {
    flex-direction: column-reverse; }
  .page-container .section-history .content-info,
  .page-container .section-history-nosotros .content-info {
    width: 90%;
    margin: -5% 5% 0;
    padding: 2% 10% 0; }
  .page-container .section-history-nosotros {
    height: 425px; }
  .page-container .section-hacemos,
  .page-container .section-mision {
    padding: 3% 5%; }
  .page-container .section-trabaja img {
    height: 425px; }
  .page-container .section-trabaja .content-description-trabaja {
    width: 100%;
    padding: 2% 5%; }
    .page-container .section-trabaja .content-description-trabaja .description {
      height: 275px; }
    .page-container .section-trabaja .content-description-trabaja .tle {
      margin-bottom: 10px; }
  .page-container article {
    padding: 3% 5%; }
  .page-container .section-nav-blog {
    flex-wrap: wrap; }
    .page-container .section-nav-blog .sidebar {
      width: 100%;
      padding-right: 0;
      border: 0; }
      .page-container .section-nav-blog .sidebar .my-row .tle {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px; }
        .page-container .section-nav-blog .sidebar .my-row .tle p {
          display: inline-block;
          margin: 0 10px; }
        .page-container .section-nav-blog .sidebar .my-row .tle .arrow-down {
          display: inline-block; }
        .page-container .section-nav-blog .sidebar .my-row .tle img:hover {
          cursor: pointer; }
      .page-container .section-nav-blog .sidebar .my-row .name-list {
        display: none; }
    .page-container .section-nav-blog .content-info {
      width: 100%;
      padding-left: 0; }
  .page-container .images-divisor .my-row .description {
    width: 75%; }
  .page-container .section-products .content-products .list-products .product .name,
  .page-container .section-products-blog .content-products .list-products .product .name {
    font-size: 18px; } }
@media (max-width: 900px) {
  .page-container .section-contact .content-info {
    padding: 2%; }
    .page-container .section-contact .content-info .contact-info .content-city {
      font-size: 14px; } }
@media (max-width: 850px) {
  .page-container .section-history {
    height: 375px; }
  .page-container .section-trabaja img {
    height: 425px; } }
@media (max-width: 767px) {
  .content-menu {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 15px 0 0; }
    .content-menu .logo {
      width: 30%;
      margin-bottom: 10px; }
      .content-menu .logo a img {
        margin: 0; }
    .content-menu .menu {
      width: 100%; }
      .content-menu .menu .color-menu {
        background-color: #FF5100; }
        .content-menu .menu .color-menu #mynavbar .menu {
          width: 100%; }
          .content-menu .menu .color-menu #mynavbar .menu #menu-top {
            flex-direction: column; }
            .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item a {
              color: white; }
            .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item a:hover {
              text-decoration: none; }
            .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item .sub-menu {
              display: none;
              position: absolute;
              list-style: none;
              padding: 5px 0px;
              background: #239BD2;
              width: 400%;
              top: 40px; }
              .content-menu .menu .color-menu #mynavbar .menu #menu-top .menu-item .sub-menu .menu-item {
                width: 47%;
                float: left;
                margin-right: 3%; }
            .content-menu .menu .color-menu #mynavbar .menu #menu-top .page_item {
              padding: 10px 15px;
              background: #FF5100; }
              .content-menu .menu .color-menu #mynavbar .menu #menu-top .page_item a {
                color: white;
                font-size: 16px; }
              .content-menu .menu .color-menu #mynavbar .menu #menu-top .page_item a:hover {
                text-decoration: none; }
        .content-menu .menu .color-menu .navbar-toggle .icon-bar {
          background-color: white;
          height: 5px;
          width: 35px; }
    .content-menu .redes {
      display: none; }

  .encabezado .content-description {
    width: 60%; }
  .encabezado .msg {
    font-size: 22px;
    width: 40%; }
  .encabezado .name-page {
    font-size: 50px; }
  .encabezado .image-page {
    width: 40%;
    margin-left: 30%; }
    .encabezado .image-page img {
      width: 100%; }
  .encabezado .name-page-blog {
    top: 60%;
    padding: 0;
    text-align: center;
    font-size: 50px; }

  .page-container .divisor {
    padding: 20px 5%; }
    .page-container .divisor span {
      font-size: 26px; }
  .page-container .section-oilfield .content-img,
  .page-container .section-biochemical .content-img {
    width: 100%;
    padding: 3% 0 0; }
  .page-container .section-blog {
    flex-wrap: wrap; }
    .page-container .section-blog .entrada {
      width: 48%; }
      .page-container .section-blog .entrada .description .more-link {
        padding: 5px 30px; }
    .page-container .section-blog .entrada:last-child {
      display: none; }
  .page-container .section-history,
  .page-container .section-history-nosotros,
  .page-container .section-contact {
    height: auto; }
    .page-container .section-history .content-info,
    .page-container .section-history-nosotros .content-info,
    .page-container .section-contact .content-info {
      position: initial;
      padding: 5% 10%;
      width: 100%;
      margin: 0; }
  .page-container .section-description .content-info {
    width: 90%;
    margin: 5%; }
  .page-container .section-contact .content-info {
    margin: -5% 0 5%;
    padding: 5% 5% 0;
    flex-direction: column; }
    .page-container .section-contact .content-info .content-form,
    .page-container .section-contact .content-info .contact-info {
      width: 100%; }
      .page-container .section-contact .content-info .content-form .content-city,
      .page-container .section-contact .content-info .contact-info .content-city {
        font-size: 16px; }
    .page-container .section-contact .content-info .contact-info {
      padding: 5% 0; }
  .page-container .section-map #mapa {
    height: 350px; }
  .page-container .section-mision {
    flex-direction: column; }
    .page-container .section-mision .content-mision,
    .page-container .section-mision .content-vision {
      width: 100%; }
    .page-container .section-mision .content-mision {
      margin-bottom: 25px; }
  .page-container .section-trabaja .content-description-trabaja {
    background: rgba(0, 0, 0, 0.7); }
  .page-container .section-products img,
  .page-container .section-products-blog img {
    height: 425px; }
  .page-container .section-products .content-products,
  .page-container .section-products-blog .content-products {
    padding: 3% 10%; }
    .page-container .section-products .content-products .tle,
    .page-container .section-products-blog .content-products .tle {
      font-size: 22px; }
    .page-container .section-products .content-products .list-products,
    .page-container .section-products-blog .content-products .list-products {
      flex-wrap: wrap;
      justify-content: space-around; }
      .page-container .section-products .content-products .list-products .product,
      .page-container .section-products-blog .content-products .list-products .product {
        width: 26%;
        margin-bottom: 10px; }
        .page-container .section-products .content-products .list-products .product img,
        .page-container .section-products-blog .content-products .list-products .product img {
          width: 80%;
          height: auto;
          margin: 0 10%; }
        .page-container .section-products .content-products .list-products .product .name,
        .page-container .section-products-blog .content-products .list-products .product .name {
          font-size: 18px; }
  .page-container .section-products-blog img {
    height: auto; }
  .page-container .images-divisor {
    flex-direction: column; }
    .page-container .images-divisor .my-row {
      width: 100%;
      margin-bottom: 15px; }
      .page-container .images-divisor .my-row .description {
        width: 60%; }
    .page-container .images-divisor .my-row:last-child {
      width: 100%;
      margin-bottom: 0px; }
  .page-container article {
    flex-direction: column; }
    .page-container article a {
      width: 100%;
      margin-bottom: 25px; }
    .page-container article .content-info {
      width: 100%; }
  .page-container article:nth-child(even) {
    flex-direction: column; }

  footer {
    padding: 5%; }
    footer .section-redes .tle {
      font-size: 28px; }
    footer .section-contact {
      flex-direction: column; }
    footer .section-contact .centent-menu-footer .tle {
      font-size: 28px; }
    footer .section-contact .content-info,
    footer .section-contact .centent-menu-footer {
      width: 100%;
      margin-bottom: 20px; }
    footer .section-contact .content-logo {
      width: 100%;
      justify-content: center; }
      footer .section-contact .content-logo .logo-1 .img,
      footer .section-contact .content-logo .logo-2 .img {
        width: 35%;
        margin: 0 auto; }
      footer .section-contact .content-logo .logo {
        width: 35%;
        margin: 0 auto; } }
@media (max-width: 650px) {
  .encabezado .content-description {
    background-color: rgba(255, 81, 0, 0.5);
    width: 100%;
    height: 100%; }

  .page-container .section-products img {
    height: 385px; } }
@media (max-width: 600px) {
  .content-menu .logo {
    width: 45%; }

  .encabezado .content-description-trabaja {
    font-size: 18px; }
    .encabezado .content-description-trabaja .msg {
      width: 75%;
      margin-left: 15%; }
  .encabezado .msg {
    width: 60%;
    top: 55%; }
  .encabezado .image-page {
    top: 40%; }

  footer .section-contact {
    flex-direction: column; }
    footer .section-contact .content-info,
    footer .section-contact .centent-menu-footer {
      width: 100%; }
    footer .section-contact .content-info {
      margin-bottom: 30px; }
    footer .section-contact .content-logo .logo {
      width: 40%;
      margin: 0 auto; }
  footer .section-redes {
    justify-content: space-between;
    align-items: center; }

  .page-container .section-history .content-info,
  .page-container .section-history-nosotros .content-info {
    padding: 5% 5%; }
  .page-container .section-trabaja img {
    height: 475px; }
  .page-container .section-trabaja .content-description-trabaja .description {
    height: 350px; }
  .page-container .section-trabaja .content-description-trabaja .tle {
    font-size: 26px; } }
@media (max-width: 550px) {
  .page-container .section-products img {
    height: 325px; }
  .page-container .section-products-blog img {
    height: 175px; } }
@media (max-width: 500px) {
  .page-container .images-divisor {
    flex-direction: column; }
    .page-container .images-divisor .my-row .description {
      width: 80%;
      font-size: 24px; }
      footer .section-contact .content-logo .logo-1 .img,
      footer .section-contact .content-logo .logo-2 .img {
        width: 45%;
      } }
@media (max-width: 480px) {
  .content-menu .logo {
    width: 55%; }

  .encabezado .content-description {
    width: 100%;
    font-size: 16px; }
    .encabezado .content-description .msg {
      width: 75%;
      margin-left: 20%;
      top: 65%; }
  .encabezado .msg {
    width: 90%;
    font-size: 18px;
    line-height: 22px; }
  .encabezado .name-page,
  .encabezado .name-page-blog {
    font-size: 40px; }
  .encabezado .image-page {
    width: 50%;
    margin-left: 25%; }

  footer .section-redes .tle {
    font-size: 22px; }
  footer .section-redes .content-redes {
    width: 30%; }
  footer .section-contact .centent-menu-footer .tle {
    font-size: 22px; }

  .page-container .section-hacemos .tle {
    font-size: 26px; }
  .page-container .section-mision .content-mision .tle {
    font-size: 26px; }
  .page-container .section-mision .content-vision .tle {
    font-size: 26px; }
  .page-container .section-trabaja .content-description-trabaja .description {
    height: 435px; }
  .page-container .section-trabaja img {
    height: 575px; }
  .page-container .section-blog .entrada .btn-more {
    width: 70%;
    padding: 5px 15px; }
  .page-container .section-contact .content-info .contact-info .content-city {
    flex-direction: column; }
  .page-container .section-oilfield .content-info .logo img,
  .page-container .section-biochemical .content-info .logo img {
    width: 54%;
    margin: 0 23% 3%; } }
@media (max-width: 400px) {
  .page-container .section-trabaja .content-description-trabaja .description {
    height: 520px; }
  .page-container .section-trabaja img {
    height: 650px; }
  .page-container .section-products .content-products,
  .page-container .section-products-blog .content-products {
    padding: 3% 5%; }
    .page-container .section-products .content-products .list-products .product .name,
    .page-container .section-products-blog .content-products .list-products .product .name {
      font-size: 16px; }
  .page-container .section-products-blog img {
    height: 150px; }

  footer .section-contact .content-logo .logo {
    width: 45%;
    margin: 0 auto; } }
@media (max-width: 350px) {
  .page-container .section-trabaja .content-description-trabaja .description {
    height: 595px; }
  .page-container .section-trabaja img {
    height: 720px; } }

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