/* ----------------------------------------------------------------
	LÍNEA SEPARADORA
-----------------------------------------------------------------*/
hr {
    height: 1px;
    background-color:#d2d2d2;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
/* ----------------------------------------------------------------
	+INFORMACIÓN ACORDEÓN
-----------------------------------------------------------------*/
 /* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: transparent;
    display: none;
}
/* ----------------------------------------------------------------
	Typography ASSA VESTA
-----------------------------------------------------------------*/
body { 

  font-family:'ASSA Vesta';
}

/* ----------------------------------------------------------------
	Typography ASSA VESTA
-----------------------------------------------------------------*/

@font-face {
	font-family: 'ASSAVesta';
	src: url('../fonts/ASSAVesta-Light.eotASSAVesta-Light.eot');
	src: url('../fonts/ASSAVesta-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ASSAVesta-Light.woff2') format('woff2'),
		url('../fonts/ASSAVesta-Light.woff') format('woff'),
		url('../fonts/ASSAVesta-Light.ttf') format('truetype'),
		url('../fonts/ASSAVesta-Light.svg#ASSAVesta-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ASSAVesta';
	src: url('../fonts/ASSAVesta-Bold.eot');
	src: url('../fonts/ASSAVesta-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ASSAVesta-Bold.woff2') format('woff2'),
		url('../fonts/ASSAVesta-Bold.woff') format('woff'),
		url('../fonts/ASSAVesta-Bold.ttf') format('truetype'),
		url('../fonts/ASSAVesta-Bold.svg#ASSAVesta-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
