body,html{
    height:100%;
}
/*body {
    background: url('assets/img/bgInscripcion.jpg') no-repeat;
    background-size: cover;
    backdrop-filter: brightness(0.7);
}*/

body {
    background: url('../img/bgInscripcion.jpg') no-repeat center center fixed;
    background-size: cover;
    background-position: inherit;
}

#loader-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#menu-superior {
    text-align: right;
    margin-bottom: 20px;
    background-color: #ffc10740;
    padding: 8px;
}

.button-action {
    font-size: 1.2rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.794);
    display: table;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-action:hover {
    background-color:#ffed4aab;
}

.button-action a {
    color: black;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}

.button-action:hover a {
    color: #fff;
    text-decoration: none;
}

/*Temporal, mientras no se hace la pantalla de info de voluntariado*/
/*.button-color3:hover{ 
    background-color: rgba(255, 255, 255, 0.794);
}

.button-color3:hover a{ 
    cursor: not-allowed !important;
}*/

.button-color1{ 
    border-top: 5px solid #e9322b;
}

.button-color2{ 
    border-top: 5px solid #fec710;
}

.button-color3{ 
    border-top: 5px solid #681777;
}

label {
    color: #fff;
} 

.mensaje-ok {
    font-size: 1.2rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.794);
    display: table;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 5px solid #fec710;
    padding-top:30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

input[name="optMetodosPago"] {  
    margin-bottom: 1.9rem;
}

input[name="optRespMiembro"] {
    margin-bottom: 1.9rem;
}

.mensaje-ok span {
    display: table-cell;
    vertical-align: middle;
}

.mensaje-ok i {
    color: #28a745;
}

.mensaje-ok a {
    color: #212529;
    text-decoration: underline;
}

.mensaje-ok a:hover {
    color: #6b6b6b;
}

.mensaje-ko {
    font-size: 1.2rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.794);
    display: table;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 5px solid #fec710;
    padding-top:30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.mensaje-ko span {
    display: table-cell;
    vertical-align: middle;
}

.mensaje-ko i {
    color: #dc3545;
}

.mensaje-ko a {
    color: #212529;
    text-decoration: underline;
}

.mensaje-ko a:hover {
    color: #6b6b6b;
}


.info-transferencia {
    font-size: 1.2rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.794);
    display: table;
    height: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 5px solid #fec710;
    padding-top:30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.info-transferencia span {
    display: table-cell;
    vertical-align: middle;
}

.info-transferencia i {
    color: #28a745;
}

.info-transferencia a {
    color: #212529;
    text-decoration: underline;
}

.info-transferencia a:hover {
    color: #6b6b6b;
}

.modal a {
   color: #e2aa00;
}

@media only screen and (max-width: 767px) {

    #btnShowPopup {   
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #btnBack {
        width: 100%;
    }

    #btnShowPopup i {   
      font-size: .875em;
    }

    #btnBack i {
        font-size: .875em;
    }

    .mensaje-ok i {
        font-size: 2em;
    }

    .mensaje-ko i {
        font-size: 2em;
    }
    
    #btnWebLaFuente {
        text-align: center;
    }

    input[name="optMetodosPago"] {
        margin-bottom: 0;
    }

    input[name="optMetodosPago"]:nth-last-child(3) {
        margin-bottom: 200px;
    }

    input[name="optRespMiembro"] {
        margin-bottom: 0;
    }

    input[name="optRespMiembro"]::nth-last-child(3) {
        margin-bottom: 200px;
    }
}
    