#block-popupinicio {
  /*display: none;*/
}


.spb-popup-main-wrapper {
    border: 0px solid #000;
    padding:0px;
    width:700px!important;
}

#custom-css-id .col-md-6, #custom-css-id .col-md-12 {
    padding: 0px;
}


#custom-css-id .col-md-6 {
    text-align: center;
}

#custom-css-id .col-md-6:nth-child(1) img {
    width: 100%;
}

#custom-css-id .col-md-6:nth-child(2) img {
    width: 225px;
    height: 169px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 30px auto;
}

.texto-popup {
    font-family: "Roboto", sans-serif;
    color: #4D4D4D;
    font-size: 13px;
    text-align: center;
    margin: 0px 30px;
}


.spb_center {
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-top: -250px;
}

.spb_close {
    border: 0px solid;
    background: url(../images/icon/icono_cerrar.svg) no-repeat;
    width: 48px;
    height: 48px;
    text-indent:-9999px;
}

#custom-css-id .spb_close {
    text-indent: initial;
    background-image: none;
    background-color: #ed1c2a;
    display: block;
    width: 200px;
    float: none;
    margin: 30px auto;
    padding: 0px;
    white-space: normal;
    color: #fff;
    line-height: 3;
    border-radius: 24px;
}

.btnModalPrehome{
    text-indent: inherit !important;
}




