@import url("https://file.myfontastic.com/TZF7CQSAxV9YQkj5ou5JnW/icons.css");/*  FUENTE ICONOS  */

@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');
* {
    margin: 0;
    padding: 0;
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
       
}

/*body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    font-size: 11pt;
    color: #495879;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}*/


#slideshow ul,
#slideshow ol {
    list-style: none;
}

#slideshow {
    width: 100%;
    position: relative;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1.1em;
	line-height: 160%;
}

.slider li, ul {
    width: 100%;   
}

.slider li {
    overflow: hidden;
}

.slider li img {
    width: 100%;

}

.slider .caption,
.pagination,
.anterior,
.siguiente {
    position: absolute;
}

.slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    padding: 15px 50px;
    
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.slider .caption h1 {
    font-size: 2em;
}

.slider .caption p {
    font-size: 1.5em;
    color: #fff;
    margin-top: 1em;
}

.pagination {
    bottom: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 999
}

.pagination li {
    padding: .2em;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
;
}

.anterior, .siguiente {
    top: 0;
    height: 100%;
    
    display: flex;
    align-items: center;
    
    color: #fff;
    font-size: 3em;
    
    cursor: pointer;
    z-index: 2;
}

.anterior {
    left: 10px;
}
.siguiente {
    right: 10px;
}

@media screen and (max-width: 600px){
    
    .slider .caption p {
        display: none;
    }
    
    .slider .caption h1 {
        font-size: 1.3em;        
    }
    
    .anterior, .siguiente {
        font-size: 1.5em;
    }
    
    .slider li img {
        width: 600px;
    }

}