  /* here you can put your own css to customize and override the theme */

body {
    color: #7C858E;
}

/*ALTURA MINIMA DE CONTENIDOS INTERNOS PARA */
.main {
    min-height: 480px !important;
}



/*-------------------------------------------------------------- CABECERA ----------------*/


/*------------------------------------- MENU CABECERA */
.header-navigation {
    font: 15px "Open Sans", sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}
.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

/*--- items menu inactivos ---*/

.header-navigation > ul > li {
    float: left;
    opacity: 0.9;

}


.header-navigation > ul > li > a {
    /*color: #333;*/
    color: #CFE5FF;
    display: block;
    padding: 29px 12px 30px;
}

/*--- items menu activos ---*/

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    background: #094DB1;
    color: #CFE5FF;
    /*background: #fff;*/
    /*background: #fcfcfc;*/
    text-decoration: none;
}
.header-navigation ul > li.active > a {
    border-bottom: 2px solid #e64f00;
}

/* dropdown menu */

@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

/*---------------------------------------------- BotÃ³n menu opciÃ³n mÃ³viles------*/

.header .mobi-toggler {
    float: right;
    width: 32px;
    height: 32px;
    margin: 20px 15px 15px 10px;
}

.reduce-header .mobi-toggler {
    margin-top: 5px;
}


.header {
    background-color: #2261BB;
    border-radius: 0;
    width: 100%;
    background: url(/intranet/assets/frontend/layout/img/puce/header-intranet-96dpi.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: right !important;
}


/*PARA DESKTOP*/
@media screen and (min-width: 480px)/*,
    only screen and(min-resolution: 72dpi),
    only screen and(-webkit-min-device-pixel-ratio: 2),
    only screen and(-webkit-device-pixel-ratio: 3),
    only screen and(orientation: landscape),
    only screen and(orientation: portrait),
    only screen and(device-width: 320px),
    only screen and(device-height: 640px)*/
{
    .header{
        width: 100%;
        background: url(/intranet/assets/frontend/layout/img/puce/header-intranet-150dpi.png);
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: right !important;
        background-color: #2261BB;
    }
}

.site-logo {
    width: 100%;
    height: 77px;
    background: url(/intranet/assets/frontend/layout/img/puce/logo-puce-intranet-frontend-2026-96dpi.png);
    /*background: url(/intranet/assets/frontend/layout/img/puce/logo-puce-intranet-frontend-2022-96dpi.png);*/
    /*background: url(/intranet/assets/frontend/layout/img/puce/logo-puce-intranet-frontend-96dpi.png);*/
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: left !important;
}

/*PARA DESKTOP*/
@media screen and (min-width: 480px)/*,
    only screen and(min-resolution: 72dpi),
    only screen and(-webkit-min-device-pixel-ratio: 2),
    only screen and(-webkit-device-pixel-ratio: 3),
    only screen and(orientation: landscape),
    only screen and(orientation: portrait),
    only screen and(device-width: 320px),
    only screen and(device-height: 640px)*/
{
    .site-logo {
        width: 420px;
        background: url(/intranet/assets/frontend/layout/img/puce/logo-puce-intranet-frontend-2026-150dpi.png);
        /*background: url(/intranet/assets/frontend/layout/img/puce/logo-puce-intranet-frontend-2022-150dpi.png);*/
        /*background: url(/intranet/assets/frontend/layout/img/puce/logo-puce-intranet-frontend-150dpi.png);*/
        background-repeat: no-repeat;
        background-size: contain !important;
        background-position: left !important;
    }
}

/*----- botones navegaciÃ³n popups: opcion que parece para mÃ³viles o resokluciones pequeÃ±as ----*/


.owl-buttons .owl-prev {
    background: #eee url(../img/fa-angles.png) no-repeat 8px 8px;
}
.owl-buttons .owl-next {
    background: #eee url(../img/fa-angles.png) no-repeat -33px 8px;
}
.owl-buttons .owl-prev:hover {
    background: #75B5F4 url(../img/fa-angles.png) no-repeat 8px -31px;
    color: #fff;
}
.owl-buttons .owl-next:hover {
    background: #75B5F4 url(../img/fa-angles.png) no-repeat -33px -31px;
    color: #fff;
}


/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/
/* PERSONALIZACION DI - ÐÇ¿Õ´«Ã½ */
/*===================================================================================*/
/*===================================================================================*/
/*===================================================================================*/

/*===================================================================================*/
/* SE UTILIZA EN > intranet/views/normativainstitucional2_view.php */
/* A FUTURO Se podrÃ­a alterar el line-height global para separar items */
#li_reglamento ul {
    line-height: 2;
}

/*===================================================================================*/
/* ITEMS CALENDARIO INTRANET EN > intranet/views/inicio_view.php  */
.calendario-titulo  {
    text-decoration: none;
    padding-top:7px;
    padding-bottom:0.5px;
    border-left: 10px solid #67D4A7 !important;
}
.calendario-item {
    cursor: default;
}
.calendario-item a:link, a:hover {
    text-decoration: none;
}

/*===================================================================================*/
/* IMAGEN SIN FONDO Y SIN BORDE  */
.sin-bg-borde {
    border: 0 !important;
    background-color: transparent !important;
}

/*===================================================================================*/
/* JUSTIFICADO Y SANTIFICADO */
.justificado p, li {
    text-align: justify;
}

/*===================================================================================*/
/* LINK AZUL PARA LISTAS EN TABS (REGLAMENTOS, REGLAMENTOS DSSO, ETC) */
.link-lista ul li a {
    color: #4B77BE;
    text-decoration: none;
}

/*===================================================================================*/
/* ÐÇ¿Õ´«Ã½APP BG - BACKGROUND */
.puceapp-bg {
    width: 100%;
    height: 170px;
    background-image: url(/intranet/assets/frontend/pages/img/puceapp/puceapp-2022-bg-72dpi.jpg);
    /*background-image: url(/intranet/assets/frontend/pages/img/puceapp/puceapp-bg-72dpi-torres.jpg);*/
    background-repeat: no-repeat;
    background-size: cover !important;
    background-color: #D3E9F7;

    position: relative;
    padding-top: 6px;
    margin-bottom: 10px;

}
    /*PARA DESKTOP*/
    @media screen and (min-width: 480px)/*,
    only screen and(min-resolution: 72dpi),
    only screen and(-webkit-min-device-pixel-ratio: 2),
    only screen and(-webkit-device-pixel-ratio: 3),
    only screen and(orientation: landscape),
    only screen and(orientation: portrait),
    only screen and(device-width: 320px),
    only screen and(device-height: 640px)*/
    {
        .puceapp-bg {
            width: 100%;
            height: 170px;

            background-image: url(/intranet/assets/frontend/pages/img/puceapp/puceapp-2026-bg.jpg);
            /*background-image: url(/intranet/assets/frontend/pages/img/puceapp/puceapp-2022-bg-150dpi.jpg);*/
            /*background-image: url(/intranet/assets/frontend/pages/img/puceapp/puceapp-bg-150dpi.jpg);*/
            background-repeat: no-repeat;
            background-size: cover !important;
            background-position: right !important;

            position: relative;
            margin-bottom: 10px;
            /*padding: 6px;*/
        }
    }

/* ÐÇ¿Õ´«Ã½APP BTN - BUTTON */
.puceapp-btn {
    width: 100%;
    height: 66px;
    margin-top:8px;

    /**border:0px solid red;/**/
}
/*PARA DESKTOP*/
@media only screen and(min-width: 480px)/*,
only screen and(min-resolution: 72dpi),
only screen and(-webkit-min-device-pixel-ratio: 2),
only screen and(-webkit-device-pixel-ratio: 3),
only screen and(orientation: landscape),
only screen and(orientation: portrait)/*,
only screen and(device-width: 480px),
only screen and(device-height: 640px)*/
{

    .puceapp-btn {
        /*width: 100%;
        height: 66px;*/
        margin-top:8px;

        /**border:0px solid green;/**/
    }
}
/*===================================================================================*/

/*
.well-borde {
    border:3px solid #eeeeee;
    padding: 20px;

}*/

/* breadcrumb intranet */

.breadcrumb {

    box-shadow: none;
    padding-right: 30px;
    padding-left: 8px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 0px !important;
    background-color: #f7f7f7;
    font: 14px "Open Sans", sans-serif;
    color: #5f6d7b;


    /* background: none;
    padding: 0;
    font: 14px "Open Sans", sans-serif;
    color: #5f6d7b;
    margin-bottom: 22px;*/
}
.breadcrumb > li + li:before {
    content: "\f105 ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #5f6d7b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb a {
    color: #5f6d7b;
}
.breadcrumb > .active {
    color: #00A8FF;
}

/*------------------------- header automatricula --------*/

.about-header h2, .stories-header h2 {
    letter-spacing: 1px;
    text-transform: uppercase
}

.card-icon, .stories-cont .photo {
    width: 100%
}

.about-header, .card-desc, .card-icon, .card-title, .stories-cont .title,
.stories-footer, .stories-header {
    text-align: center
}

.about-header {
    font: 15px "Open Sans", sans-serif !important;
    height: 400px;
    background-image: url(/intranet/assets/frontend/layout/img/puce/puce-bg-automatricula.jpg);
    background-position: center;
    background-size: cover;
    margin: auto 0px;
    width: 100%;
}

.about-header h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: 130px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

/*PARA DESKTOP*/
@media only screen and(min-width: 480px)/*,
only screen and(min-resolution: 72dpi),
only screen and(-webkit-min-device-pixel-ratio: 2),
only screen and(-webkit-device-pixel-ratio: 3),
only screen and(orientation: landscape),
only screen and(orientation: portrait)/*,
only screen and(device-width: 480px),
only screen and(device-height: 640px)*/
{
    .about-header h1 {
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        margin-top: 130px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
    }

    .about-header h2 {
        color: #fff;
        font-size: 22px;
        text-transform: none !important;
        font-weight: 400;
        margin-top: 30px;
        margin-bottom: 40px
    }
}

.about-header h2 {
    color: #fff;
    font-size: 16px;
    text-transform: none !important;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 40px
}



.card-icon {
    overflow: hidden
}

.card-icon i {
    font-size: 50px;
    border: 1px solid #ecf0f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 47px 30px;
    margin: 30px;
    background-color: #ffffff;
}


.card-title span {
    font-size: 18px;
    font-weight: 600;
    /*------color: #373d43;----gris----*/
    line-height: 1;

}

.card-desc {
    margin-top: 10px;
    margin-bottom: 30px
}

.card-desc span {
    font-size: 12px;
    font-weight: 400;
    color: #808a94;/*----gris----*/
}

.card-date {
    text-align: center;
    margin-bottom: 20px;
    background-color: #41d6b7;
    padding: 15px 10px 15px 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    /*----color: #808a94;----/*/
}
.card-date span{


}

.about-links-cont {
    background-color: #fff;
    margin: 0 -20px
}

.about-links-cont .about-links {
    padding: 70px 0 70px 70px
}

.about-links-cont .about-image {
    padding-left: 110px
}

.about-links-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #373d43
}

.about-links-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.about-links-item ul li {
    padding-top: 5px
}

.about-links-item ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #4a8fba
}

.stories-header h1 {
    color: #373d43;
    font-size: 35px;
    font-weight: 600
}

.stories-header h2 {
    color: #808a94;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px
}

.stories-cont .photo img {
    margin: 30px auto;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.stories-cont .title span {
    font-size: 18px;
    font-weight: 600;
    color: #373d43
}

.stories-cont .desc {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

.stories-cont .desc span {
    font-size: 14px;
    font-weight: 400;
    color: #808a94
}

.about-text {
    height: 500px;
    padding: 0 !important
}

.about-text > h4 {
    background-color: #d9534f;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 1em 20px;
    margin: 0
}

.about-text > h4 > i {
    font-size: 24px !important;
    color: #fff
}

.about-text > p {
    color: #808a94
}

.about-text .about-quote, .about-text ul, .about-text > p {
    padding-left: 20px;
    padding-right: 20px
}

.about-text li {
    margin-bottom: .5em
}

.about-text .about-quote > h3 {
    border-left: 3px solid;
    border-color: #ccc;
    padding-left: 1em;
    font-style: italic;
    line-height: 1.3em
}

.about-text .about-quote > .about-author {
    text-align: right
}

.about-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 545px
}

.about-links-item {
    margin-bottom: 2em
}

@media (max-width:600px) {
    .about-text {
        height: auto;
        padding-bottom: 1.5em !important
    }

    .about-image {
        margin: 0 -20px
    }
}

.card-border {
    border: 1px solid #ccc;
    border-radius: 10px !important;
    background-color: #eee!important;
}

.info-light {
    background-color: #fff;
    border: none;
}

/*----- element ribbon------*/

.mt-element-ribbon .ribbon, .mt-element-ribbon .ribbon.ribbon-color-default,
.mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub, .mt-element-ribbon .ribbon > .ribbon-sub {
    background-color: #bac3d0;
    color: #384353
}

.mt-element-ribbon {
    position: relative;
    margin-bottom: 30px
}

.mt-element-ribbon .ribbon-content {
    margin: 0;
    padding: 25px;
    clear: both
}

.mt-element-ribbon .ribbon-content.no-padding {
    padding-top: 0
}

.mt-element-ribbon .ribbon {
    padding: .5em 1em;
    z-index: 5;
    float: left;
    margin: 10px 0 0 -2px;
    clear: left;
    position: relative
}

.mt-element-ribbon .ribbon.ribbon-right {
    float: right;
    clear: right;
    margin: 10px -2px 0 0
}

.mt-element-ribbon .ribbon.ribbon-vertical-left {
    clear: none;
    margin: -2px 0 0 10px;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 41px;
    text-align: center
}

.mt-element-ribbon .ribbon.ribbon-vertical-right {
    clear: none;
    float: right;
    margin: -2px 10px 0 0;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 41px;
    text-align: center
}

.mt-element-ribbon .ribbon.ribbon-shadow {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .4)
}

.mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right, .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
    box-shadow: -2px 2px 7px rgba(0, 0, 0, .4)
}

.mt-element-ribbon .ribbon.ribbon-round {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
    border-radius: 5px 0 0 5px !important
}

.mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left,
.mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right {
    border-radius: 0 0 5px 5px !important
}

.mt-element-ribbon .ribbon.ribbon-border:after {
    border: 1px solid;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px
}

.mt-element-ribbon .ribbon.ribbon-border-vert:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px
}

.mt-element-ribbon .ribbon.ribbon-border-hor:after {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0
}

.mt-element-ribbon .ribbon.ribbon-border-dash:after {
    border: 1px dashed;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px
}

.mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid;
    border-right: 1px solid;
    border-left-style: dashed;
    border-right-style: dashed;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px
}

.mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top-style: dashed;
    border-bottom-style: dashed;
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    right: 0
}

.mt-element-ribbon .ribbon.ribbon-clip {
    left: -10px;
    margin-left: 0
}

.mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
    left: auto;
    right: -10px;
    margin-right: 0
}

.mt-element-ribbon .ribbon > .ribbon-sub {
    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent !important;
    bottom: -10px
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222 !important;
    left: 0
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after,
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
    border-right-color: transparent !important
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
    border-width: 0 0 10px 10px;
    border-left-color: #222 !important;
    right: 0
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
    border-left: 21px solid;
    border-right: 20px solid;
    border-bottom: 1em solid transparent !important;
    bottom: -1em;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

.mt-element-ribbon .ribbon:after {
    border-color: #62748f
}

.mt-element-ribbon .ribbon > .ribbon-sub:after {
    border-color: #62748f #bac3d0
}

.mt-element-ribbon .ribbon.ribbon-color-default:after {
    border-color: #9ca8bb
}

.mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
    border-color: #62748f #bac3d0
}

.mt-element-ribbon .ribbon.ribbon-color-primary {
    background-color: #337ab7;
    color: #fff
}

.mt-element-ribbon .ribbon.ribbon-color-primary:after {
    border-color: #286090
}

.mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
    background-color: #337ab7;
    color: #000
}

.mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
    border-color: #122b40 #337ab7
}

.mt-element-ribbon .ribbon.ribbon-color-info {
    background-color: #659be0;
    color: #fff
}

.mt-element-ribbon .ribbon.ribbon-color-info:after {
    border-color: #3a80d7
}

.mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
    background-color: #659be0;
    color: #0c203a
}

.mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
    border-color: #1d4f8e #659be0
}

.mt-element-ribbon .ribbon.ribbon-color-success {
    background-color: #36c6d3;
    color: #fff
}

.mt-element-ribbon .ribbon.ribbon-color-success:after {
    border-color: #27a4b0
}

.mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
    background-color: #36c6d3;
    color: #020808
}

.mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
    border-color: #14565c #36c6d3
}

.mt-element-ribbon .ribbon.ribbon-color-danger {
    background-color: #ed6b75;
    color: #fff
}

.mt-element-ribbon .ribbon.ribbon-color-danger:after {
    border-color: #e73d4a
}

.mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
    background-color: #ed6b75;
    color: #4f0a0f
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
    background-color: #F1C40F;
    color: #010100
}

.mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
    border-color: #a91520 #ed6b75
}

.mt-element-ribbon .ribbon.ribbon-color-warning:after {
    border-color: #c29d0b
}

.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
    border-color: #614f06 #F1C40F
}

.portlet .portlet-title .caption{
    text-transform: none !important;
}
