@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,700&display=swap");
@import url("./bloques.css");
:root {
  --c-black: #000000;
  --c-grey: #B9B9B9;
  --c-grey-light-2: #f5f5f5;
  --c-dark-grey: #404040;
  --c-primary: #c40000;
  --c-secondary: #00d8e6;
  --c-white: #ffffff;
  --c-grey-light: #e2e2e2;
  --c-whatsapp: #25D366;
  --c-email: #3b5998;
  --c-phone: #009479;
  --c-facebook: #3b5998;
  --c-twitter: #000000;
  --c-transparent: #000000; }

/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

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

/*h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;} */
/*p{margin:0;} */
cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

address {
  font-style: normal; }

body {
  overflow-x: hidden; }

.hidden {
  opacity: 0; }

button:active, button:focus, a:active, a:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  outline: none; }

html {
  font-size: 16px;
  /*for using REM units*/ }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222; }

body {
  font-family: 'Montserrat', sans-serif; }

[class*="grid-"] {
  display: grid; }

.grid-2 {
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 768px) {
    .grid-2 {
      grid-template-columns: repeat(1, 1fr); } }

.grid-3 {
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 768px) {
    .grid-3 {
      grid-template-columns: repeat(1, 1fr) !important; } }

.grid-4 {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .grid-4 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 768px) {
    .grid-4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .grid-4 {
      grid-template-columns: repeat(1, 1fr); } }

.grid-4-h {
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .grid-4-h {
      grid-template-columns: repeat(1, 1fr) !important; } }

.containerpage {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px; }
  @media (max-width: 768px) {
    .containerpage {
      padding: 0px 20px; } }
  .containerpage__full {
    max-width: none;
    padding: 40px 60px; }
    @media (max-width: 768px) {
      .containerpage__full {
        padding: 30px 20px; } }

.section {
  padding: 40px 0px; }
  .section--catalog {
    padding: 45px 0px 30px 0px;
    margin-top: -140px; }

    .catalogo .section--catalog {
      padding: 0px 0px 0px 0px;
      margin-top: 0px;
      }
    @media (max-width: 576px) {
      .section--catalog {
        padding: 30px 0px 0px 0px !important;
        margin-top: -120px; }

      .catalogo .section--catalog {
        padding: 0px 0px 0px 0px !important;
        margin-top: 0px;
        }
      }
  @media (max-width: 576px) {
    .section {
      padding: 30px 0px; } }

.header {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  transition: all 500ms ease;
  /* color: var(--c-white); */
  font-family: 'Montserrat', sans-serif !important; }

  .header.--big {
    padding: 60px 40px;
  }

  .header.sticky {
    padding: 30px;
    background-color: var(--c-dark-grey);
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.33); }
    @media (max-width: 1200px) {
      .header.sticky {
        align-items: center; } }
    @media (max-width: 576px) {
      .header.sticky {
        padding: 15px; } }
    .header.sticky .header__logo img {
      max-height: 50px;
      vertical-align: middle; }

      .header.sticky .header__logo.--big img {
        max-height: 65px;
        vertical-align: middle; }

      @media (max-width: 576px) {
        .header.sticky .header__logo img {
          max-height: 40px; }

        .header.sticky .header__logo.--big img {
            max-height: 55px; }
        }



  @media (max-width: 1200px) {
    .header {
      justify-content: space-between;
      padding: 15px; }

    .header.--big {
        padding: 20px 15px; }
    }
  .header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    font-size: 1.4rem;
    color: var(--c-white) !important; }
    .header__logo a {
      color: var(--c-white) !important;
      text-decoration: none; }
    .header__logo a:hover {
      color: var(--c-white) !important;
      text-decoration: none; }
    @media (max-width: 1200px) {
      .header__logo {
        position: relative;
        left: 0%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        font-size: 1.1rem; } }

  .header__logo.--big img {
    max-height: 110px;
    width: auto;
  }

  .header__logo img {
    transition: all 500ms ease;
    max-height: 70px;
    max-width: 300px;
    color: var(--c-white) !important; }
    @media (max-width: 576px) {
      .header__logo img {
        max-height: 40px; }

      .header__logo.--big img {
        max-height: 65px; }
    }

  @media (min-width:1201px) and (max-width:1300px){
    .header__logo.--big img{
      max-width:145px;
    }
  }

.hero {
  text-align: center;
  height: auto !important;
  width: 100%; }

  .hero.--product-featured .swiper-container {
    width: 100%;
    height: 65vh;
  }

  @media (max-width: 576px) {
    .hero.--product-featured .swiper-container {
      width: 100%;
      height: 55vh;
    }
  }

  .hero .swiper-container {
    width: 100%;
    height: 75vh; }
  .hero .swiper-slide {
    display: table;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top; }
  .hero__text {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 30px; }
    @media (max-width: 1366px) {
      .hero__text {
        top: 10%; } }
    @media (max-width: 768px) {
      .hero__text {
        top: 5%; } }
    @media (max-width: 576px) {
      .hero__text {
        top: 5%; } }
  .hero__title {
    text-align: center;
    color: var(--c-white);
    font-size: 3.2rem;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.85);
    margin-bottom: 1rem;
    font-weight: 700; }
    @media (max-width: 768px) {
      .hero__title {
        font-size: 2.5rem; } }
    @media (max-width: 576px) {
      .hero__title {
        font-size: 2rem; } }
  .hero__description {
    text-align: center;
    color: var(--c-white);
    font-size: 1.5rem;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.85);
    margin-bottom: 1.4rem; }
    @media (max-width: 768px) {
      .hero__description {
        font-size: 1.3rem; } }
    @media (max-width: 576px) {
      .hero__description {
        font-size: 1.1rem; } }
  .hero__icon {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 2.5rem;
    color: var(--c-white);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.85); }
    @media (max-width: 768px) {
      .hero__icon {
        font-size: 2.2rem; } }
    @media (max-width: 576px) {
      .hero__icon {
        font-size: 1.8rem; } }
  .hero__ovelay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0; }
  .hero__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 13%, transparent 25%); }
  .hero .hero {
    width: 100%; }
    .hero .hero .swiper-container {
      width: 100%;
      height: 75vh; }
      @media (max-width: 1366px) {
        .hero .hero .swiper-container {
          height: 80vh; } }
      @media (max-width: 768px) {
        .hero .hero .swiper-container {
          height: 75vh; } }
    .hero .hero .swiper-slide {
      display: table;
      background-size: cover !important;
      background-repeat: no-repeat !important; }

section.home.--product-featured .swiper-container {
  height: 80vh !important;
}

section.home.--product-featured  {
  height: 80vh !important;
  min-height: auto;
}

@media (min-width: 768px) {
  section.home.--product-featured .swiper-container {
    height: 55vh !important;
  }

  section.home.--product-featured {
    height: 55vh !important;
    min-height: auto;
  }
}
.catalog {
  text-align: center; }
  .catalog__title {
    color: var(--c-white);
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 2.5rem; }
    @media (max-width: 576px) {
      .catalog__title {
        font-size: 1.35rem; } }
    .catalog__title::after {
      content: '';
      border-top: 2px solid;
      border-color: var(--c-white);
      width: 35px;
      display: block;
      margin: 0 auto; }

.gallerySlider {
  width: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0px; }
  .gallerySlider__pagination {
    font-size: 3rem;
    color: var(--c-white) !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }
  .gallerySlider__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .gallerySlider .swiper-container {
    width: 100%;
    height: 300px; }
  .gallerySlider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .gallerySlider .swiper-button-next:after, .gallerySlider .swiper-button-prev:after {
    display: none !important; }

.galleryGrid {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: var(--c-secondary); }
  .galleryGrid__grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px; }
    @media (max-width: 768px) {
      .galleryGrid__grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px; } }
  .galleryGrid__item {
    display: block;
    height: 300px;
    justify-items: center;
    background-size: cover;
    background-position: center center; }
    .galleryGrid__item__ovelay {
      display: inline-grid;
      position: relative;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      opacity: 0;
      transition: all 250ms ease; }
      .galleryGrid__item__ovelay span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        color: var(--c-white); }
      .galleryGrid__item__ovelay:hover {
        opacity: 1; }

.footer {
  font-family: 'Montserrat', sans-serif !important;
  background-color: var(--c-primary) !important;
  padding: 40px 60px; }
  .footer__grid {
    grid-column-gap: 45px;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 992px) {
      .footer__grid {
        grid-row-gap: 30px;
        grid-template-columns: repeat(2, 1fr) !important;
        width: auto !important; } }
    @media (max-width: 576px) {
      .footer__grid {
        grid-template-columns: repeat(1, 1fr) !important;
        width: auto !important; } }
  @media (max-width: 768px) {
    .footer {
      padding: 40px 20px; } }
  @media (max-width: 576px) {
    .footer {
      padding: 20px; } }
  .footer__title {
    color: var(--c-white);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight:600;
    line-height: 2.5rem; }

    @media screen and (min-width:768px){
      .footer__title{
        font-size:1.6rem;
      }
    }

    .footer__title::after {
      content: '';
      border-top: 2px solid;
      border-color: var(--c-primary);
      width: 35px;
      display: block;
      margin-top: 0px;
    }
    @media (max-width: 768px) {
        .footer__title::after {
          line-height: 2rem;
        }
    }
    .footer__title:after {
      border-color: var(--c-white); }
  .footer__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid;
    border-color: var(--c-white);
    position: relative;
    margin-bottom: 1rem; }
    .footer__icon .fas {
      position: absolute;
      font-size: 1.8rem;
      color: var(--c-white);
      align-items: center;
      justify-content: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .footer__info {
    font-size: 0.85rem;
    color: var(--c-white);
    text-align: left;
    margin-bottom: 0.6rem; }
    .footer__info__icon {
      padding-right: 5px; }
  .footer__social {
    display: inline-flex;
    justify-content:center;
    align-items:center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid;
    border-color: var(--c-white);
    position: relative;
    margin-right: 0.5rem;
    color: var(--c-white);
    transition: all 0.5s ease; }
    .footer__social:hover {
      background-color: var(--c-white);
      color: var(--c-primary); }
    .footer__social .fab, .footer__social .fas {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      font-size: 1.4rem; }
  .footer__map {
    height: 300px;
    width: 100%;
    position: relative; }

    .footer .socialIcon__container{
      width: 2.5rem;
      height:2.5rem;
      border-width: 2px;
      border-style: solid;
      border-radius:100%;
      display:flex;
      justify-content:center;
      align-items:center;
      transition: all .5s;
    }



    .footer__social{
      margin:0;
    }
    
    .footer .socialIcon__img{
      width: 1.25rem;
      height: 1.25rem;
    }

    
    
    .footer__colsocial-container{
      display:flex;
      align-items:center;
      gap:.5rem;
    }
    
    .footer__colsocial-container a{
      height: 2.5rem;
    }
    
    .footer__colsocial-container .socialIcon{
      margin:0;
    }
  

.navdesktop {
  display: flex;
  width: 100%;
  /* padding: 0px 40px 0px 40px; */
  justify-content: center; }
  @media (max-width: 1200px) {
    .navdesktop {
      display: none; } }
  .navdesktop__separation {
    -webkit-box-flex: 0.7;
    -ms-flex-positive: 0.7;
    flex-grow: 0.7; }
  .navdesktop__button {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; color:red}
    .navdesktop__button:last-child {
      margin-right: 0px; }

.content__grid {
  grid-column-gap: 45px; }
  @media (max-width: 768px) {
    .content__grid {
      grid-row-gap: 30px;
      grid-column-gap: 0px; } }

  @media (max-width: 640px) {
    .content__grid {
      display: block; } }
.content__title .fa-caret-right{
  display:none;
}
.content__title {
  font-size: 1.6rem;
  font-weight:600;
  line-height: 2rem;
  color: #000;
  text-align: left;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif !important;
}

@media screen and (min-width:768px){
  .content__title {
    font-size:2rem;
  }
}

  .content__title--video {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0rem;
    font-weight: 400; }
    .content__title--video::after {
      margin: 0 auto; }
  .content__title::after {
    content: '';
    border-top: 2px solid;
    width: 35px;
    display: block;
    margin-top: 0px; }
.content__figure img {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  width: 100%; }
.content__text {
  font-size: 0.85rem;
  line-height: 1.45rem; }
  @media (max-width: 768px) {
    .content__text {
      font-size: 0.80rem;
      line-height: 1.4rem; } }

  @media (max-width: 640px) {
    .content__text {
      padding: 30px 0px; }

      .content__text.--first {
        padding: 0px 0px 30px 0px;
      }
    }


.content__subtitle{
  font-size: 1.3rem;
  font-weight:600;
  margin-bottom:25px;
}

.content__subtitle i{
  display:none;
}

.content__subtitle::after {
  content: '';
  border-top: 2px solid;
  width: 35px;
  display: block;
  margin-top: 0px;
}

@media screen and (min-width:768px){
  .content__subtitle{
    font-size: 1.4rem;
  }
}


.navmobile {
  display: none; }
  @media (max-width: 1200px) {
    .navmobile {
      user-select: none;
      cursor: pointer;
      height: 2rem;
      right: 0rem;
      position: relative;
      top: 0rem;
      width: 2.5rem;
      display: flex;
      margin-top: 0.2rem;
      z-index: 999999; } }
  .navmobile__ovelay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0; }
    .navmobile__ovelay.active {
      display: block;
      opacity: 1; }
  .navmobile:hover {
    opacity: 0.8; }
  .navmobile.expanded {
    transform: rotate(0deg); }
  .navmobile__togglebar {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    background: var(--c-white);
    content: '';
    height: 0.1rem;
    width: 100%; }
    .navmobile__togglebar::after, .navmobile__togglebar ::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.5s ease;
      background: white;
      content: '';
      height: 0.12rem;
      width: 100%; }
  .navmobile__nav {
    transition: right 0.5s ease;
    background: var(--c-black);
    height: 100vh;
    right: -20rem;
    padding: 6rem 2rem 2rem 2rem;
    position: fixed;
    top: 0;
    width: 20rem;
    z-index: 100; }
    @media (max-width: 1200px) {
      .navmobile__nav.expanded {
        right: 0px; } }
    @media (max-width: 768px) {
      .navmobile__nav.expanded {
        right: 0px; } }
    @media (max-width: 576px) {
      .navmobile__nav.expanded {
        right: -60px; } }
    .navmobile__navul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      list-style: none;
      margin: 0;
      padding: 0; }
  .navmobile__button {
    color: var(--c-white);
    cursor: pointer;
    line-height: 3rem; }
  .navmobile .navmobile__togglebar {
    margin-top: 0; }
    .navmobile .navmobile__togglebar .navmobile .navmobile__togglebar::after, .navmobile .navmobile__togglebar::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.5s ease;
      background: var(--c-white);
      content: '';
      height: 0.12rem;
      width: 100%; }
    .navmobile .navmobile__togglebar::after {
      margin-top: 0.8rem; }
    .navmobile .navmobile__togglebar::before {
      margin-top: -0.8rem; }
  .navmobile.expanded .navmobile__togglebar {
    background: transparent; }
    .navmobile.expanded .navmobile__togglebar::after, .navmobile.expanded .navmobile__togglebar::before {
      background: white;
      margin-top: 0; }
    .navmobile.expanded .navmobile__togglebar::after {
      transform: rotate(45deg); }
    .navmobile.expanded .navmobile__togglebar::before {
      transform: rotate(-45deg); }

.highlights {
  background: transparent !important;
  z-index: 10;
  padding: 0px !important;
  position: relative !important; }

  .highlights.--product-featured {
    padding: 40px 0px !important;
  }

  .highlights.--product-featured .highlights__grid {
    grid-column-gap: 35px;
    margin-top: 0px;
  }


  .highlights__grid {
    grid-column-gap: 35px;
    margin-top: -60px; }
    @media (max-width: 1200px) {
      .highlights__grid {
        grid-row-gap: 20px; } }
    @media (max-width: 768px) {
      .highlights__grid {
        grid-row-gap: 20px;
        margin-top: -20px; } }
  .highlights__item {
    background-color: var(--c-white);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: block;
    padding: 15px 15px 5px 15px;
    justify-items: center; }
    .highlights__item__icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: relative;
      margin: 0 auto;
      border: 2px solid var(--c-primary); }
      .highlights__item__icon .icon, .highlights__item__icon .fas {
        position: absolute;
        font-size: 1.8rem;
        color: var(--c-primary);
        align-items: center;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100; }
    .highlights__item__text {
      font-size: 0.9rem;
      text-align: center;
      color: var(--c-black); }
      @media (max-width: 576px) {
        .highlights__item__text {
          font-size: 0.85rem; } }
    .highlights__item__title {
      font-size: 1.25rem;
      text-align: center;
      color: var(--c-primary);
      margin: 1rem 0px 1rem 0; }
      @media (max-width: 576px) {
        .highlights__item__title {
          font-size: 1.1rem; } }

.socialShare {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  display: flex;
  align-items: center; }
  .socialShare__text {
    font-size: 0.8rem;
    text-align: center;
    margin-right: 0.5rem; }
  .socialShare a {
    padding: 11px;
    font-size: 0.95rem;
    color: var(--c-white) !important;
    opacity: 1;
    transition: opacity 0.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.6s;
    width: 10px;
    height: 10px;
    margin-right: 0.5rem; }
    .socialShare a:hover {
      opacity: 0.8; }
  .socialShare__facebook {
    background: var(--c-facebook); }
  .socialShare__twitter {
    background: var(--c-twitter); }
  .socialShare__whatsapp {
    background: var(--c-whatsapp); }

    .socialShare__icon{
      height:15px;
      width:15px;
      filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(100%);
    }

.cardservices {
  display: block; }
  @media (max-width: 576px) {
    .cardservices {
      text-align: center; } }
  .cardservices__item {
    margin: 15px 0px 0px 0px;
    display: inline-block;
    margin-right: 5px; }

.contact {
  display: inline-grid;
  padding-bottom: 1.5rem; }
  .contact__input {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    border: 1px solid;
    border-color: var(--c-white);
    font-size: 10pt;
    line-height: 10pt;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
  .contact__textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    margin: 10px 0 0 0;
    border: 1px solid;
    border-color: var(--c-white);
    font-size: 10pt;
    line-height: 10pt;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    resize: none; }
  .contact__button {
    background-color: transparent;
    border: 2px solid;
    margin-top: 10px;
    border-color: var(--c-white);
    padding: 6px;
    font-size: 1rem;
    color: var(--c-white);
    cursor: pointer;
    transition: all 0.5s ease; }
    .contact__button:hover {
      background-color: var(--c-white);
      color: var(--c-primary); }

.actionButtonsMobile {
  position: fixed;
  bottom: 10px;
  left: 0px;
  display: none;
  justify-content: center;
  padding: 0px 10px 0px 10px;
  z-index: 1000; }
  .actionButtonsMobile__button {
    cursor: pointer;
    position: relative;
    padding: 8px;
    text-transform: uppercase;
    color: var(--c-white);
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    flex: 1 0 30.333333%;
    margin-right: 2.5%;
    background-color: var(--c-black); }
    .actionButtonsMobile__button:last-child {
      margin-right: 0%; }
    .actionButtonsMobile__button--whatsapp {
      background-color: var(--c-whatsapp); }
    .actionButtonsMobile__button--email {
      background-color: var(--c-email); }
    .actionButtonsMobile__button--phone {
      background-color: var(--c-phone); }
  @media (max-width: 768px) {
    .actionButtonsMobile {
      display: flex;
      width: 100%; } }

.tarifas__grid {
  display:grid;
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px; 
}


@media screen and (min-width:768px){
  .tarifas__grid.--3{
    grid-template-columns: repeat(3, 1fr);
  }
  .tarifas__grid.--2{
    grid-template-columns: repeat(2, 1fr);
  }

  .tarifas__item__description{
    grid-column-start: 1;
  }

  .tarifas__grid.--3 .tarifas__item__description{
    grid-column-end: 4;
  }

  .tarifas__grid.--2 .tarifas__item__description{
    grid-column-end: 3;
  }

}

.tarifas__item__description{
  font-size: 0.85rem;
  line-height: 1.45rem;
  margin:0;
  color: #222;
}

.tarifas__item__description a{
  color: #0260c5;
  text-decoration: underline;
}

.tarifas__item {
  font-size: 0.9rem;
  line-height: 1.4rem; }
  .tarifas__item__name {
    font-weight: 600; }
  .tarifas__item__description {
    padding-bottom: 0.6rem; }
  .tarifas__item__table {
    background-color: var(--c-white);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    display: inline-grid;
    grid-template-areas: "concepto precio";
    grid-template-columns: 3fr 1fr;
    width: 100%; }
    @media (max-width: 992px) {
      .tarifas__item__table {
        grid-template-columns: 1fr 100px; } }
  .tarifas__item__colconcepto {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    grid-area: concepto; }
  .tarifas__item__colprecio {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    grid-area: precio; 
    text-align:right;
    display:flex;
    justify-content:center;
    align-items:center;
  }

.videoyt {
  background-color: var(--c-grey-light-2); }
  .videoyt__title {
    font-weight: 600;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 1.3rem; }
  .videoyt__border {
    padding: 15px;
    border: 2px solid;
    border-image: linear-gradient(45deg, #b3b3b3, #eaeaea, #b3b3b3) 1; }
    @media (max-width: 768px) {
      .videoyt__border {
        padding: 10px; } }
  .videoyt__container {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px; }
    .videoyt__container__responsive {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .videoyt__container__responsive iframe, .videoyt__container__responsive object, .videoyt__container__responsive embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.offices {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  width: 70%; }
  @media (max-width: 768px) {
    .offices {
      width: 100%; } }
  .offices__top {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .offices__top__icon {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 3px solid;
      border-color: var(--c-primary);
      box-shadow: 0 0 0 2px var(--c-white);
      background-color: var(--c-white);
      position: relative;
      margin-right: 0.6rem; }
      .offices__top__icon--arrow.fas {
        font-size: 1.6rem;
        color: var(--c-white); }
      .offices__top__icon .fas {
        position: absolute;
        font-size: 1.35rem;
        color: var(--c-primary);
        align-items: center;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .offices__top__title {
      color: var(--c-white);
      font-size: 1.6rem;
      line-height: 2.5rem;
      flex-grow: 1; }
  /*-- Juan / Migración --*/
  .offices__info {
    font-size: 0.95rem;
    color: var(--c-white);
    text-align: left;
    margin-bottom: 1.7rem; }
  .offices__info h5 {
    margin-bottom: 0.2rem; }
  .offices__info p {
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
  }
  @media (max-width: 576px) {
    .offices__info {
      font-size: 0.85rem;
    }
    .offices__info h5 {
      margin-bottom: 0.5rem; }
    .offices__info p {
      padding-bottom: 5px;
    }
  }
  /*-- ---------------- --*/
    .offices__info__icon {
      padding-right: 0.6rem; }

.footergt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 40px;
  width: 100%;
  background-color: var(--c-dark-grey); }
  @media (max-width: 576px) {
    .footergt {
      justify-content: center; } }
  .footergt__text {
    font-size: 0.8rem;
    color: var(--c-white);
    margin-right: 0.6rem; }
  .footergt__image {
    transition: all 500ms ease; }
    .footergt__image:hover {
      opacity: 0.5; }

.announcement {
  padding: 0px 40px 0px 40px; }
  @media (max-width: 768px) {
    .announcement {
      padding: 0px 20px 0px 20px; } }

.button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition: line-height 300ms ease;
  transition: all 0.5s ease;
  font-size: 0.9rem;
  color: var(--c-white);
  position: relative; }
  .button--featured {
    padding: 8px;
    border-radius: 5px;
    background-color: var(--c-secondary); }
    .button--featured:hover {
      background-color: var(--c-white);
      color: var(--c-black);
      text-decoration: none; }
    .button--featured::after {
      display: none !important; }
    .button--featured:hover::after {
      width: 0%; }
  .button::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--c-white);
    transition: width .3s;
    position: absolute;
    bottom: -3px; }
  .button:hover {
    text-decoration: none; }
  .button:hover::after {
    width: 100%; }

.services {
  background-color: var(--c-white);
  border: 1px solid;
  border-color: var(--c-grey-light);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px; }
  @media (max-width: 576px) {
    .services {
      padding: 9px; } }
  .services .fas {
    font-size: 1rem;
    color: var(--c-black);
    padding-right: 6px; }
    @media (max-width: 768px) {
      .services .fas {
        font-size: 1rem; } }
  .services__text {
    font-size: 0.9rem;
    color: var(--c-black); }
    @media (max-width: 768px) {
      .services__text {
        font-size: 0.8rem; } }

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


.form__motivo{
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color:#495057;
}

.form__motivo label:first-of-type{
  width: 100%;
  color: white;
}

.form__motivo .form-control{
display:flex;
  align-items: center;
  border:none;
  width: calc(50% - 0.5rem);
  gap: 5px;
  font-size: 10pt;
  color: #828482;
}

.form__motivo .form-control input{
margin:2px;
  height: 15px;
  width: 15px;
}

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

  .form__motivo label{
    margin-bottom:0 !important;
  }

}

#mCSB_1_container ul{
  overflow-y:auto;
  overflow-x: hidden;
}

#MainMenuMobile .title p{
  margin:0;
}


.amenities button.owl-prev {
  left: -15px;
}
.amenities button.owl-next {
  right: -15px;
}

/* =========================================== */
/* SLOT LINKS */

#slotLinks{
  padding: 3rem 0 0;
  grid-column-start: 1;
  grid-column-end: 4;
}

@media screen and (min-width:768px){
  #slotLinks{
    padding:0;
  }
}


#slotLinks .slot-links{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:wrap;
  padding: 0;
  color: var(--ft-txt);
  row-gap: .3125rem;
}

#slotLinks .slot-links__item{
  transition: all .5s;
}



#slotLinks .slot-links__item:hover{
  opacity: 0.70;
  color: var(--ft-txt);
}

@media screen and (min-width:768px){
  #slotLinks{
    padding: 0;
  }

  #slotLinks .slot-links{
    flex-direction:row;
    align-items: center;
  }

  #slotLinks .slot-links .slot-links__item:not(:last-child){
    margin-right: .3125rem;
    padding-right: .3125rem;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: var(--ft-txt);
  }
}
/* =========================================== */