/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.gradient-amin {
	background: #8e2de2; /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #4a00e0, #8e2de2); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #4a00e0, #8e2de2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

@media (min-width: 1024px) {
	.img-logo {
		padding: 5px 0;
	}
}
.img-logo {
	height: 60px;
}

/* .logo-default,
.logo-dark {
	background: -webkit-linear-gradient(#8e2de2, #56ccf2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */

#header .header-inner #logo a,
#header .header-inner #logo a span,
#header #header-wrap #logo a,
#header #header-wrap #logo a span {
	font-size: 30px;
}

.img-cover {
	position: relative;
	height: 0;
	padding-top: 50%;
	margin-bottom: 14px;
	border-radius: 12px;
	overflow: hidden;
}
.img-cover img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.bi .bg-overlay {
	background: rgb(0 0 0);
	opacity: 0.6;
}

.icon-box.small ul {
	margin: 20px 0 20px 60px;
	line-height: 1.6;
	font-size: 14px;
}

.list-icon.list-icon-colored li:before,
.list-icon.icon-list-colored i {
	color: #9e9e9e;
}

.mb-50 {
	margin-bottom: 50px;
}

.bg-grey {
	background-color: #efefef;
}

/* @media (max-width: 1024px) {
	.post-3-columns .post-item {
		width: 100%;
	}
} */

.post-image a {
	display: block;
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.post-image a img {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

iframe {
	vertical-align: top;
}

.side-image-post .post-item-wrap {
	display: flex;
}
.side-image-post .post-item-wrap .post-image {
	flex: 0 0 40%;
}

.side-image-post .post-item-wrap .post-image a {
	padding-top: 0;
	height: 100%;
}
.side-image-post .post-item-wrap .post-image a img {
	position: static;
}

@media (max-width: 767px) {
	.side-image-post .post-item-wrap {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	#header #logo {
		text-align: left;
	}

	.kenburns-bg {
		background-position: 94% 0%;
	}
	.inspiro-slider .slide {
		background-position: 86% 0%;
	}
	[data-bg-image]::before {
		opacity: 0;
	}
}

@media (max-width: 475px) {
	#header .header-inner #logo a,
	#header .header-inner #logo a span,
	#header #header-wrap #logo a,
	#header #header-wrap #logo a span {
		font-size: 20px;
	}

	.img-logo {
		height: 45px;
	}
}

.table-btn{
	width: 80px;
}

.section-content{
	padding: 10px 0;
}

.section-content .line{
	margin: 0 0;
}

.secion-article .heading-text{
	margin-bottom: 0px;
}

.secion-article .heading-text h4{
	margin-bottom: 0px;
}


.dashboard section{
	padding:  30px 0;
}

.dashboard section .heading-text{
	margin-bottom: 15px;
}

.dashboard section .heading-text h4{
	margin-bottom: 15px;	
}

.encuesta_left{
   text-align: left !important;
   font-size: 60px;
  font-weight: 500;
  line-height: 80px;

  color: #ffffff;
}
.encuesta_down{
 font-size: 40px;
  text-align: left !important;
  font-weight: 400;
  line-height: 80px;
}
.texto-mediano{
font-size: 15px;
}
.slide-encuestas{
 height: 70vh !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
