/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
Version: 3.0.1.1706549106
Updated: 2024-01-29 19:25:06

*/
/*------------------------------------*
    FORMULARIO CONTACT FORM
*------------------------------------*/
.psa_form_contacto input,
.psa_form_contacto textarea {
    border:none;
    border-bottom: 1px solid #011A26;
    border-radius: 0;
    background: none;
    margin-bottom: .5rem;
    padding: .5rem 1rem .5rem 0;
    font-size: 20px;
    overflow-x: hidden;
}

.psa_form_contacto .psa_tratamiento_datos {
    font-size: 12px;
    line-height: 16px;
}
.psa_form_contacto input::placeholder,
.psa_form_contacto textarea::placeholder {
    opacity: 1;
    color: #000;
    margin-left: -1rem;
}
.psa_form_contacto input:hover::placeholder,
.psa_form_contacto textarea:hover::placeholder {
    text-indent: 1rem;
    transition: all .5s ease-out;
}

.psa_form_contacto .psa_acepto span{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}
.psa_form_contacto .wpcf7-not-valid-tip {
    color: #cc0000;
    font-size: 10px;
    font-weight: normal;
    display: block;
}
.psa_form_contacto input[type="submit"] {
    background-color: #213788;
    color: #fff;
    display: block;
    border: 2px solid #213788;
    float: right;
    margin-top: 2rem;
    padding: 8px 80px;
    font-size: 18px;
    text-align: center;
    height: 46px;
}
.psa_form_contacto input[type="submit"]:hover {
    background-color: #fff;
    color: #213788;;

}
.psa_tratamiento_datos a {
    color: #000;
    text-decoration: underline;
}
/*------------------------------------*
    Footer
*------------------------------------*/
footer, footer a, footer p, footer * {
    color: #fff !important;
}
footer a:hover {
    opacity: 0.7;
}
/*------------------------------------*
    404
*------------------------------------*/
.error404 .page-content {
    padding: 200px 0;
    text-align: center;
}
/*------------------------------------*
    HT
*------------------------------------*/
.htslider-postslider-area .slick-dots li.slick-active button {
        background: #fff none repeat scroll 0 0 !important;
}
.htslider-postslider-area .slick-dots li button {
    background: transparent none repeat scroll 0 0 !important;
	margin: 0 4px !important;
	border: 1px solid #fff !important;
}
/*------------------------------------*
    CF7
*------------------------------------*/
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #CC0000;
    margin-top: 60px;
}