/*
Theme Name: Neo Leon
Theme URI: http://www.3museos.com/
Author: Raidho
Author URI: https://www.raidho.mx/
Description: We're here for the light.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: raidho
*/




@import	url(css/index.css);
@import	url(css/weather.css);
@import	url(css/extra.css);



.page-id-13101 #responsive-form{
	max-width:1200px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
        width:100%;
}
.page-id-13101 .form-row{
	width: 100%;
    display: flex;
}
.page-id-13101 .column-half, .page-id-13101 .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.page-id-13101 .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.page-id-13101 .column-half{
		width: 50%;
	}
}
.page-id-13101 .wpcf7 input[type="submit"] {
    background-color: #eb7000;
    padding: 15px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: 9em;
}


.page-id-13101 .six-conlumns.center {
    text-align: center;
}
.page-id-13101 .telefono .wpcf7-tel {
    padding: 14px 0px !important;
    width: 100%;
    font-size: 13px;
    border: none;
    border-radius: 0.2em;;
    background-color: #fff;
}
.form-membresia {
    width: 450px;
    text-align: center;
    margin: 0 auto;
    display: block;
    min-height: 300px;
    padding: 80px;
    /* margin: 0px; */
    border: 1px solid #52318e;
    margin-bottom: 60px;
}

.form-membresia label {
     color: #52318e;
}
.page-id-13101 input#referencia, .page-id-13101 input#numref {
    display: none;
}
#wpcf7-f13102-p13101-o1 div.wpcf7-validation-errors, #wpcf7-f13102-p13101-o1 div.wpcf7-acceptance-missing {
    border: 1px solid #52319a;
    background: none;
    margin-top: 80px;
}

#wpcf7-f13102-p13101-o1 input.wpcf7-form-control.wpcf7-submit {
    background: #52319a;
    display: block;
    position: relative;
}
a.pago {
    margin: 10px 0;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid;
}

p.fallo {
    border: 1px solid;
    margin: 20px 10px;
    color: red;
    padding: 10px;
}

p.exitoso {
    border: 1px solid;
    margin: 20px 10px;
    color: #52319a;
    padding: 10px;
}
 .cumple{
    padding: 0.65em 1em 0.6em;
    border: none;
}
.acceptance{
    display: inline-block !important;
    width: auto !important;
}
#wpcf7-f13102-p13101-o1 span.wpcf7-list-item {
    margin: 0;
}
#wpcf7-f13102-p13101-o1 input#acceptance {
    width: 20px;
}
span.requerido {
    color: red;
    margin-left: 10px;
    font-size: 15px;
}