@charset "UTF-8";
/*! 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; }

:root {
  /*Paleta de Colores*/
  --primary: #021523;
  --danger: #EF5734;
  --info: #33CC99;
  --grey: #8E8E8E;
  --grey-ligth: #CEC8C8;
  --dark: #000000;
  --white: #ffffff; }

@font-face {
  font-family: 'poppins';
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins-regular-webfont.ttf") format("truetype"), url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

a {
  font-family: "poppins", Arial, Helvetica, sans-serif; }

h1,
h2,
h5 {
  margin: 0;
  font-family: "poppins", Arial, Helvetica, sans-serif; }

p {
  font-family: "poppins", Arial, Helvetica, sans-serif; }

form {
  margin-bottom: 1rem; }

.navbar {
  background: var(--primary);
  position: sticky;
  top: 0; }

/*====Nabvar header===*/
  .navbar-header {
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--grey); }
  .navbar-menu-mobile {
    color: var(--danger);
    border: 1px solid var(--white);
    display: flex;
    justify-content: center;
    padding: 0.33333rem;
    cursor: pointer;
    background: transparent; }
    .navbar-menu-mobile .zmdi {
      display: flex; }
  .navbar-ul {
    padding: 1rem 0; }
  .navbar-item {
    width: 100%; }
  .navbar-link {
    display: inline-block; }

/*====Fin del  Nabvar header===*/
/*====Estilos y configuració del menu responsive===*/
  .navbar-menu-mobile:hover {
    color: var(--danger); }

/*====Estilos y configuración del menu responsive===*/
/*==== Estilos del Navbar container =====*/
  .navbar-container {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: var(--primary);
    height: 0;
    transition: height 0.4s ease;
    position: absolute;
    z-index: 50;
    overflow: hidden;
    align-items: center; }
  .show {
    height: 300px;
    z-index: 50;
    transition: height 0.4s ease; }
  .brand-link, .navbar-a {
    color: var(--white);
    text-transform: uppercase; }
  .brand-link:hover {
    color: var(--white); }

/*Estilos de los enlaces de la barra de navegación*/
  .navbar-a:hover {
    color: var(--danger); }
  .navbar-a::after, .navbar-a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border: 2px solid #ef5734;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29); }
  .navbar-a::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0); }
  .navbar-a::after {
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0); }
  .navbar-link-active {
    color: var(--danger); }
  .navbar-link-active::before, .navbar-link-active::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .navbar-a:hover::before, .navbar-a:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

@media (min-width: 973px) {
  .navbar-menu-mobile {
    display: none !important; }
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    padding-right: 1rem; }
  .navbar-header {
    border-bottom: 0; }
  .navbar-container {
    display: flex;
    flex-direction: row;
    height: auto;
    background: transparent;
    justify-content: flex-end;
    align-items: center;
    width: 10%;
    justify-content: space-between;
    position: relative; }
  .navbar-item {
    width: auto; } }

.button {
  background: var(--info);
  color: var(--white);
  transition: 0.10s all ease;
  display: inline-block;
  margin: 35px 0 8px; }

.button:hover {
  background: var(--danger);
  color: var(--white); }

.title {
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 2rem; }

.subtitle {
  color: var(--info);
  margin-bottom: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.separator {
  border-bottom: 1px solid var(--grey-ligth); }

.text {
  color: var(--grey);
  margin-bottom: 0.5rem;
  line-height: 2em; }

.my-hero {
  background: var(--banner) !important;
  position: relative;
  background-size: cover !important;
  background-attachment: var(--bg-atachment) !important;
  background-position: center !important;
  margin-bottom: 2rem; }
  .my-hero::before {
    content: "";
    background: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute; }

.container-hero {
  padding: 2rem;
  position: relative;
  padding-top: 64px;
  padding-bottom: 65px; }

.banner-container {
  color: var(--white);
  line-height: 1.5em; }

.banner-container h4 {
  margin: 8px; }

.container-icon {
  border: solid 6px var(--white);
  padding: 1rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  color: var(--danger); }

@media (min-width: 973px) {
  .container-hero {
    padding: 6rem; } }

.input:focus {
  border-color: none !important; }

.slide-contenedor {
  height: auto;
  position: relative;
  overflow: hidden;
  /* margin: auto; */ }

/* .miSlider{
    display: none;
    transition: 2s;
    max-height: 100vh;
} */
.miSlider img {
  width: 100%;
  max-height: 100vh;
  height: inherit;
  object-fit: cover;
  vertical-align: top;
  transition: 2s; }

.direcciones {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px; }

.direcciones a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-decoration: none; }

.direcciones a:hover {
  background: var(--primary); }

.dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px; }

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 2px;
  background: #08a195;
  display: inline-block;
  margin-left: 1rem;
  display: block;
  box-shadow: 2px 2px 7px var(--dark); }

.active {
  background-color: var(--danger); }

.fade {
  animation-name: fade;
  animation-duration: 1.5s; }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

.slider-body {
  width: 80%;
  position: absolute;
  z-index: 10;
  top: 20px;
  color: var(--white);
  margin-left: 2.7rem;
  text-shadow: 1px 1px 2px #0c0c0c;
  font-family: "poppins", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: flex-start; }

.description-slider {
  white-space: wrap; }

.tag-slider {
  background: var(--danger);
  color: var(--white);
  padding: 0.5rem;
  display: inline-block; }

@media (min-width: 768px) {
  .slider-body {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 80%;
    margin-left: 1rem;
    width: 90%; }
    .slider-body h2 {
      font-size: 5rem;
      display: flex; } }

.my-footer-ul {
  display: flex !important;
  justify-content: space-around;
  align-items: center; }

.my-footer-item {
  background: var(--white);
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.my-footer-link {
  display: block; }

.facebook,
.facebook:hover {
  color: #3B5998 !important; }

.pinterest,
.pinterest:hover {
  color: #E60023 !important; }

.twitter,
.twitter:hover {
  color: #5DA9DD !important; }

.instagram,
.instagram:hover {
  color: #2C2C2C !important; }

.my-footer .container-hero {
  padding-bottom: 30px; }

.my-footer .footer-p {
  margin-top: 4rem; }

.my-footer .my-hero {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .my-footer-ul {
    width: 50%;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .container {
    padding: 0 1rem 0 1rem; } }

@media (min-width: 1023px) {
  .section-about-me {
    padding: 3rem; } }

#gallery,
#contacto {
  padding-top: 4rem; }

.gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row dense; }

.gallery-img {
  cursor: pointer; }

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem; }

.lightbox-container {
  margin: 0 auto; }

.close-modal {
  font-size: 1.5rem;
  color: var(--white);
  align-self: flex-end;
  display: block;
  cursor: pointer; }

.lightbox-navigation,
.lightbox-navigation:hover {
  color: var(--white); }

.lightbox-navigation {
  font-size: 2.5rem;
  padding: 1rem; }

figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 2rem); }

.gallery-img:hover {
  opacity: 0.8; }

.navigation {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  z-index: 100; }

@media (min-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2rem; } }

@media (min-width: 1023px) {
  .gallery-container {
    grid-template-columns: repeat(4, 1fr); } }

  html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* solo oculta el scroll horizontal */
  overflow-y: hidden; /* solo oculta el scroll vertical */
  background: #000;   /* mantén el fondo negro si lo deseas */
  }

    .section-body {
      height: 100vh;
      display: flex;
      flex-direction: column;
    }
    
    /* Estilos para pantallas grandes (escritorio) */
    @media (min-width: 768px) and (max-width: 1024px) {
      .projects-box {
        background-color: #0f0c1b; /* Color de fondo */
        color: white;      /* Color del texto */
        position: absolute; /* Posicionamiento sobre las imágenes */
        top: 13%;
        left: 50%;
        transform: translate(-50%, -50%); /* Centra la caja */
        width: 80%;       /* Ancho del 80% */
        z-index: 1; /* Asegura que esté por encima de otros elementos */
        opacity: 0.6; /* Opacidad para el fondo */
      }
    }

    .projects-box {
      background-color: #0f0c1b;
      color: white;
      padding: 10px;
      text-align: center;
      font-size: 15px;
      width: 100%;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      position: absolute; /* Posicionamiento sobre las imágenes */
      top: 13%;
      left: 50%;
      gap: 50px;  
      opacity: 0.6;
      transform: translate(-50%, -50%); /* Centra la caja */
      z-index: 1; /* Por encima de las imágenes */
    }

      /* Estilos para pantallas pequeñas (tablet) */
  /*@media (min-width: 480px) and (max-width: 768px) {
    .projects-box {
      background-color: #0f0c1b;
      color: white;
      padding: 10px;
      text-align: center;
      font-size: 12px;
      width: 100%;
      display: flex;
      justify-content: center;
      box-sizing: border-box;
      position: absolute; /* Posicionamiento sobre las imágenes 
      top: 13%;
      left: 50%;
      gap: 50px;  
      opacity: 0.6;
      transform: translate(-50%, -50%); /* Centra la caja 
      z-index: 1; /* Por encima de las imágenes 
      }
    }*/

        /* Estilos para pantallas pequeñas (tablet) */
  @media (min-width: 480px) and (max-width: 768px) {
    .projects-box {
      background-color: #0f0c1b; /* Color de fondo */
      color: white;      /* Color del texto */
      position: relative; /* Lo convierte en un bloque normal en el flujo del documento */
      top: auto;         /* Resetea la posición */
      left: auto;        /* Resetea la posición */
      transform: none;   /* Resetea la transformación */
      /* Tus estilos personalizados para móvil */
      font-size: 12px;   /* Tamaño de fuente para móvil */
      padding: 10px;     /* Espaciado interno */
      gap: 15px; /* Espacio entre los elementos */
      text-align: center; /* Centra el texto */
      width: 100%;       /* Ancho completo */
      z-index: 1; /* Asegura que esté por encima de otros elementos */
      opacity: 100; /* Opacidad para el fondo */
      }
    }


    /* Estilos para pantallas pequeñas (móviles) */
  @media (max-width: 480px) {
    .projects-box {
      background-color: #0f0c1b; /* Color de fondo */
      color: white;      /* Color del texto */
      position: relative; /* Lo convierte en un bloque normal en el flujo del documento */
      top: auto;         /* Resetea la posición */
      left: auto;        /* Resetea la posición */
      transform: none;   /* Resetea la transformación */
      /* Tus estilos personalizados para móvil */
      font-size: 8px;   /* Tamaño de fuente para móvil */
      padding: 10px;     /* Espaciado interno */
      gap: 15px; /* Espacio entre los elementos */
      text-align: center; /* Centra el texto */
      width: 100%;       /* Ancho completo */
      z-index: 1; /* Asegura que esté por encima de otros elementos */
      opacity: 100; /* Opacidad para el fondo */
      }

    .footer-video-background {
      margin-top: none; /* Espacio entre el bloque de proyectos y el video*/
    }
  }

    .my-footer .my-hero {
    position: relative;
    overflow: hidden;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .footer-video-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    }

    .footer-video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .footerVideo {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    }

  body, html {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #000; /* o el color que combine con el video */
    }

    .container-hero {
      position: relative;
      z-index: 1; /* Asegura que el contenido del footer esté por encima del video */
      background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente para mejor legibilidad del texto */
      padding: 20px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      z-index: 9999;
    }

    .chat-box {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 260px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      padding: 10px;
      z-index: 9999;
    }

    .chat-box textarea {
      width: 100%;
      height: 60px;
      resize: none;
      padding: 8px;
      font-size: 14px;
      border-radius: 4px;
      border: 1px solid #ccc;
      margin-bottom: 5px;
    }

    .chat-box button {
      width: 100%;
      background-color: #25D366;
      color: white;
      border: none;
      padding: 8px;
      border-radius: 4px;
      cursor: pointer;
    }

    .hidden {
      display: none;
    }

    .whatsapp-icon {
      line-height: 1;
    }

    .direcciones {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
    }

    .direcciones a {
      color: white;
      font-size: 24px;
      margin: 0 10px;
    }

    .dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      top: 94%;
      transform: translateX(-50%);
      z-index: 2;
    }

    .dot {
      height: 8px;
      width: 8px;
      margin: 0 5px;
      background-color: white;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }

    .dot.active {
      background-color: #25D366;
    }