
@charset "utf-8";
/* CSS Document */
.box_popup_custom_body {
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 999999;
    right: 0px;
    max-width: 100%;
    margin: 0px auto;
    padding: 40px 0px;
    height: 100%;
}

    .box_popup_custom_body a.close {
        position: absolute;
        z-index: 99999;
        text-decoration: none;
        font-size: 50px;
        color: #ffffff;
        top: 4%;
        font-weight: bold;
        left: 73%;
    }

#coprente {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.box_popup_custom_body img {
    max-height: 100%;
    position: relative;
    background: white;
    border: 10px solid white;
}

@media (max-width:1370px) {
    .box_popup_custom_body a.close {
        top: 4%;
        left: 82%;
    }
}

@media (max-width:1280px) {
    .box_popup_custom_body a.close {
        top: 4%;
        left: 84%;
    }
}

@media (max-width:1090px) {
    .box_popup_custom_body img {
        max-width: 95%;
    }

    .box_popup_custom_body a.close {
        top: 4%;
        left: auto;
        right: 5%;
    }
}

@media (max-width:875px) {
    .box_popup_custom_body {
        padding: 40px;
        height: 100%;
        padding-top: 15%;
    }

        .box_popup_custom_body a.close {
            top: 4%;
            right: 5%;
        }
}


@media (max-width:600px) {
    .box_popup_custom_body {
        padding: 15px;
        height: 100%;
        padding-top: 26%;
    }

        .box_popup_custom_body a.close {
            top: 4%;
            right: 5%;
        }
}
