/*****

Contact Form Styles

******/
select{
    border: 1px solid #ccc !important;
    font-size: 13px !important;
    margin-bottom: 1.3em !important;
    min-height: 40px !important;
    padding-left: 10px !important;
    transition: box-shadow .3s,border-color .3s !important;
    width: 47% !important;
    margin-right: 2rem !important;
}

input.wpcf7-form-control {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 47% !important;
    margin-right: 2rem;
}

.wpcf7-textarea {
    border: 1px solid #ccc;
    font-size: 13px !important;
    max-height: 80px;
    margin-bottom: 1.3em;
    min-height: 40px !important;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 97% !important;
    margin-right: 2rem;
}

.wpcf7 input[type="date"]:before {
    content: attr(placeholder);
    left: 17px;
    position: absolute;
    top: 2px;    
}

.wpcf7 input[type="date"] {
    padding-left:76px;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 p label {
    text-align:left;
}

.wpcf7 input.btn-main {
    width: auto;
}

.recaptcha {
    font-size: 11px;
}

.recaptcha p {
    justify-content: start !important;
}

.recaptcha p a {
    margin: 0px 4px;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}

.form-box :-moz-placeholder,
.form-box ::-moz-placeholder,
.form-box :-ms-input-placeholder,
.form-box ::-webkit-input-placeholder { 
color: #ffffff !important;
}

.wpcf7-form-control.wpcf7-submit{
    margin: 0 !important;
    float: left !important;
    background-color: #00a3e0;
    border: 0;
    color: #fff;
    font-size: .75em !important;
    font-weight: 600;
    height: 55px;
    justify-content: center;
    padding: 0 1.5em;
    position: relative;
    text-align: center;
    z-index: 10;
    width:auto !important;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin: -10px 0px 10px;
}

.popup__content___body .wpcf7-not-valid-tip {
    margin-top: 0px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.aceptar-condiciones p {
    font-size: 13px;
    justify-content: start;
    text-align: left;
}

.wpcf7-form input[type=email], .wpcf7-form input[type=date], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7 input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea {
    width: 100% !important;
}

.popup__content___body .wpcf7-form input.wpcf7-form-control,
.popup__content___body .wpcf7-form select,
.popup__content___body .wpcf7-textarea {
    margin-bottom: 5px !important;
}

.popup__content___body .wpcf7-form p {
    text-align: left;
}

.popup__content___body .wpcf7-response-output {
    margin-top: 1.2rem !important;
    font-size:12px;
}

.wpcf7-form input[type="submit"] {
    cursor: pointer;
    transition: background-color 0.3s ease; /
}
 
.wpcf7-form input[type="submit"].wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000; 
}

.wpcf7-form input[type="submit"]::before {
    content:'>';
    color:#fff;
    position: absolute;
    top: 0px;
    right:10px;
}

.input-submit p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    margin-top:15px;
}

.wpcf7-form .wpcf7-submit .fa {
    margin-left:10px;
}


/* INI: Form Contact */
.form-col-2 input.wpcf7-form-control,
.form-col-2 select,
.form-col-2 .wpcf7-textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    margin-right: 0%;
    min-height: 40px;
    transition: box-shadow .3s, border-color .3s;
    width: 100%;
}
.form-col-2 p {
    display: flex;
    justify-content: space-between;
}
.form-col-2 .input-submit p {
    flex-direction: row-reverse;
}
.form-col-2 p .wpcf7-form-control-wrap {
    width: 49%;
}
.popup__content .form-col-2 .wpcf7-form-control-wrap {
    width: 49% !important;
}
.form-col-2 p .wpcf7-form-control-wrap[data-name="comentario"] {
    width: 100%;
}
/* END: Form Contact */


/* INI: Responsive */
@media(max-width: 768px){
    select{
        width: 100% !important;
    }

    input.wpcf7-form-control {
        width: 100% !important;
    }

    .wpcf7-textarea {
        width: 100% !important;
    }
    .wpcf7 p label {
        text-align:left;
    } 
    .popup__content___body .wpcf7-form p {
        text-align: center;
    }
}
/* END: Responsive */