.contacto_home_section {
	width: 100%;
	height: auto;
	margin-top: 60px;
	position: relative;
}

.contacto_home_section .formulario {
	width: 600px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.contacto_home_section .figura {
	width: 700px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cct_block {
	width: 130px;
	height: auto;
	position: absolute;
	background-color: #ccc;
	font-family: "Montserrat-Regular";
	font-size: 14px;
	padding: 4px;
	right: -142px;
	top: 183px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	cursor: pointer;
}

.cct_block:hover .message {
	opacity: 1;
}

.cct_block .message {
	width: 200px;
	height: auto;
	background-color: #ccc;
	font-family: "Montserrat-Regular";
	font-size: 11px;
	position: absolute;
	top: 34px;
	padding: 10px;
	left: 0px;
	opacity: 0;
	pointer-events: none;
}

.cct_block .message strong {
	font-family: "Montserrat-Bold";
}

.cct_block .image {
	width: 20px;
	height: auto;
	position: absolute;
	right: 8px;
	top: 3px;
}

/* ---- Responsive: 480px
-------------------------------------------------------- */

@media only screen and (max-width: 1400px) {
	.contacto_home_section .figura {
		width: 40%;
	}
}

@media only screen and (max-width: 1100px) {
	.contacto_home_section .formulario {
		width: 400px;
	}

	.cct_block {
		top: 0px;
		position: relative;
		margin: 0 auto;
		right: inherit;
		border-top-right-radius: inherit;
		border-bottom-right-radius: initial;
	}
}

@media only screen and (max-width: 992px) {
	.contacto_home_section {
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 680px) {
	.contacto_home_section .formulario {
		width: 80%;
	}

	.contacto_home_section .figura {
		left: -30px;
	}
}

@media only screen and (max-width: 568px) {
	.contacto_home_section .figura {
		display: none;
	}
}
