/* = Custom Styling
-------------------------------------------------------------- */
.el-image {
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0 0 0 0 #fff;
    transform: scale(1);
    animation: pulse 2s infinite;
    margin-top: -2px;
    vertical-align: middle;
    text-align: center;
    left: 42%;
    margin-left: auto;
    margin-right: auto;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.slidenav-ani {
    transform: scale(1);
    animation: pulso 1s infinite;
}
@keyframes pulso {
	0% {
		transform: scale(0.95);
		
	}
	
	70% {
		transform: scale(1.2);
		
	}
	
	100% {
		transform: scale(0.95);
		
	}
}
.uk-icon-image{
	width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.uk-accordion-title{
	color: #fff;
}
.uk-section-default {
    background: transparent;
}

.uk-border-rounded-2{
	background-image: url(../img/back_canvas.jpg);
	background-color: #fffc;
	/*background-position: 100% 0;*/
	background-position: center bottom;
	background-repeat: repeat-x;
	border-radius: 0px 20px 0px 0px;
	color: #333;
	/*width: 500px;
	left: -480px;*/
}
.uk-box-shadow-bottom-2 {
    
}
.uk-animation-slide-left-2 {
    
}
.uk-border-rounded-3{
	border-radius: 0px 0px 15px 15px;
	color: #333;
}
.uk-nav-divider-2{
	border-top: 1px solid #333;
	margin: 8px 0px;
}
.uk-card-body-2{
	background-image: url(../img/back_canvas.jpg);
	background-color: #fff;
	/*background-position: 100% 0;*/
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 300;
}
.uk-card-body-3{
	background-image: url(../img/back_canvas.jpg);
	background-color: #fff;
	/*background-position: 100% 0;*/
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding: 0px;
}
.back-recursos{
	background-image: url(../img/lines-dl2-bg.png);
	/*background-color: #fff;*/
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	z-index: 200;
}
.bg-placeholder-image {
    background-image: url(../img/back_recursos.gif);
    background-repeat: repeat-y;
    background-size: contain;
    position: relative;
}
.texture-diagonal-lines::before {
    background: url(../img/lines-dl2-bg.png);
    background-size: auto;
    background-repeat: repeat;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.uk-offcanvas-bar-2 {
    left: -350px;
    width: 500px;
    padding: 40px 40px;
}
.sombra-texto{
	text-shadow: 2px 2px 4px #616161;
}
.sombra-texto-2{
	text-shadow: 2px 2px 4px #fff;
}


@media (min-width: 960px){
	.uk-border-rounded-2{
	background-image: url(../img/back_canvas.jpg);
	background-color: #fffc;
	background-position: center bottom;
	background-repeat: repeat-x;
	border-radius: 0px 20px 0px 0px;
	color: #333;
	width: 290px;
	left: -350px;
	}
}
@media (min-width: 414px){
	.uk-border-rounded-2{
	background-image: url(../img/back_canvas.jpg);
	background-color: #fffc;
	background-position: center bottom;
	background-repeat: repeat-x;
	border-radius: 0px 20px 0px 0px;
	color: #333;
	/*width: 500px;
	left: -480px;*/
	}
}

