.barra_doble
{
	display: flex !important;
	align-items: center !important;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: bolder;
	font-size: 24px;
    padding: 8px;
    
	overflow: auto;
}
.barra_doble img
{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 30px;
    
    width: 200px;
	cursor: pointer;
}
.barra_doble button
{
	color: #ffffff;
	padding: 4px;
	margin: 25px;

	background-color: #ffd76000;

	border: 0px solid;

	/*Fuente*/
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: 100;
	font-size: 24px;

	transition: 0.2s;
}
.barra_doble button:hover
{
	color: rgb(101, 162, 182);
}
.barra_doble .contacto
{
	padding-right: 15px;
	margin-left: 10px;
	border: #000000 2px solid;
	border-radius: 8px;

	display: flex;
	align-content: center;
	justify-content: center;

	transition: 0.2s;
}
.barra_doble .contacto img
{
	margin-right: 10px;
	margin-top: 20px;
	width: auto;
	height:35px;
}
.barra_1
{
    display: flex;
    justify-content: left;
	border-bottom: 3px solid black;
	padding-bottom: 16px;
}
.barra_2
{
    display: flex;
    justify-content: left;
}
.contacto_boton_doble:hover
{
	cursor: pointer;
	filter: brightness(70%);
}