/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ==========================
   CONTACT FORM 7
========================== */

.wpcf7 {
    width: 100%;
}

.wpcf7-form {
    margin: 0;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

/* Campos */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border:none;
	border-bottom: 2px solid #236092;
	border-radius: 0px;
    background: #fff;
    font-size: 16px;
    color: #222;
    transition: .25s;
    box-sizing: border-box;
}

.wpcf7 textarea {
    min-height: 160px;
    padding: 16px 18px;
    resize: vertical;
}

/* Focus */

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #236092;
    box-shadow: 0 0 0 3px rgba(35, 96, 146, 0.15);
}

/* Placeholder */

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #222;
}

/* Checkbox aceptación */

.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    line-height: 1.5;
}

.wpcf7 input[type=checkbox] {
    margin-top: 3px;
    transform: scale(1.15);
}

/* Botón */

.wpcf7 input[type=submit] {
    display: inline-block;
    padding: 16px 34px;
    border: 0;
    border-radius: 8px;
    background: #236092;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.wpcf7 input[type=submit]:hover {
    background: #236092;
    transform: translateY(-2px);
}

/* Spinner */

.wpcf7-spinner {
    display: block;
    margin-top: 15px;
}

/* Mensajes */

.wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 15px 20px !important;
    border-radius: 8px;
    font-size: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #eaf7ea;
    border-color: #45b36b;
    color: #2c6e42;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background: #fff2f2;
    border-color: #d33;
    color: #b40000;
}

/* Errores */

.wpcf7-not-valid {
    border-color: #d33 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    color: #d33;
}

.cf7-row{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.cf7-half{
    width:calc(50% - 10px);
}

.cf7-full{
    width:100%;
}

.wpcf7 a {
    color: #236092;
    text-decoration: none;
    transition: .25s;
}

.wpcf7 a:hover {
    color: #236092;
    text-decoration: underline;
}


/* Responsive */

@media (max-width:767px){

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 textarea,
.wpcf7 select{
    height:50px;
}
	
.cf7-half{
        width:100%;
    }	

}
