/* 
Theme Name: Juristas Asociados
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema personalizado para Juristas Asociados creado por chicledemelon.tech
Author: chicle de melón
Author URI: https://chicledemelon.tech/
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 */


.form-contact input, .form-contact select{
	border: 1px solid #003486;
	border-radius: 6px;
	background-color: #F5F5F6;
	color: #16163F;
	font-size: 14px;
}
.form-contact textarea{
	border: 1px solid #003486;
	border-radius: 6px;
	background-color: #F5F5F6;
	color: #16163F;
	height: 120px;
	font-size: 14px;
}

.form-contact input[type="submit"]{
	background-color: #003486;
	color: #F5F5F6;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	padding: 12px 32px;
	margin-top: 12px;
}
.form-contact a{
	color: #003486;
}

.form-contact p{
	margin-bottom: 8px;
}

.grecaptcha-badge {
    display: none !important;
}


@media(max-width: 780px){
	.form-contact input, .form-contact span{
		font-size: 12px;
	}
	
}