@font-face {
    font-family: gilroy;
    src: url('fonts/Gilroy-Bold.otf');
}

@font-face {
    font-family: gilroyl;
    src: url('fonts/Gilroy-Light.otf');
}

html {
    min-height: 100%;
}

body {
	max-width:100%;
    max-height:100%; 
    height: 100%; 
    overflow: hidden;
	font-family:gilroyl;
}

#adminoutput {
	position:fixed;
	z-index: 99999;
	color:#FFF; 
}

.bucket {
    z-index: 9999;
	font-family: gilroy;
    color:#FFF; 
    position: absolute;
    padding:10% 40% 10% 10%;
    font-size: 32px;
    line-height: 38px;
    font-weight: bold; 
	left:0;
	top:0;
} 

#sombra{
    z-index: 9991;
    position: fixed;
    top:0;
    left: 0;
    background: rgba(000, 000, 000, 0.5);
    width: 100%;
    height: 100%;
}


.foot {
    color: #FFF;
    position: absolute;
    z-index: 9998;
    width: 100%;
    bottom:60px; 
	left:0; 
    padding:10% 30% 0% 10%;
}

#logotipo {
    float: left;
    margin-right:15px;
	max-width:180px;
}

.textofooter{
    font-size: 10px;
    padding: 25px 0px 10px 10px;
	float:left;
}

.slideshow {
    list-style: none;
    z-index: 1;
} 

@media only screen and (min-width: 1601px) {
    .bucket { 
        font-size: 52px; 
        line-height: 57px;
		padding:10% 10% 0% 10%;
    }  
} 

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .bucket { 
        font-size: 43px; 
        line-height: 50px;
		padding:10% 10% 0% 10%;
    }  
} 

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .bucket { 
        font-size: 36px; 
        line-height: 40px;
		padding:10% 10% 0% 10%;
    }  
}  

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .bucket { 
        font-size: 23px; 
        line-height: 28px;
		padding:4% 4% 4% 4%;
    } 

    .foot {
		color: #FFF;
		position: fixed;
		z-index: 9998;
		width: auto;
		bottom:15px; 
		left:0; 
		padding:3% 3% 0% 3%;
	} 
	
	#logotipo {
		width:150px;
	}
	
	.textofooter{
		font-size: 10px;
		padding: 0px 0px 10px 6px;
		float:left;
	}
} 

@media only screen and (max-width: 374px) {
    .bucket { 
        font-size: 20px; 
        line-height: 23px;
		padding:5% 5% 5% 5%;
    }  
	.foot {
		color: #FFF;
		position: fixed;
		z-index: 9998;
		width: auto;
		bottom:10px; 
		left:0; 
		padding:3% 3% 0% 3%;
	}
	.textofooter{
		font-size: 10px;
		padding: 0px 0px 10px 10px;
		float:left;
	}
	#logotipo {
		float: left;
		margin-right:15px;
		max-width:150px;
	}
} 

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

    .slideshow li h3 {
        bottom: 30px;
        font-size: 2em;
    }
}

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

    .slideshow li h3 {
        font-size: 2em;
    }
} 

/*
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear infinite 0s;
    -moz-animation: imageAnimation 12s linear infinite 0s;
    animation: imageAnimation 12s linear infinite 0s;
}

.slideshow li h3 {
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 150px;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 2em;
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: titleAnimation 12s linear 1 0s;
    -moz-animation: titleAnimation 12s linear 1 0s;
    animation: titleAnimation 12s linear 1 0s;
} 

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    10% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    10% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% { 
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    10% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

@-webkit-keyframes titleAnimation {
    0% { 
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

@-moz-keyframes titleAnimation {
    0% {
         
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

@keyframes titleAnimation {
    0% {
        
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
} */

.no-cssanimations .slideshow li span {
    opacity: 1;
}

/*
-webkit-animation-delay: 12s;
-moz-animation-delay: 12s;
animation-delay: 12s;
*/