.cf {

  zoom: 1; }

  .cf:before {

    content: "";

    display: table; }

  .cf:after {

    clear: both; }





/*!

 * Bootstrap v4.0.0-beta (https://getbootstrap.com)

 * Copyright 2011-2017 The Bootstrap Authors

 * Copyright 2011-2017 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */

/**

 * Correct `block` display not defined in IE 8/9.

 */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

  display: block; }



/**

  * Correct `inline-block` display not defined in IE 8/9.

  */

audio,

canvas,

video {

  display: inline-block; }



/**

  * Prevent modern browsers from displaying `audio` without controls.

  * Remove excess height in iOS 5 devices.

  */

audio:not([controls]) {

  display: none;

  height: 0; }



/**

  * Address styling not present in IE 8/9.

  */

[hidden] {

  display: none; }



/* ==========================================================================

    Base

    ========================================================================== */

/**

  * 1. Set default font family to sans-serif.

  * 2. Prevent iOS text size adjust after orientation change, without disabling

  *    user zoom.

  */

html {

  font-family: sans-serif;

  /* 1 */

  -webkit-text-size-adjust: 100%;

  /* 2 */

  -ms-text-size-adjust: 100%;

  /* 2 */ }



/**

  * Remove default margin.

  */

body {

  margin: 0; }



/* ==========================================================================

    Links

    ========================================================================== */

/**

  * Address `outline` inconsistency between Chrome and other browsers.

  */

a:focus {

  outline: thin dotted; }



/**

  * Improve readability when focused and also mouse hovered in all browsers.

  */

a:active,

a:hover {

  outline: 0; }



/* ==========================================================================

    Typography

    ========================================================================== */

/**

  * Address variable `h1` font-size and margin within `section` and `article`

  * contexts in Firefox 4+, Safari 5, and Chrome.

  */

h1 {

  font-size: 2em;

  margin: 0.67em 0; }



/**

  * Address styling not present in IE 8/9, Safari 5, and Chrome.

  */

abbr[title] {

  border-bottom: 1px dotted; }



/**

  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

  */

b,

strong {

  font-weight: bold; }



/**

  * Address styling not present in Safari 5 and Chrome.

  */

dfn {

  font-style: italic; }



/**

  * Address differences between Firefox and other browsers.

  */

hr {

  -webkit-box-sizing: content-box;

          box-sizing: content-box;

  height: 0; }



/**

  * Address styling not present in IE 8/9.

  */

mark {

  background: #ff0;

  color: #000; }



/**

  * Correct font family set oddly in Safari 5 and Chrome.

  */

code,

kbd,

pre,

samp {

  font-family: monospace, serif;

  font-size: 1em; }



/**

  * Improve readability of pre-formatted text in all browsers.

  */

pre {

  white-space: pre-wrap; }



/**

  * Set consistent quote types.

  */

q {

  quotes: "\201C" "\201D" "\2018" "\2019"; }



/**

  * Address inconsistent and variable font size in all browsers.

  */

small {

  font-size: 80%; }



/**

  * Prevent `sub` and `sup` affecting `line-height` in all browsers.

  */

sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline; }



sup {

  top: -0.5em; }



sub {

  bottom: -0.25em; }



/* ==========================================================================

    Embedded content

    ========================================================================== */

/**

  * Remove border when inside `a` element in IE 8/9.

  */

img {

  border: 0; }



/**

  * Correct overflow displayed oddly in IE 9.

  */

svg:not(:root) {

  overflow: hidden; }



/* ==========================================================================

    Figures

    ========================================================================== */

/**

  * Address margin not present in IE 8/9 and Safari 5.

  */

figure {

  margin: 0; }



/* ==========================================================================

    Forms

    ========================================================================== */

/**

  * Define consistent border, margin, and padding.

  */

fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em; }



/**

  * 1. Correct `color` not being inherited in IE 8/9.

  * 2. Remove padding so people aren't caught out if they zero out fieldsets.

  */

legend {

  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */ }



/**

  * 1. Correct font family not being inherited in all browsers.

  * 2. Correct font size not being inherited in all browsers.

  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.

  */

button,

input,

select,

textarea {

  font-family: inherit;

  /* 1 */

  font-size: 100%;

  /* 2 */

  margin: 0;

  /* 3 */ }



/**

  * Address Firefox 4+ setting `line-height` on `input` using `!important` in

  * the UA stylesheet.

  */

button,

input {

  line-height: normal; }



/**

  * Address inconsistent `text-transform` inheritance for `button` and `select`.

  * All other form control elements do not inherit `text-transform` values.

  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.

  * Correct `select` style inheritance in Firefox 4+ and Opera.

  */

button,

select {

  text-transform: none; }



/**

  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

  *    and `video` controls.

  * 2. Correct inability to style clickable `input` types in iOS.

  * 3. Improve usability and consistency of cursor style between image-type

  *    `input` and others.

  */

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */ }



/**

  * Re-set default cursor for disabled elements.

  */

button[disabled],

html input[disabled] {

  cursor: default; }



/**

  * 1. Address box sizing set to `content-box` in IE 8/9.

  * 2. Remove excess padding in IE 8/9.

  */

input[type="checkbox"],

input[type="radio"] {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */ }



/**

  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

  *    (include `-moz` to future-proof).

  */

input[type="search"] {

  -webkit-appearance: textfield;

  /* 1 */

  -webkit-box-sizing: content-box;

  /* 2 */

  box-sizing: content-box; }



/**

  * Remove inner padding and search cancel button in Safari 5 and Chrome

  * on OS X.

  */

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none; }



/**

  * Remove inner padding and border in Firefox 4+.

  */

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0; }



/**

  * 1. Remove default vertical scrollbar in IE 8/9.

  * 2. Improve readability and alignment in all browsers.

  */

textarea {

  overflow: auto;

  /* 1 */

  vertical-align: top;

  /* 2 */ }



/* ==========================================================================

    Tables

    ========================================================================== */

/**

  * Remove most spacing between table cells.

  */

table {

  border-collapse: collapse;

  border-spacing: 0; }



/* default */

body,

span,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

h7 p,

blockquote,

pre,

a,

abbr,

acronym,

address,

code,

del,

dfn,

em,

img,

q,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

dialog,

figure,

footer,

header,

hgroup,

section,

menu,

details {

  margin: auto;

  padding: 0;

  border: 0;

  font-weight: inherit;

  font-style: inherit;

  font-size: 100%;

  font-family: inherit;

  vertical-align: baseline; }



article,

aside,

dialog,

figure,

footer,

header,

hgroup,

section,

menu {

  display: block; }



html,

body {

  height: 100%; }



body {

  font-family: Verdana; }



a {

  text-decoration: none; }



li {

  list-style: none; }



h2 {

  margin: 0 0 10px;

  font-size: 38px;

  line-height: 1;

  font-weight: bold; }



h3 {

  margin: 0 0 10px;

  font-size: 12px;

  line-height: 1; }



h4 {

  padding: 0;

  margin: 0 0 10px;

  font-size: 16px;

  line-height: 1; }



h5 {

  margin: 0 0 10px;

  font-size: 18px;

  line-height: 1;

  font-weight: bold; }



h6 {

  font-size: 16px;

  font-size: 18px;

  line-height: 1; }



a img {

  border: none; }



p {

  margin: 0 0 15px; }



li {

  list-style: none; }



em,

cite {

  font-style: normal; }



strong {

  font-weight: bold; }



label {

  cursor: pointer; }



textarea {

  font-family: Arial, sans-serif;

  resize: none; }



input[type="submit"] {

  cursor: pointer; }



:focus {

  outline: 0; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



caption,

th,

td {

  font-weight: normal; }



table,

th,

td {

  vertical-align: middle; }



br {

  line-height: 1; }



img {

  width: 100%;

  height: auto; }



.wrapper {

  overflow: hidden; }



.btn-enlace {

  font-size: 13px;

  font-family: "Gotham-Bold", sans-serif;

  text-transform: uppercase;

  border-radius: 30px;

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

          transform: perspective(1px) translateZ(0);

  position: relative;

  -webkit-transition-duration: 0.1s;

          transition-duration: 0.1s;

  padding: 13px 50px 13px 30px; }

  .btn-enlace:before {

    content: '\e93e';

    font-size: 10px;

    font-family: "icomoon";

    position: absolute;

    right: 3em;

    padding: 0px 1px;

    -webkit-transform: translateZ(0);

            transform: translateZ(0);

    -webkit-transition-duration: 0.1s;

            transition-duration: 0.1s;

    -webkit-transition-property: -webkit-transform;

    transition-property: -webkit-transform;

    transition-property: transform;

    transition-property: transform, -webkit-transform;

    -webkit-transition-timing-function: ease-out;

            transition-timing-function: ease-out; }

  @media screen and (min-width: 1025px) {

    .btn-enlace:hover {

      color: #fff; }

      .btn-enlace:hover:before {

        -webkit-transform: translateX(4px);

                transform: translateX(4px);

        color: #fff; } }



.btn-red {

  background-color: #E40007;

  color: #fff; }



.btn-gray {

  background-color: #272930;

  color: #fff; }



.btn-productos {

  width: 180px;

  height: 44px;

  line-height: 22px;

  color: #7A7C80;

  background-color: #fff;

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  -webkit-box-shadow: 0 0 1px transparent;

          box-shadow: 0 0 1px transparent;

  position: relative;

  border-radius: 30px;

  border-color: #7A7C80; }

  @media screen and (min-width: 1025px) {

    .btn-productos:hover {

      background-color: #E40007;

      color: #fff;

      border-color: #E40007; }

      .btn-productos:hover .text-btn {

        color: #fff;

        opacity: 0;

        -webkit-transition-duration: 0.3s;

                transition-duration: 0.3s;

        -webkit-animation-name: hvr-icon-drop;

                animation-name: hvr-icon-drop;

        -webkit-animation-duration: 0.5s;

                animation-duration: 0.5s;

        -webkit-animation-delay: 0.3s;

                animation-delay: 0.3s;

        -webkit-animation-fill-mode: forwards;

                animation-fill-mode: forwards;

        -webkit-animation-timing-function: ease-in-out;

                animation-timing-function: ease-in-out;

        -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

                animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } }

  .btn-productos .text-btn {

    display: inline-block;

    font-size: 13px;

    font-family: "Gotham-Bold", sans-serif;

    text-transform: uppercase;

    position: relative;

    z-index: 1;

    padding-right: 20px; }

    .btn-productos .text-btn:before {

      content: '\e93e';

      position: absolute;

      opacity: 1;

      right: 0;

      top: 0;

      font-family: "icomoon";

      -webkit-transform: translateZ(0);

              transform: translateZ(0);

      font-size: 10px;

      line-height: 2; }



@-webkit-keyframes hvr-icon-drop {

  0% {

    opacity: 0; }

  50% {

    opacity: 0;

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%); }

  100% {

    opacity: 1; } }



@keyframes hvr-icon-drop {

  0% {

    opacity: 0; }

  50% {

    opacity: 0;

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%); }

  100% {

    opacity: 1; } }



.header-wrap {

  position: relative;

  height: 79px; }



.header-wrap .screen-reader-text{

  display: none !important;

}

.header-portal{
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

.header-portal:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #F62817;
}

.header-portal a {

      display: -webkit-box;

      display: -ms-flexbox;

      display: flex;

      -webkit-box-align: center;

          -ms-flex-align: center;

              align-items: center;

      position: relative;

     font-size: 14px;
    line-height: 15px;
    padding-left: 25px;
    font-family: "Gotham-Book", sans-serif;
    color: #F62817;
    text-transform: uppercase;}

        .header-portal a:before {

          content: "\e903";

          font-family: 'icomoon';

          position: absolute;

          top: 0;

          left: 0;

          font-size: 15px;

          color: #F62817; }


.header-fixed {

  position: fixed;

  top: 0px;

  left: 0;

  width: 100%;

  height: 79px;

  z-index: 1000;

  background: #fff;

  -webkit-transition: all .2s linear;

  transition: all .2s linear; }

  .header-fixed:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 136px;

    background: url("../img/header-bg.png");

    background-position: center center;

    background-repeat: no-repeat;

    pointer-events: none; }



.header-cnt {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  height: 100%;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-direction: row;

          flex-direction: row;

  max-width: 1330px;

  margin: auto;

  padding: 0 20px;

  position: relative;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.header-logo {

  max-width: 115px;

  position: absolute;

  top: 12px;

  left: 16px; }

  .header-logo img {

    display: block;

    height: auto;

    width: 100%; }



.header-cnt-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end; }



.header-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex; }

  .header-list .header-item {

    display: inline-block;

    margin-right: 35px; }

    .header-list .header-item:last-child {

      margin-right: 0; }

    
  .header-list .header-link {

    display: inline-block;

    vertical-align: middle;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    color: #000;

    font-size: 14px;

    line-height: 15px;

    font-family: "Gotham-Book", sans-serif;

    position: relative;

    padding-bottom: 7px;

    margin-top: 7px;

    -webkit-transition: all .35s ease-in-out;

    transition: all .35s ease-in-out;

    text-transform: uppercase; }

    .header-list .header-link:before {

      content: "";

      display: block;

      position: absolute;

      bottom: 0;

      left: 0;

      width: 0;

      height: 2px;

      background: #000;

      -webkit-transition: all .35s ease-in-out;

      transition: all .35s ease-in-out; }

  .header-list .header-link:hover:before {

    width: 40px; }

  .header-list .header-link.active:before {

    width: 40px; }



.header-item.current_page_item .header-link:before{

   width: 40px;

}


.menu-sidebar .header-item.current_page_item .header-link{
  background: #7A7C80;
  color: #fff;
}


.menu-sidebar .header-languages{
  display: none;
}


.menu-sidebar .header-portal{
  display: block;
}

.menu-sidebar .header-portal a{
    display: block;
    padding-left: 30px;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    color: #272930;
    text-decoration: inherit;
    font-family: "Gotham-Book", sans-serif;
    text-transform: inherit;
}

.menu-sidebar  .header-portal a:before{
    display: none;
  }

.header-languages {

  padding-left: 20px;

  position: relative;

  padding-bottom: 4px; }



.header-languages-select {

  position: relative;

  display: inline-block;

  cursor: pointer; }

  .header-languages-select select {

    width: 40px;

    border: none;

    border-radius: none;

    background: none;

    color: #000;

    font-family: "Gotham-Book", sans-serif;

    font-size: 13px;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    cursor: pointer; }

  .header-languages-select option {

    color: #000; }

  .header-languages-select:before {

    display: block;

    content: "\e901";

    -webkit-transform: rotate(-90deg);

            transform: rotate(-90deg);

    font-family: icomoon;

    position: absolute;

    top: 5px;

    right: 0;

    color: #7A7C80;

    font-size: 11px;

    pointer-events: none; }



.menu-sidebar {

  position: fixed;

  top: 0;

  right: 0;

  width: 250px;

  height: 100%;

  overflow-y: auto;

  background: #fff;

  z-index: 1500;

  right: -250px;

  -webkit-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

  padding: 5px 0 20px 0; }



.menu-sidebar .screen-reader-text{

  display: none !important;

}


.menu-sidebar .footer__items__redes{
  margin-top: 25px;
  display: none;
}
.menu-sidebar .footer__items__redes ul{
  margin: 0;
  justify-content: flex-start;
  padding-left: 30px;
}

.menu-sidebar.active {

  right: 0; }



.header-menu-overlay {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #000;

  opacity: 0;

  visibility: hidden;

  z-index: -1;

  -webkit-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out; }



.header-menu-overlay.active {

  opacity: .6;

  visibility: visible;

  z-index: 1400; }



.menu-sidebar .menu-responsive {

  display: block;

  margin-top: 20px; }



.menu-sidebar .header-item {

  display: block; }



.menu-sidebar .header-link {

  display: block;

  padding-left: 30px;

  font-size: 14px;

  height: 45px;

  line-height: 45px;

  color: #272930;

  text-decoration: inherit; 
font-family: "Gotham-Book", sans-serif;}



.menu-sidebar .header-languages-select {

  padding-left: 30px;

  margin-top: 20px; }



.menu-sidebar .header-languages-select select {

  color: #7A7C80;

  font-size: 14px;

  width: 50px; }



.menu-sidebar .header-languages-select:before {

  color: #7A7C80; }



.menu-sidebar .header-link.active {

  background: #7A7C80;

  color: #fff; }



.responsive-logo {

  display: block;

  width: 60%;

  margin: auto;

  margin-top: 20px; }

  .responsive-logo img {

    display: block;

    width: 100%;

    height: auto; }



.menu-mobile-close, .menu-mobile-open {

  background: #7A7C80;

  border-radius: 7%;

  color: #fff;

  cursor: pointer;

  font-size: 23px;

  height: 35px;

  width: 35px;

  line-height: 35px;

  position: fixed;

  right: 10px;

  text-align: center;

  top: 10px;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  -webkit-transform: rotate(0deg);

          transform: rotate(0deg);

  display: none; }



.menu-mobile-open {

  background: transparent;

  color:#F62817;

  opacity: 1;

  visibility: visible;

  z-index: 1020; 
font-size: 30px;}



.menu-mobile-open.active {

  visibility: hidden;

  opacity: 0;

  z-index: 1000;

  -webkit-transform: rotate(-90deg);

          transform: rotate(-90deg); }



.menu-mobile-close {

  opacity: 0;

  visibility: hidden;

  z-index: 1000;

  background: #7A7C80;

  color: #fff; }



.menu-mobile-close.active {

  visibility: visible;

  opacity: 1;

  right: 260px;

  z-index: 1500;

  -webkit-transform: rotate(-90deg);

          transform: rotate(-90deg); }



body.active {

  overflow: hidden; }


.menu-sidebar .footer__items__redes a:hover{
  color: #9a9ea7 !important;
}


@media screen and (max-width: 1330px) {
  .menu-sidebar .header-languages{
    display: block;
  }
  .header-fixed:before{
    top: -20px;
    left: -247px;
    width: 1920px
  }

/*  .header-cnt-list {

    display: none; }*/

  /*.header-fixed {

    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);

            box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }*/

/*    .header-fixed:before {

      display: none; }*/

/*  .header-languages {

    display: none; }*/


  .header-cnt-list{
    padding-right: 50px;
  }

  .header-list .header-item{
    display: none;
  }
  
/*  .header-list .header-item:last-child{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 0;
  }

  .header-list .header-item:last-child:before{
    display: none;
  }
*/


  .header-portal{
    padding-left: 0;
    margin-left: 0;
  }

  .header-portal:before{
    display: none;
  }

  .header-wrap {

    height: 60px; }

  .header-fixed {

    height: 60px; }

  .header-logo {

    max-width: 100px;

    top: 8px; 
    left: 65px;}

  .menu-mobile-close, .menu-mobile-open {

    display: block; } }



@media screen and (max-width: 640px) {

  .header-wrap{
    height: 70px;
  }

  .header-fixed{
    height: 70px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  }
  .menu-sidebar .header-languages{
    display: block;
  }
  .header-fixed:before{
    display: none;
  }

  .menu-mobile-open{
    top: 18px;
  }
  
  .header-logo{
    max-width: 70px;
    left: 15px;
  }

/*  .header-list .header-item:last-child .header-link{
    display: none;
  }*/
  
/*  .header-languages{
    display: none;
  }*/

  .menu-sidebar .header-languages{
  display: block;
  padding-left: 0;
}

  .responsive-logo {

    display: none; }


    .header-portal{
      display: none;
    }


   }



.footer {

  width: 100%;

  background: #606060;

  text-align: center; }



.footer__container {

  max-width: 1240px;

  margin: auto;

  width: 100%;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.footer__logo {

  max-width: 140px;

  width: 100%;

  margin: 0;

  margin-top: 15px;

  display: block; }

  .footer__logo img {

    display: block;

    width: 100%;

    height: auto; }



.footer__subtitle {

  text-align: left;

  margin-bottom: 20px; }

  .footer__subtitle h3 {

    font-size: 14px;

    text-transform: uppercase;

    color: #9a9ea7;

    margin: 0;

    letter-spacing: 0.55px;

    font-family: "Gotham-Book", sans-serif; }



.footer__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 40px 30px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.footer__item--mapa {

  width: 180px; }



.footer__item--ingresa {

  width: 165px; }



.footer__item--ubicacion {

  width: 270px; }



.footer__items__links ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.footer__items__links li {

  margin: 0;

  margin-right: 45px;

  margin-bottom: 20px; }

  .footer__items__links li:nth-child(even) {

    margin-right: 0; }



.footer__items__links ul li a {

  margin: 0;

  font-size: 14px;

  font-family: "Gotham-Book", sans-serif;

  color: #9a9ea7;

  -webkit-transition: all .25s linear;

  transition: all .25s linear; }

  .footer__items__links ul li a:hover {

    color: #fff;

    text-decoration: underline; }



.footer__link__user {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.footer__link__user__icon {

  display: block;

  margin: 0;

  color: #fff;

  margin-right: 5px; }



.footer__link__user__text {

  font-size: 14px;

  font-family: "Gotham-Book", sans-serif;

  text-transform: uppercase;

  color: #fff; }



.footer__inside__item {

  margin-bottom: 20px; }

  .footer__inside__item:last-child {

    margin-bottom: 0; }

.footer__item--ingresa .footer__inside__item{
  margin-bottom: 40px;
}

.footer__items__redes ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex; }



.footer__items__redes li {

  margin: 0;

  margin-right: 15px; }

  .footer__items__redes li:last-child {

    margin-right: 0; }



.footer__items__redes a {

  font-size: 22px;

  color: #9a9ea7;

  -webkit-transition: all .25s linear;

  transition: all .25s linear; }

  .footer__items__redes a:hover {

    color: #fff; }



.footer__item__link__line {

  text-align: left;

  margin-bottom: 20px; }

  .footer__item__link__line:last-child {

    margin-bottom: 0; }



.footer__item__link__subtitle {

  margin-bottom: 20px; }

  .footer__item__link__subtitle h3 {

    font-size: 12px;

    margin: 0;

    font-family: "Gotham-Book", sans-serif;

    color: #9a9ea7; }



.footer__item__link {

  display: block;

  color: #fff;

  font-size: 21px;

  font-family: "Gotham-Medium", sans-serif;

  margin: 0; }



.footer__item__link__text {

  font-size: 16px;

  color: #fff;

  font-family: "Gotham-Book", sans-serif; }



.footer__copyright {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 20px 0 30px 0;

  border-top: 1px solid #7A7C80; }

  .footer__copyright .footer__copyright__span {

    margin: 0 5px;

    display: block;

    color: #fff;

    font-size: 12px; }



.footer__copyright__left {

  font-size: 12px;

  font-family: "Gotham-Book", sans-serif;

  color: #fff; }

  .footer__copyright__left p {

    margin: 0; }



.footer__copyright__right {

  color: #fff;

  font-size: 11px;

  font-family: "Gotham-Book", sans-serif; }

  .footer__copyright__right p {

    margin: 0; }

  .footer__copyright__right span:before {

    color: #fff; }

  .footer__copyright__right a {

    font-family: "Gotham-Medium", sans-serif;

    display: inline-block;

    color: #fff; }



@media screen and (max-width: 1200px) {

  .footer__items {

    padding: 30px 0; }

  .footer__item--mapa {

    display: none; } }

@media screen and (max-width: 1024px) {
  .footer__items{
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .menu-sidebar .footer__items__redes{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .footer__logo {

    display: none; }

  .footer__items {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap; }

  .footer__item--ubicacion {

    width: 100%; }

  .footer__item--ingresa {
  display: none;
    width: 100%; }

  .footer__item__link__line {

    text-align: center; }

  .footer__subtitle {

    text-align: center; }

  .footer__link__user {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

  .footer__items__redes ul {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

  .footer__item--ingresa {

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;

    margin-top: 25px; }

  .footer__item--ubicacion {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1; } }



@media screen and (max-width: 600px) {

  .footer__copyright {

    display: block;

    text-align: center;

    padding: 20px 0; }

  .footer__copyright .footer__copyright__span {

    display: none; }

  .footer__copyright__right {

    margin-top: 10px; } }



.mapcontacto a {

  color: inherit; }

  .mapcontacto a:focus {

    outline: none; }



.mapcontacto .cnt-map {

  text-align: center; }

  .mapcontacto .cnt-map .box-map {

    width: 100%;

    height: 530px;

    position: relative;

    -webkit-transition: all .5s;

    transition: all .5s; }

  .mapcontacto .cnt-map .map {

    width: 100%;

    height: 100%; }

  .mapcontacto .cnt-map .abrir-map, .mapcontacto .cnt-map .cerrar-map {

    display: none; }

  .mapcontacto .cnt-map .cerrar-map {

    position: absolute;

    left: 10px;

    bottom: 30px;

    z-index: 100; }



.home__slider__item__video__icon__efect {

  width: 37px;

  height: 37px;

  display: block;

  position: relative;

  z-index: 500;

  background: #272930;

  border-radius: 100%; }



.home__slider__circle {

  position: absolute;

  width: 100%;

  height: 100%;

  background: #272930;

  top: 50%;

  left: 50%;

  border-radius: 100%;

  -webkit-transform: translateX(-50%) translateY(-50%);

          transform: translateX(-50%) translateY(-50%); }

  .home__slider__circle.circle1 {

    -webkit-animation: efecto_pulse_play 2s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;

            animation: efecto_pulse_play 2s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite; }

  .home__slider__circle.circle2 {

    -webkit-animation: efecto_pulse_play2 2s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;

            animation: efecto_pulse_play2 2s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite; }



@-webkit-keyframes efecto_pulse_play {

  0% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);

            transform: translate3d(-50%, -50%, 0) scale(1);

    transform: translate3d(-50%, -50%, 0) scale(1);

    opacity: 1; }

  100% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(2.2);

            transform: translate3d(-50%, -50%, 0) scale(2.2);

    transform: translate3d(-50%, -50%, 0) scale(2.2);

    opacity: 0; } }



@keyframes efecto_pulse_play {

  0% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);

            transform: translate3d(-50%, -50%, 0) scale(1);

    transform: translate3d(-50%, -50%, 0) scale(1);

    opacity: 1; }

  100% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(2.2);

            transform: translate3d(-50%, -50%, 0) scale(2.2);

    transform: translate3d(-50%, -50%, 0) scale(2.2);

    opacity: 0; } }



@-webkit-keyframes efecto_pulse_play2 {

  0% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);

            transform: translate3d(-50%, -50%, 0) scale(1);

    transform: translate3d(-50%, -50%, 0) scale(1);

    opacity: 1; }

  100% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(2.2);

            transform: translate3d(-50%, -50%, 0) scale(2.2);

    transform: translate3d(-50%, -50%, 0) scale(2.2);

    opacity: 0; } }



@keyframes efecto_pulse_play2 {

  0% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);

            transform: translate3d(-50%, -50%, 0) scale(1);

    transform: translate3d(-50%, -50%, 0) scale(1);

    opacity: 1; }

  100% {

    -webkit-transform: translate3d(-50%, -50%, 0) scale(2.2);

            transform: translate3d(-50%, -50%, 0) scale(2.2);

    transform: translate3d(-50%, -50%, 0) scale(2.2);

    opacity: 0; } }



@media screen and (max-width: 1400px) {

  .mapcontacto .cnt-map .box-map {

    height: 400px; } }



@media screen and (max-width: 767px) {

  .mapcontacto {

    padding-top: 40px; }

  .mapcontacto .cnt-map .abrir-map, .mapcontacto .cnt-map .cerrar-map {

    display: inline-block; }

  .mapcontacto .cnt-map .box-map {

    position: fixed;

    top: -100%;

    height: 100%;

    width: 100%;

    z-index: 2000; }

    .mapcontacto .cnt-map .box-map.anima-map {

      top: 0; } }



.contact__info {

  padding: 30px 0;

  background: #E40007; }



.contact__info__container {

  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;

  max-width: 1240px;

  padding: 0 20px;

  margin: auto;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.contact__info__social__wrap {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.contact__info__text {

  display: inline-block;

  vertical-align: middle; }



.contact__info__telephone {

  display: inline-block;

  vertical-align: middle; }



.contact__info__title h3 {

  font-size: 30px;

  font-family: "Gotham-Book", sans-serif;

  margin: 0;

  font-family: "Gotham-Medium", sans-serif;

  color: #fff; }



.contact__info__social {

  padding-left: 15px; }

  .contact__info__social ul {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center; }

  .contact__info__social li {

    margin: 0 8px; }

    .contact__info__social li a {

      font-size: 20px;

      color: #fff; }



.contact__info__telephone a {

  font-size: 24px;

  font-family: "Arial", sans-serif;

  color: #fff; }



.contact__info__text__direccion {

  font-size: 20px;

  color: #fff;

  font-family: "Gotham-Book", sans-serif; }



.contact__info__text__horario {

  font-size: 20px;

  color: #fff;

  font-family: "Arial", sans-serif;

  margin-top: 5px; }



.contact__wrap {

  /*padding-top: 45px;*/

  padding-bottom: 135px; }



.contact__wrap__container {

  max-width: 1150px;

  margin: auto;

  padding: 0 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; 
  justify-content: space-between;}



.contact__block__left {

  width: 445px;

  padding-top: 100px; }



.contact__block__left__title {

  margin-bottom: 65px; }


.contact__block__right__button .ajax-loader{
  position: absolute;
  top: 11px;
  right: 5px;
  z-index: 10;
}

.contact__block__left__form .general__input {

  margin-bottom: 50px; }



.contact__block__right {

  /*width: calc(100% - 445px);*/
  width: 48%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 110px;
  margin-top: -63px;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.contact__block__right__title {

  margin-bottom: 55px; }



.contact__block__right__items {

  max-width: 360px;

  margin-left: 0;

  margin-right: auto; }



.contact__block__right__item {

  margin-bottom: 50px; }

  .contact__block__right__item:last-child {

    margin-bottom: 0; }



.contact__block__right__item__text {

  font-size: 14px;

  font-family: "Gotham-Book", sans-serif;

  color: #272930;

  text-transform: uppercase;

  margin-bottom: 15px; }



.contact__block__right__item__link__inside {

  font-size: 22px;

  font-family: "Gotham-Medium", sans-serif;

  color: #272930;

  display: block; }



.contact__block__right__captcha {

  margin-bottom: 40px; }



@media screen and (max-width: 1024px) {

  .contact__wrap {

    padding-top: 50px;

    padding-bottom: 50px; }

  .contact__block__right {

    width: 100%;
    padding: 0;
    margin: 0; }

  .contact__block__left {

    width: 100%; 
    padding-top: 50px;}

  .contact__block__left__title {

    margin-bottom: 50px; }

  .contact__block__right__item__link__inside {

    font-size: 18px; }


  .contact__block__right__items{
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    } 

    .contact__block__right__item:nth-child(1){
        width: 50%;
      }

    .contact__block__right__item:nth-child(2){
        width: 50%;
      }

      .contact__block__right__item:nth-child(3){
        width: 100%;
      }
    }



@media screen and (max-width: 767px) {

  .contact__wrap {

    padding-top: 40px;

    padding-bottom: 40px; }

  .contact__wrap__container {

    padding: 0 15px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; }

  .contact__block__right__title {

    margin-bottom: 40px; }

  .contact__block__left__title {

    margin-bottom: 40px; }

  .contact__block__right__item__link__inside {

    font-size: 16px; }

  .contact__block__right__item__text {

    font-size: 13px; } }

@media screen and (max-width: 600px) {
    .contact__block__right__item{
      width: 100% !important;
    }


    .contact__block__right .title__general__title h3{
      font-size: 19px !important;
    }

}

.message__wrap {

  height: 640px; }



.message__container {

  max-width: 530px;

  height: 100%;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  text-align: center;

  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; }



.message__title h3 {

  font-size: 85px;

  color: #272930;

  font-family: "Gotham-Bold", sans-serif;

  margin: 0;

  text-transform: uppercase; }



.message__title h4 {

  font-size: 18px;

  color: #F62817;

  margin: 0;

  margin-top: 30px;

  font-family: "Gotham-Medium", sans-serif;

  text-transform: uppercase; }



.title__general--center {

  text-align: center; }



.title__general--right {

  text-align: right; }



.message__text {

  margin-top: 50px;

  color: #7A7C80;

  font-size: 16px;

  letter-spacing: -1.09px; }

  .message__text p {

    margin: 0;

    line-height: 1.3; }



.message__button {

  margin-top: 60px; }



@media screen and (max-width: 1024px) {

  .message__title h3 {

    font-size: 70px; }

  .message__title h4 {

    font-size: 20px; } }



@media screen and (max-width: 767px) {

  .message__wrap {

    height: auto;

    padding: 50px 0; }

  .message__title h3 {

    font-size: 50px; }

  .message__title h4 {

    font-size: 20px;

    margin-top: 25px; }

  .message__button {

    margin-top: 40px; }

  .message__text {

    margin-top: 40px; } }



.nosotros__video {

  overflow: hidden;

  position: relative;

  padding-top: 60px; }

  .nosotros__video:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    background: #000;

    width: 100%;

    height: 280px; }



.nosotros__video__container {

  max-width: 1240px;

  margin: auto;

  width: 100%;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  position: relative; }



.nosotros__video__info__title .title__general__text {

  background: #000;

  padding-left: 60px;

  padding-top: 20px;

  position: relative;

  text-align: justify; }

  .nosotros__video__info .title__general__title{
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nosotros__video__info__title .title__general__text:before {

    content: "";

    position: absolute;

    top: 0;

    right: -100%;

    background: #000;

    width: 100%;

    height: 100%; }

  .nosotros__video__info__title .title__general__text:after {

    content: "";

    position: absolute;

    bottom: -300%;

    left: 0;

    background: #000;

    width: 200%;

    height: 300%; }



.nosotros__video__info__button {

  padding-left: 60px;

  margin-top: 35px; }



.nosotros__video__image {

  width: 40%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-item-align: end;

      align-self: flex-end;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column; }



.nosotros__video__info {

  width: 51%;

  margin-left: 9%;

  padding-bottom: 30px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



@media screen and (max-width: 1024px) {

  .nosotros__video {

    padding-top: 50px; } 


    .nosotros__video__info{
      margin-left: 5%;
      }}



@media screen and (max-width: 768px) {

  .nosotros__video__info .title__general__title{
    padding-left: 0;
  }

  .nosotros__video__container {

    padding: 0 15px; }

  .nosotros__video__image {

    display: none; }

  .nosotros__video__info {

    width: 100%;

    margin-left: 0;

    padding-bottom: 0; }

  .nosotros__video:before {

    display: none; }

  .nosotros__video__info__title .title__general__text {

    padding: 30px 0px; }

  .nosotros__video__info__title .title__general__text:after {

    left: -100%;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: inherit; }

  .nosotros__video__info__button {

    padding-left: 0; }

  .nosotros__video {

    padding-top: 40px; } 


  .nosotros__video__info__button{
    margin: 0;
    position: relative;
    background: #000;
    padding: 0 0 40px 0;
    }

    .nosotros__video__info{
      text-align: center;
      }

  .nosotros__video__info__button:after{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    background: #000;
  }

  .nosotros__video__info__button:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    background: #000;
  }

    }



.nosotros__historia {

  padding-top: 100px;

  padding-bottom: 50px; }



.nosotros__historia__container {

  max-width: 1240px;

  margin: auto;

  width: 100%;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.nosotros__historia__title {

  text-align: center; }



.nosotros__historia__years {

  display: flex;

  align-items: flex-start;

  flex-wrap: wrap;

  margin-top: 80px; }



.nosotros__historia .slick-next:before{
  content: "\e901";
  font-family: 'icomoon';
  display: block;
  transform: rotate(180deg);
  color: #272930 ;
}

.nosotros__historia .slick-prev:before{
  content: "\e901";
  font-family: 'icomoon';
  color: #272930;
  
}

.nosotros__historia__year {

  width: 33.33%;

  text-align: center;

  margin: auto;

  margin-bottom: 25px;

  padding: 0 30px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.nosotros__historia__year__num {

  font-size: 48px;

  color: #272930;

  font-family: "Gotham-Bold", sans-serif; }



.nosotros__historia__year__text {

  font-size: 15px;

  font-family: "Gotham-Book", sans-serif;

  color: #7A7C80;

  margin-top: 20px; }

  .nosotros__historia__year__text p {

    margin: 0; }



@media screen and (max-width: 1024px) {

  .nosotros__historia {

    padding-top: 50px;

    padding-bottom: 50px; }

  .nosotros__historia__years {

    margin-top: 50px; }


   .nosotros__historia .slick-prev, .nosotros__historia .slick-next{
      display: none !important;
    } 
}




@media screen and (max-width: 960px) {

  .nosotros__historia__year__num {

    font-size: 30px; }

    .nosotros__historia__year{
      padding: 0 20px;
      } }


 .box__services__slider{
  display: none;
 }

@media screen and (max-width: 768px) {  
  .nosotros__historia__year__text{
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {

  .home__services .services__container .services__item{
    display: none !important;
  }

    .box__services__slider{
      padding: 0 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
    }

    .home__services{
      text-align: center;
    }

   .box__services__slider .slick-prev:before, .box__services__slider .slick-next:before{
      font-family: 'icomoon';
      color: #272930;
    }

    .box__services__slider .slick-prev{
      left: 10px;
    }

    .box__services__slider .slick-prev:before{
      content: "\e901";
    }

    .box__services__slider .slick-next{
      right: 10px;
    }

    .box__services__slider .slick-next:before{
      content: "\e901";
      display: block;
      transform: rotate(180deg);
    }

  .nosotros__historia__year{
    padding: 0 15px;
  }
  .nosotros__historia__title .title__general__text{
    text-align: justify;
  }

  .nosotros__video__info .title__general__title{
    padding-left: 0;
  }

  .nosotros__historia__year {

    width: 100%;

    max-width: 100%; }

  .nosotros__historia {

    padding-top: 40px;

    padding-bottom: 40px; }

  .nosotros__historia__years {

    margin-top: 40px; } }

@media screen and (max-width: 480px) {
    .box__services__slider .slick-prev:before, .box__services__slider .slick-next:before{
      display: none;
    }

    .box__services__slider{
      padding: 0;
    }
}


.nosotros__instalaciones {

  padding-top: 85px;

  padding-bottom: 85px; }



.nosotros__instalaciones__container {

  max-width: 1240px;

  width: 100%;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  font-size: 0; }



.nosotros__instalaciones__title {

  text-align: center;

  margin-bottom: 65px; }



.nosotros__instalaciones__image__wrap {

  width: 55.9%;

  display: inline-block;

  vertical-align: bottom;

  position: relative; }



.nosotros__instalaciones__img {

  display: block;

  height: 450px;

  width: 100%;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative; }

  .nosotros__instalaciones__img:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #000;

    opacity: 0;
    visibility: hidden;
    transition:all .25s ease-in-out; }



.nosotros__instalaciones__icon {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  margin: 0;

  margin: auto;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  display: block;

  z-index: 2;

  font-size: 40px;

  text-align: center;

  color: #fff; }



@media screen and (min-width: 1025px) {

  .nosotros__instalaciones__icon {

    opacity: 0;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .nosotros__instalaciones__img:hover .nosotros__instalaciones__icon {

    opacity: 1; }

  .nosotros__instalaciones__img:hover:before{
    opacity: .4;
    visibility: visible;
    } }



.nosotros__instalaciones__info {

  display: inline-block;

  vertical-align: bottom;

  width: 44.1%;

  padding-left: 25px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.nosotros__instalaciones__info__top {

  margin-bottom: 20px;

  border-bottom: 1px solid #7A7C80;

  padding-bottom: 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between; }



.nosotros__instalaciones__info__text {

  font-size: 14px;

  font-family: "Gotham-Book", sans-serif;

  color: #7A7C80; }

  .nosotros__instalaciones__info__text p {

    margin: 0; }



.nosotros__instalaciones__number {

  font-size: 16px;

  color: #7A7C80;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.nosotros__instalaciones__number__num {

  font-size: 16px;

  color: #7A7C80;

  font-family: "Gotham-Book", sans-serif;

  display: inline-block;

  vertical-align: middle;

  padding: 0 2px;

  width: 18px;

  text-align: center; }



.nosotros__instalaciones__arrow--prev, .nosotros__instalaciones__arrow--next {

  font-size: 20px;

  color: #7A7C80;

  display: inline-block;

  position: relative;

  margin: 0 10px; }

  .nosotros__instalaciones__arrow--prev a, .nosotros__instalaciones__arrow--next a {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%; }



.nosotros__instalaciones__arrow--next {

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg); }



@media screen and (max-width: 1024px) {

  .nosotros__instalaciones {

    padding: 50px 0; }

  .nosotros__instalaciones__title {

    margin-bottom: 50px; } }



@media screen and (max-width: 767px) {

  .nosotros__instalaciones {

    padding: 40px 0; }

  .nosotros__instalaciones__title {

    margin-bottom: 40px; }

  .nosotros__instalaciones__container {

    padding: 0 15px; }

  .nosotros__instalaciones__image__wrap {

    width: 100%; }

  .nosotros__instalaciones__img {

    height: 300px; }

  .nosotros__instalaciones__info {

    width: 100%;

    padding-left: 0;

    margin-top: 30px; } }



.nosotros__directorio__container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 764px; }



.nosotros__directorio__title__wrap {

  width: 38.5%;

  padding: 0 3% 0 2%;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  position: relative;

  height: 100%;

  background: #f6f6f6;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }

  .nosotros__directorio__title__wrap:before {

    content: "";

    position: absolute;

    width: 55px;

    height: 100%;

    background: #f6f6f6;

    right: -55px; }



.nosotros__directorio__title {

  margin-bottom: 40px; }



.nosotros__directorio__title__container {

  max-width: 415px;

  margin-right: 0;

  margin-left: auto; }

  .nosotros__directorio__title__container .title__general {

    max-width: 300px; }



.nosotros__directorio__items__list {

  font-size: 0; }



.nosotros__directorio__item__slider {

  display: inline-block;

  width: 33.33%;

  margin: 0 20px;
  padding: 8px;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; }



.nosotros__directorio__arrow {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.nosotros__directorio__arrow--prev, .nosotros__directorio__arrow--next {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: relative;

  cursor: pointer; }

  .nosotros__directorio__arrow--prev:hover .nosotros__directorio__arrow__icon, .nosotros__directorio__arrow--next:hover .nosotros__directorio__arrow__icon {

    color: #F62817; }

  .nosotros__directorio__arrow--prev:hover .nosotros__directorio__arrow__text, .nosotros__directorio__arrow--next:hover .nosotros__directorio__arrow__text {

    color: #F62817; }



.nosotros__directorio__arrow--next:before {

  content: "";

  position: absolute;

  top: 0;

  height: 100%;

  width: 1px;

  background: #7A7C80; }



.nosotros__directorio__arrow--next .nosotros__directorio__arrow__icon {

  display: block;

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg); }



.nosotros__directorio__arrow__icon {

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out; }



.nosotros__directorio__arrow__text {

  padding: 0 25px;

  font-size: 14px;

  text-transform: uppercase;

  font-family: "Gotham-Book", sans-serif;

  color: #000;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out; }



.nosotros__directorio {

  position: relative;

  overflow: hidden; }



.nosotros__directorio__items {

  width: 61.5%; }



.nosotros__directorio__items {

  width: 81%;

  position: absolute;

  top: 50%;

  right: -18%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%); }



.nosotros__directorio__item {

/*  border: 1px solid #7a7b7f;*/
  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.nosotros__directorio__item__info {

  padding: 25px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  background: #fff; }



.nosotros__directorio__item__info__title h3 {

  font-size: 17px;

  margin: 0;

  font-family: "Gotham-Medium", sans-serif;

  text-transform: uppercase;

  margin-bottom: 8px; }



.nosotros__directorio__item__info__title h4 {

  font-size: 15px;

  font-family: "Gotham-Book", sans-serif;

  color: #F62817;

  text-transform: uppercase; }



.nosotros__directorio__item__link {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  margin-bottom: 15px; }

  .nosotros__directorio__item__link:last-child {

    margin-bottom: 0; }



.nosotros__directorio__info__link__icon {

  font-size: 20px;

  color: #7A7C80;

  display: block;

  margin: 0;

  width: 30px;

  height: 30px; }



.nosotros__directorio__info__link__links {

  width: calc(100% - 30px); }



.nosotros__directorio__info__link__link {

  margin-bottom: 5px;

  display: block;

  font-size: 15px;

  color: #7A7C80; }

  .nosotros__directorio__info__link__link:last-child {

    margin-bottom: 0; }



@media screen and (max-width: 960px) {

  .nosotros__directorio__title__wrap {

    width: 100%;

    display: block;

    padding: 40px 15px 40px 15px; }

  .nosotros__directorio__container {

    height: auto;

    display: block; }

  .nosotros__directorio__items {

    position: static;

    -webkit-transform: inherit;

            transform: inherit;

    width: 100%; }

  .nosotros__directorio__title__container {

    max-width: 100%;

    text-align: center; }

  .nosotros__directorio__title__container .title__general {

    max-width: 100%; }

  .nosotros__directorio__arrow {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

  .nosotros__directorio__items {

    margin-top: 30px; }

  .nosotros__directorio__item__slider {

    margin: 0 20px; } }



.news__wrap {

  padding-top: 90px;

  padding-bottom: 50px; }



.news__container {

  max-width: 1290px;

  padding: 0 20px;

  margin: auto;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.news__title {

  text-align: center;

  max-width: 700px;

  margin: auto;

  margin-bottom: 60px; }



.news__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  justify-content: center; }



.news__item {

  width: 25%; }

  .news__item:nth-child(4n+4) .item__general__line.right {

    display: none; }



@media screen and (max-width: 1024px) {

  .news__item {

    width: 33.33%; }

    .news__item:nth-child(4n+4) .item__general__line.right {

      display: block; }

    .news__item:nth-child(3n+3) .item__general__line.right {

      display: none; }

  .news__title {

    margin-bottom: 50px; } }



@media screen and (max-width: 767px) {

  .news__item {

    width: 50%;

    padding: 30px 20px 20px 20px; }

    .news__item:nth-child(3n+3) .item__general__line.right {

      display: block; }

    .news__item:nth-child(2n+2) .item__general__line.right {

      display: none; }

  .news__container {

    padding: 0 15px; }

  .news__title {

    margin-bottom: 40px; }

  .news__wrap {

    padding-top: 40px;

    padding-bottom: 40px; } }



@media screen and (max-width: 600px) {

  .news__item {

    width: 100%; }

  .news__item .item__general__line.right {

    display: none !important; } }



.news__detail {

  padding-top: 125px;

  padding-bottom: 70px; }



.news__detail__title {

  margin-bottom: 50px; }



.news__detail__container {

  max-width: 1240px;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.news__detail__info__image {

  max-width: 668px;

  margin: auto;

  width: 100%;

  height: 369px;

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat; }



.news__detail__info__button {

  margin-top: 50px; }



.news__detail__info__text {

  margin-top: 100px;
  text-align: justify;

  font-size: 15px;

  font-family: "Gotham-Book", sans-serif;

  color: #272930; }

  .news__detail__info__text p {

    margin: 0; }


.news__detail__info__image__img{
  position: relative;
}

.news__detail__img{
  height: 350px;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.news__detail--prev, .news__detail--next{
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
}

.news__detail--next:before{
  display: block;
  transform: rotate(180deg);
}

.news__detail--next{
  position: absolute;
  right: -50px;
}

.news__detail--prev{
  position: absolute;
  left: -50px;
}

@media screen and (max-width: 840px){
  .news__detail--prev, .news__detail--next{
    position: relative;
    display: inline-block;
  }

  .news__detail--prev{
    margin-right: 10px;
    left: 0;
  }

  .news__detail--next{
    right: 0;
  }

  .news__detail__arrows{
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

.related__news__container {

  max-width: 1290px;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.related__news__title {

  padding: 0 25px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.related__news__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.related__news__item {

  width: 25%; }

  .related__news__item:nth-child(4n+4) .item__general__line.right {

    display: none; }



@media screen and (max-width: 1024px) {

  .related__news__item {

    width: 33.33%; }

   /* .related__news__item:nth-child(4n+4) .item__general__line.right {

      display: block; }

    .related__news__item:nth-child(3n+3) .item__general__line.right {

      display: none; }*/


  .related__news__title {

    margin-bottom: 30px; }

  .news__detail {

    padding-bottom: 50px;

    padding-top: 50px; }

  .news__detail__info__text {

    margin-top: 50px; } 

  .related__news__item{
    display: none !important;
  }

  .related__news__item:nth-child(1){
    display: block !important;
  }

   .related__news__item:nth-child(2){
    display: block !important;
  }

   .related__news__item:nth-child(3){
    display: block !important;
  }


}



@media screen and (max-width: 767px) {

  .news__detail__container {

    padding: 0 15px; }

  .news__detail__info__text {

    margin-top: 40px; }

  .related__news__item {

    width: 50%; }

    .related__news__item:nth-child(3n+3) .item__general__line.right {

      display: block; }

    .related__news__item:nth-child(2n+2) .item__general__line.right {

      display: none; }

  .related__news__container {

    padding: 0 15px; }

  .related__news__title {

    margin-bottom: 20px; }

  .related__news {

    padding-bottom: 40px; }

  .news__detail__info__image {

    height: 250px; }

  .news__detail__info__button {

    margin-top: 40px; } 

   .related__news__item:nth-child(3){
    display: none !important;
  }
  }

@media screen and (max-width: 600px) {

  .related__news__item {

    width: 100%; }

  .related__news__title {

    padding: 0; }

  .related__news__item .item__general__line.right {

    display: none !important; } }

/*@media screen and (max-width: 480px){
   .related__news__item:nth-child(2){
    display: none !important;
  }
}*/

.project__wrap {

  padding-top: 150px;

  padding-bottom: 110px; }



.project__container {

  max-width: 1240px;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.project__title {

  margin-bottom: 60px; }



.project__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; 
  justify-content: center;}



.project__item {

  margin: 0;

  width: 25%;

  padding-right: 1%;

  position: relative;

  margin-bottom: 25px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }

  .project__item:after {

    content: "";

    position: absolute;

    bottom: 0;

    height: 2px;

    background: #d1d1d1;

    width: 100%; }

  .project__item:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    z-index: 10;

    background: #F62817;

    -webkit-transition: background 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);

    transition: background 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);

    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;

    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease, -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);

    -webkit-transform: scaleX(0);

            transform: scaleX(0);

    -webkit-transform-origin: right;

            transform-origin: right; }

  .project__item:last-child {

    margin-right: 0; }



@media screen and (min-width: 1025px) {

  .project__item:hover:before {

    -webkit-transform: scaleX(1);

            transform: scaleX(1);

    -webkit-transform-origin: left;

            transform-origin: left; }

  .project__item:hover .project__item__info__icon {

    -webkit-transform: rotate(360deg);

            transform: rotate(360deg); } }



.project__item__info {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  padding: 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.project__item__info__text {

  padding-right: 30px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }

  .project__item__info__text h3 {

    font-size: 16px;

    font-family: "Gotham-Medium", sans-serif;

    margin: 0;

    color: #272930; }



.project__item__info__icon {

  display: block;

  color: #F62817;

  margin: 0;

  font-size: 18px;

  -webkit-transition: 1s ease-in-out;

  transition: 1s ease-in-out; }



@media screen and (max-width: 1024px) {

  .project__item {

    width: 33.33%;

    padding: 0 0.5%; }

  .project__wrap {

    padding: 50px 0; }

  .project__title {

    margin-bottom: 50px; }


      .related__news__item:nth-child(4){
    background: red;
  } }

@media screen and (max-width: 1020px) {

  .project__item {

    width: 50%;

    padding: 0 0.5%; }
}


@media screen and (max-width: 767px) {

  .project__wrap {

    padding: 40px 0; }

  .project__title {

    margin-bottom: 40px; }

  .project__container {

    padding: 0 15px; } }



@media screen and (max-width: 600px) {

  .project__item {

    width: 100%;

    padding: 0; } }



.project__detail {

  padding-top: 100px;

  padding-bottom: 65px; }



.project__detail__container {

  max-width: 1140px;

  width: 100%;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.project__detail__info {

  width: calc(100% - 415px);

  padding-right: 7%;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.project__detail__image {

  width: 415px;

  height: 565px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center; }

.project__detail__contact__slider{
  position: relative;
}

.project__detail__arrows{
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.project__detail--prev, .project__detail--next{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  margin-right: 10px;
}

.project__detail--next:before{
  display: block;
  transform: rotate(180deg);
}

.project__detail--next{
  margin-right: 0;
}

.project__detail__img{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 565px;
  width: 100%;
}







.project__detail__info .title__general__text {

  text-align: justify; }


.project__detail__image--img{
  display: none;
}
@media screen and (max-width: 1024px) {

  .project__detail {

    padding-top: 50px;

    padding-bottom: 50px; } }



@media screen and (max-width: 960px) {

  .project__detail__info {

    width: 100%;

    padding-right: 0; }

  .project__detail__image {

    margin-top: 30px;

    width: 100%;

    height: 350px; }

  .project__detail__img{
    height: 350px;
  }

  .project__detail__image--img{
    display: block;
    max-width: 640px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }

  .project__detail__image--img img{
    width: 100%;
    height: auto;
    display: block;
  }
     }



@media screen and (max-width: 767px) {

  .project__detail {

    padding-top: 40px;

    padding-bottom: 40px; }

  .project__detail__container {

    padding: 0 15px; } }



.project__detail__contact {

  padding-bottom: 100px; }



.project__detail__contact__container {

  max-width: 1240px;

  width: 100%;

  margin: auto;

  padding: 0 20px;

  padding-top: 50px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  border-top: 1px solid rgba(122, 124, 128, 0.32); }



.project__detail__contact__inside__container {

  max-width: 770px;

  width: 100%;

  margin: auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.project__detail__title {

  width: calc(100% - 230px);

  padding-right: 15px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.project__detail__button {

  width: 230px; }



@media screen and (max-width: 1024px) {

  .project__detail__contact {

    padding-bottom: 40px; } }



@media screen and (max-width: 767px) {

  .project__detail__contact__container {

    padding-top: 40px;

    padding-right: 15px;

    padding-left: 15px; }

  .project__detail__contact {

    padding-bottom: 40px; }

  .project__detail__contact__inside__container {

    text-align: center; }

  .project__detail__title {

    width: 100%;

    padding-right: 0;

    margin-bottom: 20px; }

  .project__detail__button {

    width: 100%; } }



.services__wrap {

  padding-bottom: 150px;

  padding-top: 100px; }



.services__container {

  max-width: 1240px;

  margin: auto;

  width: 100%;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.services__item {

  width: 25%;

  height: 275px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding: 2% 4%;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out; }



@media screen and (min-width: 1025px) {

  .services__item__info__title {

    -webkit-transform: translateY(75%);

            transform: translateY(75%);

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .services__item__image {

    -webkit-transform: translateY(25px);

            transform: translateY(25px);

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .services__item__info__button {

    -webkit-transform: translateY(100%);

            transform: translateY(100%);

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .services__item:hover {

    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);

            box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1); }

    .services__item:hover .button__general__icon {

      -webkit-transition-delay: .2s;

              transition-delay: .2s;

      -webkit-transform: rotate(90deg);

              transform: rotate(90deg); }

    .services__item:hover .services__item__image {

      -webkit-transform: translateY(0);

              transform: translateY(0); }

    .services__item:hover .services__item__info__title {

      -webkit-transform: translateY(0);

              transform: translateY(0); }

    .services__item:hover .services__item__info__button {

      -webkit-transform: translateY(0);

              transform: translateY(0);

      opacity: 1;

      visibility: visible; } }



.services__item--one {

  width: 50%;

  padding-right: 40px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  height: 275px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.services__item__inside {

  max-width: 200px;

  margin: 0 auto;

  width: 100%;

  overflow: hidden; }



.services__item__image {

  margin-bottom: 25px; }



.services__item__image {

  width: 70px;

  height: 70px; }


.services__item__info__title h3 {

  font-size: 19px;

  margin: 0;

  font-family: "Gotham-Medium", sans-serif;

  color: #7A7C80;

  letter-spacing: -1.22px; }



.services__detail{

  position: relative; 

}


.services__detail__info__title--top{
  display: none;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px){
  .services__detail__info__title--top{
    display: block;
  }

  .services__detail__info__title--bottom h3{
    display: none;
  }
}

.services__detail__info__title ol, .services__detail__info__title ul {

  padding-left: 15px; }


.services__detail__info__title .title__general__title h3{
  margin-bottom: 45px;
}

.services__detail__info__title li {

  list-style: inherit;

  margin-bottom: 20px;

  line-height: 1.33;

  letter-spacing: -0.96px; }



.services__detail__info__title ol li ul li {

  margin-bottom: 5px; }

.home__services .button__general.button__services--home--mobile{
      display: none;
    }

@media screen and (max-width: 1200px) {

  .services__item {

    width: 33.33%; }

  .services__item--one {

    width: 66.66%; } }



@media screen and (max-width: 1024px) {

  .services__wrap {

    padding-top: 50px;

    padding-bottom: 50px; } 

  .services__detail__info__title .title__general__title h3{
  margin-bottom: 30px;
}

.services__item--one{
  width: 100%;
  padding-right: 0;
  text-align: center;
  justify-content: center;
}
}



@media screen and (max-width: 768px) {

  .services__wrap {

    padding-top: 40px;

    padding-bottom: 40px; }

  .services__item {

    width: 33.33%;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

  .services__item__image {

    margin: auto;

    margin-bottom: 25px; }

  .services__item--one {

    width: 100%;

    padding-right: 0;

    text-align: center;

    height: auto;

    margin-bottom: 30px; }
 }

@media screen and (max-width: 767px) {

  .services__wrap {

    padding-top: 40px;

    padding-bottom: 40px; }

  .services__item {

    width: 100%;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

  .services__item__image {

    margin: auto;

    margin-bottom: 25px; }

  .services__container {

    padding: 0 15px; } }



@media screen and (max-width: 600px) {

  .services__container{
    justify-content: center;
  }

  .services__item {
    /*display: none;*/

    width: 100%;

    height: auto;

    padding: 30px 20px; }

  .services__item--one{
    display: inline-block; 

  }
  .services__container{
    display: inline-block;  
  }

  .services__item:nth-child(2){
      display: block;
    }

    .services__item:nth-child(3){
      display: block;
    }

    .services__item:nth-child(4){
      display: block;
    }
    
    .home__services .button__general.button__services--home--mobile{
      display: inline-block;
    }

    .services__container{
      text-align: center;
    }

    .home__services .button__general.button__services--home--desktop{
      display: none;
      } }
@media screen and (max-width: 480px) {
  .box__services__slider .slick-prev:before, .slick-next:before{
    color: red !important;
  }
   .box__services__slider .slick-prev:before, .slick-next:before{
    color: red !important;
   }
  .box__services__slider{
    display: block;
  
  }
  .box__services__slider .slick-prev{
    left: 0;  
  }
  .box__services__slider .slick-next{
    right: 0; 
  }
}

.services__detail {

  padding-bottom: 175px;

  padding-top: 25px; }



.services__detail__container {

  max-width: 1240px;

  width: 100%;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.services__detail__contact {

  width: 52%; }



.services__detail__contact__image {

  height: 512px;

  width: 48%;

  position: absolute;

  top: 20px;

  left: 45px;
 }



.services__detail__arrows{
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.services__detail--prev, .services__detail--next{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  margin-right: 10px;
}

.services__detail--next:before{
  display: block;
  transform: rotate(180deg);
}

.services__detail--next{
  margin-right: 0;
}

.service__detail__img{
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 512px;
  width: 100%;
}


.services__detail__info {

  width: 48%; }



.services__detail__contact__info {

  margin-top: 590px; }



.services__detail__contact__info__button {

  margin-top: 40px; }



.services__detail__info {

  padding-top: 65px;

  padding-left: 5%;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }


.services__detail__contact__slider{
  position: relative;
}

@media screen and (max-width: 1024px) {

  .services__detail__contact__image{
    left: 20px;
  }

  .services__detail__contact__info {

    margin-top: 555px; }

  .services__detail__info {

    padding-top: 50px; }

  .services__detail {

    padding-top: 50px;

    padding-bottom: 50px; } 

    .services__detail__contact{
      width: 48%;
      }
      .services__detail__info{
        width: 52%;
        }}



@media screen and (max-width: 1024px) {

  .services__detail__contact {

    width: 100%;

    order:2; }

  .services__detail__contact__image {

    position: static;

    height: 350px;

    width: 100%; }

  .service__detail__img{

    height: 350px;
  
  }

  .services__detail__contact__info {

    margin-top: 40px; }

  .services__detail__info {

    padding-left: 0;

    width: 100%; } }



@media screen and (max-width: 767px) {

  .services__detail__container {

    padding: 0 15px; }

  .services__detail {

    padding-top: 40px;

    padding-bottom: 40px; }

  .services__detail__info {

    padding-top: 40px; } }



.banner__principal__wrap {

  position: relative;

  height: 700px;

  width: 100%;

  padding: 0 40px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  overflow: hidden; }

  .banner__principal__wrap .bx-wrapper .bx-pager {

    pointer-events: auto;

    bottom: 70px;

    z-index: 70; }

  .banner__principal__wrap .bx-wrapper .bx-pager.bx-default-pager a {

    width: 10px;

    height: 10px;

    border: 1px solid #fff;

    background: transparent;

    margin: 0 10px; }

  .banner__principal__wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner__principal__wrap .bx-wrapper .bx-pager.bx-default-pager a.active {

    background: #fff; }

  .banner__principal__wrap .bx-controls {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    pointer-events: none; }

  .banner__principal__wrap .bx-controls-direction {

    max-width: 1240px;

    margin: auto;

    height: 100%;

    position: relative; }

  .banner__principal__wrap .bx-wrapper .bx-controls-direction a {

    background: none;

    text-indent: 0;

    z-index: 70;

    pointer-events: auto; }

    .banner__principal__wrap .bx-wrapper .bx-controls-direction a:before {

      font-family: "icomoon";

      font-size: 30px;

      color: #fff;

      display: block; }

  .banner__principal__wrap .bx-prev {

    left: 0; }

    .banner__principal__wrap .bx-prev:before {

      content: "\e901";

      display: block; }

  .banner__principal__wrap .bx-next {

    right: 0; }

    .banner__principal__wrap .bx-next:before {

      content: "\e901";

      -webkit-transform: rotate(180deg);

              transform: rotate(180deg); }



.banner__principal__item {

  width: 100%;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  height: 700px; }

  .banner__principal__item:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    /*background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.48) 100%); */

    background: url('../img/sombra-slider.png');
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }



.banner__principal__table {

  display: table-cell;

  vertical-align: middle;

  height: 700px;

  width: 2000px;

  position: relative;

  z-index: 2;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.banner__principal__container {

  max-width: 1240px;

  margin: auto;

  padding: 0 104px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  position: relative; }



.banner__principal__text__container {

  max-width: 450px; }



.banner__principal__title h1 {

  margin: 0;

  font-size: 62px;

  line-height: 1;

  color: #fff;

  font-family: "Gotham-Bold", sans-serif;

  letter-spacing: -1.18px; }



.banner__principal__subtitle {

  margin-bottom: 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }

  .banner__principal__subtitle h4 {

    font-size: 13px;

    text-transform: uppercase;

    font-family: "Gotham-Book", sans-serif;

    margin: 0;

    color: #fff;

    margin-left: 25px; }



.banner__principal__line {

  width: 70px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin: 0;

  position: relative;

  margin-left: -60px; }

  .banner__principal__line:before {

    content: "";

    display: block;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -1px;

    height: 1px;

    width: 47px;

    background: #fff;

    margin: 0; }

  .banner__principal__line:after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -1px;

    height: 1px;

    width: 15px;

    background: #fff;

    margin: 0; }



.banner__principal__text {

  font-family: "Gotham-Book", sans-serif;

  font-size: 15px;

  color: #fff;

  margin-top: 25px;

  letter-spacing: -0.96px; }

  .banner__principal__text p {

    margin: 0; }



.banner__principal__button {

  margin-top: 25px; }



.banner__principal__item__link {

  display: block;

  height: 100%;

  width: 100%;

  position: relative;

  z-index: 10; }



.banner__principal__title {

  -webkit-transform: translateX(40px);

          transform: translateX(40px);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all .6s ease-in-out;

  transition: all .6s ease-in-out; }



.banner__principal__subtitle {

  -webkit-transform: translateX(40px);

          transform: translateX(40px);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all .6s ease-in-out;

  transition: all .6s ease-in-out; }



.banner__principal__text {

  -webkit-transform: translateX(40px);

          transform: translateX(40px);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all .6s ease-in-out;

  transition: all .6s ease-in-out; }



.banner__principal__button {

  -webkit-transform: translateY(20px);

          transform: translateY(20px);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all .6s ease-in-out;

  transition: all .6s ease-in-out; }



.banner__principal__item.active .banner__principal__subtitle {

  -webkit-transform: translateX(0);

          transform: translateX(0);

  opacity: 1;

  visibility: visible; }



.banner__principal__item.active .banner__principal__title {

  -webkit-transform: translateX(0);

          transform: translateX(0);

  opacity: 1;

  visibility: visible; }



.banner__principal__item.active .banner__principal__text {

  -webkit-transform: translateX(0);

          transform: translateX(0);

  opacity: 1;

  visibility: visible;

  -webkit-transition-delay: .5s;

          transition-delay: .5s; }



.banner__principal__item.active .banner__principal__button {

  -webkit-transform: translateY(0);

          transform: translateY(0);

  opacity: 1;

  visibility: visible;

  -webkit-transition-delay: 1s;

          transition-delay: 1s; }



@media screen and (max-width: 1200px) {

  .banner__principal__wrap {

    padding: 0; }

  .banner__principal__title h1 {

    font-size: 40px; }

  .banner__principal__wrap {

    height: 600px; }

  .banner__principal__table {

    height: 600px; }

  .banner__principal__item {

    height: 600px; }

  .banner__principal__wrap .bx-wrapper .bx-pager {

    bottom: 40px; } }



@media screen and (max-width: 768px) {

  .banner__principal__wrap .bx-controls {

    display: none; }

  .banner__principal__container {

    padding: 0 15px; }

  .banner__principal__table {

    padding: 30px 0; }

  .banner__principal__title h1 {

    font-size: 45px; } }



@media screen and (max-width: 767px) {

  .banner__principal__container {

    text-align: center; }

  .banner__principal__title {

    max-width: 100%; }

  .banner__principal__wrap {

    height: 500px; }

  .banner__principal__table {

    height: 500px; }

  .banner__principal__item {

    height: 500px; }

  .banner__principal__title h1 {

    font-size: 35px; }

  .banner__principal__text {

    margin-top: 45px; }

  .banner__principal__line {

    display: none; }

  .banner__principal__subtitle {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

  .banner__principal__subtitle h4 {

    margin-left: 0; }

  .banner__principal__text__container {

    max-width: 100%; }


    .banner__principal__item:before {

    background: #1A1F2A; 
    opacity: .5; }

}

.home__clientes {

  padding: 40px 0 63px 0; }



.section__brand .slick-slider {

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.section__brand .slick-next {

  right: 0; }



.section__brand .slick-prev {

  left: 0; }



.section__brand .slick-next, .section__brand .slick-prev {

  height: 40px;

  width: 40px;

  line-height: 40px;

  text-align: center;

  display: block;

  border-radius: 100%;

  background: blue; }



.section__brand .slick-prev:before, .section__brand .slick-next:before {

  color: white;

  font-family: 'icomoon';

  line-height: 40px; }



.section__brand .slick-prev:before {

  content: "\e906"; }



.section__brand .slick-next:before {

  content: "\e905"; }


.home__brand{
  padding-top: 40px;
  text-align: center;
}

.home__brand .slick-slider .slick-track{
  margin: auto !important;
}

.section__brand.active--slider .section__brand__item {

  margin-left: 10px;

  margin-right: 10px; }



.section__brand__title {

  margin-bottom: 40px;

  text-align: center; }



.section__brand__container {

  max-width: 1200px;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  font-size: 0;

  border-bottom: 1px solid #d1d1d1;
  text-align: center; }



.section__brand__items {
  padding-bottom: 40px;

  font-size: 0; }



.section__brand__item {

  display: inline-block;

  width: 18%;

  margin: 0 1%; }



.section__brand__item__image {

  display: block; }

  .section__brand__item__image img {

    width: 100%;

    height: auto;

    display: block; }



@media screen and (max-width: 1024px) {

  .section__brand__title {

    margin-bottom: 50px; }

  .section__brand__item {

    margin-left: 20px;

    margin-right: 20px; }

  .section__brand__title {

    margin-left: 20px;

    margin-right: 20px; } }



@media screen and (max-width: 767px) {

  .section__brand__item {

    display: inline-block;

    width: 21%;

    margin: 0 2%; }

  .section__brand__title {

    margin-bottom: 40px; }

  .section__brand__item {

    margin-left: 15px;

    margin-right: 15px; }

  .section__brand .slick-slider {

    padding: 0;
    padding-bottom: 40px; } 



  .home__services {

    padding-bottom: 40px;

    padding-top: 40px; }

    .home__services .button__general {

      margin-top: 30px; }


    .section__brand__container{
      padding: 0;
    }

  }



.home__conocenos {

  padding-bottom: 100px;

  position: relative; }



.home__conocenos__block__red {

  width: 45.5%;

 background: radial-gradient(ellipse at center, rgba(246,42,23,1) 0%, rgba(205,0,7,1) 100%);

  position: absolute;

  top: 0;

  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 515px; }

  .home__conocenos__block__red .button__general {

    margin-top: 40px; }



.home__conocenos__block__red__title {

  max-width: 420px;

  width: 100%;

  margin-right: 0;

  margin-left: auto;

  padding-right: 75px;

  padding-left: 20px; }



.home__conocenos__block__image {

  height: 840px;

  width: calc(100% - 8%);

  max-width: 100%;

  margin-right: 0;

  margin-left: auto;

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat; }



.home__conocenos__block__image__wrap {

  padding-top: 135px; }

@media screen and (max-width: 1399px){

  .home__conocenos__block__image{
    height: 500px;
  }

  .home__conocenos__block__red{
    height: 450px;
  }
}

@media screen and (max-width: 1024px) {

  .home__conocenos__block__image {

    height: 600px; }

  .home__conocenos {

    padding-bottom: 50px; } 


    .home__conocenos__block__red__title{
      padding-right: 30px;
      padding-left: 30px;
      }

    .home__conocenos__block__image__wrap{
      padding-top: 100px;
    }
    }



@media screen and (max-width: 960px) {

  .home__conocenos__block__red {

    position: relative;

    width: 100%; }

  .home__conocenos__block__image__wrap {

    padding-top: 0; }

  .home__conocenos__block__image {

    height: 300px; 
    width: 100%;}

  .home__conocenos__block__red {

    height: auto; }

  .home__conocenos__block__red__title {

    max-width: 100%;

    margin: auto;

    padding: 40px 20px;
    text-align: center; } }



.home__novedades {

  padding-bottom: 70px;

  position: relative; }



.home__novedades__title {

  margin-bottom: 65px;

  text-align: center; }



.home__novedades__title__container {

  max-width: 1160px;

  width: 100%;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }

  .home__novedades__title__container .button__general {

    width: 190px; }

  .home__novedades__title__container .title__general {

    width: calc(100% - 190px);

    text-align: left;

    padding-right: 15px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; }

  .home__novedades__title__container .title__general__title h3 {

    margin-bottom: 0; }



.home__novedades__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap; }



.home__novedades__inside__items {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  width: 49%; }



.home__novedades__inside__item {

  width: 50%; }


.home__novedades__inside__item:first-child{
  display: none;
}

.home__novedades__item__first {

  width: 51%;

  margin: 0;

  position: relative;

  display: block;

  overflow: hidden; }



@media screen and (min-width: 1025px) {

  .home__novedades__item__first:hover .home__novedades__item__first__image {

    -webkit-transform: scale(1.05);

            transform: scale(1.05); } }



.home__novedades__item__first__text__absolute {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end; }



.home__novedades__item__first__text {

  width: 100%;

  max-width: 570px;

  margin-left: auto;

  margin-right: 0;

  padding: 25px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  text-align: right;

  position: relative;

  color: #fff; }

  .home__novedades__item__first__text p {

    margin: 0;

    font-size: 21px;

    font-family: "Gotham-Medium", sans-serif; }

  .home__novedades__item__first__text h3 {

    text-transform: uppercase;

    font-size: 14px;

    font-family: "Gotham-Book", sans-serif; }



.home__novedades__item__first__image {

  height: 450px;

  width: 100%;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  position: relative;

  -webkit-transition: all .45s ease-in-out;

  transition: all .45s ease-in-out; }

  .home__novedades__item__first__image:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));

    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%); }



.home__novedades__inside__item .item__general__line.bottom {

  display: none; }



.home__novedades__inside__item .item__general__line.right {

  top: 0;

  bottom: 0;

  margin: auto; }



.home__novedades__inside__item:last-child .item__general__line.right {

  display: none; }


 .home__novedades .button__general--notice--button{
      display: none;
    }

@media screen and (max-width: 1024px) {

  .home__novedades__item__first {

    width: 45%; }

  .home__novedades__inside__items {

    width: 55%; }

  .home__novedades {

    padding-bottom: 50px; }

  .home__novedades__title {

    margin-bottom: 30px; } }



@media screen and (max-width: 960px) {

  .home__novedades__item__first {

    width: 100%; }

  .home__novedades__inside__items {

    width: 100%; }

  .home__novedades__item__first__image {

    height: 350px; } }



@media screen and (max-width: 600px) {

  .home__novedades__item__first{
    display: none;
  }

  .home__novedades__inside__item {

    width: 100%; }

  .home__novedades__title__container {

    padding: 0; }

  .home__novedades__container {

    padding: 0 15px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; }

  .home__novedades {

    padding-bottom: 40px; }

  .home__novedades__inside__item .item__general__line.bottom {

    display: block; }

  .home__novedades__inside__item .item__general__line.right {

    display: none; }

  .home__novedades__title {

    margin-bottom: 10px; }

  .home__novedades__title__container {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center; }

    .home__novedades__title__container .title__general {

      text-align: center; }

  .home__novedades__title__container .button__general {

    width: auto; 

    margin-top: 25px; }

  .home__novedades__title__container .title__general {

    width: 100%;

    padding-right: 0;  }


    .home__novedades__inside__item{
      display: none;
    }

    .home__novedades__inside__item:first-child{
      display: block;
    }
    .home__novedades__inside__item:nth-child(2){
      display: block;
    }

    .home__novedades__title .button__general{
      display: none;
    }

    .home__novedades .button__general--notice--button{
      display: inline-block;
      margin-top: 25px;
    }

    .home__novedades__container{
      text-align: center;
    }

    .home__novedades__items{
      text-align: left;
    }

 }



.certificaciones__wrap {

  padding-top: 100px;

  padding-bottom: 60px; }

  .certificaciones__wrap .title__general__title {

    text-align: center; }



.certificaciones__container {

  max-width: 1240px;

  width: 100%;

  margin: auto;

  padding: 0 20px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.certificaciones__title ol, .certificaciones__title ul {

  padding-left: 15px; }



.certificaciones__title li {

  list-style: inherit;

  margin-bottom: 20px;

  line-height: 1.33;

  letter-spacing: -0.96px; }



.certificaciones__title ol li ul li {

  margin-bottom: 5px; }



.certificaciones__tab {

  margin-top: 75px; }



.certificaciones__tab__links {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  padding-left: 20px; }

  .certificaciones__tab__links:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 2px;

    width: 100%;

    background: rgba(122, 123, 127, 0.28); }



.certificaciones__tab__link {

  padding: 20px 40px 20px 10px;

  position: relative;

  color: #7A7C80;

  font-family: "Gotham-Medium", sans-serif;

  cursor: pointer; }

  .certificaciones__tab__link:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    height: 2px;

    width: 0;

    background: #212223;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }



@media screen and (min-width: 1025px) {

  .certificaciones__tab__link:hover {

    color: #212223; }

    .certificaciones__tab__link:hover:before {

      width: 100%; } }



.certificaciones__tab__link.active {

  color: #212223; }

  .certificaciones__tab__link.active:before {

    width: 100%; }



.certificaciones__tab__content {

  margin-top: 60px;

  position: relative;

  font-size: 0; }



.certificaciones__tab__content__item {

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

  visibility: hidden; }

  .certificaciones__tab__content__item.active {

    opacity: 1;

    visibility: visible;

    position: relative; }



.certificaciones__tab__content__inside__item {

  width: 25%;

  display: inline-block;

  vertical-align: top;

  padding: 0 12px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  margin-bottom: 40px; }



.certificaciones__tab__content__image {

  position: relative;

  display: block; }



.certificaciones__tab__content__item__hover {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center; }

  .certificaciones__tab__content__item__hover:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #f6f6f6;

    opacity: .74; }



.certificaciones__tab__content__item__icon {

  font-size: 40px;

  color: #F62817;

  display: block;

  margin: 0;

  position: relative; }



.certificaciones__tab__content__item__text {

  font-size: 14px;

  color: #F62817;

  text-transform: uppercase;

  font-family: "Gotham-Medium", sans-serif;

  margin: 0;

  position: relative;

  letter-spacing: 0.55px;

  margin-top: 25px; }



@media screen and (min-width: 1025px) {

  .certificaciones__tab__content__item__hover:before {

    height: 0;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .certificaciones__tab__content__item__icon {

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .certificaciones__tab__content__item__text {

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .certificaciones__tab__content__inside__item:hover .certificaciones__tab__content__item__hover:before {

    height: 100%; }

  .certificaciones__tab__content__inside__item:hover .certificaciones__tab__content__item__icon {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

            transform: translateY(0); }

  .certificaciones__tab__content__inside__item:hover .certificaciones__tab__content__item__text {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

            transform: translateY(0); } }



@media screen and (max-width: 1024px) {

  .certificaciones__tab {

    margin-top: 50px; }

  .certificaciones__tab__content {

    margin-top: 50px; }

  .certificaciones__wrap {

    padding-top: 50px;

    padding-bottom: 30px; } }



@media screen and (max-width: 768px) {

  .certificaciones__tab__link {

    padding: 20px 20px;

    width: 25%;

    text-align: center; }

  .certificaciones__tab__links {

    padding-left: 0; } }



@media screen and (max-width: 767px) {

  .certificaciones__tab__content__inside__item {

    width: 50%; }

  .certificaciones__container {

    padding: 0 15px; }

  .certificaciones__tab {

    margin-top: 40px; }

  .certificaciones__tab__links {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap; }

  .certificaciones__tab__links:before {

    display: none; }

  .certificaciones__tab__link {

    width: 100%; }

    .certificaciones__tab__link:after {

      content: "";

      position: absolute;

      bottom: 0;

      left: 0;

      height: 2px;

      width: 100%;

      background: rgba(122, 123, 127, 0.28); } }



@media screen and (max-width: 480px) {

  .certificaciones__wrap {

    padding-top: 40px;

    padding-bottom: 40px; }

  .certificaciones__tab__content__inside__item {

    width: 100%; } }



.general__input {

  position: relative;

  padding-top: 12px; }

  .general__input .general__input__input {

    width: 100%;

    height: 35px;

    line-height: 35px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: none;

    margin: 0;

    padding: 0;

    border-radius: 0;

    background: none;

    border-bottom: 1px solid #7A7C80;

    color: #68707D;

    font-size: 14px;

    font-family: "Gotham-Book", sans-serif;

    padding-left: 15px;

    padding-right: 15px;

    position: relative; }



.general__input__label {

  position: absolute;

  top: 23px;

  left: 10px;

  z-index: 1;

  pointer-events: none;

  cursor: auto;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out;

  font-size: 14px;

  font-family: "Gotham-Book", sans-serif;

  color: #68707D;

  letter-spacing: 1.18px;

  text-transform: uppercase; }



.general__input.active .general__input__label {

  top: 0px;

  color: #272930;

  font-size: 10px;

  opacity: .4; }



.general__input.active .general__input__inside:before {

  width: 100%; }



.general__input--textarea .general__input__input {

  height: 35px;

  line-height: 1.1;

  padding-top: 10px; }



.general__input--select {

  position: relative; }

  .general__input--select select {

    padding-right: 35px;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    cursor: pointer;

    position: relative; }

    .general__input--select select::-ms-expand {

      display: none; }

  .general__input--select .general__input__ico__right {

    font-size: 20px; }



.general__input__title {

  display: block;

  cursor: auto;

  font-size: 18px;

  margin-bottom: 10px;

  color: #7A7C80; }



.general__input--center {

  text-align: center; }

  .general__input--center .general__input__title {

    text-align: center; }

  .general__input--center .general__input__input {

    text-align: center; }



.general__input__inside {

  position: relative;

  z-index: 1; }

  .general__input__inside:before {

    content: "";

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 0;

    height: 1px;

    background: #F62817;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    z-index: 4; }



.general__input__ico {

  display: block;

  position: absolute;

  top: 0;

  font-size: 10px;

  line-height: 35px;

  pointer-events: none;

  z-index: 2;

  color: #7A7C80; }



.general__input__ico__left {

  left: 10px; }



.general__input__ico__right {

  right: 10px; }



.general__input__icon--left .general__input__input {

  padding-left: 35px; }



.general__input__icon--right .general__input__input {

  padding-right: 35px; }



.general__input__icon--all .general__input__input {

  padding-right: 35px;

  padding-left: 35px; }



.general__input__button--right .general__input__button__right {

  position: absolute;

  top: 0;

  right: 0; }



.general__input__button--right .general__input__input {

  padding-right: 50px; }



.general__input__button {

  line-height: 35px;

  border: none;

  background: none;

  padding: 0;

  padding: 0 15px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  color: #7A7C80; }



.general__input__icon--right--type1 .general__input__input {

  padding-right: 56px; }



.general__input__icon--right--type1 .general__input__ico__right {

  right: 0;

  width: 50px;

  text-align: center;

  font-size: 20px;

  color: #7A7C80;

  background: rgba(154, 178, 191, 0.3); }



.general__input__file {

  position: relative; }

  .general__input__file input[type="file"] {

    display: none; }



.general__input__file__label {

  display: block;

  position: relative;

  width: 100%;

  height: 35px;

  line-height: 35px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  border: none;

  border-radius: 0;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;

  margin-bottom: 0;

  border-bottom: 1px solid #7A7C80;

  padding: 0 10px;

  overflow: hidden; }



.general__input__file__text {

  color: #68707D;

  font-family: "Gotham-Book", sans-serif;

  font-size: 14px;

  text-transform: uppercase; }



.general__input__file__ico {

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  line-height: 35px;

  pointer-events: none;

  z-index: 2;

  padding: 0 12px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  color: #FF0007;

  font-size: 17px; }



.general__input__file__ico--text {

  display: block;

  font-size: 14px;

  font-family: "Gotham-Medium", sans-serif;

  color: #FF0007;

  text-transform: uppercase; }



.general__input__file__ico--ico {

  display: none;

  line-height: 35px; }



@media screen and (max-width: 1024px) {

  .general__input__file__ico--ico {

    display: block; }

  .general__input__file__ico--text {

    display: none; }

  .general__input__file__ico {

    padding: 0 18px; }

  .general__input__file__label {

    padding-right: 65px; } }



.general__input--check--radio input[type="checkbox"], .general__input--check--radio input[type="radio"] {

  display: none; }



.general__input--check--radio--label {

  display: inline-block; }



.general__input__inside__container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center; }



.general__input__figure {

  position: relative; }

  .general__input__figure:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0; }

  .general__input__figure:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0; }



.general__input__text {

  font-size: 14px;

  letter-spacing: 1px;

  padding-left: 8px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  color: #7A7C80; }



.general__input--radio .general__input__figure {

  width: 18px;

  height: 18px; }

  .general__input--radio .general__input__figure:before {

    width: 100%;

    height: 100%;

    border-radius: 100%;

    border: 1px solid #7A7C80;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; }

  .general__input--radio .general__input__figure:after {

    right: 0;

    bottom: 0;

    margin: auto;

    width: 10px;

    height: 10px;

    border-radius: 100%;

    background: #7A7C80;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all .2s linear;

    transition: all .2s linear; }



.general__input--check--radio input[type="radio"]:checked + .general__input--check--radio--label .general__input__figure:after {

  opacity: 1;

  visibility: visible; }



.general__input--check--radio.general__input--radio--orange input[type="radio"]:checked + .general__input--check--radio--label .general__input__figure:before {

  border: 1px solid #272930; }



.general__input--check--radio.general__input--radio--orange input[type="radio"]:checked + .general__input--check--radio--label .general__input__figure:after {

  background: #272930; }



.general__input--check--radio.general__input--radio--orange input[type="radio"]:checked + .general__input--check--radio--label .general__input__text {

  color: #272930; }



.general__input--checkbox .general__input__figure {

  width: 18px;

  height: 18px; }

  .general__input--checkbox .general__input__figure:before {

    width: 100%;

    height: 100%;

    border-radius: 4px;

    border: 1px solid #7A7C80;

    -webkit-box-sizing: border-box;

            box-sizing: border-box; }

  .general__input--checkbox .general__input__figure:after {

    content: "\e90c";

    font-family: "icomoon";

    top: 50%;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);

    right: 0;

    text-align: center;

    margin: auto;

    opacity: 0;

    visibility: hidden;

    font-size: 16px;

    -webkit-transition: all .2s linear;

    transition: all .2s linear; }



.general__input--check--radio input[type="checkbox"]:checked + .general__input--check--radio--label .general__input__figure:after {

  opacity: 1;

  visibility: visible; }



.general__input--check--radio.general__input--checkbox--orange input[type="checkbox"]:checked + .general__input--check--radio--label .general__input__figure:before {

  border: 1px solid #272930; }



.general__input--check--radio.general__input--checkbox--orange input[type="checkbox"]:checked + .general__input--check--radio--label .general__input__figure:after {

  background: #272930;

  color: #fff; }



.general__input--checkbox--white .general__input__figure:before {

  border: 1px solid #fff; }



.general__input--checkbox--white .general__input__figure:after {

  color: #fff; }



.general__input--checkbox--white .general__input__text {

  color: #fff; }



.general__input--radio--white .general__input__figure:before {

  border: 1px solid #fff; }



.general__input--radio--white .general__input__figure:after {

  background: #fff; }



.general__input--radio--white .general__input__text {

  color: #fff; }



@media screen and (max-width: 1024px) {

  .general__input__label {

    font-size: 13px; }

  .general__input .general__input__input {

    height: 35px;

    line-height: 35px; }

  .general__input__button {

    line-height: 35px; }

  .general__input--textarea .general__input__input {

    height: 80px;

    line-height: 1.1; }

  .general__input__title {

    font-size: 16px; }

  .general__input__icon--right--type1 .general__input__ico__right {

    line-height: 35px; }

  .general__input__file__label {

    height: 35px;

    line-height: 35px; }

  .general__input__file__ico {

    line-height: 35px; }

  .general__input__file__ico--ico {

    line-height: 35px; } }



@media screen and (max-width: 767px) {

  .general__input__label {

    font-size: 12px; }

  .general__input .general__input__input {

    height: 35px;

    line-height: 35px; }

  .general__input--textarea .general__input__input {

    height: 80px;

    line-height: 1.1; }

  .general__input__button {

    line-height: 35px; }

  .general__input__ico {

    line-height: 35px; }

  .general__input__icon--right--type1 .general__input__ico__right {

    line-height: 35px; }

  .general__input__title {

    font-size: 14px; }

  .general__input .general__input__input::-webkit-input-placeholder {

    font-size: 13px; }

  .general__input .general__input__input:-ms-input-placeholder {

    font-size: 13px; }

  .general__input .general__input__input::-ms-input-placeholder {

    font-size: 13px; }

  .general__input .general__input__input::placeholder {

    font-size: 13px; }

  .general__input__file__label {

    line-height: 35px;

    height: 35px; }

  .general__input__file__ico {

    line-height: 35px; }

  .general__input__file__ico--ico {

    line-height: 35px; } }



.title__general__title h3 {

  font-size: 27px;

  font-family: "Gotham-Medium", sans-serif;

  color: #272930;

  margin: 0;

  margin-bottom: 25px;

  letter-spacing: -1.92px; }



.title__general__title h4 {

  font-size: 14px;

  color: #7A7C80;

  text-transform: uppercase;

  margin: 0;

  font-family: "Gotham-Book", sans-serif;

  margin-bottom: 25px;

  letter-spacing: 0.55px; }



.title__general__title i {

  color: #F62817;

  font-style: normal; }



.title__general--white .title__general__text {

  color: #fff; }



.title__general--white--all .title__general__text {

  color: #fff; }



.title__general--white--all .title__general__title h3 {

  color: #fff; }



.title__general__text {

  font-size: 14px;

  font-family: "Gotham-Book", sans-serif;

  color: #7A7C80;

  line-height: 1.33;

  letter-spacing: -0.96px; }

  .title__general__text p:last-child {

    margin: 0; }



@media screen and (max-width: 1024px) {

  .title__general__title h3 {

    font-size: 30px;

    margin-bottom: 20px; }

  .title__general__title h4 {

    margin-bottom: 20px; } }


@media screen and (max-width: 768px) {

  .title__general__title h3 {

    font-size: 28px;
 }
}

@media screen and (max-width: 767px) {

  .title__general__title h3 {

    font-size: 25px;

    margin-bottom: 15px; }

  .title__general__title h4 {

    margin-bottom: 15px; }

  .title__general__text {

    font-size: 14px; } }



.button__general {

  display: inline-block;

  position: relative;

  overflow: hidden;

  height: 45px;

  line-height: 45px;

  text-align: center;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out;

  border-radius: 4px; }



.button__general__inside {

  position: relative;

  z-index: 3;

  border: none;

  border-radius: 0;

  padding: 0;

  margin: 0;

  background: none;

  display: inline-block;

  vertical-align: top;

  height: 100%;

  font-family: "Gotham-Medium", sans-serif;

  font-size: 14px;

  padding: 0 50px;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out;

  letter-spacing: 1.18px; }



.button__general--with--icon .button__general__inside {

  padding: 0 50px 0 30px; }



.button__general__icon {

  position: absolute;

  top: 0;

  right: 15px;

  line-height: 45px;

  font-size: 12px;

  pointer-events: none;

  z-index: 5;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out; }



.button__general--red:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  display: block;

  background: radial-gradient(ellipse at center, #ff0007 0%, #e40007 100%);

  z-index: 2;

  opacity: 1;

  visibility: visible;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out; }



.button__general--red:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #272930;

  z-index: 1;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out; }



.button__general--red .button__general__inside {

  color: #fff;

  text-transform: uppercase; }



.button__general--black {

  border: 1px solid #272930;

  background: #272930; }

  .button__general--black .button__general__inside {

    color: #fff;

    text-transform: uppercase; }



.button__general--red--two {

  border: 1px solid #F62817; }

  .button__general--red--two:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: block;

    background: radial-gradient(ellipse at center, #ff0007 0%, #e40007 100%);

    z-index: 2;

    opacity: 1;

    visibility: visible;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .button__general--red--two:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fff;

    z-index: 1;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out; }

  .button__general--red--two .button__general__inside {

    color: #fff;

    text-transform: uppercase; }



.button__general--inline .button__general__inside {

  padding: 0 25px 0 0;

  font-size: 15px;

  color: #F62817;

  text-transform: uppercase;

  letter-spacing: -0.96px; }



.button__general--inline .button__general__icon {

  color: #F62817;

  font-size: 10px;

  right: 0; }



.button__general--border {

  border: 1px solid #272930;

  border-radius: 20px; }

  .button__general--border .button__general__inside {

    padding: 0 35px 0 20px;

    font-size: 15px;

    color: #272930;
    font-family: "Gotham-Book", sans-serif;
    }

  .button__general--border .button__general__icon {

    color: #272930;

    font-size: 16px; }



@media screen and (min-width: 1025px) {

  .button__general--red:hover:before {

    opacity: 0;

    visibility: hidden; }

  .button__general--red:hover:after {

    opacity: 1;

    visibility: visible; }

  .button__general--black:hover {

    background: #fff; }

    .button__general--black:hover .button__general__inside {

      color: #272930; }

  .button__general--red--two:hover {

    border: 1px solid #272930; }

    .button__general--red--two:hover:before {

      opacity: 0;

      visibility: hidden; }

    .button__general--red--two:hover:after {

      opacity: 1;

      visibility: visible; }

    .button__general--red--two:hover .button__general__inside {

      color: #272930; }

  .button__general--inline:hover .button__general__icon {

    -webkit-transform: rotate(90deg);

            transform: rotate(90deg); }

  .button__general--border:hover {

    background: #000; }

    .button__general--border:hover .button__general__inside {

      color: #fff; }

    .button__general--border:hover .button__general__icon {

      color: #fff; } }



.item__general {

  padding: 30px 25px 40px 25px;

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

  position: relative; }



.item__general__lines {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  pointer-events: none; }



.item__general__line {

  background: rgba(122, 123, 127, 0.29);

  position: absolute;

  display: block; }

  .item__general__line.bottom {

    height: 1px;

    width: 80%;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto; }

  .item__general__line.right {

    top: 35px;

    right: 0;

    width: 1px;

    height: 260px; }



.item__general__info {

  padding: 40px 20px 10px 0;

  -webkit-box-sizing: border-box;

          box-sizing: border-box; }



.item__general__info__date {

  font-size: 13px;

  color: #7A7C80;

  font-family: "Gotham-Book", sans-serif;

  text-transform: uppercase;

  margin-bottom: 15px; }



.item__general__info__text {

  margin-bottom: 15px;

  font-size: 15px;

  font-family: "Gotham-Medium", sans-serif;

  color: #7A7C80;

  letter-spacing: -1.09px; }

  .item__general__info__text p {

    margin: 0; }



.item__general__image {

  overflow: hidden; }



.item__general__image__image {

  width: 100%;

  height: 180px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  -webkit-transition: all .45s ease-in-out;

  transition: all .45s ease-in-out; }



@media screen and (min-width: 1025px) {

  .item__general:hover .item__general__image__image {

    -webkit-transform: scale(1.05);

            transform: scale(1.05); }

  .item__general:hover .button__general__icon {

    -webkit-transform: rotate(90deg);

            transform: rotate(90deg); } }



@media screen and (max-width: 767px) {

  .item__general {

    padding: 30px 20px 20px 20px; } }



@media screen and (max-width: 600px) {

  .item__general {

    padding: 30px 0 20px 0; } }



.project__details__title{

    max-width: 1200px;

    border-top: 1px solid rgba(122, 124, 128, 0.22);

    margin: auto;

    width: 100%;

    padding-top: 40px;

    padding-bottom: 100px;   

}



.project__details__title .title__general{

  width: 45%; 

}



.project__details__title__container{

    max-width: 900px;

    width: 100%; 

    margin: auto; 

    padding: 0 20px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box; 

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex; 

    -ms-align-items:  center;

    align-items:  center;

    justify-content:  space-between;

}





@media screen and (max-width: 767px) {

  .project__details__title{

      padding: 40px 0;

  }



  .project__details__title__container{

    flex-wrap: wrap;

  }



  .project__details__title .title__general{

    width: 100%; 

    margin-bottom: 20px; 

  }

}



.news__detail__info__image__img{

  max-width: 668px;

  width: 100%;

  margin: auto;

}

