.objetivos,
.descripcion,
.stack {
    margin-top: 5%;
}



/* OBJETIVOS */

.objetivos-texto {
    color: black;
    font-size: clamp(14px, 1.8vw + 0.5rem, 22px);
    font-weight: 400;
    word-wrap: break-word;
    max-width: 900px;
    text-align: justify;

    display: flex;
    align-items: center;
}

.objetivos-preguntas {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pregunta {
    color: #691B32;
    font-size: clamp(18px, 2.5vw + 0.5rem, 30px);
    font-weight: 700;
    word-wrap: break-word;
    text-align: center;
    width: 60%;
}

.respuesta {
    color: black;
    font-size: clamp(10px, 1.2vw + 0.3rem, 15px);
    font-weight: 400;
    word-wrap: break-word;
    text-align: justify;
    width: 50%;
    margin-bottom: 3%;
    margin-top: 3%;
}

.boton-info {
    margin-bottom: 3%;
    width: 100%;
    display: contents;
}

.boton-info button {
    width: 35%;
    height: 50px;
    background: #691B32;
    color: white;
    font-size: clamp(10px, 1.2vw + 0.3rem, 15px);
    font-weight: 400;
    word-wrap: break-word;
    border-radius: 33px;
    border: none;
}

/* DESCRIPCION */

.descripcion-texto {
    color: black;
    font-size: clamp(14px, 1.8vw + 0.5rem, 22px);
    font-weight: 400;
    word-wrap: break-word;
    max-width: 900px;
    text-align: justify;

    display: flex;
    align-items: center;
}

.descripcion-preguntas {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pregunta {
    color: #691B32;
    font-size: clamp(18px, 2.5vw + 0.5rem, 30px);
    font-weight: 700;
    word-wrap: break-word;
    text-align: center;
    width: 60%;
    margin-bottom: 10%;
}

.respuesta {
    color: black;
    font-size: clamp(10px, 1.2vw + 0.3rem, 15px);
    font-weight: 400;
    word-wrap: break-word;
    text-align: justify;
    width: 50%;
    margin-bottom: 3%;
    margin-top: 3%;
}

.descripcion-boton {
    margin-bottom: 3%;
    width: 100%;
    display: contents;
}

.descripcion-boton button {
    width: 35%;
    height: 35px;
    background: white;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    color: #691B32;
}

/* STACK TECNOLOGICO */

.cards {
    margin-bottom: 1%;
    height: 300px;
    width: 300px;
}

.contenido-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*Espaciado entre los elementos */
    background-color: #D8C8A8;
    border-radius: 10%;
    height: 100%;
    text-align: center;
}

.imagen-card {
    width: 100%;
}

.imagen-card-GD {
    width: 60%;
}

.imagen-card img {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    transition: 0.5s;

}

.imagen-card-GD img {
    max-width: 100%;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    transition: 0.5s;

}

.contenido-card:hover .imagen-card {
    display: none;
}

.contenido-card:hover .imagen-card-GD {
    display: none;
}

.contenido-card:hover h3 {
    display: none;
}

.contenido-card .contenido-hover {
    /* bottom: 20px; */
    left: 10%;
    width: 100%;
    height: 60px;
    background: #D8C8A8;
    transition: 0.5s;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.contenido-card .contenido-hover-GD {
    /* bottom: 20px; */
    left: 10%;
    width: 100%;
    height: 60px;
    background: #D8C8A8;
    transition: 0.5s;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}

.contenido-card:hover .contenido-hover {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 50%;
    border-radius: 20px;
}

.contenido-card:hover .contenido-hover-GD {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 50%;
    border-radius: 20px;
}


.contenido-hover h3,
.contenido-hover-GD h3 {
    margin: 0;
    padding: 0;
    font-size: clamp(12px, 1.5vw + 0.5rem, 20px);
    font-weight: bold;
    
}

.contenido-hover p {
    margin: 10px 0 0;
    padding: 0;
    opacity: 0;
    line-height: 1.2em;
    transition: 0.5s;
    text-align: justify;
    font-size: clamp(10px, 1.1vw + 0.2rem, 12px);

}

.contenido-hover-GD p {
    margin: 10px 0 0;
    padding: 0;
    opacity: 0;
    line-height: 1.2em;
    transition: 0.5s;
    text-align: justify;
    font-size: clamp(8px, 1.1vw + 0.2rem, 11px);

}


.contenido-card:hover .contenido-hover p {

    opacity: 1;
    transition-delay: 0.5s;
}

.contenido-card:hover .contenido-hover-GD p {

    opacity: 1;
    transition-delay: 0.5s;
}

.contenido-card .contenido-hover .imgbehind {
    padding: 0;
    margin-top: 25px;
}

.contenido-card .contenido-hover-GD .imgbehind-GD {
    padding: 0;
    margin-top: 20px;
}

.imgbehind img {
    width: 30%;
    height: 30%;
}

.imgbehind-GD img {
    width: 30%;
    height: 30%;
}

.arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 30%;
    background-image: url(../../images/que-hacemos/lineamientos/arrow.png);
    margin-top: -32%;
    margin-left: 71%;
    background-size: cover;
    border-radius: 0 0 30% 0;
    position: relative;
    z-index: 10;
}

.flecha {
    background-color: #691B32;
    width: 50%;
    border-radius: 100%;
    height: 50%;
    border: none;
    background-image: url('../../images/icons/right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40%;
    margin-left: 45%;
    z-index: 5;
}

.arrow-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 30%;
    background-image: url(../../images/que-hacemos/lineamientos/arrow.png);
    margin-top: -1%;
    margin-left: 77%;
    background-size: cover;
    border-radius: 0 0 30% 0;
}

.flecha-hover {
    background-color: #691B32;
    width: 50%;
    border-radius: 100%;
    height: 50%;
    border: none;
    background-image: url('../../images/icons/right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40%;
    margin-left: 45%;
    z-index: 5;
}