﻿form{
    z-index: -1;
}

.pEnhorabuenaConSorteo {display:block  }

.modal {
    display: block;
    position: absolute;
    z-index: 36;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: initial;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.btn-foto {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-foto .expositor {
    width: 340px;
    float: left;
    margin-left: -126px;
    margin-top: -226px;
}

.btn-foto .close img {
    width: 45px;
    cursor:pointer;
}
.nosorteo{
    font-size:15px !important;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid #FFED00;
    width: 81%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0%;
    position: relative;
}


.modal-p {
    font-family: 'Intro Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A2240;
}

.modal-p span {
    background: #FFED00;
}

.btn-azul.btn {
    color: white;
    padding: 20px;
    background: #0A2240;
    border-radius: 5px;
    margin: 20px 0px;
    cursor:pointer;
    font-weight: bold;
}

.anotaciones {
    border: 2px dashed #013a81;
    padding: 10px;
    width: 100%;
    margin: 10px;
}
.anotaciones p{
    margin-top:-25px;
}
.anotaciones .info{
    position:relative;
    top:-25px;
}

@media screen and (max-width:975px) {
    .modal-content {

        top: 8%;
        position: relative;
    }

    .btn-foto .expositor {
        width: 261px;
        height: 100%;
        float: left;
        margin-left: -69px;
        margin-top: -135px;
    }
   
}

@media screen and (max-width:800px) {
    
    .modal-content {

        width: 70%;
    }

    .btn-foto .expositor {
        width: 260px;
        height: 100%;
        margin-left: -69px;
        margin-top: -135px;
    }
}

@media screen and (max-width:380px){
    .modal-content{
        width:76%;
        top:1%;
    }
}