@charset "utf-8";
/* CSS Document */

/* General */
body {
	font-family: 'Muli','Roboto',sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 0.9rem;
    height: 100%;
}

h1 { 
    color: #28A745;
}

a {
    color: #28A745;
}

/* Precio */
.precio {
    font-size: 1rem;
    margin-top: 10px;
    color: #28A745;
    margin-bottom: 0;
    font-weight: bold;
}

/* Boton */
.suscripcion{
    margin: 1rem auto;
    background-color: #28A745;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: 0 none;
    width: 50%;
}
.suscripcion:hover{
    background-color:#28A745;
}
.suscripcion:focus, .suscripcion:active{
    background-color: #28A745;
}

/* Capcha */
.captcha-container{
    background-color: #0080c0;
    border: 1px solid #333333;
    margin: 10px 0;
    padding: 5px 0;
}

/* Footer */
.footer {
    background-color: #28A745;
    color: #fff;
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Zona */
.zona {
	background-color: #28A745 !important;
    color: #fff;
}
.zona:hover{
    background-color:#28A745 !important;
}
.zona a{
	color: #fff;
}
.zona button:hover{
	background-color: transparent;
}

/* Modal */
.modal-content {
    background-color: #fff;
}
.close {
	color: #000;
}
.modal-header, .modal-footer {
    border-bottom: 1px solid #dee2e670;
    border-top: 1px solid #dee2e670;
}

/* Modal Sweetalert */
.swal2-popup{
    background: #fff !important;
}
.swal2-content {
    color: #000 !important;
}
/*.swal2-styled .swal2-confirm {*/
button.swal2-confirm.swal2-styled {
    background-color: #28A745 !important;
    color: #fff !important;
    border-left-color: #28A745 !important;
    border-right-color: #28A745 !important;
    border: 0 none !important;
}

.val_alert {
    width: 50%;
    margin: 0 auto;
}

.btn-link {
    color: #28A745;
}

/* Media query */
@media (max-width: 576px){
.contenido{
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.suscripcion{
    width: 100%;
}
.numero {
    width: 100%;
}
.val_alert {
    width: 100%;
}
.legal {
    padding: 0;
}
}
@media (max-width: 576px) { 
    .mt-5{
        margin-top: .5rem !important;
    }
    .container {
        display: block !important;
    }
 }
