@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-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: #ffffff00; }

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


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

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

.grid-2 {
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-areas: "info map" !important;
  justify-content: flex-start !important; }
  @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; } }

.section {
  padding: 40px 0px; }
  .section--catalog {
    padding: 30px 0px 40px 0px; }
    @media (max-width: 576px) {
      .section--catalog {
        padding: 20px 0px 25px 0px; } }
  @media (max-width: 576px) {
    .section {
      padding: 30px 0px; } }

.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 1rem;
  transition: all 500ms ease;
  z-index: 99999;
  padding: 0px 15px;
  font-family: 'Montserrat', sans-serif !important; }
  @media (max-width: 576px) {
    .header {
      margin-top: 0.6rem; } }
  .header__top {
    display: flex;
    padding: 0px 25px 10px 25px;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 576px) {
      .header__top {
        display: grid;
        grid-auto-flow: dense;
        padding: 0px 0px 0px 0px;
        justify-content: center;
        justify-items: center;
        text-align: center; } }
  .header.sticky {
    position: fixed;
    margin-top: 0rem;
    max-width: none;
    padding: 0px 0px; }
    @media (max-width: 1200px) {
      .header.sticky {
        align-items: center; } }
    .header.sticky .header__container__logo img {
      max-height: 55px;
      vertical-align: middle; }

    .header.sticky .header__container__logo.--big img {
      max-height: 65px; }

      @media (max-width: 768px) {
        .header.sticky .header__container__logo img {
          max-height: 50px;
         }

         .header.sticky .header__container__logo.--big img {
          max-height: 60px; }
      }

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

        .header.sticky .header__container__logo.--big img {
          max-height: 45px; }
      }


    .header.sticky .header__top {
      display: none; }
    .header.sticky .header__container {
      border-radius: 0px 0px;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
      min-height: 55px; }
      @media (max-width: 768px) {
        .header.sticky .header__container {
          min-height: 50px; } }
  .header__container {
    background-color: var(--c-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    color: var(--c-white);
    border-radius: 25px 0px;
    min-height: 70px; }
    @media (max-width: 768px) {
      .header__container {
        padding: 10px 15px;
        min-height: 60px; } }
    .header__container__logo {
      position: relative;
      transform: translateX(0%);
      color: var(--c-black) !important; }
      .header__container__logo a {
        color: var(--c-white) !important;
        text-decoration: none; }
      .header__container__logo a:hover {
        color: var(--c-white) !important;
        text-decoration: none; }
      @media (max-width: 1200px) {
        .header__container__logo {
          position: relative;
          left: 0%;
          transform: translateX(0%);
          font-size: 1.1rem; } }
    .header__container__logo img {
      transition: all 500ms ease;
      max-height: 60px;
      max-width: 240px;
      color: var(--c-black) !important; }

      .header__container__logo.--big img {
        max-height: 75px;
        width: auto;
      }


      @media (max-width: 1200px) {
        .header__container__logo img {
          max-height: 50px; }

        .header__container__logo.--big img {
            max-height: 65px; }
        }
      @media (max-width: 576px) {
        .header__container__logo img {
          max-height: 35px;
          max-width: 180px; }

        .header__container__logo.--big img {
            max-height: 45px;
            width: auto;
        }
      }

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

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

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

  .hero.--product-featured .swiper-container .swiper-slide .hero__text {
    top: 10%;
  }

  .hero .swiper-container {
    width: 100%;
    height: 90vh; }


    @media (max-width: 768px) {
      .hero.--product-featured .swiper-container .swiper-slide .hero__text {
        top: 12%;
      }
    }

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

      .hero.--product-featured .swiper-container .swiper-slide .hero__text {
        top: 15%;
      }
    }

  .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;
    top: 10%;
  }
    @media (max-width: 1366px) {
      .hero__text {
        top: 12%; } }
    @media (max-width: 768px) {
      .hero__text {
        top: 5%; } }
    @media (max-width: 576px) {
      .hero__text {
        top: 6%; } }
  .hero__title {
    text-align: center;
    color: var(--c-white);
    font-size: 3.5rem;
    line-height: 3.6rem;
    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: 3rem;
        line-height: 3rem; } }
    @media (max-width: 576px) {
      .hero__title {
        font-size: 2rem;
        line-height: 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 {
    margin: 0 auto;
    display: inline-flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid;
    color: var(--c-white);
    border-color: var(--c-white);
    position: relative;
    transition: all 0.5s ease; }
    .hero__icon:hover {
      background-color: var(--c-white);
      color: var(--c-primary); }
    .hero__icon .fas {
      position: absolute;
      font-size: 2.5rem;
      align-items: center;
      justify-content: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 100; }
    @media (max-width: 768px) {
      .hero__icon {
        font-size: 2.2rem; } }
    @media (max-width: 576px) {
      .hero__icon {
        font-size: 1.8rem; } }
  .hero__ovelay {
    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, rgba(0, 0, 0, 0.55) 0%, transparent 25%); }
  .hero .hero {
    width: 100%; }
    .hero .hero .swiper-container {
      width: 100%;
      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;
  }
}
.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 {
  background-color: var(--c-secondary);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
  .galleryGrid__grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px; }
    @media (max-width: 1200px) {
      .galleryGrid__grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 768px) {
      .galleryGrid__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .galleryGrid__grid {
        grid-template-columns: repeat(1, 1fr); } }
  .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; }

.map {
  padding: 0px; }
  .map__item {
    width: 100%;
    height: 350px;
    position: relative; }

.footer {
  background-color: var(--c-primary) !important;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Montserrat', sans-serif !important; 
}
  
.footer__colinfo {
    grid-area: info; 
}
  
.footer__colcontact {
    display:none;
    grid-area: contact; 
}
    
@media (min-width: 768px) {
      .footer__colcontact {
        display: grid; 
      } 
}
  
.footer__colsocial {
    grid-area: map;
}
  
  .footer__title {
    color: var(--c-white);
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight:600;
    display: block;
    align-items: center; 
  }

  .footer__title .fas {
      margin-right: 0.4rem;
      color: var(--c-white);
      font-size: 1.4rem; 
  }
    
  @media (min-width: 992px) {
    .footer__title {
        font-size: 1.6rem;
        line-height: 2.5rem; 
      } 
  }



  .footer__grid {
    display:flex;
    flex-direction:column;
    gap: 1.25rem;
  }

  @media (min-width:640px){
    .footer__grid{
      display:grid;
      grid-template-areas: "info map"
    }
  }
  
  @media screen and (min-width: 768px) {
      .footer__grid {
        grid-template-areas: "info contact map" ;
        grid-row-gap: 40px;
      } 
  }




.footer .socialIcon__container{
  width: 2.5rem;
  height:2.5rem;
  border:2px solid #ffffff;
}

.footer .socialIcon__img{
  width: 1.25rem;
  height: 1.25rem;
}

.footer__colsocial-container{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-wrap: wrap;
}

.footer__colsocial-container a{
  height: 2.5rem;
}

.footer__colsocial-container .socialIcon{
  margin:0;
}

.catalogo .section--catalog {
  padding: 0px;
}

.catalog {
  background-color: var(--c-secondary); }
  .catalog__title {
    color: var(--c-white);
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 2.5rem;
    justify-content: center;
    display: flex; }
    .catalog__title .fas {
      margin-right: 0.4rem;
      color: var(--c-white);
      font-size: 2.2rem; }
    @media (max-width: 576px) {
      .catalog__title {
        font-size: 1.35rem; } }

.contactMobile {
  position: fixed;
  top: 0;
  left: 100%;
  background: var(--c-dark-grey);
  width: 100%;
  height: 100vh;
  padding: 80px 20px 20px;
  box-sizing: border-box;
  transition: all 250ms ease;
  z-index: 99999;
  overflow: scroll;
  padding-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif; }


  .contactMobile.expanded {
    left: 0px; }
  .contactMobile__top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    padding: 10px 20px;
    background: var(--c-grey-light);
    width: 100%;
    box-sizing: border-box;
    display: block; }
    .contactMobile__top__button {
      margin: 0;
      border: 0;
      font-size: 1rem;
      padding: 8px 16px;
      border-radius: 2px;
      background: var(--c-grey);
      color: var(--c-white);
      font-size: 1rem;
      font-weight: 400;
      text-transform: uppercase;
      transition: all 250ms ease;
      cursor: pointer; }
      .contactMobile__top__button span {
        margin-right: 0.5rem; }

.navdesktop {
  display: flex; }
  @media (max-width: 1200px) {
    .navdesktop {
      display: none; } }
  .navdesktop__button {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500; }
    .navdesktop__button:last-child {
      margin-right: 0px; }

.navmobile {
  display: none; }
  @media (max-width: 1200px) {
    .navmobile {
      user-select: none;
      cursor: pointer;
      height: 2rem;
      right: 0rem;
      position: relative;
      top: 0rem;
      width: 2.5rem;
      z-index: 2;
      display: flex;
      margin-top: 0.5rem; } }
  .navmobile:hover {
    opacity: 0.8; }
  .navmobile.expanded {
    transform: rotate(0deg);
    position: fixed;
    z-index: 9999;
    top: 0.6rem;
    right: 0.6rem; }
  .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.1rem;
      width: 100%; }
  .navmobile__nav {
    right: -150rem;
    position: fixed; }
    @media (max-width: 1200px) {
      .navmobile__nav {
        transition: right 0.5s ease;
        background: #000000cc;
        height: 100vh;
        right: -75rem;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        text-align: center;
        display: table; } }
    .navmobile__nav.expanded {
      right: 0px;
      display: table; }
    .navmobile__nav ul {
      display: table-cell;
      vertical-align: middle; }
  .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.1rem;
      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); }

.highlight {
  background-color: var(--c-transparent) !important;
  padding-top: 55px; }
  .highlight__grid {
    grid-column-gap: 35px;
    z-index: 1000;
    /*padding: 60px 0px !important;*/ }
    @media (max-width: 1200px) {
      .highlight__grid {
        grid-row-gap: 55px; } }
    @media (max-width: 768px) {
      .highlight__grid {
        grid-row-gap: 55px; } }
    @media (max-width: 576px) {
      .highlight__grid {
        grid-row-gap: 55px; } }
  .highlight__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: 0px 15px 15px 15px;
    justify-items: center; }
    .highlight__item__icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: var(--c-primary);
      position: relative;
      margin-bottom: 0rem;
      top: -30px;
      margin: 0 auto; }
      .highlight__item__icon .icon, .highlight__item__icon .fas {
        position: absolute;
        font-size: 2rem;
        color: var(--c-white);
        align-items: center;
        justify-content: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .highlight__item__text {
      font-size: 0.9rem;
      text-align: center;
      color: var(--c-black); }
      @media (max-width: 576px) {
        .highlight__item__text {
          font-size: 0.85rem; } }
    .highlight__item__title {
      font-size: 1.25rem;
      text-align: center;
      color: var(--c-primary);
      margin: 0rem 0px 1rem 0;
      margin-top: -15px; }
      @media (max-width: 576px) {
        .highlight__item__title {
          font-size: 1.1rem; } }

.socialShare {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: left; }
  .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%);
}

.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__subtitle{
  font-size: 1.3rem;
  font-weight:600;
  margin-bottom:25px;
}

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

.content__title {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight:600;
  color: var(--c-black);
  text-align: left;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif; }
  .content__title .fas {
    font-size: 1.6rem;
    margin-right: 0.3rem; }
  @media (min-width: 992px) {
    .content__title {
      font-size: 2rem;
      line-height: 2.5rem; 
    }
    
    .content__title .fas {
      font-size: 2rem;
    }
  }
  .content__title--video {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
    font-weight: 500;
    padding-bottom: 0.7rem;
    margin-top: 0rem; }
    @media (max-width: 576px) {
      .content__title--video {
        text-align: center; }
        .content__title--video::after {
          margin: 0 auto; } }
  .content__title::after {
    content: '';
    border-top: 0px solid;
    border-color: var(--c-primary);
    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; } }

@media (max-width: 768px) {
  .videoyt {
    margin-top: 15px; } }
.videoyt__title {
  font-weight: 600;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.3rem; }
.videoyt__container {
  padding: 15px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    .videoyt__container {
      padding: 10px; } }
  .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%; }

.tarifas__grid {
  display:grid;
  grid-template-columns: repeat(1, 1fr);
  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: 2fr 1fr; } }
  .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; 
  }

.offices {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  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; }
      @media (max-width: 768px) {
        .offices__top__icon {
          width: 30px;
          height: 30px; } }
      .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%); }
        @media (max-width: 768px) {
          .offices__top__icon .fas {
            font-size: 0.95rem; } }
    .offices__top__title {
      color: var(--c-white);
      font-size: 1.6rem;
      line-height: 2.5rem;
      flex-grow: 1; }


      .offices__top__title:after {
        content: '';
        border-top: 2px solid;
        border-color: var(--c-white);
        width: 35px;
        margin-top: -3px;
        position: absolute;
        display: block;
      }

      @media (max-width: 768px) {
        .offices__top__title {
          font-size: 1.3rem; }

        .offices__top__title:after {
            margin-top: -5px;
          }
      }
  /*-- 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 {
    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; }

.cardservices {
  display: block;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 30px 0px; }
  @media (max-width: 576px) {
    .cardservices {
      text-align: left; } }
  .cardservices__item {
    margin: 6px 0px 4px 0px;
    display: inline-block;
    margin-right: 15px; }

.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 {
  width:100%;
  position: fixed;
  bottom: 10px;
  left: 0px;
  display: flex;
  justify-content: center;
  padding: 0px 10px 0px 10px;
  z-index: 1000; 
}

@media screen and (min-width:768px){
  .actionButtonsMobile{
    display:none;
  }
}

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

.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 {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: -35px; }
  @media (max-width: 768px) {
    .announcement {
      margin-top: -30px; } }

.button {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition: line-height 300ms ease;
  transition: all 0.5s ease;
  font-size: 0.85rem;
  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--featured:hover::before {
      opacity: 0 !important; }
  .button::before {
    content: " ";
    border: solid 2px;
    border-color: var(--c-white);
    border-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .4em;
    right: 0;
    opacity: 0;
    transition: all 0.4s; }
  .button::after {
    content: " ";
    border: solid 2px;
    border-color: var(--c-white);
    border-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: .4em;
    right: 0;
    opacity: 0;
    transition: all 0.4s; }
  .button:hover {
    text-decoration: none; }
  .button:hover::before {
    opacity: 1;
    left: -8px; }
  .button:hover::after {
    opacity: 1;
    right: -8px !important; }

.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 15px;
  border-radius: 5px; }
  @media (max-width: 576px) {
    .services {
      padding: 8px 8px; } }
  .services .fas {
    font-size: 1.2rem;
    color: var(--c-black);
    display: flex;
    justify-content: center;
    margin-bottom: 0.3rem; }
    @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.75rem; } }

.infoContact {
  padding: 0px 0px 10px 0px;
  color: var(--c-white);
  font-size: 1rem; }
  @media (max-width: 768px) {
    .infoContact {
      font-size: 0.85rem; } }
  .infoContact--header {
    padding: 0px 0px 0px 0px; }
    @media (max-width: 576px) {
      .infoContact--header {
        padding: 0px 0px 5px 0px; } }
  .infoContact__text {
    color: var(--c-white);
    text-align: left;
    font-size: 0.8rem;
    margin-right: 0.9rem; }
    @media (max-width: 576px) {
      .infoContact__text {
        font-size: 0.7rem;
        margin-right: 0.5rem;
        display: inline-block; } }
  .infoContact__icon {
    padding-right: 5px; }

.socialIcon {
  display: inline-flex;
  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; }
  .socialIcon:hover {
    background-color: var(--c-white);
    color: var(--c-primary); }
  .socialIcon .fab, .socialIcon .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem; }
  .socialIcon--header {
    width: 30px;
    height: 30px; }
    .socialIcon--header .fab, .socialIcon--header .fas {
      font-size: 0.95rem; }

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

.fas.fa-caret-right{
  margin-right:5px;
}

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

#MainMenuMobile .title p{
  margin:0;
}



/* Zona Segura */

.login-page{
  display:grid;
  grid-template-columns: 1fr;
  gap:1.25rem;
  margin-bottom:2rem;
}

.product-list__title{
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight:600;
  color: var(--c-black);
  text-align: left;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.product-list__list{
  list-style: initial;
  margin-left:1rem;
}

.product-list__subtitle{
  font-size: 1.3rem;
  font-weight: 500;
  margin-top:1.25rem;
  margin-bottom: .5rem;
}

.product-list__item{
  font-size: 0.85rem;
  line-height: 1.45rem;
}

@media screen and (min-width:768px){
  .login-page{
    grid-template-columns: 1fr 1fr;
  }

}

.product-list{
  box-shadow: none;
  border:0;
}

.login-form{
  background-color: #DBE0E9;
  padding:20px !important;
  display:inline-block;
}

.login-form form{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.login-form form input{
  height:38px;
  background-color: #FFFFFF;
  padding:10px;
  border:0;
}

.login-form__link{
  font-size: .875rem;
}

.login-form input[type="submit"]{
  background-color: #DBE0E9;
  border:1px solid #000000;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease;
  margin-top:.75rem;
}

.login-form input[type="submit"]:hover{
  color: #FFFFFF !important;
}

.login-form__link a{
  font-weight:700;
  text-transform:uppercase;
}

.product-list__item--withlinks{
  display:grid;
  grid-template-columns: 1fr 110px;
  column-gap:15px;
  row-gap:0px;
  align-items: center;
}

.product-list__list--withlinks li{
  border-bottom:1px solid  #d9d9d9;
  padding-bottom:5px;
  margin-bottom:5px;
}



.product-list__links{
  display:flex;
  justify-content: flex-end;
  gap:10px;
  height:fit-content;
}

.product-list__links a:last-child{
  padding-left:5px;
  border-left: 1px solid #222;
}

.product-list__list--withlinks{
  display:flex;
  flex-direction:column;
  gap:10px;
}


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

#slotLinks{
  padding: 1.25rem 0;
}

#slotLinks .slot-links{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:wrap;
  padding-top: 0;
  padding-bottom: 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);
  }
}
/* =========================================== */

@media screen and (min-width:1200px){
    .navdesktop:has(> *:nth-child(7)) > *,
    .navdesktop:has(> *:nth-child(7)) .navdesktop__dropdown .button
    {
      font-size: .75rem;
    }

  .navdesktop{
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: 0 20px;
      row-gap: 10px;
    }
}