/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display:none;
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
    /* display:none; */
    width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}
/*ESTO ES DE KIKO PARA EL CONTACT*/
#responsive-form{
	/*max-width:600px;*/
	margin:0 auto;
        width:100%;
}
.wpcf7-form-control.wpcf7-date,
*::placeholder {
    color: #333 !important;
}

.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-text {
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-style: solid;
    border-color: rgba(217,216,216,0.62);
    background-color: rgba(217,216,216,0.44);
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    max-width: 100%;
    width:100%;
}
.wpcf7-form-control.wpcf7-submit {
    background-color: #0881F2;
    color: #ffffff !important;
    -webkit-transition: all 400ms !important;
    transition: all 400ms !important;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    line-height: 1em;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
    border:none;
}
.wpcf7-not-valid-tip {
    color: red !important;
}

.form-row{
	width: 100%;
}
.column-one, 
.column-two,
.column-tree,
.column-four{
	float: left;
	position: relative;
	padding: 0.65rem;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.column-one {
	width:25%;
}
.column-two {
	width:50%;
}
.column-tree {
	width:75%;
}
.column-four {
	width:100%;
}
.border-separator {
    border-right:solid 1px #ccc;
    padding-bottom: 0px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#formulario .edgtf-tabs,
#formulario .edgtf-tabs-nav {
	display: none !important;
}
.noborder {
	border:none !important;
	margin:0px !important;
}
.noborder tbody tr {
	border:none !important;
}
.nowrap {
	white-space: nowrap !important;
}
.wpcf7-form-control.wpcf7-label,
.titulo{
	font-size: 18px;
    line-height: 1.445em;
    color: #212121;
    font-family: Cabin;
    font-weight: 400;
}
/**---------------- Media query ----------------**/
@media only screen and (max-width: 768px) { 
	.column-one, 
    .column-two,
    .column-tree,
    .column-four{
		width: 100%;
	}
    .border-separator {
        border:none;
        padding-bottom: 50px;
    }
}
.column-one, 
.column-two,
.column-tree,
.column-four{
    text-align: left !important;
}
.message H4 {
    color: #000 !important;
    text-align: center;
}

#menu-footer {
    list-style: none;
    text-align: center;
}
#menu-footer li {
    /*display: inline;*/
    padding-left: 10px;
    text-align: center;
}
.nohover a:hover {
    color: #fff !important;
}

.pagelayer-post-title,
.entry-content {
    text-align: center !important;
}
.chk-privacity {
    padding-top:20px;
}
.one-line {
    display: flex;
    align-items: baseline;
}
.one-line label{
    position: relative;
    bottom: 15px;
    right: 10px;
}
.control_input_code {
    display: inline-flex;
}
.control_input_code input{
    margin-right: 10px;
}
body.pagelayer-body .entry-content {
    margin-top: 20px !important;
}
body.pagelayer-body h2 {
    margin: 0px !important;
    padding: 0px !important;
    color:#000 !important;

}
body.pagelayer-body h5 {
    margin: 0px !important;
    padding: 0px !important;
}