

.contTituloPortadaIndex h1 {
    margin-top: 100px;
    color: #ffff;
    line-height: 0.88;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 84px;
}
.contTextoPortada {
    width: 100%;
    display: flex;
}

.contTituloPortadaIndex b {
    font-weight: 900;
    font-size: 86px;
    color: #e63232;
}
.contTriPortada{
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 170%;
}
.TriGrisGrandePortada{
    width: 95%;
    height: 1233px;
    position: absolute;
    z-index: -2;
    background-color: #8ca8a9;
    clip-path: polygon(100% 0%, 0% 100%, 0% 0%); 
}
.TriGrisGrandePortadaFondo{
    width: 95%;
    height: 1229px;
    position: absolute;
    right: 0;
    z-index: -4;
    background-image: url(../img/QuenesSomos/fondo-portada.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-color: cadetblue;
    overflow: hidden;
    clip-path: polygon(100% 0%, 100% 110%, 0% 0%);
}
.TriFondoPortada{
    width: 100%;
    height: 1230px;
    position: absolute;
    left: 0;
    background-color: rgb(255, 255, 255);
    z-index: -1;
    overflow: hidden;
    clip-path: polygon(100% 100%, 0% 100%, 47.9% 49.6%);
}
.contPersonaPortada{
    width: 604px;
    position: absolute;
    right: 9%;
    top: 10%;
    z-index: -2;
}
.contPersonaPortada img{
    width: 100%;
}
.contTextoPortada{
    width: 100%;
    display: flex;

}
.izqTextoPortada{
    margin-left: 2.5%;
    justify-content: left;
}
.cuadroBlanco{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.marcaBlanca {
    width: 80%;
    height: 100%;
    border-radius: 42%;
    background-color: white;
}
/*esta parte es para el contenedor para carrusel de imagen*/
.unique-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
;
    align-items: center;
}

.unique-slider {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.unique-slide {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.unique-slide:not(.unique-active) {
    display: none;
}

.unique-image {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    order: 2;
}
.unique-text {
    flex: 1;
    color: #1a1a1a;
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    margin-left: 30px;
    order: 1;
}

.unique-arrows {
    position: absolute;
    top: -4px;
    right: 10px;
    display: flex;
    gap: 21px;
}

.unique-arrow {
    cursor: pointer;
    font-size: 18px;
    color: #555;
}

.unique-arrow:hover {
    color: #000;
}
.unique-image img {
    width: 100%;
    border-radius: 20px;
    z-index: -1;
}
.contImgParte2 img{
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 600px) {
    .unique-text {
        font-size: 14px;
    }

    .unique-slider-container {
        flex-direction: column;
    }

    .unique-slide {
        flex-direction: column;
    }
}
