div#page1525451054 .row {
    margin-bottom: 27px;
    text-align: justify;
}
.content { min-height: 600px;}
@media(min-width:768px) {
	div#fila10 {
	    width: 100%;
	    background: url(https://www.16-points.com/images/31525473704.jpg);
	    height: 200px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    margin-top: -88px;
	    margin-right: 0;
	    margin-left: 0;
	}
	div#fila11 {
	    width: 100%;
	    background: url(https://www.16-points.com/images/906773337_preview_29ceb1992ea4c454378d3afddd7f57261586880423.png);
	    height: 200px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    margin-top: -88px;
	    margin-right: 0;
	    margin-left: 0;
	}
	div#fila13 {
	    width: 100%;
	    background: url(https://www.16-points.com/images/906773337_preview_29ceb1992ea4c454378d3afddd7f57261586880423.png);
	    height: 200px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    margin-top: -88px;
	    margin-right: 0;
	    margin-left: 0;
	}
	a.logo {
		width: 100%;
		text-align: center;
		display: block;
		margin: auto;
	}
	
	h1 span.txt_darkgrey {
	    font-size: 2em;
	    margin-top: 15px;
	    position: relative;
	    top: 47px;
	    color: #fff;
   	    text-shadow: 1px 1px 1px #000;
	}
	
}
.page-header.is-sticky {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 9999;
}
.is-sticky a.logo img {
    height: 40px;
    top: 14px;
    position: relative;
}
.desc {
	color: #ffffff;
	text-align: center;
}
.is-sticky .desc {
    opacity: 0;
}
div#slideshow15 .bjqs-markers, div#slideshow15 .bjqs-controls {
    display: none;
}
div#slideshow15 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: solid 1px #ccc;
    padding: 5px;
}

.fadein {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
     animation-timing-function: ease-out; 
     transition: all 1s ease-out;
}
@keyframes fadein {
    from {
        opacity:0;
        position: relative;
        bottom: -200px
    }
    to {
        opacity:1;
        position: relative;
        bottom: 0px;
    }
}


@media (min-width: 992px){
	.webdev { text-align: right}
}
