/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.bg-verde {
    background-color: #317F43 !important;
}

.bg-salmon {
    background-color: #cdcdcd !important;
}

.bg-aqua {
    background-color: #9fd5d1 !important;
}

.bg-amarillo {
    background-color: #ffff33 !important;
}

.btn-afiliate {
    border-radius: 15px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-personalizado {
    color: #fff;
    background-color: #317F43;
    border-color: #317F43;
}

.fs-modal {
    color: #000 !important;
    font-size: 14px !important;
}

.titAfiliate {
    color: #000 !important;
    font-size: 1.5rem !important;
    font-weight: bold;
}

.textAfiliate {
    color: #000 !important;
    font-size: 1rem !important;
}


/* Steper registro */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.colorStep {
    background-color: grey!important;
    border-color: grey!important;
    color: white!important;
}

.normal {
    text-transform: none!important;
}


/* Fin Steper registro */

.appWhatsapp {
    position: fixed;
    right: 26px;
    bottom: 80px;
    width: 60px;
    z-index: 1000;
}

.appWhatsapp img {
    width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    margin-bottom: 2em;
}

.conBorde,
.conBorde th,
.conBorde td {
    border: 1px solid black;
    padding: 5px;
    text-align: left;
}

.sombreado {
    background-color: #D6EBEE;
}


/* Sign up form */

.signup {
    margin-bottom: 150px;
}

.signup-content {
    padding: 0 0 75px 0;
}

.signup-form,
.signup-image,
.signin-form,
.signin-image {
    width: 50%;
    overflow: hidden;
}

.signup-image {
    margin: 0 55px;
}

.form-title {
    margin-bottom: 50px;
    padding-top: 33px;
}

.signup-image {
    margin-top: 0px;
}

.principal {
    background: #317F43;
    padding: 150px 0;
}

.contenedor {
    width: 900px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}

.signup-image-link {
    font-size: 14px;
    color: #222;
    display: block;
    text-align: center;
}

.imagenPago {
    display: block;
    margin: auto;
}