/* Minification failed. Returning unminified contents.
(351,1): run-time error CSS1019: Unexpected token, found '@import'
(351,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;700&display=swap')'
(504,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*! 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;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;700&display=swap');

/* -------------------------------------------------------------------------- */
/*                         ANCHOR html/and body setup                         */
/* -------------------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
/*    letter-spacing: 1px;*/
    color: #fff;
    background-color: #fff;
    /*    font-family: 'InterTight-VariableFont_wght', sans-serif;*/
    font-family: "Inter Tight", sans-serif;
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    /* top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  max-width: 100%; */
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
/*    letter-spacing: 1px;*/
}

/*h6,
h5,
h4,
h3,
h2,
h1 {
  margin: 0;
  padding: 0;
}*/

ul {
  padding: 0;
}

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Icons style                             */
/* -------------------------------------------------------------------------- */

@font-face {
    font-family: 'icons';
    src: url('../images/icons/icons.eot?f31a98');
    src: url('../images/icons/icons.eot?f31a98#iefix') format('embedded-opentype'), url('../images/icons/icons.ttf?f31a98') format('truetype'), url('../images/icons/icons.woff?f31a98') format('woff'), url('../images/icons/icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-navigate:before {
  content: "\e902";
}

.icon-iphone:before {
  content: "\e903";
}

.icon-location:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-web:before {
  content: "\e909";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-youtube-play:before {
  content: "\e90b";
}

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Navbar style                            */
/* -------------------------------------------------------------------------- */

.navbar-container {
  z-index: 999;
  position: absolute;
}

/*li {
  list-style: none;
  text-decoration: none;
}*/

a {
    text-decoration: none;
    color: white;
}

#nav {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100px;
}

    #nav a {
        color: #fff;
        text-decoration: none;/
    }

/* ------------ ANCHOR Brand logo style ----------- */

.brand-logo {
  width: 100%;
  position: absolute;
}

    .brand-logo img {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100px;
        height: auto;
        margin-left: 5px;
    }


.pyme-logo img {
    width: 100%;
    max-width: 60px;
    margin-right: 70px;
}

.footer-pyme-logo img {
    width: 100%;
    max-width: 160px;
    margin-right: 60px;
}

/* ------------ ANCHOR Navbar list style ----------- */

.menu-list {
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    margin-right: 10px;
}

.menu-list ul li {
  font-size: 0.8em;
  margin: 0 15px;
}

/* ------------ ANCHOR Language link style ----------- */

.lang-select {
  position: absolute;
  opacity: 0.7;
  font-size: 0.8em;
  margin-left: 15px;
  left: 0;
  height: auto;
}

.lang-select ul {
  width: 25px;
  height: 25px;
  position: relative;
}

.lang-select ul li {
  display: none;
  align-self: center;
  position: absolute;
  margin: auto;
}

.lang-select ul li.lang-active {
  display: block;
}

/* ------------ ANCHOR Navbar icons style ----------- */

.nav-icons {
  display: none;
  right: 0;
  position: absolute;
  margin-right: 90px;
  height: auto;
}

.nav-icons [class*="icon-"] {
  align-items: center;
  display: none;
  color: #fff;
  font-size: 0.8em;
  width: 16px;
  height: 16px;
  margin: 0 10px;
}

/* ------------ ANCHOR Hamburger button style ----------- */

.menu-button {
  z-index: 999;
  margin-right: 20px;
  right: 0;
  position: absolute;
  width: 45px;
  height: auto;
}

.menu-list ul li {
  position: relative;
}

/* ------------ ANCHOR Link hover efect style ----------- */

.line-link::after {
  content: "";
  margin-top: 3px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 3px;
  background-color: #fff;
  display: block;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 1% 100%;
  transition: transform 300ms ease-in-out;
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
}

.line-link:hover::after {
  content: "";
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

/* -------------------------------------------------------------------------- */
/*                           ANCHOR Menu slide style                          */
/* -------------------------------------------------------------------------- */

.menu-slide {
  overflow: auto;
  right: 0;
  position: fixed;
  z-index: 998;
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.menu-slide h5 {
  font-size: 1.3em;
}

.menu-slide ul:nth-child(1) {
  font-size: 0.8em;
  margin: 140px 30px 0 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #232427;
}

.menu-slide ul:nth-child(2) {
  font-size: 0.8em;
  margin: 30px 30px 0 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #232427;
}

    .menu-slide ul:nth-child(3) {
        color: #a9a9a9;
        font-size: 0.8em;
        margin: 30px 30px 0 30px;
        padding: 0 0 20px 0;
    }

.menu-slide ul:nth-child(4) {
  font-size: 0.8em;
  margin: 30px 30px 0 30px;
  padding: 0 0 20px 0;
}

.menu-slide [class*="icon-"] {
  font-size: 1.2em;
  color: #fff;
  margin-right: 20px;
}

.menu-slide ul li {
  margin: 20px 0;
}

.menu-slide ul li a {
  color: #fff;
}



.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: white;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.navbar-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0.2rem 2rem;
    min-height: 55px;
}

.menu-icon {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

.logo {
    width: 100px;
    height: none;
    /* gap: 2rem;
  align-items: center; */
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .nav-links a {
        /* color: black;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s; */
        position: relative;
        color: black;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s ease;
        padding-bottom: 5px;
    }

        /* Línea animada */
        .nav-links a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background-color: #555;
            transition: width 0.4s ease, left 0.4s ease;
        }

        .nav-links a:hover {
            color: #555;
            /* text-decoration: underline; */
        }

            .nav-links a:hover::after {
                width: 100%;
                left: 0;
            }

        .nav-links a:not(:hover)::after {
            width: 0;
            left: 100%;
        }


        .nav-links a.active::after {
            width: 100%;
            left: 0;
            background-color: black;
        }


        .nav-links a.active {
            color: black;
        }


.flag {
    width: 30px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}


    .flag:hover {
        transform: scale(1.1);
        filter: brightness(1.2);
    }


.active-flag {
    border: 2px solid #f7b500;
    border-radius: 6px;
    transform: scale(1.05);
    filter: brightness(1.1);
    box-shadow: 0 0 8px rgba(247, 181, 0, 0.5);
}


.pyme-logo {
    width: 50px;
    height: auto;
    margin-left: 10px;
}



/* Versión móvil */
@media screen and (max-width: 768px) {

    .navbar-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.3rem 1rem;
        position: relative;
        z-index: 1000;
        background-color: white;
    }

    .logo {
        width: 100px;
        height: auto;
        margin-right: auto;
        margin-left: 1rem;
        position: absolute;
        left: 0;
        z-index: 1001;
        padding-top: 2%;
    }

    .menu-icon {
        display: block;
        position: absolute;
        font-size: 2rem;
        cursor: pointer;
        right: 1rem;
        z-index: 1001;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(6px);
        padding: 3rem 1rem;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-30px);
        transition: all 0.4s ease-in-out;
        z-index: 100;
    }


        .nav-links.active {
            opacity: 1;
            pointer-events: auto;
        }

        .nav-links li {
            width: 100%;
            text-align: center;
            margin: 0.1rem 0;
        }
}

/* -------------------------------------------------------------------------- */
/*                              ANCHOR home slide                             */
/* -------------------------------------------------------------------------- */
#home_slide img {
    overflow: hidden;
    position: inherit;
    object-fit: cover;
    width: 100%;
    height: 500px;
}

#home_slide a span {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.548);
}

/* -------------------------------------------------------------------------- */
/*                       ANCHOR Home section 1 style                       */
/* -------------------------------------------------------------------------- */

.project-container {
  background-color: #000;
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: 0;
}

/* ------------ ANCHOR Title h1 style ----------- */

.tittle-home {
  color: #fff;
  padding: 15px;
  text-align: center;
  display: block;
  width: 320px;
  z-index: 5;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto -7% auto;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  border: 6px solid #fff;
}

.tittle-home::after {
  content: "";
  margin: -42px 0 0 45px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 2px;
  width: 40px;
}

.tittle-home::before {
  content: "";
  margin: 100px 0 0 -90px;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 2px;
  width: 40px;
}

.tittle-home p {
  font-weight: 700;
  font-size: 1.6em;
}

/* ------------------------ ANCHOR Card images section style ----------------------- */
.project-container{
height: 400px;
}
.card-img {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.card-img img {
  overflow: hidden;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 714px;
  /* filter: grayscale(20%) sepia(0.15) brightness(77%);
  -webkit-filter: grayscale(20%) sepia(0.15) brightness(77%); */
}

.card-img::after{
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000083;
  transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
}

.card-img:hover::after{
  content: "";
  opacity: 1;
}

.card-img:nth-child(3) {
  display: none !important;
  overflow: hidden;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.card-info {
  color: #fff;
  opacity: 0;
  z-index: 1;
  right: 0;
  left: 0;
  /*bottom: 30px;
  */margin: 0 auto 0 auto;
  width: 100%;
  position: absolute;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.card-info h3 {
  color: #fff;
  font-size: 1rem;
}

.card-info p:nth-child(2) {
  color: #fff;
  font-size: 1rem;
}

.card-info p:nth-child(3) {
  font-weight: 400;
  color: #fff;
  font-size: 0.7rem;
}

/* -------------------------------------------------------------------------- */
/*                         ANCHOR Home section 2 style                        */
/* -------------------------------------------------------------------------- */

.home-section-2 {
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0 0;
  background-color: #fff;
  color: #000;
}

.home-section-2 p {
  font-size: 0.8em;
}

.info-content img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  margin-bottom: -4px;
}




/* -------------------------------------------------------------------------- */
/*                            ANCHOR Home section 3                           */
/* -------------------------------------------------------------------------- */
.hs3-bg {
  background-color: #f1f1f1;
}

.box-hs3-container {
  padding: 15px;
  width: 100%;
  height: 100%;
}

.box-hs3 {
  position: relative;
  border: solid #b8b8b8 1px;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.box-hs3:nth-child(2) {
  margin: -1px 0;
}

.box-hs3-info {
  color: #000;
}

.box-hs3 h4 {
  font-size: 0.8em;
}

.box-hs3-info p {
  font-size: 0.8em;
}

.box-hs3-img {
  margin-top: auto;
}

.box-hs3-img img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 200px;
}

.button-hs3 .btn-primary{
  margin: 25px auto;
}

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Button style                             */
/* -------------------------------------------------------------------------- */

[class*="btn-"] {
    height: 30px;
    font-family: "InterTight-VariableFont_wght", sans-serif;
    cursor: pointer;
    outline: none;
    display: -webkit-box !important;
    display: flex !important;
    display: -ms-flexbox !important;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: 0.3em 2.6em;
    font-size: 0.8em;
    line-height: 1.5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: color 0.1s linear, background-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear;
    -moz-transition: color 0.1s linear, background-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear;
}

[class*="-primary"] {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
}

[class*="-primary"]:hover {
  color: #ffffff;
  background-color: #202020;
  border-color: transparent;
}

[class*="-primary"]:active {
  color: #ffffff;
  background-color: #313131;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[class*="-secondary"] {
  color: #3b3b3b;
  background-color: #ffffff;
  border-color: #fff;
}

[class*="-secondary"]:hover {
  color: #fff;
  background-color: #ffffff10;
  border-color: #fff;
}

[class*="-secondary"]:active {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ANCHOR Checkbox custom */

input[type="checkbox"].check-custom {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input[type="checkbox"].check-custom~.check-toggle {
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: #211f1f solid 1px;
  cursor: pointer;
  transition: background-color 70ms linear;
  -webkit-transition: background-color 70ms linear;
  -moz-transition: background-color 70ms linear;
  -ms-transition: background-color 70ms linear;
  -o-transition: background-color 70ms linear;
  border-radius: 0;
}

.check-box-container label {
  max-width: 300px;
  align-items: center;
  font-size: 0.9em;
  margin-top: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

label [for="check-c"] {
  display: block;
  margin: 0 15px 0 15px;
}

input[type="checkbox"].check-custom:hover~.check-toggle {
  border-color: #211f1f;
}

/* input[type='checkbox'].check-custom:focus~.check-toggle {
  border-color: #b0d5ff;
  box-shadow: 0 0 0 2px rgba(23, 133, 255, 0.25);
} */

input[type="checkbox"].check-custom:checked~.check-toggle {
  fill: #010101;
  border-color: #211f1f;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OTIgNDkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTIgNDkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTAsMjYxLjFsNDIuNC00Mi40bDEzMiwxMzJsMjc1LTI3NS4xbDQyLjcsNDIuNmMtMjUuNiwyNi4xLTkwLjYsOTIuNC0xNTUuNywxNTguN2MtNDEuOCw0Mi42LTgzLjUsODUuMi0xMTQuOCwxMTcuMQoJCQljLTE1LjcsMTYtNDAuOCw0MS42LTQwLjgsNDEuNkwwLDI2MS4xeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=") center no-repeat;
  background-size: 75%;
}

/* ANCHOR Input */

input {
    display: inline-block;
    font-family: "InterTight-VariableFont_wght", sans-serif;
    font-size: 1em;
    margin: 0;
    background-color: #ffffff;
    color: #3b3b3b;
    padding: 0em 0.6em;
    height: 30px;
    width: 100%;
    outline: none;
    border: #c9c9c9 solid 0.5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: border-color linear 0.1s;
    -webkit-transition: border-color linear 0.1s;
    -moz-transition: border-color linear 0.1s;
    -ms-transition: border-color linear 0.1s;
    -o-transition: border-color linear 0.1s;
    /*  -webkit-appearance: button;*/
}

input:focus {
  border: #c9c9c9 solid 1px;
}

::-webkit-input-placeholder {
  text-align: center;
  font-size: 0.9em;
  color: #c9c9c9;
}

:-ms-input-placeholder {
  text-align: center;
  font-size: 0.9em;
  color: #c9c9c9;
}

::-ms-input-placeholder {
  text-align: left;
  font-size: 0.9em;
  color: #c9c9c9;
}

::placeholder {
  text-align: left;
  font-size: 0.9em;
  color: #c9c9c9;
}

textarea {
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* ANCHOR Select custom */
.select-custom {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  border: #c9c9c9 1px solid;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  color: #31343b;
  width: 100%;
  height: 31px;
}

.moneda-box {
    text-align: right;
}

.select-options li{
    text-align:left;
}
    .moneda-box .select-styled {
        text-align: left;
    }

.select-styled {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size:0.8rem;
  background-color: #fff;
  padding: 5px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 10px;
  border-right: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
  -webkit-transition: transform 250ms linear;
  -moz-transition: transform 250ms linear;
  -ms-transition: transform 250ms linear;
  -o-transition: transform 250ms linear;
}

.select-styled:hover {
  background-color: #fff;
}

.select-styled:active,
.select-styled.active {
  background-color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 12px;
  border-right: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 250ms linear;
  transition: -webkit-transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear;
  -webkit-transition: transform 250ms linear;
  -moz-transition: transform 250ms linear;
  -ms-transition: transform 250ms linear;
  -o-transition: transform 250ms linear;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin-top: 1px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 20px -7px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 11px 20px -7px rgba(0, 0, 0, 0.33);
}

.select-options li {
  margin: 0 0 0 0;
  padding: 5px 0;
  text-indent: 15px;
  transition: color 0.03s linear, background-color 0.03s linear;
  -webkit-transition: color 0.03s linear, background-color 0.03s linear;
  -moz-transition: color 0.03s linear, background-color 0.03s linear;
  -ms-transition: color 0.03s linear, background-color 0.03s linear;
  -o-transition: color 0.03s linear, background-color 0.03s linear;
}

.select-options li:hover {
  color: #31343b;
  background: #f7f7f7;
}

.select-options li[rel="hide"] {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                           ANCHOR Contact section                           */
/* -------------------------------------------------------------------------- */

.contact-wrap-01 {
    background-image: url('/content/images/contact/contacto-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    width: 100%;
    background-color: #fff;
}

.box-text .title img {
  width: 250px;
}

.contact-form-content {
  position: relative;
}

.contact-wrap-01 .title:nth-child(1) {
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  width: 100%;
}

.contact-wrap-01 .box:nth-child(1) {
  text-align: center;
}

.contact-wrap-01 .box-content p {
  margin: 0 auto;
  text-align: center;
  text-align: center;
}

.contact-wrap-01 .box-container {
  position: relative;
  color: #000;
  padding: 30px;
  margin: 80px auto;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.contact-wrap-01 .box-container:nth-child(2) {
  text-align: center;
  color: #000;
  padding: 30px;
  margin: -150px auto 0px auto;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.contact-wrap-01 .box-container h1 {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
}

.contact-wrap-01 .box-text {
  margin: 30px 0;
}

.contact-wrap-01 .box-text span {
  display: block;
  margin: 4px 0;
}

.contact-wrap-01 .box-content {
  justify-content: left;
  width: 100%;
  height: auto;
}

.contact-wrap-01 .box {
  font-size: 0.8em;
}

.contact-wrap-01 .box .map {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.contact-wrap-01 label {
  margin-bottom: 3px;
}

.contact-wrap-01 .input-box {
  margin-top: 20px;
  width: 100%;
}

.contact-wrap-01 .input {
  background-color: transparent;
  border: 0 0 0 0;
  border-color: transparent;
  border-bottom: solid #000 1px;
}

.contact-wrap-01 textarea {
  resize: vertical;
  padding: 0.6em 0.6em;
  width: 100%;
  background-color: transparent;
  border: solid #000 1px;
}

.contact-wrap-01 .btn-primary {
  z-index: 3;
  margin: 0 auto;
  background-color: #000;
}

.contact-wrap-01 .contact-icons li a {
  color: #000;
  text-decoration: none;
  font-size: 1.3em;
}

.contact-wrap-01 .contact-icons {
  margin: 0 auto;
  justify-content: center;
  max-width: 20%;
}

.contact-wrap-01 .contact-icons li {
  list-style: none;
  display: flex;
  margin: 0 20px;
}


/* .box-contact-image{
  margin-bottom: 150px;
}
.box-contact-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* -------------------------------------------------------------------------- */
/*                             ANCHOR Footer style                            */
/* -------------------------------------------------------------------------- */

#footer {
  z-index: 2;
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 100%;
}

#footer .col {
  margin-top: 30px;
}

/* ------------------------ ANCHOR Footer logo style ------------------------ */

.footer-logo {
  padding-bottom: 25px;
  display: block;
  width: 260px;
  height: auto;
}

/* ---------------------- ANCHOR Footer section 1 style --------------------- */
.first-footer-section,
.second-footer-section {
  margin: 0px auto 40px auto;
  max-width: 90%;
  padding: 15px;
  width: 100%;
}

    .first-footer-section p {
        max-width: 170px;
        color: #a9a9a9;
        font-size: 0.8em;
        margin-right: 10px;
    }

.first-footer-section ul li {
  margin: 5px 0;
}

    .first-footer-section ul li a {
        font-size: 0.9em;
        color: #a9a9a9;
    }

/* ------------------------ ANCHOR Footer icons style ----------------------- */

.footer-icons li a {
    color: #a9a9a9;
    font-size: 0.8em;
}

.footer-icons li {
  margin: 12px 0px;
  text-align: center;
  align-self: center;
  display: flex;
}

.footer-icons [class*="icon-"] {
  align-self: center;
  font-size: 0.8em;
  width: 20px;
  height: auto;
}

.footer-icons li a {
    color: #a9a9a9;
    margin-left: 10px;
}

/* ---------------------- ANCHOR Footer section 2 style --------------------- */

.second-footer-section p {
    font-size: 0.7em;
    color: #a9a9a9;
}


/*EXTRAS*/
.field-validation-valid {
    color: red;
    margin: 2px 5px;
    display: block;
}


video {
    width: 100%;
    height: 100%;
    z-index: 9999;
    outline: none;
    object-fit: cover;
    width: 100%;
    height: 550px;
}

.project-title-container {
    bottom: 0px;
    position: absolute;
    z-index: 997;
    background-color: #000000b0;
    width: 100%;
    padding: 6px 10px;
}

    .project-title-container a {
        display: flex;
         justify-content: left !important; 
         align-items: flex-start !important; 
        text-decoration: none;
    }

.title-project-box {
    font-size: 0.7em;
}

.gallery-btn {
/*    text-align: center;*/
    display: block;
    position: initial;
}

.go-back a span {
    z-index: 999;
    color: black;
    position: absolute;
    margin: -20px 0px 0px -2px;
}

.absolute-link {
    width: 100%;
    height: 100%;
    z-index:2;
    position: absolute;
}
.successful-message {
    color: #8c502a;
}

.descripcion-larga {
    color: #000;
    text-align: left;
    font-size: 0.8em;
    max-width: 300px;
}

.metros-cuadrados {
    width: 80px;
    margin: 4px 0px 0px 0px;
}




/* -------------------------------------------------------------------------- */
/*                           ANCHOR Cotizador section                           */
/* -------------------------------------------------------------------------- */

.cotizador-wrap-01 {
    background-image: url('/content/images/cotizador/cotizador-background.jpg');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    width: 100%;
    background-color: #fff;
}

.box-text .title img {
    width: 250px;
}

.cotizador-form-content {
    position: relative;
    max-width: 600px !important;
    margin: auto;
}

.cotizador-wrap-01 .title:nth-child(1) {
    text-align: center;
    font-weight: 700;
    font-size: 1.3em;
    width: 100%;
}

.cotizador-wrap-01 .box:nth-child(1) {
    text-align: center;
}

.cotizador-wrap-01 .box-content p {
    margin: 0 auto;
    text-align: center;
    text-align: left;
    width: 80%;
}

.cotizador-wrap-01 .box-container {
    position: relative;
    color: #000;
    padding: 30px 0px;
    margin: 90px auto !important;
    width: 100%;
    height: auto;
    background-color: #fff;
}

    .cotizador-wrap-01 .box-container:nth-child(2) {
        text-align: center;
        color: #000;
        padding: 30px;
        margin: -150px auto 0px auto;
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .cotizador-wrap-01 .box-container h1 {
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 1.3em;
    }

.cotizador-wrap-01 .box-text {
    margin: 30px 0;
}

    .cotizador-wrap-01 .box-text span {
        display: block;
        margin: 4px 0;
    }

.cotizador-wrap-01 .box-content {
    justify-content: left;
    width: 100%;
    height: auto;
}

.cotizador-wrap-01 .box {
    font-size: 0.8em;
}

    .cotizador-wrap-01 .box .map {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

.cotizador-wrap-01 label {
    margin-bottom: 3px;
}

.cotizador-wrap-01 .input-box {
    margin-top: 20px;
    width: 100%;
}

.cotizador-wrap-01 .input {
    background-color: transparent;
    border: 0 0 0 0;
    border-color: transparent;
    border-bottom: solid #000 1px;
}

.cotizador-wrap-01 textarea {
    resize: vertical;
    padding: 0.6em 0.6em;
    width: 100%;
    background-color: transparent;
    border: solid #000 1px;
}

.cotizador-wrap-01 .btn-primary {
    z-index: 3;
    margin: 5px auto;
    background-color: #000;
    padding: 4px 25px;
    font-size: 0.8rem;
    float: right;
}

.cotizador-wrap-01 .cotizador-icons li a {
    color: #000;
    text-decoration: none;
    font-size: 1.3em;
}

.cotizador-wrap-01 .cotizador-icons {
    margin: 0 auto;
    justify-content: center;
    max-width: 20%;
}

    .cotizador-wrap-01 .cotizador-icons li {
        list-style: none;
        display: flex;
        margin: 0 20px;
    }

.opciones-cotizador {
    margin: 10px auto;
    width: 90%;
}

.opt-acabado-radio, .opt-acabado-radio-custom {
    width: 17px;
    height: 17px;
    display: inline-block;
    font-family: "InterTight-VariableFont_wght", sans-serif;
    font-size: 1em;
    margin: 6px;
    background-color: #ffffff;
    color: #3b3b3b;
    padding: 0em 0.6em;
    outline: none;
    border: #c9c9c9 solid 0.5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: border-color linear 0.1s;
    -webkit-transition: border-color linear 0.1s;
    -moz-transition: border-color linear 0.1s;
    -ms-transition: border-color linear 0.1s;
    -o-transition: border-color linear 0.1s;
    /*    -webkit-appearance: none !important;*/
}


.opciones-cotizador input[type="radio"]:checked {
    border: 6px solid black;
}

.opt-acabado-lbl {
    margin: 5px 0px 0px 3px;
    vertical-align: 2px;
}

.mtrs-construccion-box {
/*    margin: 0px !important;*/
}

.lbl-mtrs-construccion {
    height: 20px;
    margin: auto 0px;
}

.va-10 {
    vertical-align: 10px;
}
.va-2 {
    vertical-align:2px;
}

.select {
    width: 125px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px auto;
    font-size: 0.9em;
    font-family: 'InterTight-VariableFont_wght',sans-serif;
    /*    min-width: 240px;*/
    width: 90%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
    .styled-table thead tr {
        background-color: #000;
        color: #ffffff;
        text-align: left;
    }

    .styled-table th.first-column {
        width: 45%;
    }
    .styled-table th.second-column {
        width: 55%;
    }


    .styled-table th.adm-first-column {
        width: 40%;
    }
    .styled-table th.adm-second-column {
        width: 30%;
    }
    .styled-table th.adm-third-column {
        width: 30%;
    }


    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }


.send-quote {
    display: flow-root;
    margin: 50px auto 0px auto;
}

.request-contact {
    width: 15px;
    height: 15px;
    vertical-align: -3px;
    margin: 18px 5px 0px 0px;
}

.mensaje-box {
    display: flow-root;
    margin: 10px 25px 0px auto;
    text-align:right;
}

.more-info-icon {
    width: 26px;
    margin: 0px 0px 0px 15px;
    cursor: pointer;
}
.lblMasInfo {
    color: #3462ab;
    text-decoration: underline;
    margin: 7px 0px 0px 6px;
    display: inline-block;
}
/*Cotizador Admin*/
.accordion__question h2 {
    font-size: 1.3rem;
}
.accordion {
    font-family: "InterTight-VariableFont_wght";
    color: #4a4a4a;
    margin: 40px 0px;
    font-size: 1.1rem;
    line-height: 1;
    width: auto;
    min-width: 360px;
}

.accordion__answer {
    display: none;
    padding: 10px 40px 0;
}

.accordion__item {
    margin-bottom: 30px;
}

.accordion-content {
    width:100% !important;
}

.accordion__question {
    position: relative;
    background: linear-gradient(to left, #efefef, #f5f5f5);
    border-radius: 15px 15px 0 0;
    padding: 8px 15px 8px 40px;
    font-size: 1em;
    cursor: pointer;
}

    .accordion__question::before {
        content: "";
        display: inline-block;
        border: solid #555;
        border-width: 0 2px 2px 0;
        padding: 3px;
        position: absolute;
        top: 40%;
        right: 50px;
        transform: rotate(45deg);
        transition: transform 0.2s linear;
    }

.expanded.accordion__question::before {
    content: "";
    border: solid #555;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: rotate(-135deg);
    transition: transform 0.2s linear;
}

.main-row {
    background-color: #f3f3f3 !important;
}
.row-detail {
    background-color: #ffffff !important;
}

.editable-percentage {
    width: 60px;
    height: 22px;
}

.editable-percentage-custom {
    width: 120px;
    height: 28px;
}

.rate-change {
    width: 60px;
    height: 22px;
}

#txtTipoCambio{
    height: 31px;
}

#txtCostoMetro:disabled {
    background-color: #e0e0e0;
}

/*
.percent-field {
    display: inline-table;
    margin-top: 6px;
}*/



.main-level-row {
    background-color: #f3f3f3;
}

.music-player {
    margin: auto;
}


.img-hover-zoom:hover {
    transform: scale(1.02);
}

.img-hover-zoom {
    transition: transform 0.8s ease;
}








.video-bg {
    height: 100%;
    width: 100%;
    background-color: #000;
}

​
.video-container {
    overflow: hidden;
    background-color: black;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 550px;
    position: relative;
}

​
.video-slider {
    overflow: hidden;
    display: none;
}

​
.video-caption {
    margin: 10px 0 0 10px;
    z-index: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    display: block;
    width: 200px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.849);
}

    ​
    .video-caption h3 {
        color: #fff;
    }

    ​
    .video-caption p {
        color: #fff;
    }

​
​
.video-slide {
    top: 0;
    bottom: 0;
    position: relative;
    margin: 0 auto;
}

​
.video-slide video {
    z-index: 9999;
    outline: none;
    object-fit: cover;
    width: 100%;
    height: 550px;
}

​
.video-slider-btn {
    outline: none;
    border: none;
    display: inline-block;
    color: #fff;
    font-size: 100px;
    padding: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    z-index: 99999;
    opacity: .8;
    transition: all 350ms ease-in-out;
}

.video-slider-btn:hover {
    opacity: 1;
    transition: opacity 350ms ease-in-out;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    -ms-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
}

.video-slider-btn.left-side {
    position: absolute;
    top: 50%;
    left: 2%;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../content/images/icons/arrows_prev_buttons_02.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 10%;
    background-color: transparent;
    border: none;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.video-slider-btn.right-side {
    position: absolute;
    top: 50%;
    right: 2%;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('../content/images/icons/arrows_prev_buttons_02.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 115% 00%;
    background-color: transparent;
    border: none;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.set-video-style {
    margin: 10px 0 0 10px;
    z-index: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    display: block;
    width: 200px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.849);
}

    .set-video-style h3 {
        color: #fff;
    }
​
    .set-video-style p {
        color: #fff;
        font-size: 0.8em;
}

.set-container-video {
    overflow: hidden;
    background-color: black;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 550px;
    position: relative;
}

.brand-banner {
    width: 30%;
    /* margin: auto; */
}

    .brand-banner img {
        object-fit: contain !important;
    }

.banner-text-right {
    right: 20px;
    position: absolute;
    bottom: 10px;
    font-size: 1.2rem;
    text-align: right;
}
h2 {
    color: black;
    padding-left: 6rem;
    padding-right: 6rem;
    transform: translateY(-10%);
    font-size: 6.5rem !important;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    color: black;
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 auto;
    margin-top: 1rem;
    transform: translateY(-35%);
}


h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    margin: 0 auto !important;
    margin-top: 0.5rem !important;
    background: black;
    border-radius: 2px;
}

p {
    color: black;
    padding-left: 6rem;
    padding-right: 6rem;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.link-subrayado {
    position: relative;
    display: inline-block;
    margin-top: 1rem;
    color: black;
    text-decoration: none;
    font-size: 1.5rem;
    padding-left: 6rem;
    padding-bottom: 6px;
    margin-bottom: 5%;
    transition: color 0.3s ease;
}

    .link-subrayado::after {
        content: "";
        position: absolute;
        left: 6rem;
        bottom: 0;
        width: calc(100% - 6rem);
        height: 2px;
        background: black;
        transform-origin: right;
        transform: scaleX(1);
        transition: transform 0.4s ease;
    }

    .link-subrayado:hover::after {
        /* transform-origin: right; */
        transform: scaleX(0);
    }

    .link-subrayado:hover {
        color: #555;
    }


.decorative-line {
    height: 2px;
    background-color: #aaa;
    width: 100%;
    margin: 2rem 0;
}

.submit-btn {
    align-self: flex-end;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .submit-btn:hover {
        background: #000;
        color: #fff;
        transform: scale(1.05);
    }

@media screen and (max-width: 768px) {
    h2 {
        font-size: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    h3 {
        font-size: 2rem;
    }

    p {
        font-size: 1.2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .link-subrayado {
        font-size: 1.2rem;
        padding-left: 2rem;
    }

        .link-subrayado::after {
            left: 2rem;
            width: calc(100% - 2rem);
        }
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: white;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.navbar-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0.2rem 2rem;
    min-height: 55px;
}

.menu-icon {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

.logo {
    width: 100px;
    height: none;
    /* gap: 2rem;
  align-items: center; */
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

    .nav-links a {
        /* color: black;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s; */
        position: relative;
        color: black;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s ease;
        padding-bottom: 5px;
    }

        /* Línea animada */
        .nav-links a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background-color: #555;
            transition: width 0.4s ease, left 0.4s ease;
        }

        .nav-links a:hover {
            color: #555;
            /* text-decoration: underline; */
        }

            .nav-links a:hover::after {
                width: 100%;
                left: 0;
            }

        .nav-links a:not(:hover)::after {
            width: 0;
            left: 100%;
        }


        .nav-links a.active::after {
            width: 100%;
            left: 0;
            background-color: black;
        }


        .nav-links a.active {
            color: black;
        }


.flag {
    width: 30px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}


    .flag:hover {
        transform: scale(1.1);
        filter: brightness(1.2);
    }


.active-flag {
    border: 2px solid #f7b500;
    border-radius: 6px;
    transform: scale(1.05);
    filter: brightness(1.1);
    box-shadow: 0 0 8px rgba(247, 181, 0, 0.5);
}


.pyme-logo {
    width: 50px;
    height: auto;
    margin-left: 10px;
}



/* Versión móvil */
@media screen and (max-width: 768px) {

    .navbar-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.3rem 1rem;
        position: relative;
        z-index: 1000;
        background-color: white;
    }

    .logo {
        width: 100px;
        height: auto;
        margin-right: auto;
        margin-left: 1rem;
        position: absolute;
        left: 0;
        z-index: 1001;
        padding-top: 2%;
    }

    .menu-icon {
        display: block;
        position: absolute;
        font-size: 2rem;
        cursor: pointer;
        right: 1rem;
        z-index: 1001;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(6px);
        padding: 3rem 1rem;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-30px);
        transition: all 0.4s ease-in-out;
        z-index: 100;
    }


        .nav-links.active {
            opacity: 1;
            pointer-events: auto;
        }

        .nav-links li {
            width: 100%;
            text-align: center;
            margin: 0.1rem 0;
        }
}

.footer {
    background-color: black;
    color: white;
    padding: 3rem 2rem;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    gap: 2rem;
}

.footer-left {
    flex: 1;
    min-width: 200px;
}

.footer-logo {
    width: 150px;
}

.rights {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #ccc;
    max-width: 300px;
    text-align: justify;
    line-height: 1.4;
    padding-right: 1rem;
    padding-left: 0rem;
}

.footer-right {
    display: flex;
    flex: 2;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-column h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: white;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 0.5rem;
}

    .footer-column li a::after {
        color: #ccc;
    }

.footer-column p {
    margin: 0.3rem 0;
    font-size: 0.95rem;
    color: white;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: justify;
}

.social-icons a {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
    transition: color 0.3s;
}

    .social-icons a:hover {
        color: #ccc;
    }

.footer-pyme {
    margin-left: auto;
    margin-top: 2rem;
}

.pyme-logo {
    height: 60px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-right {
        flex-direction: column;
        align-items: center;
    }

    .footer-left, .footer-pyme {
        text-align: center;
    }
}

