.clear { clear:both; }

* {
	transition-duration: .3s;
}

p {
	font-size: 18px;
	/* color: #FFFFFF; */
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h5 {
	font-family: 'DIN Pro Bold';
    font-size: 30px;
    color: #FFFFFF;
}


a {

	font-size:12px;
	text-decoration:none;
	margin:0;
	padding:0;
}

a:hover {
	margin:0;
	padding:0;
	text-decoration: none;
}

img {
	border:none;
}

ul {
	margin:0;
}

ul li {
	list-style:none;
}

.float-left {
	float:left;
}

.float-rigth {
	float:right;
}

.align-center {
	text-align:center;
}

.padding-t-b-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

html {
	/*overflow: hidden;*/
}

body {
	font-family: 'DIN Pro';
	font-size: 18px;
	text-align: left;
	background: #FFFFFF;
}


body.slider_imagen-template-default {
	overflow: hidden;
}

.report-slider .box-image {
	height: 100vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.report-slider .box-image img {
	max-width: 100%;
    margin: 0 auto;
    max-height: 100vh;
}

.box-content {
	position: relative;
}

.box-content .logo_alfa,
.box-content .logo_quilmes {
	position: absolute;
	bottom: 3%;
	z-index: 999;
}

.box-content .logo_alfa {
	right: 5%;
    bottom: 6%;
    filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.7));
}

.box-content .logo_quilmes {
	left: 5%;
	filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.7));
}


.page-template-template-WTDATATABLE .show-filter {
	
}

.login-error {
    background: #fee2e2;
    color: #991b1b;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}