/*
Theme Name: autoseguros
Text Domain: autoseguros
Version: 1.22
Description: Theme for autoseguros
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, .home-footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Portinos
Author URI: https://agencia.portinos.com
*/

/*
 * NORMALIZE
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

  img {
    height: auto;
  }
  
/**********/
/* Colors */
/**********/
/*********/
/* Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Roboto:wght@700&display=swap'); */
  /* font-family: 'Cairo', sans-serif;
  font-family: 'Roboto', sans-serif; */
  /* <link href="https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Roboto:wght@700&display=swap" rel="stylesheet"> */

/*********/
/******************/
/* General Styles */
/******************/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  sup {
    font-size: 57%;
  }

  body {
    background: #000;
  }
  .wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
  video::-webkit-media-controls {
    display: none !important;
  }
  .side-nav {
    position: fixed;
    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-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    left: 20px;
    width: 5px;
    z-index: 9999;
  }
  .side-nav .indicator {
    background: white;
    margin: 0.6vw 0;
    height: 6vw;
    width: 3px;
  }
  .side-nav .indicator.active {
    background: #f8be1a;
  }
  .mainHeadline {
    text-align: center;
    color: #ffffff;
    font-family: "Cairo", sans-serif;
    padding: 3vw 17vw 0;
  }
  .mainHeadline h3 {
    color: #f8be1a;
    font-size: 2.35vw;
    margin: 0;
  }
  .mainHeadline h3 span.smaller {
    font-size: 75%;
    display: block;
  }
  .mainHeadline h2 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 5vw;
  }
  .mainHeadline p {
    font-size: 2vw;
    line-height: 1.1;
    color: #f0f0f0;
    margin-top: 2vw;
  }
  .mainHeadline .vertical-divider {
    background: #fff;
    height: 5vw;
    margin: 1vw auto;
    width: 2px;
  }
  .headline {
    width: 100%;
    height: 19vw;
    padding: 7vw 0 0;
  }
  .headline h3 {
    position: relative;
    font-family: "Cairo", sans-serif;
    color: #f8be1a;
    font-size: 2.35vw;
  }
  .headline h3::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0%;
    width: 15vw;
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  .headline h2 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 4.75vw;
    line-height: 1.15;
    color: #fff;
  }
  .button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 1.3vw;
    height: 4.8vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1vw 3vw;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 3px #f8be1a;
    box-shadow: inset 0 0 0 3px #f8be1a;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
  }
  .black-border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
    color: #000 !important;
  }
  .fill {
    color: whitesmoke;
  }
  .fill:before {
    content: "";
    position: absolute;
    background: #f8be1a;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
  }
  .fill:hover:before {
    top: 0;
  }
  .arrow-next,
  .arrow-top {
    width: 3vw;
  }
  .arrow-top {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  
  #contacto {
    background: #000000;
    /* height: 67vw; */
  }
  #contacto .content {
    background-image: url(assets/images/contacto-bg.png);
    background-size: cover;
    padding: 0 5vw;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5rem;
  }
  #contacto .content .flex {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 87%;
    margin-top: 4.5%;
  }
  #contacto .content .flex > div {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #contacto .content .flex .info {
    color: #fff;
    height: 35vw;
  }

  #contacto .content .flex .info .paragraph {
    margin-top: auto;
  }

  #contacto .content .flex .info h4 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 3vw;
  }
  #contacto .content .flex .info p {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    margin: 1vw 0;
  }
  #contacto .content .flex .info div .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 7vw;
  }
  #contacto .content .flex .info div .item .icon {
    width: 2.5vw;
    margin-right: 1vw;
  }
  #contacto .content .flex .info div .item a {
    text-decoration: none;
    font-size: 1.7vw;
    color: #fff;
    font-family: "Cairo", sans-serif;
    margin: 0 0 0.5vw;
    display: block;
  }
  #contacto .content .flex .form form {
    width: 100%;
    padding: 1vw 0 0;
    color: #fff;
  }
  #contacto .content .flex .form form label {
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-size: 1.3vw;
    display: block;
  }
  #contacto .content .flex .form form input,
  #contacto .content .flex .form form textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
    font-family: "Cairo", sans-serif;
    outline: none;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  #contacto .content .flex .form form input.empty,
  #contacto .content .flex .form form textarea.empty {
    border-bottom: 2px solid #810d0d;
  }
  #contacto .content .flex .form form input.valid,
  #contacto .content .flex .form form textarea.valid {
    border-bottom: 2px solid #f8be1a;
  }
  #contacto .content .flex .form form input {
    height: 2.5vw;
    margin-bottom: 2.25vw;
  }
  #contacto .content .flex .form form textarea {
    height: 4.25vw;
  }
  #contacto .content .flex .form form p {
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    font-size: 1.25vw;
    margin: 1vw 0 3vw;
  }
  #contacto .content .flex .form form button {
    border: none;
    padding: 1vw 4.25vw;
  }
  .home-footer {
    background: #4a4a4a;
    /* height: 12vw; */
    color: #fff;
    padding-bottom: .8rem;
  }
  .home-footer > .content {
    padding: 2vw 4.25vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .home-footer > .content .faq a {
    text-decoration: none;
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 2.75vw;
  }
  .home-footer > .content .sucursales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .home-footer > .content .sucursales .item {
    margin: 0 1vw;
  }
  .home-footer > .content .sucursales .item h3 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 2vw;
    color: #fff;
  }
  .home-footer > .content .sucursales .item p {
    font-family: "Cairo", sans-serif;
    font-size: 1.3vw;
    line-height: 1.5;
    position: relative;
  }
  .home-footer > .content .sucursales .item p::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 0%;
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #fff;
  }
  .home-footer > .content .redes {
    width: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-footer > .content .redes a {
    margin: 0 0 0 3px;
  }
  .home-footer > .content .redes .whatsapp {
    width: 27px;
  }
  .home-footer > .content .legal {
    width: 100%;
    margin: 3vw 0 0;
  }
  .home-footer > .content .legal .legal-txt {
    font-family: "Cairo", sans-serif;
    font-size: 1vw;
    text-align: left;
    line-height: 18px;
  }
  .home-footer > .content .legal .legal-txt span {
    display: block;
  }
  /******************/
  /****  MOBILE  ****/
  /******************/
  @media screen and (max-width: 768px) {
    .side-nav {
      display: none;
    }
    .mainHeadline {
      padding: 6vw 7vw 0;
    }
    .mainHeadline h3 {
      font-size: 5vw;
      margin: 0;
    }
    .mainHeadline h3 span {
      display: block;
    }
    .mainHeadline h2 {
      font-size: 10vw;
    }
    .mainHeadline p {
      font-size: 4.4vw;
      line-height: 1.2;
      margin-top: 4.6vw;
    }
    .mainHeadline .vertical-divider {
      height: 7vw;
      margin: 1vw auto;
      width: 1px;
    }
    .headline {
      width: 100%;
      height: 35vw;
      padding: 11.3vw 0 0;
      text-align: center;
    }
    .headline h3 {
      font-size: 4.8vw;
    }
    .headline h3::before {
      top: -65%;
      left: calc(50% - 12%);
      width: 24vw;
    }
    .headline h2 {
      font-size: 10.75vw;
    }
    .button {
      font-size: 4vw;
      height: 4.8vw;
      padding: 7vw 4.5vw;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-box-shadow: inset 0 0 0 3px #f8be1a;
      box-shadow: inset 0 0 0 3px #f8be1a;
    }
    .arrow-next,
    .arrow-top {
      width: 5vw;
    }
    #contacto {
      /*height: 285vw;*/
    }
    #contacto .content {
      /* background-size: 300%; */
      /* background-position: 40%; */
      background-size: cover;
      background-position: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 2vw;
    }
    #contacto .content .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-top: 5%;
    }
    #contacto .content .flex > div {
      width: 85%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    #contacto .content .flex .info {
      color: #fff;
      height: 90vw;
      text-align: center;
    }
    #contacto .content .flex .info h4 {
      font-size: 6.15vw;
    }
    #contacto .content .flex .info p {
      font-size: 4vw;
      margin: 2vw 0 4vw;
      line-height: 1.5;
    }
    #contacto .content .flex .info div {
      margin-top: auto;
    }
    #contacto .content .flex .info div .item {
      height: 22vw;
    }
    #contacto .content .flex .info div .item .icon {
      width: 7vw;
      margin-right: 4vw;
    }
    #contacto .content .flex .info div .item a {
      font-size: 5vw;
      margin: 0 0 2.5vw;
    }
    #contacto .content .flex div {
      margin-top: 0;
    }
    #contacto .content .flex div .item {
      height: 10vw;
    }
    #contacto .content .flex div .item .icon {
      width: 2.5vw;
      margin-right: 1vw;
    }
    #contacto .content .flex div .item a {
      font-size: 5vw;
      margin: 0 0 1.5vw;
    }
    #contacto .content .flex .form form {
      padding: 13vw 0 0;
    }
    #contacto .content .flex .form form label {
      font-size: 3vw;
    }
    #contacto .content .flex .form form input {
      height: 6.5vw;
      margin-bottom: 9vw;
    }
    #contacto .content .flex .form form textarea {
      height: 6vw;
    }
    #contacto .content .flex .form form p {
      font-size: 3vw;
      margin: 1vw 0 11vw;
    }
    #contacto .content .flex .form form button {
      margin: 0 auto;
      padding: 6.5vw 12vw 8.5vw;
    }
    .home-footer {
      /* height: 32vw; */
    }
    .home-footer .content {
      padding: 3vw 5vw 0;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
    }
    .home-footer .content .faq {
      margin: 0 3vw;
    }
    .home-footer .content .faq a {
      font-size: 7vw;
    }
    .home-footer .content .sucursales {
      display: none;
    }
    .home-footer .content .redes {
      width: 30vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .home-footer .content .legal {
      margin: 8vw 0 0;
    }
    .home-footer .content .legal .legal-txt {
      font-size: 2.25vw;
      text-align: left;
      line-height: 14px;
    }
    .home-footer .content .legal .legal-txt span {
      display: inline;
    }
  }

  @media screen and (max-width: 769px) {
    #contacto {
      height: 255vw;
    }
  }
  @media screen and (max-width: 414px) {
    #contacto {
      height: 280vw;
    }
  }
  /******************/
  /****  DESKTOP XL  ****/
  /******************/
  @media screen and (min-width: 1440px) {
    .side-nav {
      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-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      left: calc(50% - 1440px/2 + 20px);
      width: 5px;
      z-index: 9999;
    }
    .side-nav .indicator {
      background: white;
      cursor: pointer;
      height: calc(1440px / 100 * 6);
      margin: calc(1440px / 100 * 0.6) 0;
      width: 3px;
    }
    .side-nav .indicator.active {
      background: #f8be1a;
    }
    .mainHeadline {
      text-align: center;
      color: #ffffff;
      font-family: "Cairo", sans-serif;
      padding: calc(1440px / 100 * 3) calc(1440px / 100 * 17) 0;
    }
    .mainHeadline h3 {
      color: #f8be1a;
      font-size: calc(1440px / 100 * 2.35);
      margin: 0;
    }
    .mainHeadline h2 {
        font-family: "Cairo", sans-serif;
        font-weight: 700;
      font-size: calc(1440px / 100 * 5);
    }
    .mainHeadline p {
      font-size: calc(1440px / 100 * 2);
      line-height: 1.1;
      color: #f0f0f0;
      margin-top: calc(1440px / 100 * 2);
    }
    .mainHeadline .vertical-divider {
      background: #fff;
      height: calc(1440px / 100 * 5);
      margin: calc(1440px / 100 * 1) auto;
      width: 2px;
    }
    .headline {
      width: 100%;
      height: calc(1440px / 100 * 19);
      padding: calc(1440px / 100 * 7) 0 0;
    }
    .headline h3 {
      position: relative;
      font-family: "Cairo", sans-serif;
      color: #f8be1a;
      font-size: calc(1440px / 100 * 2.35);
    }
    .headline h3::before {
      content: '';
      position: absolute;
      top: -100%;
      left: 0%;
      width: calc(1440px / 100 * 15);
      height: 1px;
      border-bottom: 2px solid #fff;
    }
    .headline h2 {
        font-family: "Cairo", sans-serif;
        font-weight: 700;
      font-size: calc(1440px / 100 * 4.75);
      color: #fff;
    }
    .button {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: transparent;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: "Cairo", sans-serif;
      font-weight: 700;
      font-size: calc(1440px / 100 * 1.5);
      height: calc(1440px / 100 * 4.8);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: calc(1440px / 100 * 1) calc(1440px / 100 * 3);
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: relative;
    }
    .arrow-next,
    .arrow-top {
      width: calc(1440px / 100 * 3);
    }
    #contacto {
      /* height: calc(1440px / 100 * 67); */
    }
    #contacto .content {
      padding: 0 calc(1440px / 100 * 5) 8rem;
    }
    #contacto .content .flex > div {
      width: 40%;
    }
    #contacto .content .flex .info {
      height: calc(1440px / 100 * 35);
    }
    #contacto .content .flex .info h4 {
      font-size: calc(1440px / 100 * 3);
    }
    #contacto .content .flex .info p {
      font-size: calc(1440px / 100 * 2);
      margin: calc(1440px / 100 * 1) 0;
    }
    #contacto .content .flex .info div {
      margin-top: auto;
    }
    #contacto .content .flex .info div .item {
      height: calc(1440px / 100 * 8);
    }
    #contacto .content .flex .info div .item .icon {
      width: calc(1440px / 100 * 2.5);
      margin-right: calc(1440px / 100 * 1);
    }
    #contacto .content .flex .info div .item a {
      font-size: calc(1440px / 100 * 1.7);
      margin: 0 0 calc(1440px / 100 * 0.5);
    }
    #contacto .content .flex .form form {
      width: 100%;
      padding: calc(1440px / 100 * 1) 0 0;
      color: #fff;
    }
    #contacto .content .flex .form form label {
      color: #fff;
      font-family: "Cairo", sans-serif;
      font-size: calc(1440px / 100 * 1.3);
      display: block;
    }
    #contacto .content .flex .form form input,
    #contacto .content .flex .form form textarea {
      border: none;
      background-image: none;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: 2px solid #fff;
      width: 100%;
    }
    #contacto .content .flex .form form input {
      height: calc(1440px / 100 * 2.5);
      margin-bottom: calc(1440px / 100 * 2.25);
    }
    #contacto .content .flex .form form textarea {
      height: calc(1440px / 100 * 4.25);
    }
    #contacto .content .flex .form form p {
        font-family: "Cairo", sans-serif;
        font-weight: 300;
      font-size: calc(1440px / 100 * 1.25);
      margin: calc(1440px / 100 * 1) 0 calc(1440px / 100 * 3);
    }
    #contacto .content .flex .form form button {
      border: none;
      padding: calc(1440px / 100 * 1) calc(1440px / 100 * 4.25);
    }
    .home-footer {
      /* height: calc(1440px / 100 * 12); */
    }
    .home-footer .content {
      padding: calc(1440px / 100 * 2) calc(1440px / 100 * 4.25) 0;
    }
    .home-footer .content .faq a {
      font-size: calc(1440px / 100 * 2.75);
    }
    .home-footer .content .sucursales .item {
      margin: 0 calc(1440px / 100 * 1);
    }
    .home-footer .content .sucursales .item h3 {
      font-size: calc(1440px / 100 * 2);
    }
    .home-footer .content .sucursales .item p {
      font-size: calc(1440px / 100 * 1.3);
    }
    .home-footer .content .redes {
      width: calc(1440px / 100 * 10);
    }
    .home-footer .content .legal {
      margin: calc(1440px / 100 * 3) 0 0;
    }
    .home-footer .content .legal .legal-txt {
      font-size: calc(1440px / 100 * 1);
      text-align: left;
    }
  }

  /* *************** */
/* Hamburguer menú */
/* *************** */
*{
    box-sizing: border-box;
}
li>a {
    color: #fff;
    font-family: "Cairo", sans-serif;
}

/* header */

.header {
    background-color: #000000;
    /* position: fixed; */
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* overflow hidden on mobile */
    overflow: hidden;
    background-color: #000;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);

}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    text-align: left;
    transition: background .2s ease-out;
    position: relative;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 22px;
}


/* agrego clase active desde js para subrayar el botón de la sección actual */
.header li.active a::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 20%;
    width: 45%;
    height: 1px;
    border-bottom: 3px solid #f8be1a;
}

.header li.current-menu-item a::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 20%;
  width: 45%;
  height: 1px;
  border-bottom: 3px solid #f8be1a;
}

.header .logo>img {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 190px;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}


.lang-wrapper{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.lang-wrapper a{
    margin: 3px;
    text-decoration: none;
}
.lang-wrapper a img{
    width: 18px;
}





/* hamburguer menu > tablet */

@media (min-width: 769px) {
    .header li {
        float: left;
        height: 60px;
    }

    .header li a {
        padding: 20px 30px;
    }
    /* nuevo */
.header li:hover a::after {
    content: '';
    position: absolute;
    bottom: 20%;
    left: 20%;
    width: 45%;
    height: 1px;
    border-bottom: 3px solid #f8be1a;
}

    .header .menu {
        width: 100%;
        max-width: 1440px;
        display: flex;
        max-height: none;
        height: 100px;
        flex-flow: row nowrap;
        /* justify-content: space-between; */
        justify-content: flex-end;
        align-items: center;
        /* overflow visible on desktop */
        overflow: visible;
    }

    .header .menu-icon {
        display: none;
    }
    nav>a{
        /* porque logo img tiene position absolute  */
        position: relative;
    }
    .header .logo>img {
      top: 25px;
      left: 35px;
      width: 240px;
    }


    /* dropdown second-level tablet */
    
    
    .hamburguer-menu .primary-btn, .hamburguer-menu .menu-item {
        position: relative;
        margin-bottom: 0;
    }


    .hamburguer-menu .primary-btn, .hamburguer-menu .wpml-ls-item a {
      text-transform: uppercase;
      padding-left: 20px;
    }

    .hamburguer-menu .primary-btn, .hamburguer-menu .wpml-ls-item a span {
      margin-top: 0;
      margin-left: 1rem;
    }
    
    .hamburguer-menu .sub-menu {
        opacity: 0;
        max-height: 0;
        max-width: 0;
        transition: opacity 0.2s ease-out;
    }
    
    .hamburguer-menu .primary-btn:hover .sub-menu, .hamburguer-menu .menu-item:hover .sub-menu  {
        background: none;
        max-width: 200px;
        width: 200px;
        max-height: 500px;
        opacity: 1;
        display: flex;
        flex-flow: column nowrap;
        z-index: 5;
        position: absolute;
        top: 85%;
        left: 20%;
    }
    
    .hamburguer-menu .sub-menu .secondary-btn, .hamburguer-menu .sub-menu > .menu-item {
        background: rgba(248, 190, 26, 0.9);
        border-bottom: 0.5px solid #000000;
        height: auto;
        margin-bottom: 0;
    }
    .hamburguer-menu .sub-menu .secondary-btn:last-of-type, .hamburguer-menu .sub-menu > .menu-item:last-of-type {
        background: rgba(248, 190, 26, 0.9);
        border-bottom: none;
    }
    
    .hamburguer-menu .sub-menu .secondary-btn a, .hamburguer-menu .sub-menu > .menu-item a {
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        padding: 10px;
        text-align: left;
        text-decoration: none;
        font-family: "Cairo", sans-serif;
    font-weight: 600;
    }
    .hamburguer-menu .sub-menu .secondary-btn a::after, .hamburguer-menu .sub-menu > .menu-item a::after {
        border-bottom: none;
       
    }
    
}

#arrow-top {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: calc(1440px / 100 * 1.5) calc(1440px / 100 * 3.5);
}

/* dropdown second-level  */
@media (max-width:768px) {
  #arrow-top {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 1.5vw 3.5vw;
  }

    .header .menu-btn:checked~.menu {
        max-height: 390px;
    }    
    
    .hamburguer-menu .primary-btn {
        position: relative;
        height: auto;
    }
    .hamburguer-menu .primary-btn:hover, .hamburguer-menu .menu-item:hover {
        position: relative;
        height: 200px;
    }

    .hamburguer-menu .sub-menu {
        opacity: 0;
        max-height: 0;
        max-width: 100%;
        transition: all 0.2s ease-in-out;
    }

    .hamburguer-menu .primary-btn:hover .sub-menu, .hamburguer-menu .menu-item:hover .sub-menu {
        background: none;
        max-width: 768px;
        width: 100%;
        max-height: 500px;
        opacity: 1;
        display: flex;
        flex-flow: column nowrap;
        z-index: 5;
        position: absolute;
        top: 25%;
        left: 0%;
        padding-left: 30px;
    }

    .hamburguer-menu .sub-menu .secondary-btn a, .hamburguer-menu .sub-menu > .menu-item a {
        color: #ffffff;
        font-size: 19px;
        font-weight: 600;
        padding: 10px 5px;
        text-align: left;
        text-decoration: none;
        font-family: "Cairo", sans-serif;
    font-weight: 600;
    }
    .header li.active a::after {
        content: '';
        position: absolute;
        bottom: 20%;
        left: 5%;
        width: 20%;
        height: 1px;
        border-bottom: 2px solid #f8be1a;
    }

    .header li {
      height: 30px;
      line-height: 0;
      margin-bottom: 20px;
  }

  .wpml-ls-native {
    float: none!important;
    text-transform: uppercase;
    margin-left: 1rem!important;
  }

}


/*
 * MAIN STYLES
*/

  /******************/
  /****  DESKTOP ****/
  /******************/
  .wrapper #home {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .wrapper #home #video {
    background: #000;
    height: 56vw;
    position: relative;
  }
  .wrapper #home #video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    z-index: 2;
  }
  .wrapper #home #video .content {
    position: relative;
    bottom: -93%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
  }
  .wrapper #home #video .content #mute-btn {
    cursor: pointer;
    -webkit-filter: brightness(100);
    filter: brightness(100);
    width: 3%;
    position: absolute;
    bottom: 3%;
    right: 3%;
  }
  .wrapper #home #nosotros {
    background-repeat: no-repeat;
    background-size: cover;
    height: 88vw;
  }
  .wrapper #home #nosotros .content {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5.5vw 0 2vw;
  }
  .wrapper #home #nosotros .content .bullet-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2vw 0 0vw;
    width: 89%;
  }
  .wrapper #home #nosotros .content .bullet-container .bullet {
    background: url(assets/images/bullet-bg.png);
    background-size: cover;
    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;
    width: 30vw;
    height: 25vw;
    padding-left: 3%;
  }
  .wrapper #home #nosotros .content .bullet-container .bullet h5 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 5vw;
  }
  .wrapper #home #nosotros .content .bullet-container .bullet h5 span {
    display: block;
    font-family: "Cairo", sans-serif;
    font-size: 2vw;
    line-height: 1.09;
    letter-spacing: 1.5px;
  }
  .wrapper #home #nosotros .content .bullet-container .bullet h5 span span {
    display: block;
  }
  .wrapper #home #productos {
    height: 86vw;
  }
  .wrapper #home #productos .content {
    background-image: url(assets/images/productos-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper #home #productos .content .items-wrapper {
    position: relative;
    width: 100%;
    height: 55vw;
    /*  POSITIONING ITEMS  */
  }
  .wrapper #home #productos .content .items-wrapper .item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper #home #productos .content .items-wrapper .item .popup {
    opacity: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .wrapper #home #productos .content .items-wrapper .item .popup.active {
    opacity: 1;
    position: absolute;
    background-color: rgba(248, 190, 26, 0.85);
    -webkit-box-shadow: 0 2px 9px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 9px 4px rgba(0, 0, 0, 0.5);
    width: 30vw;
    height: 17vw;
    padding: 2vw 2vw 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .wrapper #home #productos .content .items-wrapper .item .popup.active h6 {
    color: #000000;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 1.9vw;
  }
  .wrapper #home #productos .content .items-wrapper .item .popup.active p {
    color: #000000;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 1.5vw;
  }
  .wrapper #home #productos .content .items-wrapper .item .popup.active .more-info-btn {
    cursor: pointer;
    width: 12vw;
  }
  .wrapper #home #productos .content .items-wrapper .item .icon {
    width: 3.5vw;
  }
  .wrapper #home #productos .content .items-wrapper .item p {
    cursor: pointer;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 2vw;
    text-align: center;
  }
  .wrapper #home #productos .content .items-wrapper .item p span {
    font-size: 125%;
  }
  .wrapper #home #productos .content .items-wrapper .item:hover p span {
    border-bottom: 3px solid #f8be1a;
  }
  .wrapper #home #productos .content .items-wrapper .item.antibalas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    top: 8.9%;
    left: 13.3%;
  }
  .wrapper #home #productos .content .items-wrapper .item.antibalas .popup.active.antibalas {
    top: 8vw;
    left: 8vw;
  }
  .wrapper #home #productos .content .items-wrapper .item.antibalas .icon {
    margin: 2vw -5vw 0 0;
  }
  .wrapper #home #productos .content .items-wrapper .item.antiasalto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    top: -5%;
    right: 3.6%;
  }
  .wrapper #home #productos .content .items-wrapper .item.antiasalto .popup.active.antiasalto {
    top: 10.5vw;
    left: -27.3vw;
  }
  .wrapper #home #productos .content .items-wrapper .item.antiasalto .icon {
    margin: 4.5vw 16vw 0 0;
  }
  .wrapper #home #productos .content .items-wrapper .item.neumaticos {
    bottom: 9.3%;
    left: 35%;
  }
  .wrapper #home #productos .content .items-wrapper .item.neumaticos .popup.active.neumaticos {
    top: -14.4vw;
    left: -16.1vw;
  }
  .wrapper #home #productos .content .items-wrapper .item.neumaticos .icon {
    margin: 0vw -11vw 3vw 0;
  }
  .wrapper #home #productos .content .items-wrapper .item.waxshield {
    bottom: 23.5%;
    right: 13.5%;
  }
  .wrapper #home #productos .content .items-wrapper .item.waxshield .popup.active.waxshield {
    top: -14.2vw;
    left: -26.1vw;
  }
  .wrapper #home #productos .content .items-wrapper .item.waxshield .icon {
    margin: 0vw 7.6vw 6vw 0vw;
  }
  .wrapper #home #contactoHome {
    background: #000000;
    /*height: 76vw;*/
  }
  .wrapper #home #contactoHome .content {
    background-image: url(assets/images/contacto-home-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper #home #contactoHome .content .flex {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 87%;
  margin-top: 7.5%;
  }
  .wrapper #home #contactoHome .content .flex > div {
    width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  }
  .wrapper #home #contactoHome .content .flex .info {
    color: #fff;
    height: 35vw;
  }
  .wrapper #home #contactoHome .content .flex .info h4 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 3vw;
  }
  .wrapper #home #contactoHome .content .flex .info p {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 2vw;
    margin: 1vw 0;
  }
  .wrapper #home #contactoHome .content .flex .info > div {
    margin: 5% 0 0;
  }
  .wrapper #home #contactoHome .content .flex .info > div .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8vw;
  }
  .wrapper #home #contactoHome .content .flex .info > div .item .icon {
    width: 2.5vw;
    margin-right: 1vw;
  }
  .wrapper #home #contactoHome .content .flex .info > div .item div a {
    text-decoration: none;
    font-size: 1.7vw;
    color: #fff;
    font-family: "Cairo", sans-serif;
    margin: 0 0 0.5vw;
    display: block;
  }
  .wrapper #home #contactoHome .content .flex .form form {
    width: 100%;
    padding: 1vw 0 0;
    color: #fff;
  }
  .wrapper #home #contactoHome .content .flex .form form label {
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-size: 1.3vw;
    display: block;
  }
  .wrapper #home #contactoHome .content .flex .form form input,
  .wrapper #home #contactoHome .content .flex .form form textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    color: #fff;
    font-family: "Cairo", sans-serif;
    outline: none;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  .wrapper #home #contactoHome .content .flex .form form input.empty,
  .wrapper #home #contactoHome .content .flex .form form textarea.empty {
    border-bottom: 2px solid #f8be1a;
  }
  .wrapper #home #contactoHome .content .flex .form form input.valid,
  .wrapper #home #contactoHome .content .flex .form form textarea.valid {
    border-bottom: 2px solid #f8be1a;
  }
  .wrapper #home #contactoHome .content .flex .form form input {
    height: 2.5vw;
    margin-bottom: 2.25vw;
  }
  .wrapper #home #contactoHome .content .flex .form form textarea {
    height: 4.25vw;
  }
  .wrapper #home #contactoHome .content .flex .form form p {
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    font-size: 1.25vw;
    margin: 1vw 0 3vw;
  }
  .wrapper #home #contactoHome .content .flex .form form button {
    border: none;
    padding: 1vw 4.25vw;
  }
  .wrapper #home #contactoHome .content a {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 1.5vw 3.5vw;
  }
  .wrapper #home #modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f8be1a;
    z-index: 9999999;
    border: 5px solid #f8be1a;
    box-shadow: 0px 0px 0px 5px #000000 inset;
    -webkit-box-shadow: 0px 0px 0px 5px #000000 inset;
    -moz-box-shadow: 0px 0px 0px 5px #000000 inset;
    width: 590px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .wrapper #home #modal.hide {
    opacity: 0;
    visibility: hidden;
    top: -50%;
  }
  .wrapper #home #modal .pop-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3% 3%;
  }
  .wrapper #home #modal .pop-up button {
    background: none;
    border: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer;
    margin: 1% 0 3%;
  }
  .wrapper #home #modal .pop-up button img {
    width: 100%;
  }
  .wrapper #home #modal .pop-up h4 {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.07;
    text-align: center;
    text-transform: uppercase;
  }
  .wrapper #home #modal .pop-up .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3% 0 5%;
    position: relative;
    width: 85%;
  }
  .wrapper #home #modal .pop-up .flex ::after {
    content: '';
    width: 110%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0%;
    left: calc(50% - 55%);
  }
  .wrapper #home #modal .pop-up .flex img {
    width: 12%;
    margin: 0% 5% 0 0;
  }
  .wrapper #home #modal .pop-up .flex h6 {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 27px;
    text-align: left;
    margin: 5% 0;
  }
  .wrapper #home #modal .pop-up p {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 21px;
    margin: 0% 0 5% 6%;
    max-width: 100%;
  }
  /******************/
  /****  MOBILE  ****/
  /******************/
  @media screen and (max-width: 768px) {
    .wrapper #home #video {
      height: 160vw;
    }
    .wrapper #home #video video {
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 2;
    }
    .wrapper #home #video .content {
      bottom: -95%;
    }
    .wrapper #home #video .content #play {
      width: 15vw;
      margin: -15vw 0 0;
    }
    .wrapper #home #video .content #mute-btn {
      width: 7%;
    }
    .wrapper #home #nosotros {
      background-position: 35%;
      height: 178vw;
    }
    .wrapper #home #nosotros .content {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5.5vw 0 2vw;
    }
    .wrapper #home #nosotros .content .bullet-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      margin: 2vw 0 0vw;
      width: 100%;
    }
    .wrapper #home #nosotros .content .bullet-container .bullet {
      background: url(assets/images/bullet-bg-mb.png);
      background-size: 101%;
      background-repeat: no-repeat;
      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;
      width: 89vw;
      height: 25vw;
      padding-left: 3%;
    }
    .wrapper #home #nosotros .content .bullet-container .bullet h5 {
      font-size: 7vw;
      width: 85%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.09;
    }
    .wrapper #home #nosotros .content .bullet-container .bullet h5 span {
      display: inline;
      font-size: 3.5vw;
      line-height: 1.09;
      letter-spacing: 1.5px;
      margin-left: 3%;
      margin-top: -2%;
    }
    .wrapper #home #nosotros .content .bullet-container .bullet h5 span span {
      display: block;
      margin: 0;
    }
    .wrapper #home #nosotros .content .bullet-container .bullet h5 span span span {
      display: inline;
      margin: 0;
    }
    .wrapper #home #productos {
      height: 170vw;
    }
    .wrapper #home #productos .content {
      background-image: url(assets/images/productos-bg-mb.png);
      background-repeat: no-repeat;
    }
    .wrapper #home #productos .content .items-wrapper {
      height: 115vw;
      /*  POSITIONING ITEMS  */
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active {
      width: 89vw;
      height: 39vw;
      padding: 2vw 2vw 4vw;
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active h6 {
      font-size: 6vw;
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active p {
      font-size: 4vw;
      line-height: 1;
      text-align: center;
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active .more-info-btn {
      width: 32vw;
    }
    .wrapper #home #productos .content .items-wrapper .item .icon {
      width: 7vw;
    }
    .wrapper #home #productos .content .items-wrapper .item p {
      font-size: 5vw;
      line-height: 1;
      text-align: center;
    }
    .wrapper #home #productos .content .items-wrapper .item p span {
      font-size: 115%;
    }
    .wrapper #home #productos .content .items-wrapper .item:hover p span {
      border-bottom: none;
    }
    .wrapper #home #productos .content .items-wrapper .item.antibalas {
      top: 8.9%;
      left: 13.3%;
    }
    .wrapper #home #productos .content .items-wrapper .item.antibalas .popup.active.antibalas {
      top: 61vw;
      left: -9vw;
    }
    .wrapper #home #productos .content .items-wrapper .item.antibalas .icon {
      margin: 0 0 0 auto;
    }
    .wrapper #home #productos .content .items-wrapper .item.antibalas p {
      text-align: right;
    }
    .wrapper #home #productos .content .items-wrapper .item.antiasalto {
      top: 8.9%;
      right: 9%;
    }
    .wrapper #home #productos .content .items-wrapper .item.antiasalto .popup.active.antiasalto {
      top: 61vw;
      left: -55vw;
    }
    .wrapper #home #productos .content .items-wrapper .item.antiasalto .icon {
      margin: 0 auto 0 0;
    }
    .wrapper #home #productos .content .items-wrapper .item.antiasalto p {
      text-align: left;
    }
    .wrapper #home #productos .content .items-wrapper .item.neumaticos {
      bottom: 42%;
      left: 8%;
    }
    .wrapper #home #productos .content .items-wrapper .item.neumaticos .popup.active.neumaticos {
      top: 24vw;
      left: -3vw;
    }
    .wrapper #home #productos .content .items-wrapper .item.neumaticos .icon {
      margin: 0 0 2vw auto;
    }
    .wrapper #home #productos .content .items-wrapper .item.neumaticos p {
      text-align: right;
    }
    .wrapper #home #productos .content .items-wrapper .item.waxshield {
      bottom: 42%;
      right: 10%;
    }
    .wrapper #home #productos .content .items-wrapper .item.waxshield .popup.active.waxshield {
      top: 24vw;
      left: -55vw;
    }
    .wrapper #home #productos .content .items-wrapper .item.waxshield .icon {
      margin: 0 auto 2vw 0;
    }
    .wrapper #home #productos .content .items-wrapper .item.waxshield p {
      text-align: left;
    }
    .wrapper #home #contactoHome {
      /*height: 248vw;*/
    }
    .wrapper #home #contactoHome .content {
      /*background-image: url(../img/dist/contacto-bg.png);*/
      background-size: 330%;
      background-position: 40%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 2vw;
    }
    .wrapper #home #contactoHome .content .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-top: 8%;
    }
    .wrapper #home #contactoHome .content .flex > div {
      width: 85%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .wrapper #home #contactoHome .content .flex .info {
      color: #fff;
      height: 70vw;
      text-align: center;
    }
    .wrapper #home #contactoHome .content .flex .info h4 {
      font-size: 6.15vw;
    }
    .wrapper #home #contactoHome .content .flex .info p {
      font-size: 4vw;
      margin: 2vw 0 4vw;
      line-height: 1.5;
    }
    .wrapper #home #contactoHome .content .flex .info > div {
      margin-top: auto;
      margin-top: 0;
    }
    .wrapper #home #contactoHome .content .flex .info > div .item {
      height: 22vw;
    }
    .wrapper #home #contactoHome .content .flex .info > div .item .icon {
      width: 7vw;
      margin-right: 4vw;
    }
    .wrapper #home #contactoHome .content .flex .info > div .item div a {
      font-size: 5vw;
      margin: 0 0 2.5vw;
    }
    .wrapper #home #contactoHome .content .flex div {
      margin-top: 0;
    }
    .wrapper #home #contactoHome .content .flex div .item {
      height: 10vw;
    }
    .wrapper #home #contactoHome .content .flex div .item .icon {
      width: 2.5vw;
      margin-right: 1vw;
    }
    .wrapper #home #contactoHome .content .flex div .item a {
      font-size: 5vw;
      margin: 0 0 1.5vw;
    }
    .wrapper #home #contactoHome .content .flex .form form {
      padding: 13vw 0 0;
    }
    .wrapper #home #contactoHome .content .flex .form form label {
      font-size: 3vw;
    }
    .wrapper #home #contactoHome .content .flex .form form input {
      height: 6.5vw;
      margin-bottom: 9vw;
    }
    .wrapper #home #contactoHome .content .flex .form form input.error {
      border-bottom: 2px solid #f8be1a;
    }
    .wrapper #home #contactoHome .content .flex .form form input.correct {
      border-bottom: 2px solid green;
    }
    .wrapper #home #contactoHome .content .flex .form form textarea {
      height: 6vw;
    }
    .wrapper #home #contactoHome .content .flex .form form p {
      font-size: 3vw;
      margin: 1vw 0 11vw;
    }
    .wrapper #home #contactoHome .content .flex .form form button {
      margin: 0 auto;
      padding: 4.5vw 12vw 8.5vw;
    }
    .wrapper #home #contactoHome a {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin: 1.5vw 3.5vw;
    }
    .wrapper #home #modal {
      border: 3px solid #f8be1a;
      box-shadow: 0px 0px 0px 3px #000000 inset;
      -webkit-box-shadow: 0px 0px 0px 3px #000000 inset;
      -moz-box-shadow: 0px 0px 0px 3px #000000 inset;
      width: auto;
    }
    .wrapper #home #modal .pop-up button {
      margin: 3% 0 0;
    }
    .wrapper #home #modal .pop-up button img {
      width: 80%;
    }
    .wrapper #home #modal .pop-up h4 {
      font-size: 5vw;
      text-align: center;
    }
    .wrapper #home #modal .pop-up h4 span {
      display: block;
    }
    .wrapper #home #modal .pop-up .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 12% 0 5%;
    }
    .wrapper #home #modal .pop-up .flex ::after {
      width: 110%;
      height: 2px;
      bottom: 0%;
      left: calc(50% - 55%);
    }
    .wrapper #home #modal .pop-up .flex img {
      width: 30%;
    }
    .wrapper #home #modal .pop-up .flex h6 {
      font-size: 3vw;
      text-align: center;
      margin: 10% 0;
    }
    .wrapper #home #modal .pop-up p {
      font-size: 2.5vw;
      margin: 5% 0 10%;
      text-align: center;
      max-width: 100%;
    }
  }
  /************************/
  /****  XL SCREENS  ******/
  /************************/
  @media screen and (min-width: 1440px) {
    .wrapper #home #video {
      height: 78vw;
      height: calc(1440px / 100 * 56);
      position: relative;
    }
    .wrapper #home #video video {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
    }
    .wrapper #home #nosotros {
      position: relative;
      height: calc(1440px / 100 * 88);
    }
    .wrapper #home #nosotros .content {
      padding: calc(1440px / 100 * 5.5) 0 calc(1440px / 100 * 2);
    }
    .wrapper #home #nosotros .content .bullet-container {
      margin: calc(1440px / 100 * 2) 0 0vw;
    }
    .wrapper #home #nosotros .content .bullet-container .bullet {
      width: calc(1440px / 100 * 30);
      height: calc(1440px / 100 * 25);
    }
    .wrapper #home #nosotros .content .bullet-container .bullet h5 {
      font-size: calc(1440px / 100 * 5);
    }
    .wrapper #home #nosotros .content .bullet-container .bullet h5 span {
      font-size: calc(1440px / 100 * 2);
    }
    .wrapper #home #productos {
      height: calc(1440px / 100 * 86);
      position: relative;
    }
    .wrapper #home #productos .content .items-wrapper {
      height: calc(1440px / 100 * 55);
      /*  POSITIONING ITEMS  */
    }
    .wrapper #home #productos .content .items-wrapper .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .wrapper #home #productos .content .items-wrapper .item .popup {
      opacity: 0;
      position: absolute;
      top: -9999px;
      left: -9999px;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active {
      opacity: 1;
      position: absolute;
      width: calc(1440px / 100 * 30);
      height: calc(1440px / 100 * 17);
      padding: calc(1440px / 100 * 2) calc(1440px / 100 * 2) calc(1440px / 100 * 1);
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active h6 {
      font-size: calc(1440px / 100 * 1.9);
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active p {
      font-size: calc(1440px / 100 * 1.5);
    }
    .wrapper #home #productos .content .items-wrapper .item .popup.active .more-info-btn {
      width: calc(1440px / 100 * 12);
    }
    .wrapper #home #productos .content .items-wrapper .item .icon {
      width: calc(1440px / 100 * 3.5);
    }
    .wrapper #home #productos .content .items-wrapper .item p {
      font-size: calc(1440px / 100 * 2);
    }
    .wrapper #home #productos .content .items-wrapper .item.antibalas .popup.active.antibalas {
      top: calc(1440px / 100 * 8);
      left: calc(1440px / 100 * 8);
    }
    .wrapper #home #productos .content .items-wrapper .item.antibalas .icon {
      margin: calc(1440px / 100 * 2) calc(1440px / 100 * -5) 0 0;
    }
    .wrapper #home #productos .content .items-wrapper .item.antiasalto .popup.active.antiasalto {
      top: calc(1440px / 100 * 10.5);
      left: calc(1440px / 100 * -27.3);
    }
    .wrapper #home #productos .content .items-wrapper .item.antiasalto .icon {
      margin: calc(1440px / 100 * 4.5) calc(1440px / 100 * 16) 0 0;
    }
    .wrapper #home #productos .content .items-wrapper .item.neumaticos .popup.active.neumaticos {
      top: calc(1440px / 100 * -14.4);
      left: calc(1440px / 100 * -16.1);
    }
    .wrapper #home #productos .content .items-wrapper .item.neumaticos .icon {
      margin: 0vw calc(1440px / 100 * -11) calc(1440px / 100 * 3) 0;
    }
    .wrapper #home #productos .content .items-wrapper .item.waxshield .popup.active.waxshield {
      top: calc(1440px / 100 * -14.2);
      left: calc(1440px / 100 * -26.1);
    }
    .wrapper #home #productos .content .items-wrapper .item.waxshield .icon {
      margin: 0vw calc(1440px / 100 * 7.6) calc(1440px / 100 * 6) 0vw;
    }
    .wrapper #home #contactoHome {
      /*height: calc(1440px / 100 * 76);*/
      position: relative;
    }
    .wrapper #home #contactoHome .content .flex > div {
      width: 40%;
    }
    .wrapper #home #contactoHome .content .flex .info {
      height: calc(1440px / 100 * 35);
    }
    .wrapper #home #contactoHome .content .flex .info h4 {
      font-size: calc(1440px / 100 * 3);
    }
    .wrapper #home #contactoHome .content .flex .info p {
      font-size: calc(1440px / 100 * 2);
      margin: calc(1440px / 100 * 1) 0;
    }
    .wrapper #home #contactoHome .content .flex .info > div .item {
      height: calc(1440px / 100 * 8);
    }
    .wrapper #home #contactoHome .content .flex .info > div .item .icon {
      width: calc(1440px / 100 * 2.5);
      margin-right: calc(1440px / 100 * 1);
    }
    .wrapper #home #contactoHome .content .flex .info > div .item div a {
      text-decoration: none;
      font-size: calc(1440px / 100 * 1.7);
      color: #fff;
      font-family: "Cairo", sans-serif;
      margin: 0 0 calc(1440px / 100 * 0.5);
    }
    .wrapper #home #contactoHome .content .flex .form form {
      width: 100%;
      padding: calc(1440px / 100 * 1) 0 0;
      color: #fff;
    }
    .wrapper #home #contactoHome .content .flex .form form label {
      color: #fff;
      font-family: "Cairo", sans-serif;
      font-size: calc(1440px / 100 * 1.3);
      display: block;
    }
    .wrapper #home #contactoHome .content .flex .form form input,
    .wrapper #home #contactoHome .content .flex .form form textarea {
      border: none;
      background-image: none;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-bottom: 2px solid #fff;
      width: 100%;
    }
    .wrapper #home #contactoHome .content .flex .form form input {
      height: calc(1440px / 100 * 2.5);
      margin-bottom: calc(1440px / 100 * 2.25);
    }
    .wrapper #home #contactoHome .content .flex .form form input.error {
      border-bottom: 2px solid #f8be1a;
    }
    .wrapper #home #contactoHome .content .flex .form form input.correct {
      border-bottom: 2px solid green;
    }
    .wrapper #home #contactoHome .content .flex .form form textarea {
      height: calc(1440px / 100 * 4.25);
    }
    .wrapper #home #contactoHome .content .flex .form form p {
        font-family: "Cairo", sans-serif;
        font-weight: 300;
      font-size: calc(1440px / 100 * 1.25);
      margin: calc(1440px / 100 * 1) 0 calc(1440px / 100 * 3);
    }
    .wrapper #home #contactoHome .content .flex .form form button {
      border: none;
      padding: calc(1440px / 100 * 1) calc(1440px / 100 * 4.25);
    }
    .wrapper #home #contactoHome .content a {
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin: calc(1440px / 100 * 1.5) calc(1440px / 100 * 3.5);
    }
}

/*
 * SUCURSALES
*/

.sucursales-page{
    background: #383838;
  }
  .sucursales-page.background {
    /*background: url(../img/dist/sucursales-bg.png) no-repeat;*/
    background-size: cover;
  }
  .sucursales-page.background .headline {
    padding-left: 5vw;
  }
  .sucursales-page.background #map {
    width: 100vw;
    height: 45vw;
    border: 1px solid #ffffff;
  }
  .sucursales-page.background #sucursales-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4vw 0vw 3vw 3vw;
  }
  .sucursales-page.background #sucursales-container .sucursal {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #ffffff;
  }
  .sucursales-page.background #sucursales-container .sucursal.selected .info .local {
    color: #f8be1a;
  }
  .sucursales-page.background #sucursales-container .sucursal .pointer {
    width: 2vw;
    margin: 0.4vw 1vw 0 1vw;
  }
  .sucursales-page.background #sucursales-container .sucursal .info {
    border-bottom: 3px solid #f8be1a;
    padding: 0 0 1vw;
  }
  .sucursales-page.background #sucursales-container .sucursal .info .local {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 1.9vw;
    color: #ffffff;
    letter-spacing: 2.1px;
  }
  .sucursales-page.background #sucursales-container .sucursal .info .direccion {
    font-family: "Cairo", sans-serif;
    font-size: 1.45vw;
    line-height: 1.25;
    margin: 0vw 0vw 1.5vw;
  }
  .sucursales-page.background #sucursales-container .sucursal .info .tel,
  .sucursales-page.background #sucursales-container .sucursal .info .horario {
    font-size: 1.3vw;
    font-family: "Cairo", sans-serif;
  }
  .sucursales-page.background #sucursales-container .sucursal .info .tel span,
  .sucursales-page.background #sucursales-container .sucursal .info .horario span {
    font-size: 0.9vw;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    line-height: 2;
    display: block;
  }
  .sucursales-page.background #sucursales-container .sucursal-mx {
    width: 100%;
    color: #ffffff;
    margin: 2.5vw 0vw 0vw 3.5vw;
  }
  .sucursales-page.background #sucursales-container .sucursal-mx p {
    font-family: "Cairo", sans-serif;
    font-size: 1.3vw;
  }
  .sucursales-page.background #sucursales-container .sucursal-mx h6 {
    font-family: "Cairo", sans-serif !important;
    font-size: 1.6vw;
  }
  .sucursales-page.background #sucursales-container .sucursal-mx h6 > span {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
  }
  .sucursales-footer {
    background: #4a4a4a;
    height: 8vw;
    color: #fff;
  }
  .sucursales-footer .content {
    padding: 0 4.25vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sucursales-footer .content .faq {
    margin-right: 3vw;
  }
  .sucursales-footer .content .faq a {
    text-decoration: none;
    color: #fff;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 2.75vw;
  }
  .sucursales-footer .content .legal {
    width: 100%;
    margin: 0;
  }
  .sucursales-footer .content .legal .legal-txt {
    font-family: "Cairo", sans-serif;
    font-size: 1vw;
  }
  .sucursales-footer .content .legal .legal-txt span {
    display: block;
  }
  .sucursales-footer .content .redes {
    width: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /******************/
  /****  MOBILE  ****/
  /******************/
  @media screen and (max-width: 768px) {
    .sucursales-page.background {
      background: #000;
    }
    .sucursales-page.background #map {
      width: 100vw;
      height: 95vw;
    }
    .sucursales-page.background #sucursales-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 3vw 7vw;
    }
    .sucursales-page.background #sucursales-container .sucursal {
      border-bottom: 3px solid #f8be1a;
      width: 100%;
      padding: 4vw 0;
    }
    .sucursales-page.background #sucursales-container .sucursal .pointer {
      width: 6vw;
      margin: 0.5vw 3vw 0 0vw;
    }
    .sucursales-page.background #sucursales-container .sucursal .info {
      border-bottom: none;
      padding: 0 0 1vw;
    }
    .sucursales-page.background #sucursales-container .sucursal .info .local {
      font-size: 5vw;
    }
    .sucursales-page.background #sucursales-container .sucursal .info .local.selected {
      color: #f8be1a;
    }
    .sucursales-page.background #sucursales-container .sucursal .info .direccion {
      font-size: 4.5vw;
      line-height: 0.88;
      margin: 1vw 0vw 2vw;
    }
    .sucursales-page.background #sucursales-container .sucursal .info .tel,
    .sucursales-page.background #sucursales-container .sucursal .info .horario {
      font-size: 4vw;
    }
    .sucursales-page.background #sucursales-container .sucursal .info .tel span,
    .sucursales-page.background #sucursales-container .sucursal .info .horario span {
      font-size: 2.93vw;
      line-height: 1.45;
    }
    .sucursales-page.background #sucursales-container .sucursal-mx {
      text-align: center;
      margin: 2vw 0vw 0vw;
    }
    .sucursales-page.background #sucursales-container .sucursal-mx p {
      font-family: "Cairo", sans-serif;
      font-size: 3.5vw;
    }
    .sucursales-page.background #sucursales-container .sucursal-mx h6 {
      font-family: "Cairo", sans-serif;
      font-size: 3.8vw;
    }
    .sucursales-page.background #sucursales-container .sucursal-mx h6 > span {
      font-family: "Cairo", sans-serif;
    }
    .sucursales-footer {
      height: 30vw;
    }
    .sucursales-footer .content {
      padding: 5vw 5.8vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .sucursales-footer .content .faq {
      margin-right: 12vw;
    }
    .sucursales-footer .content .faq a {
      font-size: 6.6vw;
    }
    .sucursales-footer .content .legal {
      width: 100%;
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      margin: 2vw 0 0;
    }
    .sucursales-footer .content .legal .legal-txt {
      font-size: 2.4vw;
    }
    .sucursales-footer .content .legal .legal-txt span {
      display: block;
    }
    .sucursales-footer .content .redes {
      width: 33vw;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  /************************/
  /****  XL SCREENS  ******/
  /************************/
  @media screen and (min-width: 1440px) {
    .sucursales-page.background .headline {
      padding-left: calc(1440px / 100 * 5);
    }
    .sucursales-page.background #map {
      width: calc(1440px / 100 * 100);
      height: calc(1440px / 100 * 45);
    }
    .sucursales-page.background #sucursales-container {
      padding: calc(1440px / 100 * 4) 0vw calc(1440px / 100 * 3) calc(1440px / 100 * 3);
    }
    .sucursales-page.background #sucursales-container .sucursal .pointer {
      width: calc(1440px / 100 * 2);
      margin: calc(1440px / 100 * 0.4) calc(1440px / 100 * 1) 0 calc(1440px / 100 * 1);
    }
    .sucursales-page.background #sucursales-container .sucursal .info {
      padding: 0 0 calc(1440px / 100 * 1);
    }
    .sucursales-page.background #sucursales-container .sucursal .info .local {
      font-size: calc(1440px / 100 * 1.9);
    }
    .sucursales-page.background #sucursales-container .sucursal .info .direccion {
      font-size: calc(1440px / 100 * 1.45);
      margin: 0vw 0vw calc(1440px / 100 * 1.5);
    }
    .sucursales-page.background #sucursales-container .sucursal .info .tel,
    .sucursales-page.background #sucursales-container .sucursal .info .horario {
      font-size: calc(1440px / 100 * 1.3);
    }
    .sucursales-page.background #sucursales-container .sucursal .info .tel span,
    .sucursales-page.background #sucursales-container .sucursal .info .horario span {
      font-size: calc(1440px / 100 * 0.9);
    }
    .sucursales-page.background #sucursales-container .sucursal-mx {
      margin: calc(1440px / 100 * 2.5) 0vw 0vw calc(1440px / 100 * 3.5);
    }
    .sucursales-page.background #sucursales-container .sucursal-mx p {
      font-size: calc(1440px / 100 * 1.3);
    }
    .sucursales-page.background #sucursales-container .sucursal-mx h6 {
      font-size: calc(1440px / 100 * 1.6);
    }
    .sucursales-footer {
      height: calc(1440px / 100 * 8);
    }
    .sucursales-footer .content {
      padding: 0 calc(1440px / 100 * 4.25);
    }
    .sucursales-footer .content .faq {
      margin-right: calc(1440px / 100 * 3);
    }
    .sucursales-footer .content .faq a {
      font-size: calc(1440px / 100 * 2.75);
    }
    .sucursales-footer .content .legal .legal-txt {
      /*font-size: calc(1440px / 100 * 1);*/
      font-size: 0.85rem;
      line-height: 18px;
    }
    .sucursales-footer .content .redes {
      width: calc(1440px / 100 * 15);
    }
  }



/*
 * NOSOTROS
*/
/******************/
/****  DESKTOP ****/
/******************/
#nosotros {
  color: #fff;
}
#nosotros #historia {
  background: #000000;
}
#nosotros #historia .content {
  height: 119vw;
  background-image: url(assets/images/nosotros-historia-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 5vw;
}
#nosotros #historia .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#nosotros #historia .content .flex .texto {
  width: 50%;
}
#nosotros #historia .content .flex .texto .logo {
  display: none;
}
#nosotros #historia .content .flex .texto p {
  font-family: "Cairo", sans-serif;
  margin: 0 0 2.75vw;
  font-size: 1.7vw;
  line-height: 1.59;
}
#nosotros #historia .content .flex .texto p a {
  color: #f8be1a;
  text-decoration: none;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
#nosotros #historia .content .flex .list {
  width: 45%;
  height: 80vw;
  position: relative;
}
#nosotros #historia .content .flex .list .logo {
  width: 29vw;
  position: absolute;
  top: -7.5%;
  left: calc(50% - 14.5vw);
}
#nosotros #historia .content .flex .list ul {
  position: absolute;
  bottom: 6%;
  left: 6%;
  border-top: 2px solid #f8be1a;
  border-bottom: 3px solid #f8be1a;
}
#nosotros #historia .content .flex .list ul p {
  font-family: "Cairo", sans-serif;
  font-size: 1.7vw;
  margin: 3vw 0 0;
}
#nosotros #historia .content .flex .list ul li {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.8vw;
  list-style: url(assets/images/tick.svg);
  margin: 2.8vw 0;
  color: #fff;
}
#nosotros #historia .content .flex .list ul li span {
  display: block;
}
#nosotros #certificaciones .content {
  height: 21vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
#nosotros #certificaciones .content .text {
  height: 100%;
  background: #4a4a4a;
  padding: 2.9vw 0 0 4vw;
  width: 38%;
}
#nosotros #certificaciones .content .text p {
  color: #f0f0f0;
  font-family: "Cairo", sans-serif;
  font-size: 1.5vw;
  line-height: 1.38;
  margin: 0 0 1.15vw;
}
#nosotros #certificaciones .content .carousel {
  width: 62%;
}
#nosotros #certificaciones .content .carousel .slick-container {
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
}
#nosotros #certificaciones .content .carousel .slick-container .slide {
  padding: 4.5vw 3.7vw 0;
  background-color: #f8be1a;
  height: 21vw;
  position: relative;
}
#nosotros #certificaciones .content .carousel .slick-container .slide img.ribbon {
  position: absolute;
  width: 6vw;
  margin-right: 4vw;
}
#nosotros #certificaciones .content .carousel .slick-container .slide h5 {
  position: absolute;
  left: 20%;
  top: auto;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.65vw;
}
#nosotros #certificaciones .content .carousel .slick-container .slide h6 {
  position: absolute;
  left: 20%;
  top: 29%;
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  color: #202020;
  font-size: 1.6vw;
  margin: 1vw 0 0;
}
#nosotros #certificaciones .content .carousel .slick-container .slide p {
  position: absolute;
  left: 20%;
  bottom: 32%;
  max-width: 45vw;
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  color: #202020;
  font-size: 1.6vw;
  line-height: 1.35;
  letter-spacing: 0.1px;
  margin: 1vw 0 0;
}
/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #nosotros #historia .content {
    height: 562vw;
    background-size: cover;
    padding: 0 5vw;
  }
  #nosotros #historia .content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nosotros #historia .content .flex .texto {
    width: 95%;
  }
  #nosotros #historia .content .flex .texto div {
    text-align: center;
  }
  #nosotros #historia .content .flex .texto div .logo {
    display: initial;
    width: 37vw;
    margin: 0 0 5vw;
  }
  #nosotros #historia .content .flex .texto p {
    margin: 0 0 8vw;
    font-size: 4.65vw;
    line-height: 6.13vw;
  }
  #nosotros #historia .content .flex .list {
    width: 95%;
    height: 80vw;
  }
  #nosotros #historia .content .flex .list .logo {
    display: none;
  }
  #nosotros #historia .content .flex .list ul {
    position: initial;
  }
  #nosotros #historia .content .flex .list ul p {
    font-size: 4.2vw;
    margin: 10vw 0 4vw;
  }
  #nosotros #historia .content .flex .list ul li {
    font-size: 4.45vw;
    line-height: 6.4vw;
    margin: 0 0 7.6vw;
  }
  #nosotros #certificaciones .content {
    height: 124vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }
  #nosotros #certificaciones .content .text {
    height: 50vw;
    padding: 3.75vw 0 0 10vw;
    width: 100%;
  }
  #nosotros #certificaciones .content .text p {
    font-size: 5vw;
    line-height: 1.38;
    margin: 0 0 1.15vw;
    max-width: 100%;
  }
  #nosotros #certificaciones .content .carousel {
    width: 100%;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide {
    padding: 6.5vw 0 0 5vw;
    height: 74vw;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide img.ribbon {
    width: 17vw;
    left: 11%;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide h5 {
    font-size: 4.65vw;
    left: 34%;
    top: 15%;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide h6 {
    font-size: 4.3vw;
    top: 23%;
    left: 34%;
    line-height: 1.5;
    width: 39%;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide p {
    left: 5%;
    bottom: 23%;
    max-width: 90vw;
    font-size: 4.6vw;
  }
}
/************************/
/****  XL SCREENS  ******/
/************************/
@media screen and (min-width: 1440px) {
  #nosotros #historia .content {
    height: auto;
    padding: 0 calc(1440px / 100 * 5);
  }
  #nosotros #historia .content .flex .texto p {
    margin: 0 0 calc(1440px / 100 * 2.75);
    font-size: calc(1440px / 100 * 1.7);
  }
  #nosotros #historia .content .flex .list {
    height: calc(1440px / 100 * 80);
  }
  #nosotros #historia .content .flex .list .logo {
    width: calc(1440px / 100 * 36);
  }
  #nosotros #historia .content .flex .list ul p {
    font-size: calc(1440px / 100 * 1.7);
    margin: calc(1440px / 100 * 3) 0 0;
  }
  #nosotros #historia .content .flex .list ul li {
    font-size: calc(1440px / 100 * 1.8);
    margin: calc(1440px / 100 * 2.8) 0;
  }
  #nosotros #certificaciones .content {
    height: calc(1440px / 100 * 21);
  }
  #nosotros #certificaciones .content .text {
    padding: calc(1440px / 100 * 2.9) 0 0 calc(1440px / 100 * 4);
  }
  #nosotros #certificaciones .content .text p {
    font-size: calc(1440px / 100 * 1.5);
    margin: 0 0 calc(1440px / 100 * 1.15);
  }
  #nosotros #certificaciones .content .carousel {
    width: 62%;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide {
    padding: calc(1440px / 100 * 4.5) calc(1440px / 100 * 3.7) 0;
    height: calc(1440px / 100 * 21);
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide img.ribbon {
    width: calc(1440px / 100 * 6);
    margin-right: calc(1440px / 100 * 4);
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide h5 {
    font-size: calc(1440px / 100 * 1.65);
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide h6 {
    font-size: calc(1440px / 100 * 1.6);
    margin: calc(1440px / 100 * 1) 0 0;
  }
  #nosotros #certificaciones .content .carousel .slick-container .slide p {
    max-width: calc(1440px / 100 * 45);
    font-size: calc(1440px / 100 * 1.6);
    margin: calc(1440px / 100 * 1) 0 0;
  }
}
/************************/
/****  Custom Slick dot s  ******/
/************************/
.slick-dots {
  position: absolute;
  bottom: 5%;
  width: 55vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li {
  list-style: none;
  background: #4a4a4a;
  width: 1vw;
  height: 1vw;
  margin: 0 0.75vw;
  border-radius: 50%;
}
.slick-dots button {
  visibility: hidden;
}
.slick-dots .slick-active {
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    position: absolute;
    bottom: 4%;
    width: calc(100vw - 6vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slick-dots li {
    background: #4a4a4a;
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 2.5vw;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .slick-dots {
    width: calc(1440px / 100 * 55);
  }
  .slick-dots li {
    width: calc(1440px / 100 * 1);
    height: calc(1440px / 100 * 1);
    margin: 0 calc(1440px / 100 * 0.75);
  }
}


/*
 * FAQ
*/

#faq {
  margin-top: 2vw;
  padding: 0 12vw 5vw 8vw;
}
#faq .headline-center h4 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
    font-weight: 600;
  font-size: 3.15vw;
  margin: 1vw 0;
}
#faq .headline-center h4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: calc(50% - 7.5vw);
  width: 15vw;
  height: 1px;
  border-bottom: 2px solid #fff;
}
#faq .dropdown-content ul li {
  border-bottom: 1px solid #f8be1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#faq .dropdown-content ul li:first-of-type {
  border-top: 1px solid #f8be1a;
}
#faq .dropdown-content ul li .question {
  padding: 1.6vw 4.3vw 1.6vw 8.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#faq .dropdown-content ul li .question h3 {
  font-size: 1.7vw;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
#faq .dropdown-content ul li .question h3 .faq-number {
  margin-right: 0.5vw;
  font-family: "Cairo", sans-serif;
    font-weight: 700;
}
#faq .dropdown-content ul li .question h3 span:not(.faq-number) {
  font-family: "Cairo", sans-serif;
    font-weight: 700;
}
#faq .dropdown-content ul li .question i {
  background: #f8be1a;
  height: 1vw;
  position: relative;
  width: 0.2vw;
}
#faq .dropdown-content ul li .question i::after {
  background: #f8be1a;
  content: "";
  height: 0.2vw;
  left: -0.4vw;
  position: absolute;
  top: 0.4vw;
  width: 1vw;
}
#faq .dropdown-content ul li .content.hide {
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#faq .dropdown-content ul li .content.show {
  position: relative;
  padding: 1.6vw 4.3vw 1.6vw 10vw;
  background: #f8be1a;
  font-family: "Cairo", sans-serif;
  bottom: -1.6vw;
  margin-bottom: 1.6vw;
  margin-top: -1.6vw;
  max-height: 150vw;
  visibility: visible;
}
#faq .dropdown-content ul li .content.show p, #faq .dropdown-content ul li .content.show h4, #faq .dropdown-content ul li .content.show h5 {
  color: #000;
  font-family: "Cairo", sans-serif;
    font-weight: 600;
  line-height: 1.59;
  letter-spacing: 0.2px;
  font-size: 1.65vw;
}
#faq .dropdown-content ul li .content.show p strong {
  font-family: "Cairo", sans-serif;
    font-weight: 700;
}

#faq .dropdown-content ul li .content.show h4, #faq .dropdown-content ul li .content.show h5 {
  font-weight: 700;
  margin: 0;
}

#faq .dropdown-content ul li .content.show h4 {
  margin-top: 2rem;
}
/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #faq {
    margin: 0;
    padding: 0 7vw 0vw 0vw;
  }
  #faq .headline-center h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 7vw;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 5vw 0;
  }
  #faq .headline-center h4::before {
    content: '';
    position: absolute;
    top: -20%;
    left: calc(50% - 7.5vw);
    width: 15vw;
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #faq .headline-center h4 span {
    display: block;
  }
  #faq .dropdown-content ul {
    -webkit-padding-start: 6.5vw;
    -moz-padding-start: 6.5vw;
    padding-inline-start: 6.5vw;
  }
  #faq .dropdown-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #faq .dropdown-content ul li .question {
    padding: 7vw 1vw 2vw 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #faq .dropdown-content ul li .question h3 {
    font-size: 4.25vw;
    letter-spacing: 0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #faq .dropdown-content ul li .question h3 span.faq-number {
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    margin-right: 2vw;
    font-size: 12vw;
    line-height: 0.9;
  }
  #faq .dropdown-content ul li .question h3 span:not(.faq-number) {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    width: 63%;
  }
  #faq .dropdown-content ul li .question i {
    height: 4vw;
    width: 0.8vw;
  }
  #faq .dropdown-content ul li .question i::after {
    height: 0.8vw;
    left: -1.6vw;
    top: 1.6vw;
    width: 4vw;
  }
  #faq .dropdown-content ul li .content.show {
    padding: 4vw 4.3vw 4vw 11vw;
    bottom: -2vw;
    left: -6.5vw;
    width: 100vw;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 320vw;
  }
  #faq .dropdown-content ul li .content.show p, #faq .dropdown-content ul li .content.show h4, #faq .dropdown-content ul li .content.show h5 {
    line-height: 1.59;
    letter-spacing: 0.2px;
    font-size: 4.2vw;
  }
  #faq .dropdown-content ul li .content.show p strong {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
  }
}
/******************/
/****  DESKTOP XL  ****/
/******************/
@media screen and (min-width: 1440px) {
  #faq {
    margin-top: calc(1440px / 100 * 2);
    padding: 0 calc(1440px / 100 * 12) calc(1440px / 100 * 5) calc(1440px / 100 * 8);
  }
  #faq .headline-center h4 {
    font-size: calc(1440px / 100 * 3.15);
    margin: calc(1440px / 100 * 1) 0;
  }
  #faq .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: calc(1440px / 100 * 15);
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #faq .dropdown-content ul li .question {
    padding: calc(1440px / 100 * 1.6) calc(1440px / 100 * 4.3) calc(1440px / 100 * 1.6) calc(1440px / 100 * 8.2);
  }
  #faq .dropdown-content ul li .question h3 {
    font-size: calc(1440px / 100 * 1.7);
    letter-spacing: 0.2px;
  }
  #faq .dropdown-content ul li .question h3 .faq-number {
    margin-right: calc(1440px / 100 * 0.5);
  }
  #faq .dropdown-content ul li .question i {
    height: calc(1440px / 100 * 1);
    width: calc(1440px / 100 * 0.2);
  }
  #faq .dropdown-content ul li .question i::after {
    height: calc(1440px / 100 * 0.2);
    left: calc(1440px / 100 * -0.4);
    top: calc(1440px / 100 * 0.4);
    width: calc(1440px / 100 * 1);
  }
  #faq .dropdown-content ul li .content.show {
    padding: calc(1440px / 100 * 1.6) calc(1440px / 100 * 4.3) calc(1440px / 100 * 1.6) calc(1440px / 100 * 10);
    bottom: calc(1440px / 100 * -1.6);
    margin-bottom: calc(1440px / 100 * 1.6);
    margin-top: calc(1440px / 100 * -1.6);
    max-height: calc(1440px / 100 * 150);
  }
  #faq .dropdown-content ul li .content.show p, #faq .dropdown-content ul li .content.show h4, #faq .dropdown-content ul li .content.show h5 {
    font-size: calc(1440px / 100 * 1.65);
  }
}

/*
 * SUCURSALES
*/

/******************/
/****  DESKTOP ****/
/******************/
#sucursales {
  background: #383838;
}
#sucursales .background {
  background: url(assets/images//sucursales-bg.png) no-repeat;
  background-size: cover;
}
#sucursales .background .headline {
  padding-left: 5vw;
}
#sucursales .background #map {
  width: 100vw;
  height: 45vw;
  border: 1px solid #ffffff;
}
#sucursales .background #sucursales-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4vw 0vw 3vw 3vw;
}
#sucursales .background #sucursales-container .sucursal {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffffff;
}
#sucursales .background #sucursales-container .sucursal.selected .info .local {
  color: #f8be1a;
}
#sucursales .background #sucursales-container .sucursal .pointer {
  width: 2vw;
  margin: 0.4vw 1vw 0 1vw;
}
#sucursales .background #sucursales-container .sucursal .info {
  border-bottom: 3px solid #f8be1a;
  padding: 0 0 1vw;
}
#sucursales .background #sucursales-container .sucursal .info .local {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.9vw;
  color: #ffffff;
  letter-spacing: 2.1px;
}
#sucursales .background #sucursales-container .sucursal .info .direccion {
  font-family: "Cairo", sans-serif;
  font-size: 1.45vw;
  line-height: 1.25;
  margin: 0vw 0vw 1.5vw;
}
#sucursales .background #sucursales-container .sucursal .info .tel,
#sucursales .background #sucursales-container .sucursal .info .horario {
  font-size: 1.3vw;
  font-family: "Cairo", sans-serif;
}
#sucursales .background #sucursales-container .sucursal .info .tel span,
#sucursales .background #sucursales-container .sucursal .info .horario span {
  font-size: 0.9vw;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  line-height: 2;
  display: block;
}
#sucursales .background #sucursales-container .sucursal-mx {
  width: 100%;
  color: #ffffff;
  margin: 2.5vw 0vw 0vw 3.5vw;
}
#sucursales .background #sucursales-container .sucursal-mx p {
  font-family: "Cairo", sans-serif;
  font-size: 1.3vw;
}
#sucursales .background #sucursales-container .sucursal-mx h6 {
  font-family: "Cairo", sans-serif !important;
  font-size: 1.6vw;
}
#sucursales .background #sucursales-container .sucursal-mx h6 > span {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #sucursales .background {
    background: #000;
  }
  #sucursales .background #map {
    width: 100vw;
    height: 95vw;
  }
  #sucursales .background #sucursales-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3vw 7vw;
  }
  #sucursales .background #sucursales-container .sucursal {
    border-bottom: 3px solid #f8be1a;
    width: 100%;
    padding: 4vw 0;
    display: block;
  }

  #sucursales .background #sucursales-container .sucursal iframe {
    margin-bottom: 30px;
    width: 100%;
  }

  #sucursales .background #sucursales-container .sucursal .pointer {
    width: 6vw;
    margin: 0.5vw 3vw 0 0vw;
  }
  #sucursales .background #sucursales-container .sucursal .info {
    border-bottom: none;
    padding: 0 0 1vw;
  }
  #sucursales .background #sucursales-container .sucursal .info .local {
    font-size: 5vw;
  }
  #sucursales .background #sucursales-container .sucursal .info .local.selected {
    color: #f8be1a;
  }
  #sucursales .background #sucursales-container .sucursal .info .direccion {
    font-size: 4.5vw;
    line-height: 0.88;
    margin: 1vw 0vw 2vw;
  }
  #sucursales .background #sucursales-container .sucursal .info .tel,
  #sucursales .background #sucursales-container .sucursal .info .horario {
    font-size: 4vw;
  }
  #sucursales .background #sucursales-container .sucursal .info .tel span,
  #sucursales .background #sucursales-container .sucursal .info .horario span {
    font-size: 2.93vw;
    line-height: 1.45;
  }
  #sucursales .background #sucursales-container .sucursal-mx {
    text-align: center;
    margin: 2vw 0vw 0vw;
  }
  #sucursales .background #sucursales-container .sucursal-mx p {
    font-family: "Cairo", sans-serif;
    font-size: 3.5vw;
  }
  #sucursales .background #sucursales-container .sucursal-mx h6 {
    font-family: "Cairo", sans-serif;
    font-size: 3.8vw;
  }
  #sucursales .background #sucursales-container .sucursal-mx h6 > span {
    font-family: "Cairo", sans-serif;
  }
}

/************************/
/****  XL SCREENS  ******/
/************************/
@media screen and (min-width: 1440px) {
  #sucursales .background .headline {
    padding-left: calc(1440px / 100 * 5);
  }
  #sucursales .background #map {
    width: calc(1440px / 100 * 100);
    height: calc(1440px / 100 * 45);
  }
  #sucursales .background #sucursales-container {
    padding: calc(1440px / 100 * 4) 0vw calc(1440px / 100 * 3) calc(1440px / 100 * 3);
  }
  #sucursales .background #sucursales-container .sucursal .pointer {
    width: calc(1440px / 100 * 2);
    margin: calc(1440px / 100 * 0.4) calc(1440px / 100 * 1) 0 calc(1440px / 100 * 1);
  }
  #sucursales .background #sucursales-container .sucursal .info {
    padding: 0 0 calc(1440px / 100 * 1);
  }
  #sucursales .background #sucursales-container .sucursal .info .local {
    font-size: calc(1440px / 100 * 1.9);
  }
  #sucursales .background #sucursales-container .sucursal .info .direccion {
    font-size: calc(1440px / 100 * 1.45);
    margin: 0vw 0vw calc(1440px / 100 * 1.5);
  }
  #sucursales .background #sucursales-container .sucursal .info .tel,
  #sucursales .background #sucursales-container .sucursal .info .horario {
    font-size: calc(1440px / 100 * 1.3);
  }
  #sucursales .background #sucursales-container .sucursal .info .tel span,
  #sucursales .background #sucursales-container .sucursal .info .horario span {
    font-size: calc(1440px / 100 * 0.9);
  }
  #sucursales .background #sucursales-container .sucursal-mx {
    margin: calc(1440px / 100 * 2.5) 0vw 0vw calc(1440px / 100 * 3.5);
  }
  #sucursales .background #sucursales-container .sucursal-mx p {
    font-size: calc(1440px / 100 * 1.3);
  }
  #sucursales .background #sucursales-container .sucursal-mx h6 {
    font-size: calc(1440px / 100 * 1.6);
  }
}

/*
 * NEUMATICOS
*/
#neumaticos {
  background: #000;
}
#neumaticos {
  background: url(assets/images/498888104-1024-x-1024@2x.png) no-repeat;
  background-size: cover;
}
#neumaticos #intro .content {
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#neumaticos #intro .content .col-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#neumaticos #intro .content .col-text p {
  color: #f0f0f0;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  letter-spacing: 0.1px;
  line-height: 1.59;
  margin: 0vw 0vw 3vw;
  text-align: left;
  width: 74%;
}
#neumaticos #intro .content .col-text a.button {
  margin: 3vw 0 0;
}
#neumaticos #intro .content .col-img {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
#neumaticos #intro .content .col-img > img {
  width: 100%;
  float: right;
}
#neumaticos #intro .content .col-img .items-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#neumaticos #intro .content .col-img .items-wrapper .item {
  background-color: rgba(248, 190, 26, 0.8);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  height: 18vw;
  padding: 2.2vw 1.8vw 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333333%;
}
#neumaticos #intro .content .col-img .items-wrapper .item:nth-of-type(3) img {
  height: 25%;
  margin: 1vw 0 2vw;
}
#neumaticos #intro .content .col-img .items-wrapper .item img {
  height: 36%;
  margin: 0 0 2vw;
}
#neumaticos #intro .content .col-img .items-wrapper .item h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 1.55vw;
  margin: 0 0 1.3vw;
  color: #000;
}
#neumaticos #intro .content .col-img .items-wrapper .item p {
  font-family: "Cairo", sans-serif;
  text-align: center;
  font-size: 1.3vw;
  line-height: 1.38;
  max-width: 100%;
  color: #000;
}
/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #neumaticos #intro .content {
    padding-left: 0;
  }
  #neumaticos #intro .content .col-text {
    width: 100%;
  }
  #neumaticos #intro .content .col-text p {
    padding-left: 6vw;
    font-size: 4.5vw;
    letter-spacing: normal;
    line-height: 1.35;
    margin: 0vw 0vw 6vw;
    width: 86%;
  }
  #neumaticos #intro .content .col-text a.button {
    margin: 5vw auto 13vw;
    padding: 7vw 11vw;
  }
  #neumaticos #intro .content .col-img {
    width: 100%;
  }
  #neumaticos #intro .content .col-img > img {
    display: none;
  }
  #neumaticos #intro .content .col-img .items-wrapper {
    width: 100%;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item {
    width: 33.3%;
    height: 39vw;
    padding: 4.1vw 3.2vw 4vw;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item:nth-of-type(3) img {
    height: 17%;
    margin: 0vw 0 6vw;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item img {
    height: 22%;
    margin: 0 0 5vw;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item h6 {
    font-size: 4.3vw;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item p {
    font-size: 2.9vw;
    line-height: 1.5;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item p span {
    display: block;
  }
}
/******************/
/****  DESKTOP XL  ****/
/******************/
@media screen and (min-width: 1440px) {
  #neumaticos #intro .content {
    padding-left: calc(1440px / 100 * 5);
  }
  #neumaticos #intro .content .col-text p {
    font-size: calc(1440px / 100 * 1.64);
    margin: 0vw 0vw calc(1440px / 100 * 3);
  }
  #neumaticos #intro .content .col-text a.button {
    margin: calc(1440px / 100 * 3) 0 0;
  }
  #neumaticos #intro .content .col-img .items-wrapper .item {
    height: calc(1440px / 100 * 18);
    padding: calc(1440px / 100 * 2.2) calc(1440px / 100 * 1.8) calc(1440px / 100 * 4);
  }
  #neumaticos #intro .content .col-img .items-wrapper .item:nth-of-type(3) img {
    margin: calc(1440px / 100 * 1) 0 calc(1440px / 100 * 2);
  }
  #neumaticos #intro .content .col-img .items-wrapper .item img {
    margin: 0 0 calc(1440px / 100 * 2);
  }
  #neumaticos #intro .content .col-img .items-wrapper .item h6 {
    font-size: calc(1440px / 100 * 1.55);
    margin: 0 0 calc(1440px / 100 * 1.3);
  }
  #neumaticos #intro .content .col-img .items-wrapper .item p {
    font-size: calc(1440px / 100 * 1.3);
  }
}


/*
 * ANTIAGE
*/

#antiage #intro .content {
  background: url(assets/images/876798638-1024-x-1024@3x.png) no-repeat;
  background-size: 50%;
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiage #intro .content .col-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiage #intro .content .col-text p {
  color: #f0f0f0;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  letter-spacing: 0.1px;
  line-height: 1.59;
  margin: 0vw 0vw 3vw;
  text-align: left;
  width: 74%;
}
#antiage #intro .content .col-text a.button {
  margin: 3vw 0 0;
}
#antiage #intro .content .col-img {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
#antiage #intro .content .col-img > img {
  width: 100%;
  float: right;
}
#antiage #intro .content .col-img .items-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiage #intro .content .col-img .items-wrapper .item {
  background-color: rgba(248, 190, 26, 0.8);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  height: 18vw;
  width: 33.3%;
  padding: 2.2vw 1.8vw 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antiage #intro .content .col-img .items-wrapper .item img {
  height: 45%;
  margin: 0 0 2vw;
}
#antiage #intro .content .col-img .items-wrapper .item p {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.13;
  color: #000;
}
#antiage #intro .content .col-img .items-wrapper .item p span {
  display: block;
}
/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #antiage #intro .content {
    background: none;
    padding-left: 0;
  }
  #antiage #intro .content .col-text {
    width: 100%;
  }
  #antiage #intro .content .col-text p {
    padding-left: 6vw;
    font-size: 4.5vw;
    letter-spacing: normal;
    line-height: 1.35;
    margin: 0vw 0vw 6vw;
    width: 86%;
  }
  #antiage #intro .content .col-text a.button {
    margin: 1vw auto 11vw;
    padding: 7vw 11vw;
  }
  #antiage #intro .content .col-img {
    width: 100%;
  }
  #antiage #intro .content .col-img > img {
    display: none;
  }
  #antiage #intro .content .col-img .items-wrapper {
    width: 100%;
  }
  #antiage #intro .content .col-img .items-wrapper .item {
    width: 33.3%;
    height: 42vw;
    padding: 4.1vw 3.2vw 4vw;
  }
  #antiage #intro .content .col-img .items-wrapper .item img {
    height: 35%;
    margin: 0 0 5.5vw;
  }
  #antiage #intro .content .col-img .items-wrapper .item p {
    font-size: 2.9vw;
    line-height: 1.5;
  }
  #antiage #intro .content .col-img .items-wrapper .item p span {
    display: block;
  }
}
/******************/
/****  DESKTOP XL  ****/
/******************/
@media screen and (min-width: 1440px) {
  #antiage #intro .content {
    padding-left: calc(1440px / 100 * 5);
  }
  #antiage #intro .content .col-text p {
    font-size: calc(1440px / 100 * 1.64);
    margin: 0vw 0vw calc(1440px / 100 * 3);
  }
  #antiage #intro .content .col-text a.button {
    margin: calc(1440px / 100 * 3) 0 0;
  }
  #antiage #intro .content .col-img .items-wrapper .item {
    height: calc(1440px / 100 * 18);
    padding: calc(1440px / 100 * 2.2) calc(1440px / 100 * 1.8) calc(1440px / 100 * 4);
  }
  #antiage #intro .content .col-img .items-wrapper .item img {
    margin: 0 0 calc(1440px / 100 * 2);
  }
  #antiage #intro .content .col-img .items-wrapper .item p {
    font-size: calc(1440px / 100 * 1.6);
  }
}


/*
 * ANTIASALTO
*/
#antiasalto {
  background: url(assets/images/antiasalto-bg.png);
  background-size: cover;
}
#antiasalto #intro .content {
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #intro .content .col-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #intro .content .col-text p {
  margin: 6vw 0 1vw;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  line-height: 1.59;
  letter-spacing: 0.1px;
  text-align: left;
  color: #f0f0f0;
}
#antiasalto #intro .content .col-text a.button {
  margin: 3vw 0 0;
}
#antiasalto #intro .content .col-img {
  width: 60%;
}
#antiasalto #intro .content .col-img img {
  width: 92%;
  float: right;
}

#antiasalto #iron-glass-plus .content {
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #iron-glass-plus .content .col-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #iron-glass-plus .content .col-text p {
  color: #f0f0f0;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  letter-spacing: 0.1px;
  line-height: 1.59;
  margin: 1vw 0 1vw;
}
#antiasalto #iron-glass-plus .content .col-video {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
#antiasalto #iron-glass-plus .content .col-video .headline {
  display: none;
}
#antiasalto #iron-glass-plus .content .col-video #video-blindaje {
  margin: 5vw 0 3vw;
  width: 85%;
  border-bottom: 12px solid #f8be1a;
}
#antiasalto #iron-glass-plus .content .col-video #mute-btn-iron {
  cursor: pointer;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  width: 3%;
  position: absolute;
  top: 40%;
  right: 3%;
  z-index: 9999;
}
#antiasalto #iron-glass-plus .content .col-video div {
  width: 100%;
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antiasalto #iron-glass-plus .content .col-video div img {
  width: 11vw;
}

@media screen and (max-width: 991px) {
  #antiasalto #iron-glass-plus .content {
    display: block;
    display: block;
    padding-right: 5vw;
  }

  #antiasalto #iron-glass-plus .content .col-text {
    width: 100%;
  }

  #antiasalto #iron-glass-plus .content .col-video {
    width: 100%;
  }

  #antiasalto #iron-glass-plus .content .col-video #video-blindaje {
    width: 100%;
  }

  #antiasalto #iron-glass-plus .content .col-text p {
    margin: 5vw 0;
    font-size: 4vw;
    line-height: 1.59;
  }

  #antiasalto #iron-glass-plus .content .col-video div {
    width: 100%;
  }

  #antiasalto #iron-glass-plus .content .col-video div img {
    width: 100%!important;
    margin: 30px auto;
    display: block;
  }

  #antiasalto #iron-glass-plus .content .col-video #mute-btn-iron {
    top: 30%;
  }

}

#antiasalto #iron-glass .content {
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #iron-glass .content .col-text {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #iron-glass .content .col-text p {
  color: #f0f0f0;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  letter-spacing: 0.1px;
  line-height: 1.59;
  margin: 1vw 0 1vw;
}
#antiasalto #iron-glass .content .col-video {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
#antiasalto #iron-glass .content .col-video .headline {
  display: none;
}
#antiasalto #iron-glass .content .col-video #video-blindaje {
  margin: 5vw 0 3vw;
  width: 85%;
  border-bottom: 12px solid #f8be1a;
}
#antiasalto #iron-glass .content .col-video #mute-btn-iron {
  cursor: pointer;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  width: 3%;
  position: absolute;
  top: 63%;
  right: 3%;
  z-index: 9999;
}
#antiasalto #iron-glass .content .col-video div {
  width: 100%;
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antiasalto #iron-glass .content .col-video div img {
  width: 11vw;
}
#antiasalto #poliflex .content {
  padding-right: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #poliflex .content .col-video {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #poliflex .content .col-video .headline {
  display: none;
}
#antiasalto #poliflex .content .col-video .video-wrap {
  position: relative;
  margin: 10% 0 2%;
  width: 95%;
}
#antiasalto #poliflex .content .col-video .video-wrap #video-poliflex {
  width: 100%;
  border-bottom: 6px solid #f8be1a;
}
#antiasalto #poliflex .content .col-video .video-wrap #mute-btn-poli {
  cursor: pointer;
  -webkit-filter: brightness(100);
  filter: brightness(100);
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 4%;
}
#antiasalto #poliflex .content .col-video iframe {
  margin: 7vw 0 3vw;
  width: 92%;
  height: 38vw;
  border-bottom: 12px solid #f8be1a;
}
#antiasalto #poliflex .content .col-video div {
  width: 100%;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antiasalto #poliflex .content .col-video div img {
  width: 11vw;
}
#antiasalto #poliflex .content .col-text {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antiasalto #poliflex .content .col-text p {
  color: #f0f0f0;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  letter-spacing: 0.1px;
  line-height: 1.59;
  margin: 1vw 0 1vw;
}
#antiasalto #poliflex .content .col-text a.button {
  margin: 3vw 0 0;
}
#antiasalto #valor-agregado {
  padding: 5.5vw 0 2vw;
}
#antiasalto #valor-agregado .headline-center h4 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 3.15vw;
  margin: 1vw 0;
}
#antiasalto #valor-agregado .headline-center h4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: calc(50% - 7.5vw);
  width: 15vw;
  height: 1px;
  border-bottom: 2px solid #fff;
}
#antiasalto #valor-agregado .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antiasalto #valor-agregado .content .item {
  background-color: rgba(248, 190, 26, 0.8);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  width: 25vw;
  height: 18vw;
  padding: 2vw 2vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antiasalto #valor-agregado .content .item img {
  height: 10vw;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#antiasalto #valor-agregado .content .item p {
  color: #000000;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.18;
  text-align: center;
  font-size: 1.7vw;
  max-width: 100%;
}
/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #antiasalto {
    background: #000;
  }
  #antiasalto #intro {
    margin: 0% 0% 5%;
  }
  #antiasalto #intro .content {
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #antiasalto #intro .content .col-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #intro .content .col-text p {
    margin: 12vw 0 5vw;
    font-size: 4vw;
    line-height: 1.59;
  }
  #antiasalto #intro .content .col-text a.button {
    margin: 3vw 0 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #antiasalto #intro .content .col-img {
    display: none;
  }
  #antiasalto #iron-glass .content {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #antiasalto #iron-glass .content .col-text {
    padding: 0 5vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #iron-glass .content .col-text .headline {
    display: none;
  }
  #antiasalto #iron-glass .content .col-text p {
    margin: 5vw 0 2vw;
    font-size: 4vw;
    line-height: 1.59;
  }
  #antiasalto #iron-glass .content .col-video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #iron-glass .content .col-video .headline {
    display: initial;
  }
  #antiasalto #iron-glass .content .col-video #video-blindaje {
    margin: 5vw 0 3vw;
    width: 100%;
    border-bottom: 6px solid #f8be1a;
  }
  #antiasalto #iron-glass .content .col-video #mute-btn-iron {
    width: 5%;
    top: 74%;
    right: 3%;
    z-index: 9999;
  }
  #antiasalto #iron-glass .content .col-video div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #iron-glass .content .col-video div img {
    width: 20vw;
  }
  #antiasalto #poliflex .content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #antiasalto #poliflex .content .col-text {
    padding: 0 5vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #poliflex .content .col-text .headline {
    display: none;
  }
  #antiasalto #poliflex .content .col-text p {
    margin: 5vw 0 2vw;
    font-size: 4vw;
    line-height: 1.59;
  }
  #antiasalto #poliflex .content .col-video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #poliflex .content .col-video .headline {
    display: initial;
  }
  #antiasalto #poliflex .content .col-video iframe {
    margin: 0 0 5vw;
    width: 100%;
    height: 77vw;
  }
  #antiasalto #poliflex .content .col-video div {
    width: 100%;
    width: 91%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #poliflex .content .col-video div img {
    width: 20vw;
  }
  #antiasalto #valor-agregado {
    padding: 8vw 0 10vw;
  }
  #antiasalto #valor-agregado .headline-center h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
  font-weight: 600;
    font-size: 7vw;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 5vw 0;
  }
  #antiasalto #valor-agregado .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: 15vw;
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antiasalto #valor-agregado .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antiasalto #valor-agregado .content .item {
    width: 50%;
    height: 47vw;
    padding: 5vw 5vw;
  }
  #antiasalto #valor-agregado .content .item img {
    height: 25vw;
  }
  #antiasalto #valor-agregado .content .item p {
    font-size: 4vw;
  }
}
/******************/
/****  DESKTOP XL  ****/
/******************/
@media screen and (min-width: 1440px) {
  #antiasalto #intro .content {
    padding-left: calc(1440px / 100 * 5);
  }
  #antiasalto #intro .content .col-text {
    width: 40%;
  }
  #antiasalto #intro .content .col-text p {
    margin: calc(1440px / 100 * 3) 0 calc(1440px / 100 * 5);
    font-size: calc(1440px / 100 * 1.64);
  }
  #antiasalto #intro .content .col-text a.button {
    margin: calc(1440px / 100 * 3) 0 0;
  }
  #antiasalto #intro .content .col-img {
    width: 60%;
  }
  #antiasalto #intro .content .col-img img {
    width: 92%;
  }
  #antiasalto #iron-glass .content {
    padding-left: calc(1440px / 100 * 5);
  }
  #antiasalto #iron-glass .content .col-text {
    width: 40%;
  }
  #antiasalto #iron-glass .content .col-text p {
    font-size: calc(1440px / 100 * 1.64);
    line-height: 1.59;
    margin: calc(1440px / 100 * 1) 0 calc(1440px / 100 * 1);
  }
  #antiasalto #iron-glass .content .col-video {
    width: 60%;
  }
  #antiasalto #iron-glass .content .col-video iframe {
    margin: calc(1440px / 100 * 5) 0 calc(1440px / 100 * 3);
    width: 85%;
  }
  #antiasalto #iron-glass .content .col-video #video-blindaje {
    margin: calc(1440px / 100 * 5) 0 calc(1440px / 100 * 3);
    width: 85%;
  }
  #antiasalto #iron-glass .content .col-video div {
    width: 100%;
    width: 91%;
  }
  #antiasalto #iron-glass .content .col-video div img {
    width: calc(1440px / 100 * 11);
  }
  #antiasalto #poliflex .content {
    padding-right: calc(1440px / 100 * 5);
  }
  #antiasalto #poliflex .content .col-video {
    width: 55%;
  }
  #antiasalto #poliflex .content .col-video iframe {
    margin: calc(1440px / 100 * 7) 0 calc(1440px / 100 * 3);
    width: 92%;
    height: calc(1440px / 100 * 38);
  }
  #antiasalto #poliflex .content .col-video div {
    width: 100%;
    width: 95%;
  }
  #antiasalto #poliflex .content .col-video div img {
    width: calc(1440px / 100 * 11);
  }
  #antiasalto #poliflex .content .col-text {
    width: 45%;
  }
  #antiasalto #poliflex .content .col-text p {
    font-size: calc(1440px / 100 * 1.64);
    margin: calc(1440px / 100 * 1) 0 calc(1440px / 100 * 1);
  }
  #antiasalto #poliflex .content .col-text a.button {
    margin: calc(1440px / 100 * 3) 0 0;
  }
  #antiasalto #valor-agregado {
    padding: calc(1440px / 100 * 5.5) 0 calc(1440px / 100 * 2);
  }
  #antiasalto #valor-agregado .headline-center h4 {
    font-size: calc(1440px / 100 * 3.15);
    margin: calc(1440px / 100 * 1) 0;
  }
  #antiasalto #valor-agregado .headline-center h4::before {
    left: calc(50% - 7.5%);
    width: 15%;
  }
  #antiasalto #valor-agregado .content .item {
    width: calc(1440px / 100 * 25);
    height: calc(1440px / 100 * 18);
    padding: calc(1440px / 100 * 2) calc(1440px / 100 * 2) calc(1440px / 100 * 3);
  }
  #antiasalto #valor-agregado .content .item img {
    height: calc(1440px / 100 * 10);
  }
  #antiasalto #valor-agregado .content .item p {
    font-size: calc(1440px / 100 * 1.7);
  }
}

/*
 * ANTIBALAS
*/

#antibalas {
  background: url(assets/images/antibalas-bg.png);
  background-size: cover;
}
#antibalas #intro > .headline {
  display: none;
}
#antibalas #intro .content {
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antibalas #intro .content .col-text {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antibalas #intro .content .col-text p {
  margin: 6vw 0 -3vw;
  font-family: "Cairo", sans-serif;
  font-size: 1.64vw;
  line-height: 1.59;
  letter-spacing: 0.1px;
  text-align: left;
  color: #f0f0f0;
}
#antibalas #intro .content .col-text p > :nth-of-type(1) {
  margin: 5vw 0 0;
}
#antibalas #intro .content .col-video {
  width: 64%;
}
#antibalas #intro .content .col-video iframe {
  width: 100%;
  height: 56vw;
  float: right;
  border-bottom: 12px solid #f8be1a;
}
#antibalas #niveles {
  margin: 9vw 0 0vw;
}
#antibalas #niveles > p {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 2vw;
}
#antibalas #niveles > p span {
  display: block;
}
#antibalas #niveles .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5vw 6.5vw 0;
}
#antibalas #niveles .content .popup-wrapper {
  height: 60vw;
  position: relative;
  width: 33%;
}
#antibalas #niveles .content .popup-wrapper .popup {
  opacity: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#antibalas #niveles .content .popup-wrapper .popup.selected {
  opacity: 1;
  position: absolute;
  top: 10%;
  left: 0;
  background-color: #f8be1a;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  width: 27vw;
  height: 46vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1vw 0 1.5vw;
}
#antibalas #niveles .content .popup-wrapper .popup.selected .title h5 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 2.7vw;
  text-align: center;
}
#antibalas #niveles .content .popup-wrapper .popup.selected .title h4 {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 7.4vw;
  line-height: 0.8;
}
#antibalas #niveles .content .popup-wrapper .popup.selected .guns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
}
#antibalas #niveles .content .popup-wrapper .popup.selected .specs p {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 1vw 0;
  border-top: 1px solid #000;
  line-height: 1.1;
  font-size: 1.9vw;
}
#antibalas #niveles .content .popup-wrapper .popup.selected .specs p span {
  font-family: "Cairo", sans-serif;
  font-size: 1.7vw;
  display: block;
}
#antibalas #niveles .content .buttons-wrapper {
  width: 53px;
  height: 45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#antibalas #niveles .content .buttons-wrapper .btn {
  cursor: pointer;
  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;
  height: 10%;
  width: 220%;
}
#antibalas #niveles .content .buttons-wrapper .btn p {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 0.95;
  color: #ffffff;
  font-size: 2.1vw;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#antibalas #niveles .content .buttons-wrapper .btn.selected {
  background: url(assets/images/antibalas-btn-selected.svg) no-repeat;
  background-size: 100% 100%;
}
#antibalas #niveles .content .buttons-wrapper .btn.selected p {
  color: #f8be1a;
}
#antibalas #niveles .content .grafico img {
  width: 45vw;
}
#antibalas #niveles .content a.button {
  width: 17%;
  margin-left: 7%;
  margin-right: auto;
}
#antibalas #valor-agregado {
  padding: 5.5vw 0 2vw;
}
#antibalas #valor-agregado .headline-center h4 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 3.15vw;
  margin: 1vw 0;
}
#antibalas #valor-agregado .headline-center h4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: calc(50% - 7.5vw);
  width: 15vw;
  height: 1px;
  border-bottom: 2px solid #fff;
}
#antibalas #valor-agregado .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antibalas #valor-agregado .content .item {
  background-color: rgba(248, 190, 26, 0.8);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  width: 25vw;
  height: 18vw;
  padding: 2vw 2vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antibalas #valor-agregado .content .item img {
  height: 10vw;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#antibalas #valor-agregado .content .item p {
  color: #000000;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.18;
  text-align: center;
  font-size: 1.7vw;
  max-width: 100%;
}
#antibalas #pasosBlindaje {
  padding: 5vw 5vw;
}
#antibalas #pasosBlindaje .headline-center h4 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 3.15vw;
  margin: 1vw 0;
}
#antibalas #pasosBlindaje .headline-center h4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: calc(50% - 7.5vw);
  width: 15vw;
  height: 1px;
  border-bottom: 2px solid #fff;
}
#antibalas #pasosBlindaje .buttons-wrapper {
  margin: 5vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
#antibalas #pasosBlindaje .buttons-wrapper::after {
  content: '';
  position: absolute;
  height: 1px;
  border-bottom: 2px dashed #f8be1a;
  z-index: 1;
  width: 80%;
  top: 20%;
  left: calc(50% - 40%);
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number {
  cursor: pointer;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number.selected .number {
  background: #f8be1a;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number.selected .number span {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #000;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number.selected p {
  color: #f8be1a;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number .number {
  background: #000;
  border-radius: 50%;
  border: 2px solid #f8be1a;
  width: 5vw;
  height: 5vw;
  margin: 0 0 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number .number span {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 3.6vw;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number p {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.24;
  letter-spacing: 0.2px;
  text-align: center;
  font-size: 1.6vw;
  max-width: 100%;
}
#antibalas #pasosBlindaje .buttons-wrapper .btn-number p span {
  display: block;
}
#antibalas #pasosBlindaje .steps-wrapper {
  padding: 6.3vw 10vw 0vw 15vw;
}
#antibalas #pasosBlindaje .steps-wrapper .step {
  opacity: 0;
  display: none;
  max-height: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#antibalas #pasosBlindaje .steps-wrapper .step.selected {
  opacity: 1;
  display: block;
  max-height: 1500px;
  position: relative;
}
#antibalas #pasosBlindaje .steps-wrapper .step.selected p {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.76;
  font-size: 1.665vw;
  margin-bottom: 4.2vw;
}
#antibalas #pasosBlindaje .steps-wrapper .step.selected::after {
  border-bottom: 3px solid #f8be1a;
  content: '';
  position: absolute;
  left: -15%;
  width: 80vw;
}
#antibalas #faq {
  margin-top: 2vw;
  padding: 0 12vw 5vw 8vw;
}
#antibalas #faq .headline-center h4 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 3.15vw;
  margin: 1vw 0;
}
#antibalas #faq .headline-center h4::before {
  content: '';
  position: absolute;
  top: -50%;
  left: calc(50% - 7.5vw);
  width: 15vw;
  height: 1px;
  border-bottom: 2px solid #fff;
}
#antibalas #faq .dropdown-content ul li {
  border-bottom: 1px solid #f8be1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#antibalas #faq .dropdown-content ul li:first-of-type {
  border-top: 1px solid #f8be1a;
}
#antibalas #faq .dropdown-content ul li .question {
  padding: 1.6vw 4.3vw 1.6vw 8.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#antibalas #faq .dropdown-content ul li .question h3 {
  font-size: 1.7vw;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
}
#antibalas #faq .dropdown-content ul li .question h3 .faq-number {
  margin-right: 0.5vw;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
#antibalas #faq .dropdown-content ul li .question h3 span:not(.faq-number) {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
#antibalas #faq .dropdown-content ul li .question i {
  background: #f8be1a;
  height: 1vw;
  position: relative;
  width: 0.2vw;
}
#antibalas #faq .dropdown-content ul li .question i::after {
  background: #f8be1a;
  content: "";
  height: 0.2vw;
  left: -0.4vw;
  position: absolute;
  top: 0.4vw;
  width: 1vw;
}
#antibalas #faq .dropdown-content ul li .content.hide {
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#antibalas #faq .dropdown-content ul li .content.show {
  position: relative;
  padding: 1.6vw 4.3vw 1.6vw 10vw;
  background: #f8be1a;
  font-family: "Cairo", sans-serif;
  bottom: -1.6vw;
  margin-bottom: 1.6vw;
  margin-top: -1.6vw;
  max-height: 150vw;
  visibility: visible;
}
#antibalas #faq .dropdown-content ul li .content.show p {
  color: #000;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  line-height: 1.59;
  letter-spacing: 0.2px;
  font-size: 1.65vw;
}
#antibalas #faq .dropdown-content ul li .content.show p span {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
/******************/
/****  MOBILE  ****/
/******************/
@media screen and (max-width: 768px) {
  #antibalas #intro > .headline {
    display: block;
  }
  #antibalas #intro .content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
  #antibalas #intro .content .col-text,
  #antibalas #intro .content .col-video {
    width: 100%;
  }
  #antibalas #intro .content .col-text > .headline {
    display: none;
  }
  #antibalas #intro .content .col-text p {
    padding: 0 6vw;
    margin: 4.25vw 0 0vw;
    font-size: 4.55vw;
    line-height: 1.35;
    letter-spacing: normal;
  }
  #antibalas #intro .content .col-video {
    margin: 15vw 0 0;
  }
  #antibalas #intro .content .col-video iframe {
    width: 100%;
    height: 56vw;
    float: none;
    border-bottom: 6px solid #f8be1a;
  }
  #antibalas #niveles > p {
    line-height: 1.28;
    font-size: 4.9vw;
    margin: 0 7.7vw;
  }
  #antibalas #niveles .content {
    display: block;
    position: relative;
    height: 260vw;
  }
  #antibalas #niveles .content .popup-wrapper {
    height: 60vw;
    position: relative;
    width: 100%;
    top: 40%;
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected {
    top: 0%;
    left: calc(50% - 37vw);
    width: 74vw;
    height: 125vw;
    padding: 4vw 0 3vw;
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .title h5 {
    font-size: 7vw;
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .title h4 {
    font-size: 20vw;
    line-height: 0.8;
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .specs p {
    padding: 3vw 0;
    line-height: 1.1;
    font-size: 4.9vw;
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .specs p span {
    font-size: 4.4vw;
  }
  #antibalas #niveles .content .buttons-wrapper {
    position: absolute;
    height: 79vw;
    top: 5%;
    left: 10%;
  }
  #antibalas #niveles .content .buttons-wrapper .btn {
    height: 20%;
    width: 200%;
  }
  #antibalas #niveles .content .buttons-wrapper .btn.selected {
    background-size: 100% 100%;
  }
  #antibalas #niveles .content .buttons-wrapper .btn p {
    line-height: 0.95;
    font-size: 5.1vw;
  }
  #antibalas #niveles .content .grafico {
    position: absolute;
    top: 4%;
    right: 3%;
  }
  #antibalas #niveles .content .grafico img {
    width: 63vw;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  #antibalas #niveles .content a.button {
    position: absolute;
    bottom: 0%;
    left: calc(50% - 20%);
    width: 40%;
    margin: 0;
  }
  #antibalas #valor-agregado {
    padding: 8vw 0 10vw;
  }
  #antibalas #valor-agregado .headline-center h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
  font-weight: 600;
    font-size: 7vw;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 5vw 0;
  }
  #antibalas #valor-agregado .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: 15vw;
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antibalas #valor-agregado .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antibalas #valor-agregado .content .item {
    width: 50%;
    height: 47vw;
    padding: 5vw 5vw;
  }
  #antibalas #valor-agregado .content .item img {
    height: 25vw;
  }
  #antibalas #valor-agregado .content .item p {
    font-size: 4vw;
  }
  #antibalas #pasosBlindaje {
    padding: 5vw 0;
  }
  #antibalas #pasosBlindaje .headline-center h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
  font-weight: 600;
    font-size: 7vw;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 5vw 0;
  }
  #antibalas #pasosBlindaje .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: 15vw;
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antibalas #pasosBlindaje .headline-center h4 span {
    display: block;
  }
  #antibalas #pasosBlindaje .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 102vw;
  }
  #antibalas #pasosBlindaje .buttons-wrapper::after {
    height: 100%;
    border-bottom: none;
    border-right: 2px dashed #f8be1a;
    width: 1px;
    top: 0%;
    left: 17%;
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number .number {
    border-radius: 50%;
    width: 15vw;
    height: 15vw;
    margin: 0 7vw 0 0;
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number .number span {
    font-size: 12vw;
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number p {
    text-align: left;
    font-size: 4.5vw;
    width: 58%;
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number p span {
    display: inline;
  }
  #antibalas #pasosBlindaje .steps-wrapper {
    padding: 13vw 10vw;
  }
  #antibalas #pasosBlindaje .steps-wrapper .step.selected p {
    line-height: 1.44;
    font-size: 4.3vw;
    margin-bottom: 4.6vw;
  }
  #antibalas #pasosBlindaje .steps-wrapper .step.selected::after {
    left: -6%;
    width: 91vw;
  }
  #antibalas #faq {
    margin: 0;
    padding: 0 7vw 0vw 0vw;
  }
  #antibalas #faq .headline-center h4 {
    color: #ffffff;
    font-family: "Cairo", sans-serif;
  font-weight: 600;
    font-size: 7vw;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 5vw 0;
  }
  #antibalas #faq .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: 15vw;
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antibalas #faq .headline-center h4 span {
    display: block;
  }
  #antibalas #faq .dropdown-content ul {
    -webkit-padding-start: 6.5vw;
    -moz-padding-start: 6.5vw;
    padding-inline-start: 6.5vw;
  }
  #antibalas #faq .dropdown-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #antibalas #faq .dropdown-content ul li .question {
    padding: 7vw 1vw 2vw 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #antibalas #faq .dropdown-content ul li .question h3 {
    font-size: 4.25vw;
    letter-spacing: 0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #antibalas #faq .dropdown-content ul li .question h3 span.faq-number {
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    margin-right: 2vw;
    font-size: 12vw;
    line-height: 0.9;
  }
  #antibalas #faq .dropdown-content ul li .question h3 span:not(.faq-number) {
    font-family: "Cairo", sans-serif;
  font-weight: 600;
    width: 63%;
  }
  #antibalas #faq .dropdown-content ul li .question i {
    height: 4vw;
    width: 0.8vw;
  }
  #antibalas #faq .dropdown-content ul li .question i::after {
    height: 0.8vw;
    left: -1.6vw;
    top: 1.6vw;
    width: 4vw;
  }
  #antibalas #faq .dropdown-content ul li .content.show {
    padding: 4vw 4.3vw 4vw 11vw;
    bottom: -2vw;
    left: -6.5vw;
    width: 100vw;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 300vw;
  }
  #antibalas #faq .dropdown-content ul li .content.show p {
    line-height: 1.59;
    letter-spacing: 0.2px;
    font-size: 4.2vw;
  }
  #antibalas #faq .dropdown-content ul li .content.show p span {
    font-family: "Cairo", sans-serif;
  font-weight: 700;
  }
}
/******************/
/****  DESKTOP XL  ****/
/******************/
@media screen and (min-width: 1440px) {
  #antibalas #intro .content {
    padding-left: calc(1440px / 100 * 5);
  }
  #antibalas #intro .content .col-text p {
    margin: calc(1440px / 100 * 6) 0 calc(1440px / 100 * -3);
    font-size: calc(1440px / 100 * 1.64);
    letter-spacing: 0.1px;
  }
  #antibalas #intro .content .col-video iframe {
    width: 100%;
    height: calc(1440px / 100 * 56);
  }
  #antibalas #niveles {
    margin: calc(1440px / 100 * 9) 0 0vw;
  }
  #antibalas #niveles > p {
    font-size: calc(1440px / 100 * 2);
  }
  #antibalas #niveles .content {
    padding: calc(1440px / 100 * 5) calc(1440px / 100 * 6.5) 0;
  }
  #antibalas #niveles .content .popup-wrapper {
    height: calc(1440px / 100 * 60);
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected {
    width: calc(1440px / 100 * 27);
    height: calc(1440px / 100 * 46);
    padding: calc(1440px / 100 * 1) 0 calc(1440px / 100 * 1.5);
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .title h5 {
    font-size: calc(1440px / 100 * 2.7);
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .title h4 {
    font-size: calc(1440px / 100 * 7.4);
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .specs p {
    padding: calc(1440px / 100 * 1) 0;
    font-size: calc(1440px / 100 * 1.9);
  }
  #antibalas #niveles .content .popup-wrapper .popup.selected .specs p span {
    font-size: calc(1440px / 100 * 1.7);
  }
  #antibalas #niveles .content .buttons-wrapper {
    height: calc(1440px / 100 * 45);
  }
  #antibalas #niveles .content .buttons-wrapper .btn p {
    font-size: calc(1440px / 100 * 2.1);
  }
  #antibalas #niveles .content .grafico img {
    width: calc(1440px / 100 * 45);
  }
  #antibalas #valor-agregado {
    padding: calc(1440px / 100 * 5.5) 0 calc(1440px / 100 * 2);
  }
  #antibalas #valor-agregado .headline-center h4 {
    font-size: calc(1440px / 100 * 3.15);
    margin: calc(1440px / 100 * 1) 0;
  }
  #antibalas #valor-agregado .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: calc(1440px / 100 * 15);
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antibalas #valor-agregado .content .item {
    width: calc(1440px / 100 * 25);
    height: calc(1440px / 100 * 18);
    padding: calc(1440px / 100 * 2) calc(1440px / 100 * 2) calc(1440px / 100 * 3);
  }
  #antibalas #valor-agregado .content .item img {
    height: calc(1440px / 100 * 10);
  }
  #antibalas #valor-agregado .content .item p {
    font-size: calc(1440px / 100 * 1.7);
  }
  #antibalas #pasosBlindaje {
    padding: calc(1440px / 100 * 5) calc(1440px / 100 * 5);
  }
  #antibalas #pasosBlindaje .headline-center h4 {
    font-size: calc(1440px / 100 * 3.15);
    margin: calc(1440px / 100 * 1) 0;
  }
  #antibalas #pasosBlindaje .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: calc(1440px / 100 * 15);
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antibalas #pasosBlindaje .buttons-wrapper {
    margin: calc(1440px / 100 * 5) 0 0;
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number .number {
    width: calc(1440px / 100 * 5);
    height: calc(1440px / 100 * 5);
    margin: 0 0 calc(1440px / 100 * 1.25);
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number .number span {
    font-size: calc(1440px / 100 * 3.6);
  }
  #antibalas #pasosBlindaje .buttons-wrapper .btn-number p {
    font-size: calc(1440px / 100 * 1.6);
  }
  #antibalas #pasosBlindaje .steps-wrapper {
    padding: calc(1440px / 100 * 6.3) calc(1440px / 100 * 10) 0vw calc(1440px / 100 * 15);
  }
  #antibalas #pasosBlindaje .steps-wrapper .step.selected p {
    font-size: calc(1440px / 100 * 1.665);
    margin-bottom: calc(1440px / 100 * 4.2);
  }
  #antibalas #pasosBlindaje .steps-wrapper .step.selected::after {
    width: calc(1440px / 100 * 80);
  }
  #antibalas #faq {
    margin-top: calc(1440px / 100 * 2);
    padding: 0 calc(1440px / 100 * 12) calc(1440px / 100 * 5) calc(1440px / 100 * 8);
  }
  #antibalas #faq .headline-center h4 {
    font-size: calc(1440px / 100 * 3.15);
    margin: calc(1440px / 100 * 1) 0;
  }
  #antibalas #faq .headline-center h4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: calc(50% - 7.5vw);
    width: calc(1440px / 100 * 15);
    height: 1px;
    border-bottom: 2px solid #fff;
  }
  #antibalas #faq .dropdown-content ul li .question {
    padding: calc(1440px / 100 * 1.6) calc(1440px / 100 * 4.3) calc(1440px / 100 * 1.6) calc(1440px / 100 * 8.2);
  }
  #antibalas #faq .dropdown-content ul li .question h3 {
    font-size: calc(1440px / 100 * 1.7);
    letter-spacing: 0.2px;
  }
  #antibalas #faq .dropdown-content ul li .question h3 .faq-number {
    margin-right: calc(1440px / 100 * 0.5);
  }
  #antibalas #faq .dropdown-content ul li .question i {
    height: calc(1440px / 100 * 1);
    width: calc(1440px / 100 * 0.2);
  }
  #antibalas #faq .dropdown-content ul li .question i::after {
    height: calc(1440px / 100 * 0.2);
    left: calc(1440px / 100 * -0.4);
    top: calc(1440px / 100 * 0.4);
    width: calc(1440px / 100 * 1);
  }
  #antibalas #faq .dropdown-content ul li .content.show {
    padding: calc(1440px / 100 * 1.6) calc(1440px / 100 * 4.3) calc(1440px / 100 * 1.6) calc(1440px / 100 * 10);
    bottom: calc(1440px / 100 * -1.6);
    margin-bottom: calc(1440px / 100 * 1.6);
    margin-top: calc(1440px / 100 * -1.6);
    max-height: calc(1440px / 100 * 150);
  }
  #antibalas #faq .dropdown-content ul li .content.show p {
    font-size: calc(1440px / 100 * 1.65);
  }
}

.sucursal-proximamente-sucursales {
    font-family: Cairo;
    font-size: 1rem;
}

.sucursal-proximamente {
  font-size: calc(1440px / 100 * 2);
  font-family: 'Cairo';
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.wpml-ls-legacy-list-horizontal {
  display: none;
}

@media screen and (max-width: 768px) {
  .sucursal-proximamente {
    display: none;
  }


  .wpml-ls-legacy-list-horizontal {
    display: block;
    position: absolute;
    padding: 0;
    top: -5px;
    right: 40px;
    border: none;
    z-index: 1;
  }

  .wpml-ls-legacy-list-horizontal ul {
    background-color: transparent!important;
  }

}
