/*
Theme Name: Salient Child Theme
Theme URI: http://agapemas.com/
Description: Plantilla personalizada para Agapemas
Author: Marcelo
Author URI: mailto:marcelo.borsacchi@agape.org
Template: salient
Version: 1.0
*/

#copyright {
    padding-bottom: 10px !important;
}

.titulo-texto-velada:after {
    height: 2px;
    width: 52px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
    background: #ffcf00;
    display: block;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1 !important;
    background-color: #707070 !important;
}


/* Padding para que recaptcha no este tan cerca del boton de enviar */
.wpcf7-form-control-wrap {
    padding-bottom: 1.5em;
}

.lang-item > a >img {
    margin-bottom: 0px !important;
}

.lang-item > a {
    margin-left: 0px !important;
    margin-right: 15px !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.btn-invierno {
    text-align: center;
}

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


/* Options como botones */

/*.radioButtonContainer {
    padding-left: 15px;
    padding-right: 15px;
}*/

.radioButtonContainer.hasCheckedItem .radioButton:not(.isChecked) {
    opacity: 0.7;
}
.radioButtonContainer .radioButton {
    float: left;
    position: relative;
    /*width: 100px;*/
    width: 113px;
    height: 100px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
}

@media (max-width: 767px) {
    .radioButtonContainer .radioButtonImage {
        width: 48.5%;
    }
}

.radioButtonContainer .radioButton:hover {
    opacity: 1 !important;
}
.radioButtonContainer .radioButton > * {
    cursor: pointer;
}
.radioButtonContainer .radioButton input {
    position: absolute;
    visibility: hidden;
}
.radioButtonContainer .radioButton label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #dadada;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
    transition: all 75ms ease;
}

@media (max-width: 767px) {
    .radioButtonContainer .radioButton label {
        transform: none;
    }
}

.radioButtonContainer .radioButton input:checked + label {
    /*background: #828282;*/
    /*background: #40baf2;*/
    /*background: #ffcf00;*/
    background: #ffcf00a3;
    color: #fff;
    transform: scale(1);
    box-shadow: none;
    /*border-color: #828282;*/
    /*border-color: #40baf2;*/
    /*border-color: #ffcf00;*/
    border-color: #ffcf00a3;

}
@media (max-width: 767px) {
    .radioButtonContainer .radioButton input:checked + label {
        transform: none;
        box-shadow: none;
    }
}
.radioButtonContainer .radioButton:hover label {
    transform: scale(0.94);
}
.radioButtonContainer .radioButton span.img {
    display: block;
    width: 80px;
    height: 46px;
    margin-top: 1px;
    margin-bottom: 4px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    border: 5px solid #fff;
}
.radioButtonContainer .radioButton div.label-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.2rem;
    width: 100%;
}
.radioButtonContainer .radioButton span.label {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1;
    width: 100%;
    color: #333 !important;
}
.radioButtonContainer .radioButton.radioButtonMoney,
.radioButtonContainer .radioButton.radioButtonText {
    /*height: 58px;*/
    height: 36px;
}
@media (max-width: 767px) {
    .radioButtonContainer .radioButton.radioButtonMoney,
    .radioButtonContainer .radioButton.radioButtonText {
        height: 48px;
        width: 100%;
        margin-top: 0.5rem;
    }
}
.radioButtonContainer .radioButton.radioButtonMoney.fixedAmount,
.radioButtonContainer .radioButton.radioButtonText.fixedAmount {
    width: 200px;
}
.radioButtonContainer .radioButton.radioButtonText span.label {
    /*font-size: 1.2rem;*/
    font-size: 1rem;
}
.radioButtonContainer .radioButton.radioButtonMoney span.label {
    /*font-size: 2rem;*/
    font-size: 1.1rem;
}

.moneyInputContainer {
    width: 200px;
    max-width: 90%;
}
.moneyInputContainer .moneyInput {
    position: relative;
}
.moneyInputContainer .moneyInput div.euro {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 3px);
    width: 56px;
    text-align: center;
}
.moneyInputContainer .moneyInput div.euro > span {
    font-size: 2rem;
    color: #8896a9;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.moneyInputContainer .moneyInput input {
    font-size: 2rem;
    border-bottom: 3px solid #dfe0e2;
    border-radius: 3px 3px;
    padding: 0.5rem 0.8rem 0.5rem 52px;
}

#txtOtraCantidad {
    height: 36px;
    width: 113px;
    border-radius: 5px;
    margin: 2px;
    /* padding: 8px; */
    text-align: center;
    box-shadow: 0 2px 0 0 #dadada;
    background: #ffe05c;
    height: 34px;
    border: 1px solid #dadada;

    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.1;
    color: #333 !important;
    font-family: 'Roboto';
}

@media (max-width: 767px) {
    #txtOtraCantidad {
        font-size: 1.1rem;
        height: 48px;
        width: 100%;
        margin-top: 0.5rem;
    }
}



@media screen and (max-width: 999px) {
    .mobile-fix-donate {
        margin-bottom: 0px !important;
    }
    .btn-invierno {
        width: 100%;
    }
}

/*Donativos-Velada mobile fix*/

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

    .pb-0-mobile {
        padding-bottom: 0px !important;
    }

    
    .pt-4-mobile {
        padding-top: 2rem !important;
    }


    .mb-0-mobile {
        margin-bottom: 0px !important;
    }

    .mb-1-mobile {
        margin-bottom: 0.25rem !important;
    }

    .mb-2-mobile {
        margin-bottom: 0.50rem !important;
    }

    .mb-3-mobile {
        margin-bottom: 1rem !important;
    }

    .text-left-mobile {
        text-align: left !important;
    }
}








