@charset "utf-8";
#section0_cont2 {
	position: relative;
	top: 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;	
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: flex-start;
}
#col_texto {
	position: relative;
	width: 49%;
	height: auto;
	top: 0;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
#col_texto p {
	color: #848484;
	padding: 18px 10px 0 10px;
}
#col_form {
	position: relative;
	top: 0;
	width: 40%;
	height: auto;
	padding: 0 5% 270px 5%;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
#col_form p {
	position: relative;
	color: #848484;
	padding: 20px 0 0 0;
	margin: 0;
}
#col_form h2 {
	padding: 20px 0 0 0;
	margin: 0;
}
#contact_form {
   	position: relative;
	width: 90%;
	height: 380px;
	left: 0;
	top: 0;	
}
#contact_form ul {
	list-style-type: none;
	width: 100%;
}
#contact_form li{
    padding: 8px 0;
    position: relative;
}
#contact_form label, li#Check_llamar span, li#Check_aviso_legal {
	color: #848484; /* Texto nombre cajas */
    display: block;
    font-size: 1em;
    margin-top: -2px;
    padding: 3px;
}
li#Check_llamar span {
	width: 250px;
	padding-left: 40px;
}
li#Check_aviso_legal span {
	width: 250px;
	padding-left: 40px;
}
#contact_form input {
    display: block;
    height: 35px;
    width: 100%;
    font-size: 1em;
    padding: 0 8px;
	color: #848484;
	border-radius: 5px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#contact_form input#Telefono {
	width: 120px;
}
#contact_form textarea {
    padding: 8px;
    width: 100%;
	height: 150px;
	border-radius: 5px;
	font-family: inherit;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#contact_form input.sombreado, #contact_form textarea {
    border: 1px solid #bbb;
    color: #848484; /* Texto input */
    font-size: 16px;
    padding-right: 30px;
	resize: none;
}
#contact_form input:focus {
    box-shadow: 0 0 8px #bbb;
	outline: none;
}
#contact_form textarea:focus {
    box-shadow: 0 0 8px #bbb;
	outline: none;
}
#contact_form button {
	position: relative;
	top: 0;
	width: 150px;
	height: 45px;
	font-size: 1.2em;
	color: #fff;
	border-radius: 5px;
    border: none;
	background: rgb(238, 109, 7);
	outline: none;
    -moz-transition: border .5s;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}
#contact_form button:hover {   
    border: 1px solid #333;   
}
#contact_form button:active {
	opacity:.60;
	color: rgb(238, 109, 7);
	background: #fff;
	outline: none;
}
input[type=checkbox] {
	position: absolute;
	left: -2000px; /*OJO, PORQUE SI SE QUEDA A LA DERECHA, RECORTARÁ LA PANTALLA*/
						  /*EN INTERNET EXPLORER AL ACTIVARLO*/
	visibility: hidden;
}
.checkbox {
	position: relative;
	width: 29px;
	height: 29px;
	left: 0px;
	top: -26px;
	background: #ddd;
	margin: 0;
	border-radius: 100%;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkboxAV {
	position: relative;
	width: 29px;
	height: 29px;
	left: 0px;
	top: -26px;
	background: #ddd;
	margin: 0;
	border-radius: 100%;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.checkbox label {
	position: absolute;
	display: block;
	height: 17px;
	border-radius: 100px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	top: 5px;
	left: 3px;
	z-index: 1;
	background: #eee;
	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}
li#Check_llamar {
	left: 0;
}
li#Check_aviso_legal {
	left: 0;
}
#checkbox1 label {
	width: 17px;
}
#checkbox2 label {
	width: 17px;
}
.checkbox input[type=checkbox]:checked + label {
	background: rgb(238, 109, 7);
}
.checkbox input[type=radio]:checked + label {
	background: rgb(238, 109, 7);
}
#resultado {
	position: relative;
	width: 350px;
	height: 60px;
	top: 320px;
	left: 0;
	padding: 0;
	z-index: 999;
}
#resultado p {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
#col_loca {
	position: relative;
	float: left;
	width: 99%;
	height: 650px;
	top: 120px;
	display: block;
	overflow: hidden;
}
#mapa {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
@media screen and (max-width:1024px) {
	#section0_cont2 {
		width: 90%;	
		padding: 0 5%;	
	}
	#col_form {
		margin-top: 0;
	}
}
@media (max-width: 960px) {
	#col_texto {
		width: 100%;
	}
	#col_form {
		width: 90%;
	}
}