/*
Theme Name: ULL Transparente
Theme URI: http://www.ull.es/portal/transparente
Description: Plantilla para el site "ULL Transparente" de la página web de la Universidad de La Laguna
Author: ULL
Author URI: http://www.ull.es
Template: base-ull
Version: 0.1
*/

/* FILA DESTACADO PORTADA */

.destacado-portada a:hover,
.destacado-portada a:focus {
    text-decoration: none;
}

.destacado-portada a.destacado {
    background-color: #7a3a7a;
    color: #fff;
    font-size: 18px;
    width: 100%;
    line-height: 26px;
    padding: 20px;
    height: 100%;
    display: inline-block;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.destacado-portada a.destacado.danger {
    background: #f00;
}

.destacado-portada a.destacado:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.destacado-portada a.destacado i {
    display: block;
    font-weight: normal;
    position: absolute;
    bottom: 20px;
}

@media only screen and (min-width : 1200px) {
    .destacado-portada a.destacado {
        min-height: 150px;
    }
}

@media only screen and (max-width : 1200px) {
    .destacado-portada a.destacado {
        font-size: 18px;
        line-height: 24px;
        min-height: 129px;
    }
}

@media only screen and (max-width : 992px) {
    .destacado-portada a.destacado {
        min-height: 90px;
    }

    .destacado-portada a.destacado {
        font-size: 14px;
        line-height: 18px;
        padding: 10px;
    }

    .destacado-portada a.destacado i {
        margin-top: 32px;
    }

    .destacado-portada .col-md-6,
    .destacado-portada .col-md-3 {
        border-right: 0;
    }

    .destacado-portada .col-md-6:first-child,
    .destacado-portada .col-md-3:first-child {
        border-left: 0;
    }
}

@media only screen and (max-width : 768px) {
    .destacado-portada a.destacado {
        min-height:	inherit;
    }
    .destacado-portada a.destacado i {
        margin: 0;
        margin-left: 10px;
        display: inline;
        float: right;
        position: inherit;
    }
}

@media only screen and (max-width : 480px) {
    .destacado-portada a.destacado i {
        margin-top: 14px;
    }
}