﻿/* CARROUSEL */

/** {box-sizing:border-box}*/

.mySlides {
    display: none
}

.slideNoticia {
    display: none
}

/* Slideshow container */
.slideshow-container {
    max-width: 960px;
    position: relative;
    margin: auto;
}

.slideNoticia-text {
    /*position: relative;
	margin-top: -50px;
	height: 50px;
	padding-top: 0.8em;*/
    padding: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,.6);
    text-align: center !important;
}

    .slideNoticia-text a {
        font-size: 1.4em;
        font-family: MyriadPro;
        font-weight: bold;
        vertical-align: middle;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 36px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: #f0f8ff00;
    border: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* alterado 01/06 */

@media screen and (max-width:690px) {
    .slideNoticia-text a {
        font-size: 1em;
    }
    /*.slideNoticia-text {
		margin-top: -40px;
		height: 40px;
		padding-top: 0.7em;
	}*/
    .slideNoticia-text {
        padding: 6px;
    }
}

@media screen and (max-width:480px) {
    .slideNoticia-text a {
        font-size: 0.8em;
    }
    /*.slideNoticia-text {
		margin-top: -30px;
		height: 30px;
		padding-top: 0.3em;
	}*/
    .slideNoticia-text {
        padding: 4px;
    }
}

@media screen and (max-width:380px) {
    .slideNoticia-text a {
        font-size: 0.7em;
    }
}

@media screen and (max-width:340px) {
    .slideNoticia-text a {
        font-size: 0.6em;
    }
}

@media screen and (max-width:300px) {
    .slideNoticia-text a {
        font-size: 0.5em;
    }
}
/* CARROUSEL */
