.header_contacto{
	padding-top: 20px;
	padding-bottom: 20px;
}
.contacto_span{
	color: #848484;
	font-weight: bold;
}
.titulo_contacto{
	color: #00b451;
	font-weight: bold;
}
.nombre_contacto{
	padding-top: 10px;
	padding-bottom: 30px;
}
.datos_contacto p{
	font-size: 22px;
	padding: 20px;
}
.contenedor_contacto{
	padding-top: 30px;
}
.contenedor_info_contacto p{
	font-size: 14px;
}
.contenedor_info_contacto{
	border: 2px solid #00b451;
	border-radius: 20px;
	padding: 10px;
}
.contenedor_info_contacto .region{
	font-weight: bold;
	font-size: 21px;
	background-color: white;
	transform: translateY(-35px);
	position: absolute;
	padding: 10px 20px;
	left: 27%;
	background-color: #00b451;
	color: #fff;
	border-radius: 20px;
}
.contenedor_info_contacto_2 p{
	font-size: 14px;
}
.contenedor_info_contacto_2 .region_2{
	font-weight: bold;
	font-size: 21px;
	background-color: white;
	transform: translateY(-35px);
	position: absolute;
	padding: 10px 20px;
	left: 27%;
	background-color: #92b824;
	color: #fff;
	border-radius: 20px;
}
.contenedor_info_contacto_2{
	border: 2px solid #92b824;
	border-radius: 20px;
	padding: 10px;
}
.contenedor_info_contacto_3 p{
	font-size: 14px;
}
.contenedor_info_contacto_3 .region_3{
	font-weight: bold;
	font-size: 21px;
	background-color: white;
	transform: translateY(-35px);
	position: absolute;
	padding: 10px 20px;
	left: 27%;
	background-color: #00833e;
	color: #fff;
	border-radius: 20px;
}
.contenedor_info_contacto_3{
	border: 2px solid #00833e;
	border-radius: 20px;
	padding: 10px;
}
.logo_empresa{
	height: 125px;
	position: relative;
}
.logo_empresa img{
	max-height: 100%;
	max-width: 100%;
	padding: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.localidad{
	display: flex; 
	flex-direction: row;
	color: #00b451;
	font-weight: bold;
}
.localidad:before, .localidad:after{
	content: ""; 
	flex: 1 1; 
	border-bottom: 2px solid #00b451; 
	margin: auto; 
}
.localidad_2{
	display: flex; 
	flex-direction: row;
	color: #92b824;
	font-weight: bold;
}
.localidad_2:before, .localidad_2:after{
	content: ""; 
	flex: 1 1; 
	border-bottom: 2px solid #92b824; 
	margin: auto; 
}
.localidad_3{
	display: flex; 
	flex-direction: row;
	color: #00833e;
	font-weight: bold;
}
.localidad_3:before, .localidad_3:after{
	content: ""; 
	flex: 1 1; 
	border-bottom: 2px solid #00833e; 
	margin: auto; 
}
.seccion_empresa{
	text-align: justify;
}
.seccion_empresa h5{
	text-align: center!important;
	font-size: 18px;
	font-weight: bold;
}
.boton_distribuidores{
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.boton_distribuidores:hover{
	color: #fff;
}
.section_distribuidores{
	background-color: #f7f7f7;
	padding-top: 20px;
}
.image_info_sudamerica{
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column !important;
	min-height: 35vh !important;
	display: flex !important;
	box-sizing: border-box;
}
.seccion_empresa_sudamerica{
	align-items: center !important;
	justify-content: center !important;
	flex-direction: column !important;
	min-height: 35vh !important;
	display: flex !important;
	box-sizing: border-box;
	text-align: justify;
}
.detalle_contactos h5{
	font-size: 16px!important;
	text-align: justify;
	padding-top: 5px;
}
.detalle_contactos p{
	font-size: 14px;
	text-align: justify!important;
	margin-bottom: 2px!important;
}
.info_sudamerica .text-justify{
	text-align: justify!important;
}
.info_sudamerica .top-20{
	padding-top: 20px;
}