﻿#materias {
    padding: 30px 0 20px 0;
    font-family: 'latolight';
}

    #materias .btn.fluid {
        width: 100%;
    }



article img.thumbnail-materia {
    width: 100%;
    max-width: 100%;
     max-height: 500px; 
}


article h1 {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: inline-block;
    font-family: latolight;
    font-size: 35px;
    font-weight: 700;
    height: 76px;
    line-height: 38.5px;
    margin-block-end: 10px;
    margin-block-start: 20px;
    margin-bottom: 10px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    text-size-adjust: 100%;
    width: 825px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 94%;
}

    article h1 > a {
        background-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        color: rgb(35, 82, 124);
        cursor: pointer;
        display: inline;
        font-family: latolight;
        font-size: 35px;
        font-weight: 700;
        height: auto;
        line-height: 38.5px;
        outline-color: rgb(35, 82, 124);
        outline-style: none;
        outline-width: 0px;
        text-decoration-color: rgb(35, 82, 124);
        text-decoration-line: none;
        text-decoration-style: solid;
        text-size-adjust: 100%;
        width: auto;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

ul.share-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    ul.share-icons > li {
        float: left;
    }

        ul.share-icons > li > a {
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            padding: 2px;
            cursor: pointer;
        }

            ul.share-icons > li > a > img {
                height: 20px;
                width: 20px;
                border-radius: 5px;
            }


#secondary input[type=text],
#secondary input[type=search] {
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(102, 102, 102);
    cursor: text;
    display: inline-block;
    font-family: latolight;
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: 34px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    width: 100%;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
}

#secondary label {
    width: 100%;
}

.entry-content {
    padding-top: 5px;
    text-align: justify;
}


#main-empty .danger {
    color: darkred;
    font-weight: bold;
    font-size: 16px;
}

#main-empty a {
    color: rgb(35, 82, 124);
    text-decoration: underline;
    font-size: 14px;
}

a#action-comunica1 {
    display: inline-block;
    width: 100%;
    position: relative;
}

    a#action-comunica1 > div.text-left {
        color: white;
        z-index: 1;
        top: 0;
        left: 5px;
        position: absolute;
        font-weight: bolder;
        font-size: 26px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    a#action-comunica1 > div.text-right {
        color: white;
        z-index: 1;
        position: absolute;
        bottom: 0;
        right: 5px;
        font-weight: bolder;
        font-size: 34px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    a#action-comunica1 > img {
        position: relative;
        width: 100%;
        opacity: 0.85;
        height: 85px;
    }

a#action-comunica2 {
    display: inline-block;
    width: 100%;
    position: relative;
}

    a#action-comunica2 > img {
        position: absolute;
        width: 100%;
        opacity: 0.3;
        height: 100%;
    }

    a#action-comunica2 > div.row {
        position: relative;
        color: black;
        width: 100%;
        padding: 5px;
        margin: 0;
    }

        a#action-comunica2 > div.row div.col-lg-12 {
            padding: 0;
            margin: 0;
            font-size: 16px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }

        a#action-comunica2 > div.row .blue-subtitle {
            font-weight: bolder;
            font-size: 20px;
            color: rgb(35, 82, 124);
            text-align: justify;
            line-height: 20px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }

        a#action-comunica2 > div.row .icon {
            width: 20px;
            height: 20px;
            background-color: green;
            color: white;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
        }


        a#action-comunica2 > div.row .green-line {
            background-color: green;
            width: 100%;
            height: 4px;
            margin-top: 16px;
            margin-bottom: 12px;
        }

        a#action-comunica2 > div.row .btn {
            background-color: #f19800;
            color: white;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            line-height: 20px;
            padding: 8px;
            border-radius: 6px;
        }
