body{
    font-family: 'Montserrat', sans-serif;
}
.popup-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.popup-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.popup-left{
    display: flex;
    flex-direction: column;
    width: 50%;
    background-image: linear-gradient(to bottom, #131429, #39466D);
    opacity: 97%;
    height: 100%;
    align-items: center;
}

.popup-left-img{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-left-img-asociados{
    height: 3rem;
    width: 15rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5rem;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(to left, transparent, #fff) 1;
}

.popup-left-img-asociados img{
    width: 45%;
    height: 20%;
}

.popup-left-img img{
    width: 100%;
    height: 85%;
}

.popup-left-description{
    display: flex;
    justify-content: center;
    text-align: center;
}

.popup-right{
    width: 50%;
    background-image: linear-gradient(to bottom, #131429, #39466D), linear-gradient(to right, #131429, #39466D);
    opacity: 100%;
    color: #fff;
    height: 100%;
}

.popup-right-content{
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.popoup-right-separator{
    height: 12%;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #39466D;
    width: 90%;
    margin-left: 10%;
}

.popup-right-bottom{
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-right-description{
    display: flex;
    justify-content: center;
    width: 80%;
    height: 30%;
}
.popup-right-description h5 {
    text-align: justify;
    font-size: small;
    margin: 0;
    font-weight: 100;
    text-align-last: justify;
}

.popup-right-button{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 30%;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 10px;
    height: 10%;
}

.img-button{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid;
    border-image: linear-gradient(to top, transparent, #fff) 1;
}

.text-button{
   width: 70%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.popup-right-footer {
    width: 18rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    height: 25%;
}

.icono {
    width: 2rem;
    height: 2rem;
}

.icono img {
    width: 100%; /* Para asegurarse de que la imagen se ajuste al tamaño del contenedor */
    height: 100%;
}

.popup-close{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.x-close-popup{
    margin-right: 5%;
    margin-top: 5%;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Ajusta la opacidad según sea necesario */
    z-index: 1000; /* Asegúrate de que esté encima de otros elementos */
}


.white_content {
    display: none;
    position: fixed;
    left: 5%;
    right: 5%;
    top:5%;
    bottom: 5%;
    width: 90%;
    height: 90%;
    background-color: white;
    z-index: 1002;
    border-radius: 35px;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .popup-right-description {
        display: flex;
        justify-content: center;
        width: 80%;
        height: 30%;
    }
}

@media screen and (max-width: 1024px) {
    .popup-right-description {
        display: flex;
        justify-content: center;
        width: 70%;
        height: 30%;
    }

    .popup-right-description h5 {
        text-align: justify;
        font-size: x-small;
        margin: 0;
        font-weight: 100;
        text-align-last: justify;
    }
}



@media screen and (max-width: 1000px) {
    .popup-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .popup-left-img-asociados {
        height: 10%;
        width: 40%;
        margin-top: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 2px solid;
        border-bottom: 2px solid;
        border-image: linear-gradient(to left, transparent, #fff) 1;
    }

    .popup-left-description {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 60%;
    }

    .popup-right-description {
        display: flex;
        justify-content: center;
        width: 70%;
        height: 30%;
    }

    .popup-right-button {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 28%;
        background-color: transparent;
        border: 3px solid #fff;
        border-radius: 10px;
        height: 17%;
    }

    .popup-right-footer {
        width: 45%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 1rem;
        height: 25%;
        max-width: 45%;
        max-height: 25%;
    }

    .popup-right-footer img{
        width: 100%;
        height: 100%;
    }
    .popup-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-image: linear-gradient(to bottom, #131429, #39466D);
        opacity: 97%;
        height: 50%;
        align-items: center;
    }

    .popup-left-img {
        width: 100%;
        height: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup-left-img img {
        width: 50%;
        height: 85%;
    }

    .popup-right {
        width: 100%;
        background-image: linear-gradient(to bottom, #131429, #39466D), linear-gradient(to right, #131429, #39466D);
        opacity: 100%;
        color: #fff;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .popup-close {
        height: 0;
        width: 100%;
        display: none;
        justify-content: flex-end;
    }

    .popup-right-content {
        height: 45%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 0.5rem;
    }

    .popup-right-description h5 {
        text-align: justify;
        font-size: 0.4rem;
        margin: 0;
        font-weight: 100;
    }
}