@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#control .tooltip-inner {
	text-align: left;
	max-width: 400px;
}

#listReviews td, #listReviews th, #listReviews_wrapper label, #listReviews_wrapper label select, #listReviews_wrapper .dataTables_info, #listReviews_wrapper .pagination  {
    font-size: 0.8rem;
}

#listReviews_wrapper .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ea6518;
    border-color: #ea6518;
}

#listReviews td .limitText{
	width: 250px;
	height: 95px;
	display: -webkit-box;
	-webkit-line-clamp: 4;       /* Número de líneas antes de cortar */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#listReviews td span.category {
    display: inline-block;
    background: #ea6518;
    border-radius: 6px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin-left: 0.5%;
    letter-spacing: -0.9px;
}

#listReviews td span.positive {
    display: inline-block;
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 6px;
    padding: 10px 15px;
    text-align: center;
    margin-left: 0.5%;
    letter-spacing: -0.9px;
}

#listReviews td span.negative {
    display: inline-block;
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 6px;
    padding: 10px 15px;
    text-align: center;
    margin-left: 0.5%;
    letter-spacing: -0.9px;
}

#listReviews td span.neutral {
    display: inline-block;
	color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    border-radius: 6px;
    padding: 10px 15px;
    text-align: center;
    margin-left: 0.5%;
    letter-spacing: -0.9px;
}

#listReviews td span.question {
    display: inline-block;
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border-radius: 6px;
    padding: 10px 15px;
    text-align: center;
    margin-left: 0.5%;
    letter-spacing: -0.9px;
}

#listReviews .action{
	margin-right: 10px;
	cursor: pointer;
	font-size: 1rem;
}

#listReviews .action[disabled="disabled"]{
	opacity: 0.5;
	cursor: unset;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* ***************************** */

html {
	font-family: 'Poppins', sans-serif !important;
	font-weight:600;
	height: 100%;
	color: white;

	/*background: rgba(88,202,234,1);
	background: -moz-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,202,234,1)), color-stop(27%, rgba(88,202,234,1)), color-stop(76%, rgba(1,116,142,1)), color-stop(100%, rgba(1,116,142,1)));
	background: -webkit-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -o-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -ms-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: linear-gradient(to right, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58caea', endColorstr='#01748e', GradientType=1 );*/
}

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

body .login {
	font-family: 'Poppins', sans-serif !important;
	height: 100%;
}

.login-site h2 {
    color: #5a3217;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
    font-weight: bold;
}


	body.hold {
	    overflow: hidden !important;
	}

	body.hold .body-container{
		opacity: 0.2;
	}

.position-relative {
	position: relative;
}

.content-table {
    height: 100%;
    width: 100%;
    display: table;
}

.content-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.error-alert {
	background: crimson;
	border-color: crimson;
	color: #fff;
	position: fixed;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 0;
	padding: .75rem 1rem;
}

.img.rounded {
	border-radius: 1rem !important;
}

.loading {
	position: fixed;
	z-index: 99999;
	background: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 72px;
	color: #ea6518;
}

.next-temporal-page,
.next-map-page {
	position: absolute;
	left: -999999px;
	top: -999999px;
}

.login{
	overflow-y: auto;
	height: 100%;
}

.login-site .content-login.container {
    height: 100%;
    overflow-y: hidden; /* don't show content that exceeds my height */
}
	.login-site .content-login.container > .row {
		height: 100%;
	}

.login-site {
	/*background:  url('img/login-background-all.jpg') center center no-repeat transparent; */
	background: #fff;
	background-size: auto 100%;	
	min-height: 100%;
	overflow: hidden;
	height: 100%;
}

.login-site .login-logo {
    margin: 0 auto;
    width: 300px;
}

.login-site #login-form {
	margin-top: 30px; /* 5%; */
	max-width: 362px;
	margin: auto;
}

.login-site .form-group {
	line-height: 1;
	margin: 0;
}

.login-site .content-login input {
    border-radius: 6px;
    color: #868685 !important;
}

.login-site .content-login input::placeholder{
	color: #868685 !important;
}

.login-site .content-login button {
	background-color: #5a3217;
	border: 1px solid #5a3217;
	border-radius: 6px;
	color: white;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 7px 15px !important;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

.login-site .content-login button:hover{
	border-color: #5a3217 !important;
}

.login-site .content-login a, .login-site .content-login a:hover, .login-site .content-login a:visited {
	background: url(img/login-letter.png) left center no-repeat;
	color: white;
	text-decoration: underline;
	padding-left: 25px;
	font-size: 16px;
	font-weight: normal;
}
.login-site .help-block {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	text-shadow: 1px 1px #00748d;
}

.filters {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.filters-active {
	display: inline-block;
    vertical-align: top;
}

.comparative-button{
	display: inline-block;
    vertical-align: top;
}

	.comparative-button a{
		display: inline-block;
		padding: 10px 15px;
		background: #5a3217;
		margin-right: 10px;
		margin-bottom: 20px;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		text-decoration: none;
		color: #ffffff;
		vertical-align: top;
	}

		.comparative-button a svg{
			margin-left: 10px;
		}

.element-filter {
    float: right;
    padding: 10px 15px;
    background: #ea6518;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

	.element-filter .close-filter {
	    margin-left: 10px;
	    cursor: pointer;
	}

	.element-filter.query {
	    color: #fff;
	    background: #00748d;
	}

	.element-filter .close{
		margin-left: 10px;
		color: inherit;
		opacity: 1;
		cursor: pointer;
	}

#page-single {
    height: 100%;
    font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	height: 100%;
	color: white;
	/*background: rgba(88,202,234,1);
	background: -moz-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(88,202,234,1)), color-stop(27%, rgba(88,202,234,1)), color-stop(76%, rgba(1,116,142,1)), color-stop(100%, rgba(1,116,142,1)));
	background: -webkit-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -o-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -ms-linear-gradient(left, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: linear-gradient(to right, rgba(88,202,234,1) 0%, rgba(88,202,234,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58caea', endColorstr='#01748e', GradientType=1 );*/
}

.login .sticky {
    position: absolute;
    bottom: 10px;
}

header {
	background-color: #fff;
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.header-container, .body-container, .footer-container {
	max-width: 1188px;
	margin: 0 auto;
	position: relative;
}


.body-container{
	/*margin-top: 180px;*/
}

.header {
    background: #fff;
    height: auto;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    padding: 20px 0;
}



.header .logo a,
.header .logo a:visited,
.header .logo a:hover,
.header a.logo,
.header a.logo:hover,
.header a.logo:visited{
	text-decoration: none;
}

.header .logo img {
    width: 155px;
}

.logo h5 {
    font-size: 16px;
    color: #5a3217;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 15px;
    font-weight: bold;
}

.border-header {
	position: relative;
	border-bottom: 1px solid #5a3217;
	height: 15px;
	background: #fff;
	float: left;
	width: 100%;
}

	.border-header .icon-header {
	    top: 3px;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		float: left;
		width: 100%;
	}

		.border-header .icon-header img{
			width: 85px;
			height: auto;
			margin: auto;
		}

.header-filter {
    margin-top: 15px;
}

.header .header-user {
    float: right;
	height: 100%;
	position: absolute;
    right: 0;
}
	.header .header-user img {
		width: 30px;
	}

	.header .header-user a {
	    background: #ea6518;
		width: 32px;
		height: 32px;
		float: left;
		border-radius: 50px;
		color: #fff;
		font-size: 20px;
	}
	
a.header-button-download {
    margin-right: 7px;
}

.header .header-title {
	font-family: montserrat;
	font-size: 40px;
	font-weight:600;
}

.header .header-date {
	font-size: 18px;
	font-weight:600;
	margin: 5px 0;
}


.header input[name="search_query"] {

    font-weight: 600;
    color: #00748c;
    border: 0;
    border-radius: 5px 5px  5px  5px;
    /*background: url(img/calendar.png) #ededed;
    background-repeat: no-repeat;
    background-position: right 10px top 6px;*/
    padding: 5px;
    font-size: 16px;
    margin-left: 10px;
    width: 320px;
    background-color: #ededed; 
    display: inline-block;
}

.filter h2{
	color: #ea6518;
	font-family: 'Abril Fatface';
	font-size: 30px;
	margin-bottom: 40px;
}

.filter p{
	color: #ea6518;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.filter{
	margin-bottom: 70px;
}

	.filter .select-type {
	    width: 500px;
	    display: inline-block;
	    position: relative;
	    margin-top: 10px;
	}

		.filter .select-type select {
		    -moz-appearance: none;
		    -webkit-appearance: none;
		    appearance: none;
		    width: 100%;
		    background: #5a3217;
		    color: #fff;
		    border: none;
		    padding: 5px 15px;
		    border-radius: 6px;
		    font-family: 'Roboto', sans-serif;
		}

		.filter .select-type::after {
		    position: absolute;
		    font-family: 'Font Awesome 5 Pro';
			top: 2px;
			right: 15px;
		    content: "\f0dd";
		    color: #fff;
		    font-size: 18px;
		    z-index: 1;
		    font-weight: bold;
		    pointer-events: none;
		}

.store-element{
	margin-bottom: 20px;
}	

	.store-element .content-element-store{
		overflow: hidden;
		height: 160px;
		position: relative;
	}

		.store-element .content-element-store img{
			height: 100%;
			display: block;
		    width: auto;
		    position: relative;
		    max-width: 1000000px !important;
		    margin-left: 50%;
		    transform: translateX(-50%);

		}

		.store-element .content-element-store .content-link{
			position: absolute;
			top: 160px;
			bottom: 0;
			right: 0;
			left: 0;
			-webkit-transition: top 0.2s ease-out;
			-moz-transition: top 0.2s ease-out;
			-o-transition: top 0.2s ease-out;
			transition: top 0.2s ease-out;	
		}

		.store-element .content-element-store:hover .content-link{
			top: 0px;
			height: 160px;
			-webkit-transition: top 0.2s ease-in;
			-moz-transition: top 0.2s ease-in;
			-o-transition: top 0.2s ease-in;
			transition: top 0.2s ease-in;	
		}

			.store-element .content-element-store .content-link a{
				width: 100%;
				float:left;
				height: 100%;
				text-align: center;
				background-color: rgba(234, 101, 24, 0.8);
				font-size: 48px;
				color: #fff;
			}

	.store-element .info-element-store{

	}
		.store-element .info-element-store a, .store-element .info-element-store a:hover, .store-element .info-element-store a:focus{
			text-decoration: none;
		}

			.store-element .info-element-store a h4{
				font-family: "Abril Fatface";
				margin-top: 15px;
				font-size: 24px;
				color: #5a3217;
			}

			.store-element .info-element-store a p{
				font-family: 'Roboto', sans-serif;
				font-size: 16px;
				color: #5a3217;
			}

.search {
    color: #49859c;
    padding: 3px 10px 4px;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    margin-left: -38px;
}

.add_query {
    display: inline-block;
    font-size: 28px;
    color: #ededed;
    float: right;
    margin-top: -3px;
    margin-left: 20px;
    cursor: pointer;
}

	.add_query:hover, .add_query.active, .close-query:hover{
		opacity: 0.5;
	}

.add_filter {
    display: inline-block;
    font-size: 24px;
    color: #ededed;
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

	.add_filter:hover, .add_filter.active, .close-filter:hover{
		opacity: 0.5;
	}


.header-line {
	background-color: #00748c;
	height: 15px;
	z-index: 100;
	left: 0;
	right: 0;
}

.bread-crumb {
	font-family: montserrat;
	font-weight: 600;
	color:  #00748d;
	background-color: #d8dfee;
	font-size: 16px;
	padding: 5px 0;

	-webkit-box-shadow: 0px 15px 21px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 15px 21px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 15px 21px 1px rgba(0,0,0,0.25);
	position: fixed;
	z-index: 1000;
	width: 100%;
	float: left;
}
	.bread-crumb a,
	.bread-crumb a:active,
	.bread-crumb a:visited,
	.bread-crumb a:hover {
		color:  #00748d;
	}

.content-query .btn-project-light{
	
	float: right;
	margin-left: 15px;
}

.content-query .btn-project-light.active{
	cursor: context-menu;
	opacity: 0.5;
}

.btn-project-light {
    padding: 10px 18px;
    border: 1px solid #ededed;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}



.content-filter,  .content-query{
    background: #00748c;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    color: #fff;
    height: 0;
   
}

	.content-filter.visible, .content-query.visible{
		max-height: 1000px;
		height: auto;
		-webkit-transition: max-height 1s ease-in;
	    -moz-transition: max-height 1s ease-in;
	    -o-transition: max-height 1s ease-in;
	    transition: max-height 1s ease-in;	
	    padding: 20px;
	}

		.content-filter h3, .content-query h3{
			font-size: 24px;
			float: left;
			display: inline-block;
		}

			.content-filter h3 .tweet_number{
				font-weight: bold;
			}

		.content-filter .close-filter, .content-query .close-query  {
		    float: right;
		    font-size: 36px;
		    display: inline-block;
		    color: #fff;
		    margin-top: -12px;
		    margin-left: 69px;
		    cursor: pointer;
		}

		.content-filter .my-filter {
		    position: relative;
		    width: 325px;
		    float: right;
		    background-color: #3f606c;
		    display: inline-block;
		    border-radius: 5px;
		    margin-bottom: 40px;
		}
			.content-filter .my-filter::after{
				position: absolute;
				font-family: 'Font Awesome 5 Pro';
				top: 0;
				right: 14px;
				content: "\f0dd";
				color: #ededed;
				font-size: 18px;
				z-index: 1;
				font-weight: bold;
				pointer-events: none;
			}

			.content-filter .my-filter select{
				background-color: transparent;
				color: #fff;
				border: none;
				padding: 5px 40px 5px 10px;
				-moz-appearance:none; /* Firefox */
	    		-webkit-appearance:none; /* Safari and Chrome */
	   			appearance:none;
	   			width: 100%;
	   			background-color: #3f606c;
	   			border-radius: 5px;
	   			font-size: 16px;
			}

			.content-filter form input[type="text"]{
			    width: 301px;
			    border-radius: 5px;
			    padding: 4px 15px;
			    margin-left: 10px;
			    border: none;
			    margin-bottom: 15px;
			    color: #49859c;
			    font-size: 16px;
			    background-color: #ededed;
			}

			.content-filter form input[type="date"]{
				font-weight: 600;
				color: #00748c;
				border: 0;
				border-radius: 5px;
				background: url(img/calendar.png) 15px 7px no-repeat #ededed;
				padding: 5px 2px 4px 45px;
				font-size: 16px;
				margin-left: 10px;
				width: 197px;
				margin-bottom: 24px;
			}

			.content-filter form select {
			    border-radius: 5px;
			    padding: 4px 30px 4px 15px;
			    border: none;
			    color: #49859c;
			    font-size: 16px;
			    background-color: #ededed;
			}

			.content-filter form.form-filter select{
				-moz-appearance:none; /* Firefox */
	    		-webkit-appearance:none; /* Safari and Chrome */
	   			appearance:none;
	   			width: 100%;

			}

			.content-filter form.form-filter .search{
				/*margin-right: 55px;*/
			}

			.content-filter form.form-filter .select-type, .content-filter form.form-filter  .select-sentiment{
				width: 301px;
				margin-bottom: 15px;
				display: inline-block;
				position: relative;
				margin-left: 10px;
			}

				.content-filter form.form-filter .select-type::after, .content-filter form.form-filter  .select-sentiment::after{
					position: absolute;
					font-family: 'Font Awesome 5 Pro';
					top: 0;
					right: 12px;
					content: "\f0dd";
					color: #49859c;
					font-size: 18px;
					z-index: 1;
					font-weight: bold;
					pointer-events: none;
				}

			.content-filter form.form-filter label{
				font-size: 24px;
			}

				.content-filter form.form-filter label.date-filter {
				    width: 150px;
				    text-align: right;
				    font-size: 18px;
				    font-weight: bold;
				    margin-right: 10px;
				}

			.content-filter form.form-filter hr, .content-query form.form-query hr, .list-query hr{
				background-color: #73a0b0;
			}

			.content-filter form.form-filter input[name="i_name"]{
				margin-right: 15px;
				margin-left: 0;
			}


.content-query form.form-query .select-type{
		width: 298px;
		margin-bottom: 15px;
		display: inline-block;
		position: relative;
		margin-right: 55px;
	}

		.content-query form.form-query .select-type::after{
			position: absolute;
			font-family: 'Font Awesome 5 Pro';
			top: 0;
			right: 5px;
			content: "\f0dd";
			color: #49859c;
			font-size: 18px;
			z-index: 1;
			font-weight: bold;
			pointer-events: none;
		}

	.content-query form.form-query label{
		font-size: 24px;
		width: 80px;
		text-align: right;
	}

	.content-query form.form-query label.query-label-text{
		font-size: 18px;
	}

	.content-query form.form-query input[type="text"] {
	    width: 298px;
	    border-radius: 5px;
	    padding: 4px 15px;
	    margin-left: 10px;
	    border: none;
	    margin-bottom: 15px;
	    color: #49859c;
	    font-size: 16px;
	    background-color: #ededed;
	}

	.content-query form.form-query select {
	    margin-right: 55px;
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    appearance: none;
	    width: 100%;
	}

	.content-query form select {
	    border-radius: 5px;
	    padding: 4px 5px;
	    margin-left: 10px;
	    border: none;
	    color: #49859c;
	    font-size: 16px;
	    background-color: #ededed;
	}

.control-content[disabled="disabled"] {
    opacity: 0.5;
}



.btn-project {
    background-color: #3f606c;
    border: none;
    padding: 5px 25px;
    color: #fff;
    border-radius: 5px;
}

	.btn-project:hover {
		background-color: #fff;
		color: #3f606c;
	}

	.btn-project.add-filter {
	    float: right;
	}

		.btn-project.add-filter[disabled="disabled"] {
		    opacity: 0.5;
		}

			.btn-project.add-filter[disabled="disabled"]:hover {
			    background-color: #3f606c;
			    color: #fff;
			}

	.btn-project.save-query {
	    float: right;
	}

	.btn-project-light.manage-query{
		margin-bottom: 40px;
	}

	.btn-project-light.cancel {
	    float: left;
	}

	.btn-project-light.accept {
	    float: right;
	}

.counter-tweets .total, .counter-tweets .count {
    font-size: 30px;
    font-weight: bold;
}

.counter-tweets h5 {
    font-size: 16px;
    margin-top: 30px;
}

.counter-tweets p{
	font-size: 24px;
}

.list-query-content {
    width: 100%;
    font-size: 16px;
}
	.list-query-content .delete {
	    font-size: 20px;
	    cursor: pointer;
	}

	.list-query-content .t-status {
	    position: relative;
	}	

	.list-query-content .change-status {
	    padding-left: 40px;
	}

		.list-query-content .change-status svg {
	    	font-size: 30px;
		    left: -39px;
		    top: -3px;
		    position: absolute;
		    cursor: pointer;
		}

.content-query .content-search-query .search-query {
    width: 298px;
    border-radius: 5px;
    padding: 4px 15px;
    border: none;
    margin-bottom: 15px;
    color: #ededed;
    font-size: 16px;
    background-color: #3f606c;
}

.content-query .content-search-query .search.black{
	background-color: #3f606c;
	color: #ededed;
}

.container-table-queries{
	max-height: 390px;
	overflow-y: auto;
	width: 100%;
	float: left;
}

/*body.collapsed .content-filter.visible, body.collapsed .content-query.visible{
	height: 0;
	max-height: 0;
	padding: 0;
}*/

body .header .title-collapsed {
	display: none;
}
body#detail .detail-logo img {
	width: auto !important;
}

/* collapsed */
body.collapsed .header {
	/*position: fixed;*/
	width: 100%;
	height: 100px;
	min-height: 100px;
	z-index: 10;
}
	body.collapsed .header .img-fluid {
		max-height: 100px;
	}
	body.collapsed .header .header-user {
		padding-top: 10px;
	}
	body.collapsed .header .title-collapsed {
		display: block;
		float: left;
		font-size: 24px;
		font-weight: 700;
	}
	body.collapsed .header-filter {
		margin-top: 8px;
	}
	body.collapsed .header-title {
		display: none;
	}
	/*body.collapsed .header-line {
		position: fixed;
		left: 0;
		right: 0;
		top: 100px;
		z-index: 9;
		height: 15px;
	}
	body.collapsed .bread-crumb {
		position: fixed;
		left: 0;
		top: 115px;
		right: 0;
		z-index: 9;
	}*/

footer {
	background: rgba(92,206,240,1);
	background: -moz-linear-gradient(left, rgba(92,206,240,1) 0%, rgba(92,206,240,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92,206,240,1)), color-stop(27%, rgba(92,206,240,1)), color-stop(76%, rgba(1,116,142,1)), color-stop(100%, rgba(1,116,142,1)));
	background: -webkit-linear-gradient(left, rgba(92,206,240,1) 0%, rgba(92,206,240,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -o-linear-gradient(left, rgba(92,206,240,1) 0%, rgba(92,206,240,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: -ms-linear-gradient(left, rgba(92,206,240,1) 0%, rgba(92,206,240,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	background: linear-gradient(to right, rgba(92,206,240,1) 0%, rgba(92,206,240,1) 27%, rgba(1,116,142,1) 76%, rgba(1,116,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ccef0', endColorstr='#01748e', GradientType=1 );
}

.footer {
	background: #fff;
	color: #5a3217;
	height: 69px;
	max-height: 69px;
	padding-top: 25px;
}

/* modal */
/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    min-height: 74px;
    overflow-y: auto;
}
.modal-title {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* index page */

body#index .container-fluid {
	padding: 0;
	/*background-color: #d8dfee;*/
}

body#index .body-container {
	/*color:  #00748d;*/
}

body#index .body-container .partidos-title {
    font-size: 36px;
    margin: 3% 0;
    font-family: montserrat;
    font-weight: 700;
}
	body#index .body-container .partidos-title > * {
		float: left;
	}
	body#index .body-container .partidos-title .fab {
		font-size: 50px;
		margin: 5px 0 0 15px;
	}
	body#index .body-container .partidos-title span .fab {
		font-size: inherit;
		display: inline !important;
	}
body#index .body-container .partido .img {
	/*background-color: #d8dfee;*/
	min-height: 270px;
	position: relative;
	background-color: #fff;
}
	body#index .body-container .partido .img a{
		text-decoration: none;
	}
	body#index .body-container .partido .img > a {
		display: block;
		/*position: absolute;*/
		height: 100%;
		width: 100%;
		text-decoration: none;
	}

body#index .body-container .partido img {
    margin: 0 auto;
    width: 100%;
	border-radius: 1rem;
}

body#index .body-container .partido .percent {
    font-size: 36px;
    margin: 5% 0;
    font-weight: 700;
}

body#index .body-container .candidatos-title {
    font-size: 36px;
    margin: 3% 0;
    font-family: montserrat;
    font-weight: 700;
}
	body#index .body-container .candidatos-title > * {
		float: left;
	}
	body#index .body-container .candidatos-title .fab {
		font-size: 50px;
		margin: 5px 0 0 15px;
	}
	body#index .body-container .candidatos-title span .fab {
		font-size: inherit;
		display: inline !important;
	}

body#index .body-container .candidato .img {
	background-color: #d8dfee;
	min-height: 172px;
	position: relative;
}
	body#index .body-container .candidato .img > a {
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
		text-decoration: none;
	}


body#index .body-container .candidato img {
	margin: 0 auto;
	padding-top: 0;
	width: 100%;
	border-radius: 1rem;
}

body#index .body-container .candidato .quantity {
	font-size: 30px;
	margin: 5% 0;
	font-weight: 700;
}

/* DANI hastag com candidato */
body#index .body-container .especificos-title,
body#index .body-container .especifico_marcas-title {
    font-size: 36px;
    margin: 3% 0;
    font-family: montserrat;
    font-weight: 700;
}
	body#index .body-container .especificos-title > *,
	body#index .body-container .especifico_marcas-title > * {
		float: left;
	}
	body#index .body-container .especificos-title .fab,
	body#index .body-container .especifico_marcas-title .fab {
		font-size: 50px;
		margin: 5px 0 0 15px;
	}
	body#index .body-container .especificos-title span .fab,
	body#index .body-container .especifico_marcas-title span .fab {
		font-size: inherit;
		display: inline !important;
	}

body#index .body-container .especifico .img,
body#index .body-container .especifico_marca .img {
	background: url(../public/images/hastag.png) center center no-repeat white;
	color: #00748d;
	font-size: 22px;
    font-weight: 700;
	min-height: 270px;
	position: relative;
}
	body#index .body-container .especifico .img > a, body#index .body-container .especifico .img > a:hover,
	body#index .body-container .especifico_marca .img > a, body#index .body-container .especifico_marca .img > a:hover {
		color: #00748d;		
		display: block;
		position: absolute;
		top: 5%;
		left: 5%;
		right: 5%;
		bottom: 5%;
		text-decoration: none;
	}


body#index .body-container .especifico img, body#index .body-container .especifico_marca img {
	margin: 0 auto;
	padding-top: 0;
	width: 100%;
	border-radius: 1rem;
}

body#index .body-container .especifico .quantity, body#index .body-container .especifico_marca .quantity  {
	font-size: 30px;
	margin: 5% 0;
	font-weight: 700;
}

body#index .body-container .content-partidos .quantity {
    font-size: 36px;
}

body#index .body-container .content-candidatos .quantity{
	font-size: 30px;
}
/* Dani  */

body#index .body-container .rated {
	background: url(img/rated-candidate-background.jpg) 0 0 repeat-x transparent;
	color: white;
	min-height: 300px;
}

body#index .body-container .rated .up-rated, body#index .body-container .rated .down-rated {
	font-size: 60px;
	font-weight:600;
}

body#index .body-container .rated .up-rated {
	background: url(img/up-hand.png) 0 0 no-repeat transparent;
	padding-left: 90px;
	margin-top: 10px;
}

body#index .body-container .rated-row {
	padding-top: 20px
}
	body#index .body-container .rated-row .candidate-image {
		max-height: 94%;
	}

body#index .body-container .rated .down-rated {
	background: url(img/down-hand.png) 0 0 no-repeat transparent;
	padding-left: 90px;
	margin-top: 10px;
}

body#index .body-container .rated .up-rated-text, body#index .body-container .rated .down-rated-text {
	font-size: 28px;
	padding-top: 30px;
	line-height: 34px;
}

body#index .body-container .rated .up-rated-text-pos, body#index .body-container .rated .down-rated-text-pos {
	font-size: 42px;
}

body#index .body-container .map-title {
	font-size: 40px;
	margin: 5% 0 3% 0;
	font-family: montserrat;
	font-weight: 700;
}

body#index #map,
body#custom #map,
body#detail #map {
	height: 585px;
}

/* custom page */

body#custom .container-fluid {
	padding: 0;
	background-color: #d8dfee;
}


body#custom .body-container {
	color: #00748d;
}

body#custom .body-container .custom-title {
    font-size: 36px;
    margin: 3% 0;
    font-family: montserrat;
    font-weight: 700;
}

body#custom .custom-item {
	min-height: 615px;
}

body#custom .custom-left {
	background-color:  #00748c;
	height: 100%;
}

body#custom .custom-right {
	background-color: white;
	height: 100%;
}

body#custom .custom-image {
	background: url(../public/images/hastag.png) center center no-repeat white;
	min-height: 214px;
	margin-top: 15px;
	padding: 0;
}

body#custom .custom-image img {
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 1rem;
}

body#custom a.custom-more-info, body#custom a.custom-more-info:hover, body#custom a.custom-more-info:visited {
	background: url(img/custom-plus.png) 0 0 no-repeat transparent;
    bottom: 0;
    color: white;
    font-size: 20px;
    padding: 5px 25px 10px 47px;
    position: absolute;
    text-decoration: underline;
    vertical-align: bottom;
	margin-bottom: 20px;
}

body#custom .alias-item {
   color: #00748c;
   text-align: center;
   font-weight: bold;
   padding-top: 5px;
   display: table;
   min-height: inherit;
   vertical-align: middle;
   width: 100%;
   height: 214px;
}
body#custom .alias-item span {
display: table-cell;
vertical-align: middle;
}

body#custom .custom-item {
	color: white;
	padding: 15px 45px 0;
}

body#custom .custom-item-box {
	background: url(img/custom-box.png) center center no-repeat transparent;
	margin: 17px;
	font-weight: 600;
}

body#custom .custom-item-box .custom-percent {
	font-size: 50px;
	padding-top: 24px;
	line-height: 50px;
}

body#custom .custom-item-box .custom-text {
	font-size: 20px;
	line-height: 20px;
	padding: 8px 0;
}

body#custom .custom-item-box .custom-text-desc {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 24px;
}

body#custom .custom-item .custom-graph-title {
	color: #00748c;
	font-size: 30px;
	font-weight: 700;
	margin-top: 17px;
	font-family: montserrat;
}


/* detail */
body#detail .detail-logo {
	position: absolute;
	top: 137px;
	left: 71px;
	width: 171px;
	z-index: 1;
}
	body#detail .detail-logo .rounded {
		width: 100%;
	}
		body#detail .detail-logo img {
			width: 165px;
			border-radius: 1rem;
		}
	body#detail.collapsed .detail-logo {
		top: 93px;
		left: 67px;
		width: 171px;
	}
		body#detail.collapsed .detail-logo img {
			width: auto !important;
		}

body#detail #update-keywords {
	font-size: 40px;
	position: absolute;
	bottom: 10px;
	right: 30px;
	color: #5a3217;
}
body#detail .keyword-generales-block #list_tweets {
	overflow: auto;
}
body#detail .keywords-collapsed.in .keyword-generales-block {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
	body#detail .keywords-collapsed.in .keyword-generales-block #general_keywords {
		height: 440px;
	}
body#detail .keywords-collapsed .fa-expand-arrows-alt {
	display: block;
}
body#detail .keywords-collapsed .fa-compress-arrows-alt {
	display: none;
}
body#detail .keywords-collapsed.in .fa-expand-arrows-alt {
	display: none;
}
body#detail .keywords-collapsed.in .fa-compress-arrows-alt {
	display: block;
}
body#detail .keywords-collapsed.in .emociones-block {
	display: none;
}

body#detail #general_keywords {
	height: 300px;
	width:100%;
	position: relative;
}

body#detail .container-fluid {
	padding: 0;
	/*background-color: #d8dfee;*/
}

body#detail .body-container {
	color: #00748d;
}
body#detail .no-results {
	padding: 0;
	margin: 30px 0;
}
	body#detail .no-results a {
		color: #00748d;
	}


body#detail .body-container .detail-title {
	font-size: 40px;
	font-weight: 600;
	margin: 3% 0;
	line-height: 36px;
	margin-top: 38px;
}

body#detail .body-container .detail-graph,
body#detail .body-container .list_tweets {
	background-color: white;
	/*height: 560px;*/
}

body#detail .body-container .keyword-generales-block {
    /*margin-bottom: 30px;*/
}

body#detail .body-container .detail-graph-title,
body#detail .body-container .list_tweets-title {
	font-size: 36px;
	padding-top: 30px;
}

body#detail .body-container .detail-sentiment {
	background: rgba(91,206,239,1);
	background: -moz-linear-gradient(left, rgba(91,206,239,1) 0%, rgba(0,116,141,1) 22%, rgba(0,116,141,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91,206,239,1)), color-stop(22%, rgba(0,116,141,1)), color-stop(100%, rgba(0,116,141,1)));
	background: -webkit-linear-gradient(left, rgba(91,206,239,1) 0%, rgba(0,116,141,1) 22%, rgba(0,116,141,1) 100%);
	background: -o-linear-gradient(left, rgba(91,206,239,1) 0%, rgba(0,116,141,1) 22%, rgba(0,116,141,1) 100%);
	background: -ms-linear-gradient(left, rgba(91,206,239,1) 0%, rgba(0,116,141,1) 22%, rgba(0,116,141,1) 100%);
	background: linear-gradient(to right, rgba(91,206,239,1) 0%, rgba(0,116,141,1) 22%, rgba(0,116,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bceef', endColorstr='#00748d', GradientType=1 );

	color: white;
}

body#detail .body-container .title-influencers {
	background-color: white;
	color: #00748c;
	font-size: 36px;
	font-family: montserrat;
	font-weight: 700;
}

body#detail #map,
body#custom #map,
body#detail #map {
	height: 585px;
}

body#detail .body-container .detail-title {
    font-size: 36px;
    margin: 3% 0;
    font-family: montserrat;
    font-weight: 700;
	margin-top: 34px;
}

body#detail .body-container .no-results a, body#detail .body-container .no-results a:hover {
    font-family: montserrat;
    font-size: 30px;
    font-weight: 700;
}

body#detail .body-container .detail-graph-title,
body#detail .body-container .list_tweets-title {
	color: #5a3217;
	font-size: 30px;
	font-weight: 700;
	margin-top: 18px !important;
	font-family: Roboto Condensed;
	border-top: 2px solid #5a3217;
	padding-top: 0;
	width: 400px;
	margin: auto;
	    margin-top: auto;
	border-bottom: 2px solid #5a3217;
	text-transform: uppercase;
	max-width: 90%;
    line-height: 40px;
}

body#detail .body-container .content-chart-reviews .detail-graph-title {
    width: 70%;
    margin-bottom: 30px;
}

body#detail .body-container .block-content {
    border: 4px solid #5a3217;
    padding: 2px;
    float: left;
	width: 100%;
	border-radius: 0;
}

	body#detail .body-container .block-content .block-content-child{
		border: 1px solid #5a3217;
		padding: 10px;
		float: left;
		width: 100%;
		border-radius: inherit;
		height: 100%;
	}

body#detail .body-container .emotion_chart-block {
	max-width: 75%;
	max-height: 75%;
	text-align: center;
	margin: 0 auto;
}
body#detail .body-container .detail-sentiment {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

    padding: 10px;
    font-size: 54px;
    font-weight: 700;
}
	body#detail .body-container .detail-sentiment .key {
		font-size: 18px;
		line-height: 24px;
		font-family: montserrat;
		font-weight: 700;
	}
	body#detail .body-container .detail-sentiment .value {
		font-size: 30px;
		line-height: 34px;
		font-family: montserrat;
		font-weight: 700;
	}
body#detail .body-container .detail-emoji {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

    background: #fff;
    padding: 10px;
    font-size: 50px;
    font-weight: 700;
}
	body#detail .body-container .detail-emoji .value {
		text-align: right;
	}


body#detail .body-container .influencer  {
}
body#detail .body-container .influencer .influencer-block {
	background: url(img/rated-candidate-background.jpg) 0 0 repeat-x transparent;
	color: white;
	cursor: pointer;
	min-height: 326px;
	padding-top: 28px;
}
body#detail .body-container .influencer .influencer-block .cuantos {
	position: absolute;
	right: 30px;
	top: 35px;
	background: #00748c;
	border-radius: 10px;
	padding: 4px 10px;
	text-align: right;
	font-weight: 700;
	font-size: 20px;
	z-index: 1;
}
	body#detail .body-container .influencer .influencer-block .cuantos i {
		margin-left: 10px;
	}
body#detail .body-container .influencer {
	padding-top: 20px
}
body#detail .body-container .influencer  .up-rated-text, 
body#index .body-container .influencer  .down-rated-text {
	font-size: 28px;
	padding-top: 30px;
	line-height: 34px;
}

body#detail .body-container .influencer .up-rated-text-pos, 
body#detail .body-container .influencer .down-rated-text-pos {
	font-size: 42px;
}

body#detail .body-container .influencer {
	font-family: montserrat;
}
	body#detail .body-container .influencer .image {
		height: 160px;
	}
	body#detail .body-container .influencer .image img {
		height: 140px;
		width: 140px;
		border-radius: 50%;
	}
	body#detail .body-container .influencer .user_name,
	body#detail .body-container .influencer .followers_text {
		font-size: 20px;
		font-weight: 700;
	}
	body#detail .body-container .influencer .user_followers {
		font-size: 32px;
		font-weight: 700;
	}

body#detail .body-container #influencer,
body#detail .body-container #temporal {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

body#detail .body-container .temporal .temporal-block {
	background: #fff;
	padding: 0 15px 15px;
}
	body#detail .body-container .temporal .temporal-block .title-temporal {
		font-family: montserrat;
		font-weight: 700;
		text-align: center;
		font-size: 28px;
		padding: 20px 0;
	}

body#detail .body-container .detail-keyword .detail-keyword-block {
	background: #fff;
	border-radius: 1rem;
	padding: 15px;
	font-family: montserrat;
	font-size: 16px;
	line-height: 16px;
	margin-top: 24px;
	position: relative;
}
	body#detail .body-container .detail-keyword .detail-keyword-block .close-button {
		background: #00748d;
		border-radius: 50%;
		float: right;
		width: 20px;
		height: 20px;
		padding: 2px 6px;
		color: #fff;
		font-size: 12px;
	}
		body#detail .body-container .detail-keyword .detail-keyword-block .close-button i {
			color: #fff;
		}

	body#detail .body-container .detail-keyword .detail-keyword-block #detail-keyword-title,
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title,
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:active,
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:visited,
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:focus,
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:hover {
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
		margin-top: 6px;
		color: #00748d;
		display:block;
	}

body#index .body-container .maps-tweets-title, 
body#detail .body-container .temporal .temporal-block .temporal-tweets-title,
body#detail .body-container .maps-tweets-title {
	color: green;
}
body#index .body-container .maps-tweets-title.negative,
body#detail .body-container .temporal .temporal-block .temporal-tweets-title.negative,
body#detail .body-container .maps-tweets-title.negative {
	color: red;
}
body#index .body-container .maps-tweets-title-list,
body#detail .body-container .temporal .temporal-block .temporal-tweets-title-list,
body#detail .body-container .maps-tweets-title-list {
	border-top: 1px #000 solid;
	overflow: auto;
}
body#detail .body-container #list_tweets {
	border-top: 1px #000 solid;
	overflow: auto;
	margin: 15px;
}

body#index .body-container .map-chart-tweets,
body#detail .body-container .map-chart-tweets {
	background: #fff;
}

body#index .body-container .map-chart-tweets a,
body#detail .body-container .temporal .temporal-block .chart-temporal-tweets a,
body#detail .body-container .map-chart-tweets a,
body#detail .body-container #list_tweets a,
#myModal .modal-body a {
	background: #fff;
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #121212;
	margin-bottom: 0;
	border-bottom: 1px #000 solid;
}
	body#index .body-container .map-chart-tweets div:last-child a,
	body#detail .body-container .temporal .temporal-block .chart-temporal-tweets div:last-child a,
	body#detail .body-container .map-chart-tweets div:last-child a,
	body#detail .body-container #list_tweets div:last-child a,
	#myModal .modal-body div:last-child a {
		border-bottom: 0;
	}
	
	body#index .body-container .map-chart-tweets a:hover,
	body#detail .body-container .temporal .temporal-block .chart-temporal-tweets a:hover,
	body#detail .body-container .map-chart-tweets a:hover,
	body#detail .body-container #list_tweets a:hover,
	#myModal .modal-body a:hover {
		text-decoration: none;
	}
	body#index .body-container .map-chart-tweets a .tweet_list.user_name,
	body#detail .body-container .temporal .temporal-block .chart-temporal-tweets a .tweet_list.user_name,
	body#detail .body-container .map-chart-tweets a .tweet_list.user_name,
	body#detail .body-container #list_tweets a .tweet_list.user_name,
	#myModal .modal-body a .tweet_list.user_name {
		display: block;
		font-weight: 600;
	}
		body#index .body-container .map-chart-tweets a .tweet_list.sentiment,
		body#detail .body-container .temporal .temporal-block .chart-temporal-tweets a .tweet_list.sentiment,
		body#detail .body-container .map-chart-tweets a .tweet_list.sentiment,
		#myModal .modal-body a .tweet_list.sentiment {
			float: right;
			display: none;
		}
	body#index .body-container .map-chart-tweets a .tweet_list.message,
	body#detail .body-container .temporal .temporal-block .chart-temporal-tweets a .tweet_list.message,
	body#detail .body-container .map-chart-tweets a .tweet_list.message,
	body#detail .body-container #list_tweets a .tweet_list.message,
	#myModal .modal-body a .tweet_list.message{
		display: block;
	}

.breadcrumb {
    background-color: #ea6518;
    color: #fff;
    border-radius: 0;
    font-size: 30px;
	text-transform: uppercase;
	font-family: 'Abril Fatface';
	margin-bottom: 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.ui-autocomplete {
    position: absolute;
    max-height: 240px; 
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

.sentiment-result {
    text-align: center;
    padding: 16px 30px;
	margin-top: 25px;
}

	.sentiment-result.positive {
	    margin-top: 45px;
	}
	.sentiment-result.selected{
		background: #f8eae1;
	}

.sentiment-result .icon svg{
	font-size: 80px;
	
	margin-top: 30px;
	margin-bottom: 15px;
}


.sentiment-result.positive .icon svg{
	color: #569e5c;
}

.sentiment-result.negative .icon svg{
	color: #ca3c3c;
}

.sentiment-result.neutral .icon svg{
	color: #9a9a9a;
}

.sentiment-result h3{
	font-size: 32px;
	color: #5a3217;
	font-family: Roboto;
}


.classification-block-content {
    text-align: center;
}

	.classification-block-content table {
	    width: 400px;
	    margin: auto;
	    margin-top: 20px;
	}

		.classification-block-content table td.title {
		    text-align: left;
		}

		.classification-block-content table td.value {
		    text-align: right;
		}

		.classification-block-content table p{
			font-family: Roboto;
			font-size: 30px;
			color: #5a3217;
			margin: 0;
		}

		.classification-block-content table h4{
			font-family: 'Abril Fatface';
			color: #5a3217;
			font-size: 48px;
		}

.test {
    opacity: 0.5;
}

.messages-block-buttons {
    width: 100%;
    text-align: center;
}


	.messages-block-buttons .content-button {
	    width: 24%;
		display: inline-block;
		background:	#ea6518;
		border-radius: 6px;
		padding: 10px 5px;
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
		font-family: Roboto;
		cursor: pointer;
		text-align: center;
		margin-left: 0.5%;
		letter-spacing: -0.9px;
	}

	
		.messages-block-buttons .content-button.active,
		.messages-block-buttons .content-button:hover {
			background-color: #5a3217;
		}

.messages-block-puntuation.ranking-position {
    width: 100%;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid;
    padding: 30px 40px;
    color: #fff;
    height: auto;
    display: table;
    margin-top: 50px;
    background: #5a3217;
    font-size: 72px;
    font-family: 'Abril Fatface';
}

	.messages-block-puntuation.ranking-position .current-ranking{
		color: #ea6518;
	}

	.messages-block-puntuation.ranking-position .info{
		font-size: 25px;
		font-family: Roboto;
	}

.puntuation {
    width: 100%;
	margin: auto;
	border: 1px solid;
	padding: 30px 40px;
	color: #fff;
	height: auto;
	display: table;
	margin-top: 20px;
	margin-bottom: 40px;
	background: #5a3217;
}

	.puntuation .content-puntuation {
	    width: 100%;
	    float: left;
	}

		.puntuation .content-puntuation .total-messages {
		    float: left;
			width: 100%;
		}

		.puntuation .content-puntuation	.total-points {
		    float: left;
			width: 100%;
		}

		.puntuation .content-puntuation h4 {
		    font-size: 72px;
		    font-family: 'Abril Fatface';
		    margin-bottom: -12px;
		}

			.puntuation .content-puntuation h4 .icons {
				color: #ea6518;
				font-size: 30px;
				margin-left: 10px;
			}

		.puntuation .content-puntuation p {
		    font-size: 30px;
		    font-family: Roboto;
		    margin: 0;
		}


.icon_user {
    height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 50%;
    background: #f5b28b;
    text-transform: uppercase;
    font-size: 30px;
    font-family: Roboto;
    color: #fff;
    margin: auto;
    overflow: hidden;
}

.icon_user .content-table > div {
    display: table-cell;
    vertical-align: middle;
}

	.icon_user img{
		width: 100%;
		height: 100%;
	}

.content-message {
	margin-top: 40px;
}

.message .user p {
    font-size: 16px;
    color: #5a3217;
    font-weight: bold;
    font-family: Roboto;
    margin-top: 5px;
	word-break: break-all;
}

.message .icons-list{
	color: #ea6518;
	font-size: 16px;
}

.message .content-message h3{
	font-family: 'Abril Fatface';
	color: #5a3217;
	font-size: 24px;
	font-weight: bold;
}
.message .content-message p{
	font-family: Roboto;
	color: #5a3217;
	font-size: 16px;
}

.message .date{
	font-family: Roboto;
	font-size: 16px;
	color: #ea6518;
}

	.message .date::first-letter{
		text-transform: uppercase;
	}

	.message .date img {
	    float: right;
	    margin-left: 10px;
		width: 22px;
	}

.list-messages {
    padding: 0 30px 0 0;
   	/*height: 590px;*/
   	height: 715px;
    overflow: auto;
    margin-top: 30px;
}

	.list-messages.global{
		height: 590px;
	}

	.list-messages > a{
		text-decoration: none;
	}

.select-store {
    height: 100%;
}

	.select-store .query-label-text{
		font-size: 16px;
		font-weight: bold;
		color: #5a3217;
		font-family: 'Open Sans', sans-serif;
	}

	.select-store .select-type {
	    width: 365px;
	    /*margin-bottom: 15px;*/
	    display: inline-block;
	    position: relative;
	}
		.select-store .select-type::after {
		    position: absolute;
		    font-family: 'Font Awesome 5 Pro';
		    top: 0;
		    right: 10px;
		    content: "\f0dd";
		    color: #fff;
		    font-size: 18px;
		    z-index: 1;
		    font-weight: bold;
		    pointer-events: none;
		}

	.select-store .control-content[name="store"] {
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    appearance: none;
	    width: 100%;
	    background: #5a3217;
	    font-size: 16px;
	    color: #fff;
	    font-weight: bold;
	    font-family: 'Open Sans', sans-serif;
	    border:none;
	    border-radius: 6px;
	    padding: 5px 40px 5px 8px;
	}

.bayes-block {
    border-right: 5px solid #5a3217;
}


.bayes-google {
    border-bottom: 1px solid #5a3217;
    margin-bottom: 35px;
}

.bayes-tripadvisor {
    border-bottom: 1px solid #5a3217;
    padding-bottom: 20px;
}

.bayes-facebook {
    border-bottom: 1px solid #5a3217;
    padding-bottom: 20px;
}

.bayes-instagram {
    border-bottom: 5px solid #5a3217;
    padding-bottom: 20px;
}

.min-reviews .bayes-tripadvisor {
	border-bottom: none;
}

.content-keywords-emociones.min-reviews {
	display: none;
}

.bayes-facebook,
.bayes-instagram,
.bayes-tripadvisor,
.bayes-google {
    float: left;
    width: 100%;
}
	.bayes-google .content-img,
	.bayes-tripadvisor .content-img,
	.bayes-facebook .content-img,
	.bayes-instagram .content-img {
	    float: left;
	    text-align: center;
	    width: 80px;
	}

	.bayes-facebook img,
	.bayes-instagram img,
	.bayes-tripadvisor img,
	.bayes-google img {
    	margin-top: 10px;
		max-width: 50px;
	}

	.bayes-tripadvisor .result-bayes.tripadvisor,
	.bayes-tripadvisor .count-bayes.tripadvisor,
	.bayes-facebook .result-bayes.facebook,
	.bayes-facebook .count-bayes.facebook,
	.bayes-instagram .result-bayes.instagram,
	.bayes-instagram .count-bayes.instagram,
	.bayes-google .result-bayes.google,
	.bayes-google .count-bayes.google {
	    float: left;
		color: #5a3217;
		margin-left: 20px;
		text-align: left;
	}

		.bayes-tripadvisor .result-bayes.tripadvisor h4,
		.bayes-tripadvisor .count-bayes.tripadvisor h4,
		.bayes-facebook .result-bayes.facebook h4,
		.bayes-facebook .count-bayes.facebook h4,
		.bayes-instagram .result-bayes.instagram h4,
		.bayes-instagram .count-bayes.instagram h4,
		.bayes-google .result-bayes.google h4,
		.bayes-google .count-bayes.google h4{
			font-size: 42px;
			font-family: 'Abril Fatface';
		}

			.bayes-tripadvisor .result-bayes.tripadvisor h4 span.value
			.bayes-tripadvisor .count-bayes.tripadvisor h4 span.value,
			.bayes-facebook .result-bayes.facebook h4 span.value
			.bayes-facebook .count-bayes.facebook h4 span.value,
			.bayes-instagram .result-bayes.instagram h4 span.value
			.bayes-instagram .count-bayes.instagram h4 span.value,
			.bayes-google .result-bayes.google h4 span.value,
			.bayes-google .count-bayes.google h4 span.value{
				font-family: 'Abril Fatface';
				font-size: 42px;
			}

		.bayes-tripadvisor .result-bayes.tripadvisor p,
		.bayes-tripadvisor .count-bayes.tripadvisor p,
		.bayes-facebook .result-bayes.facebook p,
		.bayes-facebook .count-bayes.facebook p,
		.bayes-instagram .result-bayes.instagram p,
		.bayes-instagram .count-bayes.instagram p,
		.bayes-google .result-bayes.google p,
		.bayes-google .count-bayes.google p{
			font-size: 24px;
			font-family: Roboto;
			margin-top: -15px;
		}

		.bayes-google .count-bayes.google p {
		    margin-bottom: 30px;
		}

			.bayes-instagram .result-bayes.instagram span.icons,
			.bayes-facebook .result-bayes.facebook span.icons,
			.bayes-tripadvisor .result-bayes.tripadvisor span.icons,
			.bayes-google .result-bayes.google span.icons{
				font-size: 18px;
				color: #ea6518; 
			}

.content-keywords-emociones {
    border-top: 5px solid #5a3217;
    margin-top: 30px;
}

.emociones-block {
    border-left: 5px solid #5a3217;
}

.form-date {
    float: right;
    height: 100%;
    padding-right: 90px;
    color: #5a3217;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: bold;
}

	.form-date input {
	    border: none;
	    background: #5a3217;
	    border-radius: 6px;
	    padding: 5px;
	    font-size: 16px;
	    font-family: Open Sans;
	    color: #fff;
	    font-weight: bold;
	    width: 150px;
	}

		.form-date input[name="date-init"]{
			margin-right: 10px;
		}

.init,.end {
    display: inline-block;
}

.value-sentiment {
    font-size: 60px;
    font-family: 'Abril Fatface';
    color: #5a3217;
}

h2.title-page{
    font-size: 30px;
    font-weight: bold;
    font-family: Roboto;
    color: #ea6518;
}

#chart-reviews-global,
#chart-reviews {
    width: 100%;
    height: 400px;
    min-height: 400px;
}

.content-chart-reviews {
    padding: 20px 10px 20px 10px;
    border-top: 5px solid #5a3217;
    margin-top: 40px;
}

.list-rankings{
	border-top: 5px solid #5a3217;
    margin-top: 40px;
}

	.list-rankings .list-top-ranking {
	    border-right: 5px solid #5a3217;
	}

	.list-rankings .list {
	    margin-top: 20px;
	}

		.list-rankings .list .element-ranking {
		    width: 100%;
		    display: block;
		    margin-top: 5px;
		    line-height: 37px;
		    cursor: pointer;
		}

			.list-rankings .list .element-ranking .position-rankings {
			    font-size: 36px;
			    color: #ea6518;
			    font-family: 'Abril Fatface';
			    margin-right: 5%;
			    display: inline-block;
			    text-align: right;
			    width: 7%;
			}

			.list-rankings .list .element-ranking .position-ranking-name {
			    font-size: 20px;
			    color: #5a3217;
			    font-family: 'Roboto', sans-serif;
			    display: inline-block;
			    text-align: left;
			    width: 88%;
			}

#general_keywords .jqcloud-word {
    cursor: pointer;
}

.btn.dropdown-toggle.btn-light,
.btn.dropdown-toggle.btn-light.bs-placeholder {

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: #5a3217;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    border: none;
    border-radius: 6px;
    padding: 5px 14px 4px 8px;

}

.home-page{
	cursor: pointer;
}

.content-date {
    width: 100%;
    height: 100%;
    position: relative;
}

.name-model {
    font-weight: bold;
}

.info-model {
    font-size: 16px;
    text-transform: lowercase;
}

.detail-messages {
    padding: 20px 10px 20px 10px;
    border-top: 5px solid #5a3217;
    margin-top: 40px;
	color: #000;
}

	.detail-messages .info-text {
		padding-left: 15px;
		margin: 20px 0;
	}

		.detail-messages .info-text span {
			width: 100%;
			display: block;
			text-align: left;
		}

			.detail-messages .info-text span.number {
				text-align: center;
				font-size: 1.5rem;
				color: #ea6518;
			}

			.detail-messages .info-text span.text {
				text-align: center;
				font-size: .9rem;
			}

.br{
	border-right: 5px solid #5a3217;
}

.element-comparative .content-image{
	text-align: center;
	height: 80px;
}

	.element-comparative .content-image img{
		max-width: 100%;
		max-height: 80px;
		display: inline-block;
		vertical-align: middle;
	}

.content-comparative .viena {
    background: #5a32172f;
}

	.content-comparative h2{
		margin: 40px 0;
	}

	body#detail .body-container .content-comparative .detail-graph-title{
		max-width: 100%;
		width: 100%;
	}

.content-comparative h3{
	font-size: 24px;
	color: #222;
	text-align: center;
	margin-top: 20px;
}

.content-comparative .stars{
	text-align: center;
	margin-top: -5px;
}

	.content-comparative .stars svg{
		color: #FFAD0F;
		font-size: 20px;
	}

.content-comparative .sentiment{
	font-size: 16px;
	color: #222;
	text-align: center;
	margin-top: 20px;
}

	.content-comparative .sentiment .value{
		font-size: 20px;
		display: inline-block;
	}

	.content-comparative .sentiment svg{
		font-size: 25px;
		display: inline-block;
	}

		.content-comparative .sentiment.positive svg {
			color: #569e5c;
		}

		.content-comparative .sentiment.negative svg {
			color: #ca3c3c;
		}

		.content-comparative .sentiment.neutral svg {
			color: #9a9a9a;
		}

.content-comparative .info-why{
	color: #222;
	margin-top: 20px;
	font-size: 14px;
}

.info-positive,
.info-negative{
	color: #222;
	margin-top: 20px;
	font-size: 14px;
}

.info-emotion{
	color: #222;
	margin-top: 20px;
}

	.info-emotion .value {
		width: 60px;
		display: inline-block;
	}

	.info-emotion .name {
		text-transform: capitalize;
	}

.info-analyze{
	border-top: 5px solid #5a3217;
    margin-top: 30px;
    padding-top: 30px;
}

	.info-analyze .text-why{
		color: #222;
		margin-top: 20px;
		font-size: 14px;
		padding: 0 30px;
	}

	.info-analyze .text-positive,
	.info-analyze .text-negative{
		color: #222;
		margin-top: 20px;
		font-size: 14px;
		padding: 0 30px;
	}

	.content-why, .content-tips-positive{
		/* border-right: 5px solid #5a3217; */
	}

	.content-why, .content-tips-positive, .content-tips-negative{
		margin-top:10px;
		height: 100%;
	}

	#modal-reviews h4.modal-title {
		color: #5a3217;
		font-size: 24px;
		font-weight: 700;
		font-family: Roboto Condensed;
		padding-top: 0;
		margin-top: auto;
		text-transform: uppercase;
	}
	
	#modal-reviews .content-message {
		margin-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}

	#modal-reviews .message .content-message p {
		font-family: Roboto;
		color: #5a3217;
		font-size: 14px;
	}

	#modal-reviews .message .user p {
		font-size: 12px;
	}

	#modal-reviews .message .date {
		font-size: 14px;
	}

	#modal-reviews .message .content-message h3 {
		font-size: 16px;
	}

	#modal-reviews .message a,
	#modal-reviews .message a:hover{
		text-decoration: none;
	}

	.tips-content li{
		cursor: pointer;
	}

@media screen and (min-width: 1630px) {
	.header-container, .body-container, .footer-container {
	    max-width: 1600px;
	}
}

@media screen and (min-width: 1440px) {
	.body-container {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.header-container, .body-container, .footer-container {
	    max-width: 1366px;
	}
	
	/* .col-xl-2.total-8 { */
	.col-xl-2 {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	/* .col-xl-2.total-7 {
		flex: 0 0 14.28%;
		max-width: 14.28%;
	} */
}

@media screen and (max-width: 1440px) {
	.body-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.header-container, .body-container, .footer-container {
	    max-width: 1100px;
	}

	.select-store .query-label-text {
    	font-size: 14px;
	}
	.select-store .control-content[name="store"] {
	    font-size: 14px;
	}

	.select-store .select-type {
    	width: 240px;
	}

	.body-container {
    	padding-top: 5px;
	}

	.form-date {
    	font-size: 14px;
    	margin-right: 20px;
	}

	.form-date input {
	    font-size: 14px;
	    padding: 5px 0 5px 5px;
	}

	.init, .end {
	    display: block;
	    text-align: right;
	}

	.form-date input[name="date-init"] {
    	margin-right: 0;
	}

	.filters-active {
	    height: 45px;
	}

	body#detail .body-container .detail-graph-title, body#detail .body-container .list_tweets-title {
	    font-size: 24px;
	}

	.messages-block-buttons .content-button {
	    font-size: 14px;
	}

	.puntuation {
    	margin-top: 20px;
    	padding: 20px 40px;
    }


    .messages-block-puntuation.ranking-position {
	    font-size: 48px;
	}

	.messages-block-puntuation.ranking-position .info {
	    font-size: 16px;
	}
    .puntuation .content-puntuation h4 {
	    font-size: 48px;
	}

	.puntuation .content-puntuation p {
	    font-size: 24px;
	}

	.puntuation .content-puntuation p {
	    margin-top: 5px;
	}

	.bayes-google .content-img, 
	.bayes-tripadvisor .content-img,
	.bayes-facebook .content-img,
	.bayes-instagram .content-img
	 {
	    width: 40px;
	}

	.bayes-tripadvisor img, 
	.bayes-facebook img, 
	.bayes-instagram img, 
	.bayes-google img {
	    width: 100%;
	}

	.bayes-tripadvisor .result-bayes.tripadvisor h4 span.value .bayes-tripadvisor .count-bayes.tripadvisor h4 span.value, 
	.bayes-tripadvisor .result-bayes.tripadvisor h4, 
	.bayes-tripadvisor .count-bayes.tripadvisor h4, 
	.bayes-facebook .result-bayes.facebook h4 span.value .bayes-facebook .count-bayes.facebook h4 span.value, 
	.bayes-facebook .result-bayes.facebook h4, 
	.bayes-facebook .count-bayes.facebook h4,
	.bayes-instagram .result-bayes.instagram h4 span.value .bayes-instagram .count-bayes.instagram h4 span.value, 
	.bayes-instagram .result-bayes.instagram h4, 
	.bayes-instagram .count-bayes.instagram h4,  
	.bayes-google .result-bayes.google h4 span.value, .bayes-google .count-bayes.google h4 span.value,
	.bayes-google .result-bayes.google h4, 
	.bayes-google .count-bayes.google h4 {
    	font-size: 36px;
    }

    .bayes-tripadvisor .result-bayes.tripadvisor p, 
	.bayes-tripadvisor .count-bayes.tripadvisor p, 
	.bayes-facebook .result-bayes.facebook p, 
	.bayes-facebook .count-bayes.facebook p, 
	.bayes-instagram .result-bayes.instagram p, 
	.bayes-instagram .count-bayes.instagram p, 
	.bayes-google .result-bayes.google p,
	.bayes-google .count-bayes.google p {
    	font-size: 14px;
    }

    .bayes-tripadvisor .result-bayes.tripadvisor span.icons, 
	.bayes-facebook .result-bayes.facebook span.icons, 
	.bayes-instagram .result-bayes.instagram span.icons, 
	.bayes-google .result-bayes.google span.icons {
    	font-size: 16px;
	}

	.bayes-tripadvisor .result-bayes.tripadvisor, 
	.bayes-tripadvisor .count-bayes.tripadvisor, 
	.bayes-facebook .result-bayes.facebook, 
	.bayes-facebook .count-bayes.facebook,
	.bayes-instagram .result-bayes.instagram, 
	.bayes-instagram .count-bayes.instagram,
	.bayes-google .result-bayes.google, 
	.bayes-google .count-bayes.google {
	    margin-left: 15px;
	}
	.bayes-tripadvisor .result-bayes.tripadvisor p, 
	.bayes-tripadvisor .count-bayes.tripadvisor p,
	.bayes-facebook .result-bayes.facebook p, 
	.bayes-facebook .count-bayes.facebook p, 
	.bayes-instagram .result-bayes.instagram p, 
	.bayes-instagram .count-bayes.instagram p,  
	.bayes-google .result-bayes.google p, 
	.bayes-google .count-bayes.google p {
	    margin-top: -10;
	}
	.sentiment-result .icon svg {
	 	font-size: 72px;
	}	
	.sentiment-result h3 {
	    font-size: 36px;
	}
	.message .user p {
    	font-size: 14px;
    }
	.message .content-message p {
	    font-size: 14px;
	}
	.message .date {
	    font-size: 14px;
	}
	.list-messages {
	    padding: 0 30px 0 0;
	    height: 650px;
	}
	.element-filter {
	    padding: 5px 15px;
	}

	/*.select-store .select-type::after {
	    top: 24px;
	}*/

	.list-rankings .list .element-ranking .position-ranking-name {
	    width: 85%;
	    font-size: 18px;
	}

	.list-rankings .list .element-ranking .position-rankings {
	    width: 10%;
	    font-size: 32px;
	}

	.list-rankings .list .element-ranking {
	    line-height: 28px;
	}
}



@media screen and (max-width: 1024px) {

	.header {
		/*padding: 0 30px 0 15px;
		height: 180px;
		min-height: 180px;*/
	}
	.bread-crumb,
	body#index .body-container,
	body#custom .body-container,
	body#detail .body-container {
		/*padding: 0 30px;*/
	}
	.footer {
		padding-left: 30px;
		padding-right: 30px;
		height: 50px;
		max-height: 50px;
		padding-top: 15px;
	}
	.header .header-user {
		/*padding-top: 20px;*/
	}
	.header .header-title {
	    font-size: 36px;
	}
	body#index .body-container .especificos-title,
	body#index .body-container .partidos-title,
	body#index .body-container .candidatos-title,
	body#index .body-container .map-title, 
	body#custom .body-container .custom-title {
	    font-size: 30px;
	}
	body#index .body-container .especificos-title .fab,
	body#index .body-container .partidos-title .fab,
	body#index .body-container .candidatos-title .fab {
	    font-size: 40px;
	}
	.bread-crumb {
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	body#custom .custom-item .custom-graph-title {
		font-size: 28px;
	}
	body#index .body-container .partido .img {
	    min-height: 218px;
	}
	body#index .body-container .candidato .img {
	    min-height: 136px;
	}
	body#index .body-container .rated .up-rated-text,
	body#index .body-container .rated .down-rated-text {
		font-size: 24px;
		padding-top: 20px;
		line-height: 30px;
	}
	body#index .body-container .rated .up-rated-text-pos,
	body#index .body-container .rated .down-rated-text-pos {
	    font-size: 40px;
	}
	body#index .body-container .rated .up-rated,
	body#index .body-container .rated .down-rated {
		background-size: 70px;
		font-size: 54px;
		line-height: 70px;
		margin-top: 0;
	}
	body#index .body-container .rated {
	    min-height: 244px;
	}
	body#index #map,
	body#custom #map,
	body#detail #map {
	    height: 460px;
	}
	body#custom .custom-image {
	    min-height: 158px;
	}
	body#custom a.custom-more-info,
	body#custom a.custom-more-info:hover,
	body#custom a.custom-more-info:visited {
		background: url(img/custom-plus.png) 0px 4px / auto 28px no-repeat transparent;
		font-size: 18px;
		padding: 5px 15px 10px 37px;
		left: 10%;
		right: 8%;
	}
	body#custom .custom-item-box .custom-percent {
		font-size: 40px;
		padding-top: 24px;
		line-height: 40px;
	}
	body#custom .custom-item-box .custom-text {
		font-size: 18px;
		line-height: 18px;
		padding: 8px 0;
	}
	body#custom .custom-item-box .custom-text-desc {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 22px;
	}
	body#custom .custom-item-box {
	    background-size: 100% auto;
	}
	body#custom .custom-item {
		min-height: 540px;
	}
	body#custom .custom-item {
		color: #00748c;
    	text-align: center;
    	padding-top: 10px;
    	font-weight: bold;
	}
	body#detail .body-container .detail-graph {
		height: 496px;
	}
		body#detail .body-container .detail-sentiment {
			font-size: 46px;
			text-align: right;
		}
			body#detail .body-container .detail-sentiment .key {
				font-size: 16px;
				text-align: left;
			}
			body#detail .body-container .detail-sentiment .value {
				font-size: 26px;
				text-align: left;
			}
	body#detail .detail-logo {
		top: 103px;
		left: 54px;
		width: 145px;
	}

	.content-query form.form-query input[type="text"], 
	.content-query form.form-query .select-type,
	.content-query form.form-query select,
	.content-filter  form.form-filter  input[type="text"], 
	.content-filter  form.form-filter  .select-type,
	.content-filter  form.form-filter  select,
	.content-filter form.form-filter .select-sentiment {
    	width: 220px;
    }

    .content-filter form input[type="date"] {
	    font-weight: 600;
	    color: #00748c;
	    border: 0;
	    border-radius: 5px;
	    background: url(img/calendar.png) 10px 7px no-repeat #ededed;
	    padding: 4px 1px 4px 35px;
	    font-size: 16px;
	    margin-left: 10px;
	    width: 178px;
	    margin-bottom: 24px;
	}

    .content-filter  form.form-filter  select{
    	padding-right: 37px;
    }

    .content-filter form.form-filter label.date-filter {
	    width: 100px;
	    font-size: 16px;
	}

    .body-container {
	    /*margin-top: 230px;*/
	    padding-top: 40px;
	}

	body#index .container-fluid, body#detail .container-fluid {
	    padding-bottom: 30px !important;
	}

	.element-filter {
	    margin-bottom: 15px;
	}

	.messages-block-buttons .content-button {
	    width: 250px;
	    font-size: 24px;
	}

}





@media screen and (max-width: 768px) {

	

	.header {
		height: 155px;
		max-height: 155px;
		min-height: 155px;
	}
	.header .header-user {
		/*padding-top: 12px;*/
	}
	.header .header-title {
	    font-size: 30px;
	}
	.header input {
		background-position: 10px 7px;
		padding-left: 37px;
		font-size: 14px;
		width: 166px;
	}
	.header .header-filter label {
		font-size: 14px;
	}
	.header .header-filter .ml-4 {
		margin-left: 1rem !important;
	}

	body.collapsed .header {
		max-height: 100px;
		height: 100px;
		min-height: 100px;
	}
		body.collapsed .header .header-user {
			padding-top: 8px;
		}
		body.collapsed .header .title-collapsed {
			font-size: 24px;
			max-width: 252px;
			line-height: 22px;
			text-align: left;
			padding-right: 5px;
		}
		body.collapsed .header .header-user .img-fluid {
			margin-left: .5rem !important;
		}
		body.collapsed .header-filter {
			margin-top: 18px;
		}
	body.collapsed .header-line {
		top: 95px;
	}
	body.collapsed .bread-crumb {
		top: 110px;
	}

	body#index .body-container .especificos-title,
	body#index .body-container .partidos-title,
	body#index .body-container .candidatos-title,
	body#index .body-container .map-title, 
	body#custom .body-container .custom-title {
	    font-size: 24px;
	}
	body#index .body-container .especificos-title .fab,
	body#index .body-container .partidos-title .fab,
	body#index .body-container .candidatos-title .fab {
	    font-size: 32px;
	}

	body#index .body-container .partido .img {
		min-height: 154px;
	}
	body#index .body-container .candidato .img {
	    min-height: 93px;
	}
	body#index .body-container .partido .percent {
	    font-size: 28px;
	}
	body#index .body-container .candidato .quantity {
	    font-size: 24px;
	}
	body#index .body-container .rated {
	    min-height: 201px;
	}
	body#index .body-container .rated .up-rated, body#index .body-container .rated .down-rated {
		background-size: 54px;
		font-size: 45px;
		line-height: 70px;
		margin-top: 0;
		padding-left: 64px;
	}
	body#index .body-container .rated .up-rated-text, body#index .body-container .rated .down-rated-text {
		font-size: 20px;
		padding-top: 5px;
	    line-height: 24px;
	}
	body#index .body-container .rated .up-rated-text-pos, body#index .body-container .rated .down-rated-text-pos {
	    font-size: 32px;
	}
	body#index #map,
	body#custom #map,
	body#detail #map {
	    height: 460px;
	}
	body#custom .custom-item {
		min-height: 540px;
		padding-left: 30px;
		padding-right: 30px;
	}
	body#custom .custom-image {
		min-height: 125px;
	}
	body#custom .custom-item-box {
		margin: 0;
	}
	body#custom .custom-item-box .custom-percent {
		font-size: 32px;
		padding-top: 24px;
		line-height: 32px;
	}
	body#custom .custom-item-box .custom-text {
		font-size: 16px;
		line-height: 16px;
		padding: 8px 0;
	}
	body#custom .custom-item-box .custom-text-desc {
		font-size: 24px;
		line-height: 22px;
		padding-bottom: 22px;
	}
	body#custom .custom-item {
	    min-height: 430px;
	}
	body#custom a.custom-more-info, body#custom a.custom-more-info:hover, body#custom a.custom-more-info:visited {
		background-size: auto 24px;
		font-size: 15px;
		padding: 5px 0 10px 33px;
		left: 7%;
		right: 0%;
	}
	body#detail .body-container .detail-sentiment,
	body#detail .body-container .detail-sentiment .key,
	body#detail .body-container .detail-sentiment .value {
		text-align: center;
	}

	body#detail .body-container .influencer.col-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	body#detail .body-container .influencer .influencer-block {
		min-height: auto;
		padding: 10px 0;
		border-radius: 1rem;
	}
		body#detail .body-container .influencer .image {
			width: 106px;
			height: 106px;
			margin: 0 30px 0 15px;
			float:left;
		}
			body#detail .body-container .influencer .image img {
				width: 106px;
				height: 106px;
			}
		body#detail .body-container .influencer .user_name,
		body#detail .body-container .influencer .user_followers,
		body#detail .body-container .influencer .followers_text {
			text-align: left;
		}

	body#detail.collapsed .detail-logo {
		top: 77px;
		left: 47px;
	}
	body#detail .detail-logo {
		top: 79px;
		left: 38px;
		width: 108px;
	}
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-keyword-title, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:active, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:visited, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:focus, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:hover {
		font-size: 20px;
		line-height: 24px;
	}

	.body-container {
	   /*margin-top: 200px;*/
	   padding-top: 0;
	}

	.content-filter h3, .content-query h3 {
    	font-size: 18px;
    }
    .content-filter .close-filter, .content-query .close-query {
    	font-size: 30px;
	    margin-left: 20px;
	}

	.btn-project-light {
	    font-size: 14px;
	}

	.content-query form.form-query label.query-label-text {
	    font-size: 14px;
	}

	.content-query form.form-query input[type="text"] {
	    font-size: 14px;
	}

	.content-query form.form-query label{
		width: 70px;
		float: left;
	}

	.content-query form.form-query .select-type {
	    margin-right: 0px;
	}

	.content-query form.form-query label {
	    font-size: 18px;
	}

	.content-query form.form-query input[type="text"], .content-query form select {
	    float: left;
	    width: 264px;
	    font-size: 14px;
	}

	.content-query form.form-query input[type="text"], .content-query form.form-query .select-type, .content-query form.form-query select {
	    width: 265px;
	}
	.content-query form.form-query .select-type {
	    margin-bottom: 5px;
	}

	.list-query-content {
	    font-size: 14px;
	}
	.list-query-content .change-status svg {
	    top: -6px;
	}

	.content-query .content-search-query .search-query {
	    font-size: 14px;
	}

	.counter-tweets .total, .counter-tweets .count {
	    font-size: 24px;
	}
	.counter-tweets p {
	    font-size: 16px;
	}

	.content-filter form.form-filter .select-sentiment,
	.content-filter form.form-filter input[type="text"],
	.content-filter form.form-filter select{
	    width: 60%;
	    font-size: 14px;
	}

	.content-filter form.form-filter .select-type{
		width: 60%;
	    font-size: 14px;
	}

	.search {
	    padding: 2px 10px 3px;
	    margin-left: -40px;
	}
	.content-filter form.form-filter select {
	    width: 100%;
	}

	.content-filter form.form-filter label {
	    font-size: 20px;
		width: 30%;
		text-align: right;
	}

	.content-filter .my-filter select {
	    font-size: 14px;
	}

	.content-filter form input[type="date"] {
	    background: url(img/calendar.png) 15px 7px / 15px auto no-repeat #ededed;
	    font-size: 14px;
	    margin-left: 10px;
	    width: 60%;
		padding-left: 32px;
	}

	.elements-filter-date {
	    padding-top: 3px;
	}

	.elements-filter-date .content-filed {
	    float: left;
	    width: 50%;
	}

	.btn-project {
	    font-size: 14px;
	}

	.element-filter {
	    padding: 5px 10px;
	    border-radius: 5px;
	    font-size: 14px;
	    margin-bottom: 10px;
	}

	.element-filter .close {
	    font-size: 20px;
	}

	.content-filter form.form-filter label.date-filter {
	    font-size: 14px;
	    margin-right: 0;
	    margin-left: 10px;
	    width: 96px;
	}

	.content-filter form.form-filter .search {
	    /*margin-right: 10px;*/
	}

	body#detail .body-container .detail-title {
	    font-size: 28px;
	}

	body#detail .body-container .detail-graph {
    	height: 350px;
	}

	.breadcrumb {
	    font-size: 24px;
	}

	body#detail .body-container .detail-graph-title, body#detail .body-container .list_tweets-title {
	    font-size: 18px;
	    width: 90%;
	}

	.sentiment-result .icon svg {
	    font-size: 60px;
	}

	.sentiment-result h3 {
	    font-size: 30px;
	}

	.classification-block-content table p {
	    font-size: 24px;
	}

	.classification-block-content table {
	    width: 100%;
	}

	.messages-block-buttons .content-button {
	    width: 200px;
	    font-size: 18px;
	}

	.message .user p {
    	font-size: 12px;
    }

    .message .content-message h3 {
	    font-size: 18px;
	}

	.message .content-message p {
	    font-size: 14px;
	}

	.message .date {
	    font-size: 14px;
	}

	.puntuation .content-puntuation h4 {
	    font-size: 38px;
	}
	.puntuation .content-puntuation p {
	    font-size: 18px;
	}
	.puntuation .content-puntuation h4 .icons {
	    font-size: 14px;
	}

	.puntuation {
	    width: 400px;
	}

	.classification-block-content table h4 {
	    font-size: 38px;
	}

	.classification-block-content table p {
	    font-size: 18px;
	}
}

@media screen and (max-width: 767px) {

	.header {
		height: 128px;
		max-height: 128px;
		min-height: 128px;
	}
	.header .header-title {
		font-size: 24px;
		line-height: 24px;
		margin: 5px 0 5px;
	}

	.header-filter {
		margin-top: 5px;
	}
	.header .header-filter label {
	    font-size: 12px;
	}
	.header input {
		background-position: 8px 6px;
		font-size: 12px;
		width: 142px;
		background-size: 16px auto;
		padding-left: 27px;
	}
	.header .header-filter .ml-4 {
		margin-left: .5rem !important;
	}

	body.collapsed .header {
		max-height: 95px;
		height: 95px;
		min-height: 95px;
	}
	body.collapsed .header .title-collapsed {
	    font-size: 18px;
		line-height: 18px;
		max-width: 186px;
	}
	body.collapsed .header-filter {
		margin-top: 10px;
	}
	body#detail .detail-logo {
		top: 67px;
		left: 38px;
		width: 88px;
	}
	body#detail .body-container .detail-title {
		font-size: 24px;
		line-height: 28px;
	}
	body#detail .body-container .detail-keyword .detail-keyword-block #detail-keyword-title, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:active, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:visited, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:focus, body#detail .body-container .detail-keyword .detail-keyword-block #detail-influencer-title:hover {
		font-size: 20px;
		line-height: 24px;
	}

	.header input[name="search_query"] {
	    font-size: 14px;
	    margin-left: 0px;
	    width: 255px;
	}

	.header-date .search {
	    margin-left: -35px;
	    margin-top: 2px;
	}
	.add_query {
	    margin-top: -6px;
	}

	.content-filter h3, .content-query h3 {
	    font-size: 14px;
	}

	.content-query .btn-project-light {
	    float: left;
	    margin-left: 0;
	    margin-top: 10px;
	    display: inline-block;
	    margin-right: 10px;
	    margin-bottom: 20px;
	}

	.content-query form.form-query label {
	    width: 18%;
	    float: left;
	    text-align: right;
	    margin-right: 2%;
	}
	.content-query form.form-query input[type="text"],.content-query form.form-query .select-type {
	    width: 80%;
	    margin-left: 0;
	}

	.content-query form.form-query select{
	 	width:100%;
	 	margin-left: 0;
	}

	.text-status {
	    display: none;
	}

	.list-query-content .change-status svg {
	    top: 0;
	    font-size: 24px;
	}

	.list-query-content {
	    font-size: 13px;
	}
	.list-query-content .delete {
    	font-size: 18px;
	    text-align: center;
	    width: 100%;
	    float: left;
	}

	.body-container {
	    /*margin-top: 185px;*/
	}

	.header input[name="search_query"] {
	    width: 225px;
	}
	.add_filter {
	    margin-top: -3px;
	}

	.content-filter .my-filter {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.content-filter form.form-filter .search, .content-filter form.form-filter select {
	    margin-right: 0;
	}

	.content-filter form.form-filter label {
	    width: 20%;
	    font-size: 20px;
	}

	.content-filter form.form-filter .select-sentiment,
	.content-filter form.form-filter .select-type,
	.content-filter form.form-filter input[type="text"] {
	    width: 68%;
	    margin-right: 0;
	}

	.content-filter form.form-filter input[name="i_date_init"] {
		margin-bottom: 12px;
	}

	.content-filter form.form-filter input[name="i_name"] {
		width: 50%;
	}

	.content-filter form input[type="date"] {
	    width: 68%;

	}

	.content-filter form.form-filter select{
		width: 100%;
	}

	.element-filter {
	    font-size: 13px;
	}


	.content-filter form.form-filter label {
	    width: 26%;
	    font-size: 12px;
	}

	.content-filter form.form-filter label.date-filter {
	    font-size: 14px;
	    margin-right: 0;
	    margin-left: 0;
	    width: 26%;
	}

	.btn-project.save-filter {
	    float: right;
	}

	.content-filter.visible, .content-query.visible {
	    overflow-y: auto;
	    height: 70vh;
	}
}



@media screen and (max-width: 576px) {

	

	.filter .select-type {
    	width: 100%;
	}	

	.header-container, .body-container, .footer-container {
	    width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.header {
		padding-left: 5px;
		max-height: 158px;
		min-height: 158px;
		height: 158px;
	}
	.mobile-header {
		padding-left: 12px;
	}
	.mobile-header img {
		width: 32px;
		margin-left: .75rem !important;
	}
	.header .header-title {
		font-size: 18px;
		text-align: center !important;
	}
	.header .header-date {
		font-size: 14px;
	}
	.header label {
		display: block;
		margin-bottom: .1rem;
		width: 100%;
		text-align: left;
	}
	.header input {
		display: block;
		font-size: 14px;
		width: 100%;
		background-position: 7px 5px;
		padding-left: 32px;
		margin: 0;
		height: 29px;
	}
	.header-buttons {
		position: absolute;
		top: 10px;
		right: 15px;
	}
	.header .header-title {
		font-size: 18px;
		text-align: center !important;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.header-filter {
		margin-top: 0;
	}
	.bread-crumb {
		font-size: 16px;
		padding: 0 15px;
	}
	body.collapsed .header-title {
		display: block !important;
	}
	body.collapsed .header-filter {
		margin-top: 0;
	}
	body.collapsed .header {
		height: 158px;
		min-height: 158px;
	}
	body.collapsed .header-line {
		top: 158px;
	}
	body.collapsed .bread-crumb {
		top: 173px
	}
	body#custom .custom-item .custom-graph-title {
		font-size: 20px;
		padding: 0 15px;
	}
	.bread-crumb,
	body#index .body-container,
	body#custom .body-container,
	body#detail .body-container {
	    padding: 0 15px;
	}
	body#index .body-container .especificos-title, 
	body#index .body-container .partidos-title, 
	body#index .body-container .candidatos-title, 
	body#index .body-container .map-title, 
	body#custom .body-container .custom-title , 
	body#detail .body-container .detail-title {
		font-size: 20px;
		line-height: 26px;
		margin: 30px 0;
	}
	body#index .body-container .especificos-title .fab,
	body#index .body-container .partidos-title .fab,
	body#index .body-container .candidatos-title .fab {
		margin-left: 5px;
	}
	body#index .body-container .partido .img {
	    min-height: 63px;
	}
	body#index .body-container .partido .percent {
	    font-size: 18px;
	}
	body#index .body-container .candidato .img {
	    min-height: 63px;
	}
	body#index .body-container .candidato .quantity {
	    font-size: 18px;
	}
	body#index .body-container .rated {
		margin-top: 30px;
	}
	body#index .body-container .rated .up-rated,
	body#index .body-container .rated .down-rated {
		background-size: 47px;
		font-size: 40px;
		line-height: 57px;
		margin-top: 0;
		padding-left: 40px;
	}
	body#index .body-container .rated .up-rated-text, 
	body#index .body-container .rated .down-rated-text {
		font-size: 14px;
		padding-top: 5px;
		line-height: 16px;
	}
	body#index .body-container .rated .up-rated-text-pos,
	body#index .body-container .rated .down-rated-text-pos {
	    font-size: 28px;
	}
	body#index .body-container .rated {
		min-height: 164px;
	}
	body#index #map {
	    height: 230px;
	}
	body#custom .custom-image {
		min-height: auto;
		margin: 0 0 15px;
		background: #00748c;
		border-radius: 1rem 1rem 0 0 !important;
		padding: 15px;
		margin-bottom: 0;
	}
	body#custom .custom-image img {
		max-height: 70px;
		margin: 0;
		width: auto;
	}
	body#custom .custom-item {
		min-height: auto;
		background: transparent;
		padding-top: 0;
	}
		body#custom .custom-item > .row { 
			background: #fff;
		}

	body#custom a.custom-more-info, 
	body#custom a.custom-more-info:hover, 
	body#custom a.custom-more-info:visited {
		font-size: 14px;
		padding: 5px 0 5px 33px;
		left: 35%;
		right: 0;
		text-align: left;
		bottom: 0;
		margin-bottom: 35px;
	}
	body#custom .custom-left {
		background: transparent;
		padding-left: 15px;
		padding-right: 15px;
	}
	body#custom .custom-item-box-block .custom-item-box {
		float: left;
		width: 31%;
		margin: 0 1%;
	}
	body#custom .custom-item-box-block .custom-item-box {
		float: left;
		width: 31%;
		margin: 10px 1%;
		background-size: 100% 100%;
	}
	body#custom .custom-item-box .custom-percent {
		font-size: 26px;
		padding-top: 10px;
		line-height: 32px;
	}
	body#custom .custom-item-box .custom-text {
		font-size: 14px;
		line-height: 14px;
		padding: 8px 0;
	}
	body#custom .custom-item-box .custom-text-desc {
	    font-size: 19px;
		line-height: 19px;
	    padding-bottom: 13px;
	}
	body#detail .detail-logo {
		display: none;
	}
	body#detail .body-container .detail-graph-title,
	body#detail .body-container .list_tweets-title {
		font-size: 20px;
		line-height: 26px;
	}
	body#detail .body-container .detail-graph {
		height: 380px;
	}
	body#detail .body-container .detail-sentiment, 
	body#detail .body-container .detail-sentiment .key, 
	body#detail .body-container .detail-sentiment .value,
	body#detail .body-container .detail-emoji {
	    margin-bottom: 10px;
	}
	body#detail .body-container .influencer .influencer-block .cuantos {
		right: auto;
		top: 30px;
		padding: 2px 7px;
		font-size: 14px;
		left: 98px;
	}
		body#detail .body-container .influencer .influencer-block .cuantos i {
			margin-left: 5px;
		}
	.filters {
	    margin-top: 0px;
	}

	.header input[name="search_query"] {
    	width: 175px;
    }

    .search {
	    padding: 3px 10px 4px;
	}

	.form-filter .search {
	    padding: 2px 10px 3px;
	}	

	.content-filter form.form-filter label.date-filter {
    	font-size: 12px;
    }

   .content-query .close-query {
	    margin-left: 15px;
	    margin-top: -10px;
	}

	.content-query .btn-project-light {
    	width: 100%;
    	text-align: center;
    }

    .btn-project-light.manage-query {
	    margin-bottom: 5px !important;
	}

	.content-query form.form-query label {
	    width: 23%;
	}

	.content-query form.form-query input[type="text"], .content-query form.form-query .select-type {
	    width: 75%;
	}

	.content-query .content-search-query .search-query {
	    width: 100%;
	}

	.content-query .search {
	    padding: 2px 10px 3px;
	}

	 .content-query h3 {
	    width: 80%;
	}

	

}

@media screen and (min-width: 576px) {
	.header-container, .body-container, .footer-container {
	    max-width: 540px;
	}
}

@media screen and (min-width: 768px) {
	.header-container, .body-container, .footer-container {
	    max-width: 720px;
	}
}

@media screen and (min-width: 992px) {

	.header-container, .body-container, .footer-container {
	    max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.header-container, .body-container, .footer-container {
	    max-width: 1140px;
	}
}

@media screen and (min-width: 1690px) {
	.header-container, .body-container, .footer-container {
	    max-width: 1600px;
	}
}
