#popup_cartes_nadal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101 !important; /* Sit on top */
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#popup_cartes_nadal #popup_content_cartes_nadal{
    height: auto;
    background: #fff;
    position: absolute;
    z-index: 92;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 35vw; 
    max-height: 65vh;
    overflow: hidden;
}

#popup_cartes_nadal #popup_fons_cartes_nadal{
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
}

/* The OK Button */
#btn_tancar_popup_cartes_nadal {
    background-color: #ea8027;
    border: 0px;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    height: 44px;
    font-weight: 600;
    width: 200px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
}

#btn_tancar_popup_cartes_nadal:hover {
    background-color: #f0a668;
    border: 0px;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    height: 44px;
    font-weight: 600;
    width: 200px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
}

/* The Close Button */
#popup_cartes_nadal #tancar_popup_cartes_nadal:before{
    text-align: center;
    content: "\00d7";
    font-size: 40px;
    color: #d3d3d3;
    width: 25px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#popup_cartes_nadal #tancar_popup_cartes_nadal:hover:before,
#popup_cartes_nadal #tancar_popup_cartes_nadal:focus:before {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.titol_popup_cartes_nadal{
    font-size: 70px;
    color: #ea8027;
    line-height: 1;
    text-align: center;
}
.titol_2_popup_cartes_nadal{
    font-size: 40px;
    color: #005898;
    font-weight: bold;
    margin-bottom: 20px;
}

.img_popup_cartes_nadal{
    width: 30vw;
}
.titol_cartes_nadal{
    font-size: 30px;
    color: #005898;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    
}
.text_cartes_nadal{
    font-size: 23px;
    color: #666;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 15px;
}

@media (max-width: 990px){
    #popup_cartes_nadal #popup_content_cartes_nadal{
        width: 90% !important;
        padding: 30px 10px;
    }
    .titol_popup_cartes_nadal{
        font-size: 1.9rem;
        text-align: center;
        padding: 0 25px;
    }
    .titol_2_popup_cartes_nadal{
        font-size: 1.5rem;
    }
    .img_popup_cartes_nadal {
        width: 100%;
    }
    .div_components_popup_cartes_nadal {
        width: 85%;
        height: 45px;
        margin: 35px 0px;
    }
    .components_popup_cartes_nadal{
        font-size: 17px;
    }
    .titol_cartes_nadal{
        font-size: 26px;
    }
    .text_cartes_nadal{
        font-size: 17px;
    }
    #popup_cartes_nadal #tancar_popup_cartes_nadal:before {
        text-align: center;
        content: "\00d7";
        font-size: 45px;
        color: #d3d3d3;
        width: 25px;
        line-height: 30px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
}