.contacto_form{
		padding: 0px 40px!important;
}

/* Si es menor a */
@media (max-width: 600px){
	.contacto_form{
		padding: 0px 19px!important;
	}
}



.contacto_cont_info{
	margin-top: 20px;
}

/* Si es menor a */
@media (max-width: 600px){
	.contacto_cont_info{
		margin-top: 30px;
	}
}

#contacto_datos_cont{
	padding-left: 155px;
	margin-top: 35px;
}

/* Si es menor a */
@media (max-width: 600px){
	#contacto_datos_cont{
		padding-left: 0;
	}
}

.contacto_Datos{
	text-align: center;

	display: grid;
	justify-content: center;
}



.contacto_datos_tit{
    position: relative;
    font-family: "roboto-400";
    font-size: 20px;
    margin-bottom: 6px;
    color: #000000a6;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Si es menor a */
@media (max-width: 600px){
	.contacto_datos_tit{
	    font-size: 17px;
	    color: #000000c2;
	}
}






.contacto_datos_principales{
	font-family: "roboto-400";
    font-size: 13px;
    color: #00000085;
}



#contacto_dato_redes{
	cursor: pointer;
}






#contacto_datos_mobile{
	display: none;
}


/* Si es menor a **/
@media (max-width: 600px){
	#contacto_datos_mobile{
		display: block;
		margin-top: 70px;
	}
	#contacto_datos_pc{
		display: none;
	}
}


.contacto_form_cont_btn{
	display: flex;
	align-items: center;
	justify-content: center;

	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contacto_form_btn{
	width: 100%;
	height: 30px;

	background-color: var(--main-color_principal);
	color: white;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 4px;

	margin-top: 30px;
	cursor: pointer;

	text-align: center;
}





/*MAPA*/
.contacto_map_cont{
	margin-top: 150px;
	display: flex;
}

.contacto_map_cont iframe{
	width: 100%!important;
	height: 345px!important;
}



/* Si es menor a **/
@media (max-width: 600px){
	.contacto_map_cont{
		margin-top: 100px;
	}
	.contacto_map_cont iframe{
		height: 245px!important;
	}
}


#id_web{
	display: none;
}
#id_cliente{
	display: none;
}

#contacto_preload{
	display: none;
	background-color: white;
}

#contacto_preload_mov{
	background-color: var(--main-color_principal);
}