:root {
    --main-azul: #0852FF;
    --main-enfasis-2: #bdf2e3;
    --main-enfasis-1: #ec8e00;
    --main-blanco: #F7F7F7;
    --main-negro: #1A1A1A;
    }

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


.header {
    position: relative;
    overflow: hidden;
}

/* 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;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    padding-top: 120px;
    flex-flow: row-reverse;
  max-width: 1200px;
  margin: auto;
}



.hero .text-container {
    background-image: linear-gradient(89deg,#FFF0 0%,#ffffff2e 100%);
    border-radius: 15px;
    padding: 20px;
    max-width: 40%;
    text-wrap: wrap;
word-break: break-word;
}

.hero li {
 list-style: none;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.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;
    }
}



.hero-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1200px;
  margin: auto;
}

.hero-2 .text-container {
    background-image: linear-gradient(89deg,#FFF0 0%,#ffffff2e 100%);
    border-radius: 15px;
    padding: 20px;
    max-width: 40%;
    text-wrap: wrap;
word-break: break-word;
}

.hero-2 li {
    list-style: none;
}

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

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

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

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

}

.hero-2-image {
    width: 100%; /* Ocupa todo el ancho del contenedor */
    height: 670px;
    background-image: url('/src/sprites.webp'); /* Usa tu imagen de sprite */
    background-size: auto, auto;
    background-repeat: no-repeat; /* Evita repeticiones de la imagen */
    background-position: -2010px;
    border-radius: 20px; /* Redondea las esquinas */
    overflow: hidden; /* Oculta cualquier parte de la imagen que se salga */
    background-size: cover;
}

.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;

}

.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: center;
}

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

.social-links a svg {
    width: 32px;
    height: 32px;
    fill: var(--main-negro);
    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;
    text-align: center;
}

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

.autor {
    padding-left: 40px;
}

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



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

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

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

    .hero-2 .text-container{
        max-width: 100%;
        margin-top: 20%;
    }
}


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



.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
  margin: auto;
}

.service-box {
    background-color: var(--main-blanco);
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 350px;
    margin: auto;
}

.service-box:hover {

    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}


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



.service-text {
    padding: 15px;
    text-align: center;
    padding-top: 50px;
  padding-bottom: 50px;
}

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

.service-image {

    background-image: linear-gradient(180deg, #89A7FF 0%, #4e75e7 100%);
    background-size: auto 100%; /* Ajusta la altura al tamaño del cuadro */
    border-radius: 10px 10px 0 0;
}

/* Responsive */
@media (max-width: 1150px) {
    .services-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 750px) {
    .services-container {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 400px) {

    .service-box{
        width: 100%;
    }
}