/* Minification failed. Returning unminified contents.
(128,25): run-time error CSS1046: Expect comma, found '100'
(128,33): run-time error CSS1046: Expect comma, found '/'
 */
.img-thumbnai {
    width: 100px !important;
    height: 70px !important;
}

#wrap {
    left: 0;
    top: 0;
    display: flex;
    align-items: stretch;
}

.hb {
    position: relative;
    width: 80%;
    z-index: 1;
    display: flex;
    align-items: center;
    z-index: 2;
    trasnform: scale(.97);
    margin-bottom: 24%;
    left: 26%;
}

.c {
    display: block;
    max-width: 90%;
}

    .c img {
        display: block;
        width: 100%;
        height: auto;
        z-index: 2;
    }

.txt {
    position: absolute;
    top: 100%;
    left: 10%;
    z-index: 1;
    transform: scaleY(1) translateY(-50px);
    transition: transform .2s, opacity .5s;
    margin-top: 52px;
    color: #02378c;
    font-size: 12px;
}

h1 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.fullBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    transform: scale(1);
    z-index: 1;
}

    .fullBg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        opacity: .5;
    }

.hb:hover + .fullBg {
    opacity: 1;
    transform: scale(1.02);
}

.credits {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 1.5em;
    font-size: .8em;
    text-align: right;
    font-style: italic;
    opacity: .8;
    transition: opacity .2;
    z-index: 3;
}

    .credits:hover {
        text-decoration: underline;
        opacity: 1;
    }

@media (min-width: 992px) {
    .col-lg-2 {
        width: 12.666667%;
    }
}

.input-group-text-search-princ {
    background-color: #fefefe !important;
    border-radius: 0em !important;
    border: 0 !important;
}


.input-group-search-princ {
    border: 1px solid #02378c;
}

.form-control-search-princ {
    border: none !important;
}

.snip1336 {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    background-color: #fc6a06;
    padding-top: 122px;
    min-height: 291px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

    .snip1336 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1336 img {
        max-width: 100%;
        vertical-align: top;
        opacity: 0.85;
    }

    .snip1336 figcaption {
        width: 100%;
        background-color: #fff;
        padding: 25px;
        position: relative;
        min-height: 169px;
    }

        .snip1336 figcaption:before {
            position: absolute;
            content: '';
            bottom: 100%;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 55px 0 0 400px;
            border-color: transparent transparent transparent #fff;
        }

        .snip1336 figcaption a:hover {
            opacity: 1;
        }

    .snip1336 .profile {
        background: #fff;
        width: 90px;
        height: 90px;
        position: absolute;
        bottom: 100%;
        left: 25px;
        z-index: 1;
        max-width: 90px;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

    .snip1336 .follow {
        margin-right: 4%;
        border-color: #2980b9;
    }

    .snip1336 h2 {
        margin: 0 0 5px;
        font-weight: 300;
        text-transform: initial;
    }

        .snip1336 h2 span {
            display: block;
            font-size: 0.5em;
        }

    .snip1336 p {
        margin: 0 0 10px;
        font-size: 0.8em;
    }

.btn-outline-secondary-without-border-color {
    border-color: none !important;
}

.btn-pantalla-principal {
    border-color: none !important;
    background-color: #fdfdfd !important;
    color: #02378c !important;
}

.box {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .box::after {
        content: "";
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .box:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }

        .box:hover::after {
            opacity: 1;
        }

.style-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hidden-plaza {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.44s, opacity 0.44s linear;
}

