/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.title{
	color: white;
    font-size: 12px;
    border-bottom: 1px solid;
    margin-bottom: 65px;
	font-family: 'NeueMontreal-Regular';
}

.title.note{
	padding-top: 80px;
    margin-bottom: 30px;
}

.wpcf7-list-item-label{
	color: #FFFFFFCC;
    font-family: 'Georgia';
    font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.3px;
}


input[type="radio"],
input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 23px;
	width: 23px;
	aspect-ratio:1/1;
  border: 1px solid white; 
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
/*   vertical-align: middle; */
	top:-4px;
  margin-right: 8px;
  position: relative;
}


input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before{
  content: '';
  position: absolute;
	top: 3.1px;
	left: 3px;
	aspect-ratio: 1 / 1;
	height: 15px;
  background-color: white; 
  border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item{
	margin:0px;
	padding-bottom:50px;
}

.wpcf7-acceptance .wpcf7-list-item{
	padding: 15px 0px;
    margin: 0px;
}

.wpcf7-list-item>label {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
}

form p>label{
	    color: white;
    font-family: 'NeueMontreal-Regular';
    font-size: 12px;
    line-height: 17px;
	width:100%;
	padding-bottom: 3px;
}

form input.wpcf7-text{
	    border: 0px;
    border-radius: 0px;
    background: #FFFFFF33;
    color: white;
    font-family: 'NeueMontreal-Regular';
    font-size: 12px;
    line-height: 17px;
}

form textarea.wpcf7-textarea{
	border: 0px;
    border-radius: 0px;
    background: #FFFFFF33;
    color: white;
    font-family: 'NeueMontreal-Regular';
    font-size: 12px;
    line-height: 17px;
	height:150px;
	margin-bottom: 30px;
}

[type=submit]:focus{
	background-color:black;
	border-color:white;
}

.wpcf7-response-output{
	display:none;
}

form label>span.wpcf7-form-control-wrap{
/* 	padding:15px 0px; */
	top:4px;
}

.boton_submit{
	text-align:center;
}

form .wpcf7-submit{
	border-color: white;
    border-radius: 0px;
    color: white;
    font-family: 'NeueMontreal-Regular';
    font-size: 12px;
    margin-top: 60px;
}

form .wpcf7-submit:hover, form .wpcf7-submit:focus{
	background:white !important;
	color:black;
}

#site-footer{
	padding:0px;
}

.country-list{
    background-color: black !important;
}

.our_firm{
	top: 20px;
    position: relative;
}


.boton_submit, .boton_submit>p, .boton_submit .wpcf7-submit{
	text-align: center;
	/* 		width: 80%; */
	margin: 0px auto;
}
.wpcf7-spinner{
	width:0px;
	margin:0px;
}

.iti-flag{
	display:none !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
	padding-left: 0px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag{
	width:52px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown input[type=text]{
	padding-left: 70px !important;
}

/* cmplz */

#cmplz-cookies-overview .cmplz-dropdown summary{
	background-color: transparent;
    color: #FFFFFFCC;
}

#cmplz-cookies-overview .cmplz-dropdown summary div:after{
	filter: invert(1);
}

#cmplz-cookies-overview p, #cmplz-cookies-overview a, #cmplz-cookies-overview h3, #cmplz-cookies-overview h4, #cmplz-cookies-overview h5, #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div{
	color:#FFFFFFCC;
	font-family: 'Georgia';
	font-size:16px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header{
	background-color: black !important;
    color: #FFFFFFCC;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{
	color:white !important;
}

@media (max-width: 1024px) {
	#cmplz-cookiebanner-container .cmplz-cookiebanner{
		left:50% !important;
	}
}

img[title="logo-k"], img[title="logo-k.png"]{
	padding: 9px 0px;
}


.e-con.e-con-boxed{    
	padding: 2px 25px !important;
}

@media (max-width: 536px){
	.wpcf7-list-item>label{
		align-items: flex-start;
   		gap: 20px;
	}
	
	input[type="radio"], input[type="checkbox"]{
		margin-top: 7px;
	}
}

