/*
   _____                       _       _     _       
  / ____|                     (_)     | |   | |      
 | |     ___  _ __  _   _ _ __ _  __ _| |__ | |_ ___ 
 | |    / _ \| '_ \| | | | '__| |/ _` | '_ \| __/ __|
 | |___| (_) | |_) | |_| | |  | | (_| | | | | |_\__ \
  \_____\___/| .__/ \__, |_|  |_|\__, |_| |_|\__|___/
             | |     __/ |        __/ |              
             |_|    |___/        |___/               

© 2020-2021 Julia's Pateo team & developer Júlio Lopes All Rights Reserved
*/

h3.fcf-h3 {
	padding-bottom: 10px;
}

#fcf-form {
	display: block;
}

.fcf-body {
	box-shadow: 0px 6px 15px lightgrey;
	z-index: +10;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	width: 450px;
	height: 435px;
	position: absolute;
	left: 55%;
	top: 18.5%;
}

.fcf-form-group {
	margin-bottom: 1rem;
}

.fcf-input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.fcf-form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	outline: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

	.fcf-form-control:focus {
		border: 1px solid #313131;
	}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
	height: auto;
}

textarea.fcf-form-control {
	font-family: -apple-system, Arial, sans-serif;
	resize: none;
	height: 170px;
}

label.fcf-label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.fcf-credit {
	padding-top: 10px;
	font-size: 0.9rem;
	color: #545b62;
}

	.fcf-credit a {
		color: #545b62;
		text-decoration: underline;
	}

		.fcf-credit a:hover {
			color: #0056b3;
			text-decoration: underline;
		}

.icon {
	display: inline-block;
	position: relative;
	border: none;
	outline: none;
	width: auto;
	padding-right: 10px;
	padding-bottom: 6px;
	vertical-align: middle;
}

/*.flaticon-phone-call-1 {
	font-weight: bold;
	background-image: url("https://image.flaticon.com/icons/svg/126/126509.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}*/

div.infos_container  {
	padding-bottom: 10px;
}

b#pin_icon,
b#phone_icon,
b#mail_icon,
b#pin_icon_nd {
	font-weight: 300 !important;
}

b#pin_icon:hover,
b#phone_icon:hover,
b#mail_icon:hover,
b#pin_icon_nd:hover {
	/*color: blue;
	font-style: italic;*/
	text-decoration: underline;
}
b.pin_icon:hover, b#pin_icon:hover,
b.phone_icon:hover, b#phone_icon:hover,
b.mail_icon.icon:hover, b#mail_icon:hover,
b.pin_icon_nd.icon:hover, b#pin_icon_nd:hover {
	cursor: pointer;
}
