.btn-paypal {
    background: #ffd140;
}

.single-price-plan {
    margin-bottom: 6em;
}

.plan-title > h3 {
    letter-spacing: 0px;
    opacity: 0.8;
}

@media (min-width: 992px) {
    .footer-fixed {        
         background-color: #02a09a !important;
    }
   
.store-buttons img { 
    padding: 20px;
}
}
@media (max-width: 992px) {
     
    br{        
         display: none
    }
}

.ponencia {
    background: rgba(0, 0, 0, 0) url(../img/ponencia.jpg) no-repeat fixed center center / cover;
}

.single-work::after {
display: none}


.btn-cv {
     color: #a96577;
     text-decoration: underline;
}
.btn-cv:hover {
      text-decoration: underline;
}


 footer {
    background-color: #02a09a;
}


.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;     
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    background: rgba(14, 161, 153, 0.8);
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 1000px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
}


.modalDialog h2 {

font-size: 24px;
margin-bottom: 5px}




.close { 
    background: #a96577;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 34px;
    height: 34px; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    padding-top: 5px;
    z-index: 10000000000000000000000000000
}
.close:hover {
    background: #a96577;
    color: #fff;
    
}

 