/*@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { overflow-y: scroll; }

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
    font-family: 'Arial';
    font-size: 2.3em;
    line-height: 1.75em;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
    color: #999;
}


/** page structure **/
#w {
    display: block;
    /*  max-width: 830px;*/
    max-width: 1200px;
    min-width: 100px;
    margin: 0 auto;
    padding: 2px 3px;
}


/** posts slider widget **/
.crsl-items {
    display: block;
    padding: 5px;
}

.crsl-item {
    background: #fff;
    padding: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.crsl-item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.crsl-item .thumbnail img { 
    display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
    opacity: 0.8;
}

.crsl-item h3 {
    font-family: 'Calibri';
    font-size: 1.20em;
    line-height: 1.25em;
    margin-bottom: 12px;
    text-align: center;
}
.crsl-item h3 a {
    text-decoration: none;
    color: #333;
}
.crsl-item h3 a:hover {
    text-decoration: underline;
}

.crsl-item .postdate {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    font-size: 1.2em;
    font-weight: bold;
    background: #4e90da;
}

.crsl-item p {
    font-size: 1em;
    line-height: 1.55em;
    margin-bottom: 5px;
    font-family: 'Arial';
    text-align: justify;
}

.crsl-item p.readmore a {
    display: block;
    float: right;
    color: #999;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.crsl-item p.readmore a:hover {
    background: #ffce00;
    color: #fff;
}


/** posts slider nav **/
.slidernav {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.slidernav a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 8px;
    font-size: 1.4em;
    background: #fff;
    color: #666;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    width: 10%;
}
.slidernav a:active {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

/** media queries **/

@media only screen and (max-width: 1024px) {
    .slidernav a {
        width: 15%;
    }
}

@media only screen and (max-width: 768px) {
    .slidernav a {
        width: 20%;
    }
}

@media screen and (max-width: 660px) {
    h1 { font-size: 2.4em; line-height: 1.2em; }

    .crsl-item h3 { font-size: 1.65em; }
}

@media only screen and (max-width: 568px) {
    .slidernav a {
        width: 25%;
    }
}

@media only screen and (max-width: 384px) {
    .slidernav a {
        width: 35%;
    }
}

@media only screen and (max-width: 320px) {
    .slidernav a {
        width: 40%;
    }
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; width: 100%; }

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

img.clas-center-img {
    margin: 0px auto;
}

.menu-text {
    background-color: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 225px;
    top: 50%;
    position: relative;
}

.menu-text-center {
    margin: 0px auto;
    width: 100%;
}

.text-letra-center {
    padding: 10px;
    color: white;
    font-family: 'Open Sans','FontAwesome', Sans-serif;
    font-size: 45px;
    font-weight: 800;
    width: 50%;
    margin-left: 6%;
}

.button-banner-center {
    border: 2px solid #fff; 
    background: transparent; 
    padding: 12px 24px; 
    width: 200px; 
    margin-left: 7%; 
    font-family: 'Open Sans','FontAwesome', Sans-serif; 
    font-size: 20px; 
    font-weight: 800; 
    color: white;
    text-align: center;
}