:root {
    --main-azul: #0a49f8;
    --main-enfasis-2:#ffffffcc;
    --main-enfasis-1: #0fffe7;
    --main-blanco: #e9e9e9;
    --main-negro: #2b2b2b;
    }

body {
    margin: 0;
    font-family: Arial,sans-serif;
}


.header {
    position: relative;
    overflow: hidden;
    background-image: url("/src/image1.webp");
    background-position:top center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 120vh;
}
.headercx {
    position: relative;
    overflow: hidden;
    background-image: url("/src/image3.webp");
    background-position:top center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 120vh;
}
.headerex {
    position: relative;
    overflow: hidden;
    background-image: url("/src/image2.webp");
    background-position:top center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 120vh;
}


@media (max-width: 400px) {
    .header{
        min-height: 197vh;
    }
}

  

/* Animación del gradiente */
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
        background-color: var(--main-azul);

    }
    50% {
        background-position: 100% 30%;
        background-color: var(--main-celeste);

    }
    100% {
        background-position: 0% 50%;
        background-color: var(--main-azul);

    }
}



.cookie-consent {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
    background-color: var(--main-blanco);
    text-align:center;
    z-index:9999
  }
  .cookie-message {
    display:inline-block;
    margin-right:10px
  }


.hero {
    display: flex;
    padding: 50px;
    padding-top: 10vw;
    padding-bottom: 3vw;
  max-width: 1200px;
  z-index: 4;
  position: relative;
  color: var(--main-blanco);
}



.hero .text-container {
    text-wrap: wrap;
word-break: break-word;
max-width: 80%;
}

.hero li {
 list-style: none;
}

.hero h1 {
font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero .description {
    font-size: 1.2rem;
    line-height: 1.5;
}

.hero .image-container {
    position: relative;
    min-width: 30rem;
    margin: auto;
}

.image-container{
    z-index: 3;
}

.hero img {
    width: 100%;
    z-index: 2;
    position: relative;
}

.hero-imageqx{
    background-position: -1930px;
    height: 30rem;
    background-image: url('/src/sprites.webp'); 
    background-size: cover;
    background-repeat: no-repeat; 
    overflow: hidden; 
}

.hero-image{
    background-position: -960px;
    height: 30rem;
    background-image: url('/src/sprites.webp'); 
    background-size: cover;
    background-repeat: no-repeat; 
    overflow: hidden; 
}

.hero-imageex{
    background-position: -480px;
    height: 30rem;
    background-image: url('/src/sprites.webp'); 
    background-size: cover;
    background-repeat: no-repeat; 
    overflow: hidden; 
}




@media (max-width: 550px) {

    .hero-imageqx {
        height: 15rem;
        background-position: -1350px 0;

    }
        .hero-image {
        height: 15rem;
        background-position: 0px 0;

    }
        .hero-imageex {
        height: 15rem;
        background-position: -450px 0;

    }

    .hero .image-container{
        min-width: 15rem;
    }
}

.content-conteiner{
    width: 100%;
    overflow: hidden;
  }


.hero-2 {
    position: relative;
    display: flex;

    justify-content: flex-end; /* empuja la imagen al fondo y el texto a la izquierda */
    flex-direction: row-reverse;
    align-items: stretch;
}

.hero-2 .text-container {
    position: relative;
    z-index: 2;
    width: 90%;
    padding:100px;
    color: #fff;
    padding-right: 0px;
  max-width: 40%;
  text-wrap:wrap;
  word-break: break-word;
  z-index: 3;
  background-color: var(--main-negro);
}

.hero-2 li {
    list-style: none;
    padding-right: 60px;
}

.hero-2 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    padding-right: 60px;
}


.hero-2 p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-right: 60px;
}

.hero-2 button {
    background-color: var(--main-enfasis-2);
    color: var(--main-negro);
}

.hero-2 button:hover {
    background-color: var(--main-enfasis-1);
}

.hero-2 .image-container {
    position: relative;
    width: 50%;
}

.hero-2 img {
    width: 100%;
    z-index: 2;
    position: relative;

}

.hero-2-image {
    width: 100%;
    height: auto;
    background-image: url("/src/2149230000.webp");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* parallax */
    margin: 100px 0;
}

.overlay-rect {
    position: absolute;
    top: -25px;                /* 25px por encima */
    left: 0;
    width: 55%;                /* ocupa desde la izquierda hasta el 60% del ancho */
    height: calc(100% + 50px); /* 50px más alto que la hero-2-image */
    background-color: var(--main-negro);
    z-index: 1;
  }

.aux-the-shape {
    position: absolute;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.aux-the-shape.yellow {
    width: 70%;
    height: 70%;
    background-color: var(--main-amarillo);
    bottom: -68px;
    left: -21px;
    z-index: -1;
}

.aux-the-shape.blue {
    width: 40%;
    height: 40%;
    background-color: var(--main-celeste);
    top: -39px;
    right: 60px;
    z-index: -1;
}


.post-container{
  align-items: center;
  padding: 50px;
  max-width: 1200px;
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.5;
text-wrap: wrap;
word-break: break-word;
position: relative;
  z-index: 5;
  background-color: white;
}

.post-container button{
    background-color: var(--main-azul);
    color: var(--main-blanco);
}
.post-container h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--main-blue);
}

.post-container h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--main-blue);
}

.faq-h3{
    margin: auto;
  border: 1px solid #000;
}

.post-container h4 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--main-blue);
}

.post-container li {
    list-style: none;
}



.social-links {
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: left;
    position: relative;
  z-index: 3;
  padding-left: 50px;
}

.social-links span {
    font-weight: bold;
    color:var(--main-enfasis-2);
    margin-right: 10px;
}

.social-links a svg {
    width: 32px;
    height: 32px;
    fill: var(--main-enfasis-2);
    transition: color 0.3s;
}

.social-links a:hover svg {
    transform: scale(1.1);
    fill: var(--main-enfasis-1);
}


.tabla-contenido {
    border-radius: 15px;
  width: 78%;
    background-color: var(--main-blanco);
  padding: 10px;
}

.wall-breadcrumbs{
    padding: 5px;
    list-style: none;
    position: relative;
  z-index: 5;
}

.wall-breadcrumbs ol{
    list-style: none;
    
}
.wall-breadcrumbs li{
    display: inline-block;
}

.autor {
    padding-left: 40px;
}

@media (max-width: 950px) {
    .hero{
        flex-direction: column;
    }

    .hero-2-image{
        width: 80%;
        min-height: 350px;
        margin: 0;
    }

    .hero .text-container{
        max-width: 100%;
    }

    .hero-2{
        flex-direction: column-reverse;
        align-items: center;
    }

    .hero-2 .image-container{
        width: 100%;
    }

    .hero-2 .text-container{
        max-width: 100%;
        padding: 20px;
        text-align: center;
    }

    .hero-2 h2{
        padding-right: 0px;
    }

    .hero-2 p{
        padding-right: 0px;
    }

    .overlay-rect{
        display: none;
    }
}


@media (max-width: 300px) {
    .social-links{
        flex-direction: column;
    }
}

.services-container {
    position: relative;
    overflow: hidden;
    background-image: url("/src/123.webp");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 200px;
}



.services-box-conteiner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    margin-right: 30em;
    margin-left: 10em;
  max-width: 1200px;
  backdrop-filter: blur(10px);
  margin-bottom: 20px;
  margin-top: 20px;
  border: solid 2px var(--main-enfasis-2);
  border-radius:30px;
}


.service-box {
    overflow: hidden;
    height: 250px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 250px;
    margin: auto;
    position: relative;
  z-index: 5;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-color: #bbbc;
}

.service-box:hover {
    background-color: var(--main-blanco);

}


.service-icon-container {
    display: flex;
    justify-content: center;
    padding: 20px;
    color: var(--main-negro);
    padding-top: 70px;}



.service-text {
    padding: 15px;
    text-align: center;
    color: var(--main-negro);
}

.service-text h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.service-text p {
    margin: 0;
}

.cta-text{
    color: var(--main-enfasis-1);
    text-align: center;
}

.cta-text:hover{
    color: var(--main-negro);
}

a {
    text-decoration: none; /* Elimina el subrayado predeterminado */
    color: inherit; /* Hereda el color del contenedor */
}

a:visited,
a:focus,
a:active {
    color: inherit; /* Mantiene el color original */
    text-decoration: none; /* Evita subrayados o cambios */
}


.table {
    max-width: 800px;
    margin: 40px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
.tbody{
    background-color: #000;
}

  th, td {
    padding: 15px;
    text-align: left;
  }
  
  th {
    background-color: #3498db;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  td {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
  }
  
  tr{
    background-color: #f9f9f9;
    color: #000;
  }
  
  tr:hover {
    background-color: #f2f2f2;
  }
  
  td:first-child {
    font-weight: 500;
    color: #333;
  }
  
  th:first-child {
    border-top-left-radius: 10px;
  }
  
  th:last-child {
    border-top-right-radius: 10px;
  }



/* Responsive */
@media (max-width: 1550px) {
    .services-box-conteiner {
        grid-template-columns: repeat(3, 1fr);
        margin-right: 15em;
  margin-left: 5em;
    }

    .services-container{
        background-position-x: right;
    }
}

@media (max-width: 1350px) {
    .services-box-conteiner {
        grid-template-columns: repeat(3, 1fr);
        margin-right: 10em;
        margin-left: 3em;
    }
}



@media (max-width: 1150px) {
    .services-box-conteiner {
        grid-template-columns: repeat(2, 1fr);
        margin-right: 5em;
        margin-left: 3em;

    }

}

@media (max-width: 730px) {
    .services-box-conteiner {
        grid-template-columns: 1fr;
        margin-right: 2em;
        margin-left: 2em;
    }


}

@media (max-width: 400px) {

    .service-box{
        width: auto;
    }

}