html {
    width: 100%;
	overflow-x: hidden;
}

body {
	color: #000000;
	font-size: 14px!important;
	background-color: #EFDADD;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100vh;
}

hr {
	display: block;
	border: 0;
	border-top: 4px solid #561750;
	margin: 1em 0;
	padding: 5px;
}

table {
	font-size: 13px!important;
}

td {
	vertical-align: middle!important;
	padding: 3px!important;
}

a {
	text-decoration:none!important;
	color: #000000;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/Poppins.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fuentePrincipal {
	font-family: 'Poppins', sans-serif!important;
}

@media (min-width: 1199.98px) {
	.dropdown .dropdown-menu {
		transition: all 0.5s;
		overflow: hidden;
		transform-origin: top center;
		transform: scale(1, 0);
		display: block;
	}

	.dropdown:hover .dropdown-menu {
		transform: scale(1);
	}
}