@font-face {
    font-family: 'museo';
    src: url('../fonts/museo300-regular.woff')format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CaviarDreams';
    src: url('../fonts/caviardreams-webfont.woff2') format('woff2'), url('../fonts/caviardreams-webfont.woff') format('woff');
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

body {
    font-family: 'CaviarDreams';
    font-size: 20px;
    color: #383D39;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'museo';
}

h3 {
    color: #116881;
}

#content h3 {
    border-bottom: 1px dotted #116881;
}

h6 {
    font-family: 'CaviarDreams';
    color: #8c8984;
}

#main>div {
    background-color: whitesmoke;
}

#main>div:nth-child(2) div {
    padding: 0 18%;
}

#main>div h1 {
    padding-bottom: 5px;
    color: #116881;
    border-bottom: 1px solid #116881;
}

@media(max-width:600px) {
    #main>div.col.s12 h1 {
        font-size: 24px;
    }
    #main>div.col.s12 p {
        font-size: 18px;
    }
    #content>div:nth-child(1)>header>div.col.s12.m6.pull-m6.valign-wrapper>h1 {
        font-size: 24px;
    }
}

div.section:nth-child(1) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(../images/banner.png) no-repeat;
    min-height: 200px;
    color: #FFF;
}

#content article img.responsive-img {
    margin: 10px 0;
    border: 2px dotted #4394aa;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    /*margin-left: 10%;*/
    padding: 0px 30px 0px 30px;
}

#content article img.materialboxed {
    margin: 10px 0;
    border: 2px dotted #4394aa;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    /*margin-left: 10%;*/
    padding: 0px 30px 0px 30px;
}

.responsive-img2 {
    margin: 10px 0;
    border: 2px dotted #4394aa;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-top: 0;
    border-bottom: 0;
    padding: 0px 30px 0px 30px;
}

.cite {
    font-size: 14px;
    padding: 30px;
}

#content header div.s12:nth-child(1)>div {
    text-align: right;
}

#content dl dt {
    font-weight: bold;
    color: #4394aa;
    font-size: 20px;
}

#content dl dd {
    opacity: 1;
    transition: opacity 3s;
}

#content article p {
    opacity: 1;
    transition: opacity 3s;
}

footer.page-footer {
    background-color: #116881;
}

footer.page-footer div.row>div:nth-child(2) {
    text-align: right;
}

@media(max-width:600px) {
    #main>div:nth-child(2) div {
        padding: 20px 10%;
    }
}

@media(max-width:468px) {
    footer.page-footer div.row>div {
        text-align: center;
    }
}

@media(max-width:1464px) {
    h1>br {
        display: none;
    }
}

@media(max-width:320px) {
    #content h2 {
        font-size: 30px;
    }
}

#content strong {
    font-weight: bold;
    color: #116881;
}

em {
    font-weight: bold;
    color: #116881;
    font-style: italic;
    font-family: cursive;
}

.txt_azul {
    color: #116881;
}

/*#content>div:nth-child(5)>article>div>ul>li>div.collapsible-header {
    background-color: #116881;
    color: #fff;
}*/

#content>div:nth-child(5)>article>div>ul>li>div.collapsible-body p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn {
    background-color: #116881;
}
/*Paara tagbla responsiva*/
@media screen and (max-width: 580px) {
    table {
        display: block;
        overflow-x: auto;
    }
}

th {
    text-align: center;
    background: #116881;
    color: #fff;
    font-size: 85%;
    padding: 10px;
}

td {
    text-align: center;
    color: #116881;
}

tr {
    border: 1px solid #116881;
}

table.bords td {
    border: 1px solid #116881;
}

table tr td {
    opacity: 1;
    transition: opacity 3s;
}
