/* 
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 */

.conten-iguana{
    backdrop-filter: blur(10px);
}
.form-contacto p label{
    color: #225B80;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.form-contacto input[type=text],.form-contacto input[type=email],.form-contacto textarea{
    font-family: "Montserrat", Sans-serif;
    padding: 10px 20px;
    border: solid 1px #29ABCF;
    background: transparent;
    outline: none;
    border-radius: 16px;
    color: #225B80;
}
textarea{
    width: 100%;
    height: 95px;
    min-width: 100%;
    min-height: 95px;
    max-height: 95px;
    margin-top: 5px;
}
.form-contacto .enviar input[type=submit]{
    color: #ffffff;
    background: #225B80;
    border-radius: 16px;
    border: none;
}
.form-contacto .enviar input[type=submit]:hover{
    background: #29ABCF;
}
.form-contacto .enviar{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.form-contacto .enviar p{
    display: flex;
    flex-direction: column;
}
.wpcf7-response-output{
    border-color: #29ABCF !important;
    font-family: "Montserrat", Sans-serif;
    color: #225B80;
}