﻿* {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

html, body, .layout {
    height: 100vh;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}


a {
    color: #009cda;
}

    a:hover {
        color: #FF7E00;
    }

.layout {
    display: flex;
    flex-direction: column;
}


header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: repeat-x;
    /*min-height: 100px;*/
}

    header .container {
        position: relative;
        background-repeat: no-repeat;
        background-position: right 20%;
    }

.action-bar {
    background-color: white;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.7em 20px;
    font-size: 0.8em;
    font-size: 12px;
}

    .action-bar a {
        color: #333333;
    }

        .action-bar a:hover,
        .action-bar a:focus {
            color: #23527c;
            text-decoration: none;
        }

    .action-bar ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

.nav-social ul li {
    display: inline-block;
    margin-right: 10px;
}

    .nav-social ul li a:hover {
        text-decoration: none;
    }

/*@media all and (min-width:768px)*/
.action-bar.navbar > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.action-bar.navbar > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: none;
}

.action-bar .nav > li > a {
    padding: 0px;
}

    .action-bar .nav > li > a:hover, .nav > li > a:focus,
    .action-bar .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: #23527c;
        background-color: transparent;
    }

.nav-idioma-login ul:first-child > li {
    margin-left: 25px;
}

    .nav-idioma-login ul:first-child > li i {
        margin-right: 4px;
    }

.nav-idioma-login .dropdown-menu {
    margin-top: 9px !important;
    z-index: 1001;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: white;
    background-color: #009cda;
}

@media (min-width: 350px) {

    .nav-idioma-login .navbar-nav {
        margin: 0;
    }

        .nav-idioma-login .navbar-nav > li {
            float: left;
        }
}

.navbar-nav {
}

    .navbar-nav .nav-item {
        margin-right: 10px;
    }

.nav-item.dropdown.show .nav-link {
    color: white;
    background-color: #009cda;
}

main {
    flex-grow: 1;
}


.jumbo-home {
    background-image: url("/Content/img/jumbo-home.jpg");
    background-size: cover;
    color: white;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .jumbo-home h1 {
        font-family: HelveticaNeueLTStd75Bold;
        font-size: 3.25rem;
    }

    .jumbo-home h2 {
        font-family: HelveticaNeueLTStdLtRegular;
        font-size: 2.5rem;
    }

.iconos-home ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-top: -120px;
}

    .iconos-home ul li {
        display: inline;
    }

        .iconos-home ul li a {
            display: inline-block;
            height: 175px;
            width: 175px;
            padding: 25px;
            background-color: #A9BB3D;
            text-align: center;
            border-radius: 50%;
            /*color: white;*/
        }

            .iconos-home ul li a:hover {
                text-decoration: none;
            }

            .iconos-home ul li a img {
                /*filter: invert(1);*/
                height: 72px;
                margin-bottom: 10px;
            }

            .iconos-home ul li a span {
                font-family: HelveticaNeueLTStd75Bold;
                font-size: 20px;
                display: block;
            }

.jumbotron {
    margin-top: 0;
    background-image: url(/Content/img/default-slide.jpg);
    background-size: cover;
    border-radius: initial;
    text-align: center;
}

    .jumbotron.inicio h1 {
        color: white;
        font-weight: 700;
        letter-spacing: -0.02em;
        font-size: 2.75rem;
    }

    .jumbotron.mini {
        padding: 50px 15px 30px 15px;
        background-position: 50% 40%;
        margin-bottom: 30px;
        background-size: cover;
        min-height: 300px;
    }

        .jumbotron.mini h1 {
            margin-bottom: 5px;
            letter-spacing: -0.02em;
        }

        .jumbotron.mini h1 {
            font-size: 50px;
        }

.imagen-pagina {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.titulo-pagina {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.50);
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}

    .titulo-pagina h1 {
        /*font-family: HelveticaNeueLTStdLtRegular;*/
        font-size: 56px;
    }

.navbar-nav .nav-link {
    padding: 10px !important;
}

.navbar {
    padding: 0;
}

.dropdown-menu {
    margin-top: 0px;
    border: none;
    font-size: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item {
    padding: 0.30rem 1.25rem;
    padding-right: 40px;
}

.jumbotron.inicio {
    height: 100%;
}

footer {
    /*background-color: #041521;*/
    background-color: #f8f9fa;
    padding: 20px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    footer dd {
        margin-bottom: 0;
    }

    footer #tmpPieLogo {
        width: 200px;
        height: auto;
        margin-bottom: 15px;
    }

    footer a {
        color: #009cda;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer hr {
        border-top-color: gainsboro;
    }

    footer nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    footer h4 .glyphicon {
        font-size: 0.9em;
        font-weight: normal !important;
        color: gray;
        margin-right: 10px;
    }

logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.logo {

    margin-top: 10.5px;
    margin-left: 35px;
    max-height: 80px;
    margin-bottom: 10.5px;
}


.logo-pie {
    margin-bottom: 10px;
}

@media (max-width: 770px) {

    footer h5 {
        margin-top: 25px;
    }
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.calendar {
    width: 90%;
    line-height: 2em;
    cursor: default;
    margin: 0 auto;
}

    .calendar th {
        padding-bottom: 5px;
        border-bottom: solid 1px #444444;
        display: none;
    }

    .calendar tr:first-child + tr td,
    .calendar tr:nth-child(2) td {
        /*padding-top: 5px;*/
    }

    .calendar td {
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
    }

    .calendar .cal-event {
        background-color: #009cda;
    }

        .calendar .cal-event a {
            display: block;
            color: white;
        }

        .calendar .cal-event:hover {
            background-color: white;
        }

            .calendar .cal-event:hover a,
            .calendar .cal-event a:hover,
            .calendar .cal-event a:focus {
                color: #337ab7;
                text-decoration: none;
            }

    .calendar .cal-today {
        font-weight: bold;
        color: #009cda;
    }


.negrita {
    font-weight: bold;
}

.gris {
    color: gray;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

@media (max-width: 770px) {

    .margin-top-20-sm {
        margin-top: 20px;
    }
}

.margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-auto {
    margin: 0 auto;
}


.min-width-120 {
    min-width: 120px;
}

.min-width-150 {
    min-width: 150px;
}

.padding-15 {
    padding: 15px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-20-25 {
    padding: 20px 0px 20px 25px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}


.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-top-bottom-40 {
    padding: 40px 0;
}

.padding-top-bottom-20 {
    padding: 20px 0;
}

.form-horizontal h4 + p {
    color: gray;
}

footer hr {
    margin-top: 0;
}

footer h5 {
    font-size: 1.2rem;
}

.btn-primary {
    border-color: #009cda;
    background-color: #009cda;
}

    .btn-primary:hover {
        border-color: #8b660b;
        background-color: #8b660b;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #8b660b;
        border-color: #8b660b;
    }

.btn-default {
    background-color: whitesmoke;
    border-color: whitesmoke;
}

    .btn-default:hover {
        background-color: gainsboro;
        border-color: gainsboro;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-color: #009cda;
    background-color: #009cda;
}

.texto-contenido {
    line-height: 1.75rem;
    text-align: justify;
}

    .texto-contenido ol li,
    .texto-contenido ul li {
        padding-left: 10px;
    }

    .texto-contenido ol li {
        margin-bottom: 20px;
    }


.validation-summary-errors {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #25ADC5;
}

    .validation-summary-errors h4 {
        margin-top: 0;
    }

.validation-summary-errors {
    background-color: whitesmoke;
    font-size: 15px;
}

    .validation-summary-errors ul {
        margin-top: 10px;
        font-size: 14px;
    }

.panel-mensaje-icono {
    font-size: 128px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}

.panel-mensaje-contenido {
    font-size: 14px;
}

.wizard > .steps > ul li .title {
    margin-left: 10px;
    line-height: 25px;
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

    .sidebar-list li {
        flex-grow: 1;
    }

        .sidebar-list li a {
            text-decoration: none;
            padding: 15px 20px;
            border-radius: 7px;
            margin-right: 10px;
            display: block;
            text-align: center;
            color: #999999;
            background-color: whitesmoke;
        }

            .sidebar-list li a:hover {
                background-color: #EEEEEE;
            }

            .sidebar-list li a.currentStep {
                color: white;
                background-color: #25ADC5;
            }

.wizard-step-content {
    padding: 20px 20px 30px 20px;
    background-color: whitesmoke;
    border-radius: 7px;
    margin: 25px 0;
}



.CheckBoxList tr td {
    vertical-align: top;
    padding-right: 15px;
}

    .CheckBoxList tr td:last-child {
        padding-right: 0px;
    }

input[type="checkbox"],
input[type="radio"] {
    margin-right: 7px;
}

.RadioButtonList {
    border-collapse: collapse;
}

    .RadioButtonList tr td {
        vertical-align: top;
        padding-right: 15px;
    }

        .RadioButtonList tr td:last-child {
            padding-right: 0px;
        }

@media only screen and (min-width : 992px) {

    .max-width-75pct {
        max-width: 75%;
    }

    .max-width-80pct {
        max-width: 80%;
    }
}

.modal-title {
    font-weight: 700;
}

.modal-body,
.modal-footer {
    padding: 20px;
}

.modal-header {
    background-color: whitesmoke;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.modal-body hr {
    margin-top: 0;
}

.modal-lg {
    max-width: 80%;
}

.font-bold,
.negrita {
    font-weight: bold;
}

.text-danger.prefijo:before {
    content: '* ';
}

.text-danger.prefijo-error:before {
    content: '* Error: ';
}

.fa:hover {
    text-decoration: none;
}

.fa.negro {
    color: black;
}

.fa.rojo {
    color: red;
}

.padding-top-10 {
    padding-top: 10px;
}

.titulo-seccion {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    height: 20px;
}

    .titulo-seccion span {
        font-family: Arial, Sans-Serif;
        font-weight: bold;
        position: absolute;
        top: 8px;
        color: #FF6633;
        padding-right: 10px;
        background-color: White;
    }

.tab-pane {
    padding-top: 30px;
}

.border-top-1-whitesmoke {
    border-top: 1px solid whitesmoke;
}

@media only screen and (min-width : 1224px) {

    .imagen-perfil {
        margin-top: -75px;
    }

    .menu-movil {
        display: none;
    }
}

.imgPerfil {
    width: 144px;
    height: 144px;
    border-radius: 50%;
}

/*AutoComplete flyout */


.autocomplete_completionListElement {
    background-color: whitesmoke;
    list-style-type: none;
    border: solid 1px gainsboro;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    height: 100px;
    overflow-y: scroll;
    padding: 10px 0px 10px 0px;
}


/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #FF6633;
    color: White;
    padding: 0 10px;
    margin: 0 1px;
    cursor: pointer;
}

/* AutoComplete item */

.autocomplete_listItem {
    padding: 0 10px;
    margin: 0 1px;
}

.lnr {
    font-family: Linearicons;
}

.icono-grande-gris {
    font-size: 128px;
    color: gainsboro;
}

.sin-datos {
    font-size: 128px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}



.sin-datos-panel {
    font-size: 64px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}

.icono-deco {
    font-size: 200px;
    color: gainsboro;
    display: block;
    margin-bottom: 10px;
}

.dropdown-menu {
    background-color: whitesmoke;
}

.full-width {
    width: 100%;
    height: auto;
}

@media all and (max-width:768px) {

    .half-width-mobile {
        width: 50%;
        height: auto;
    }
}

.radiobuttongroup label {
    margin-bottom: 0;
}

.gris {
    color: gray;
}

.font-size-14 {
    font-size: 14px;
}


.compartir-redes-sociales {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .compartir-redes-sociales li {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-left: 10px;
        text-align: center;
        line-height: 26px;
        font-size: 20px;
    }

.icono-alerta {
    display: block;
    height: 48px;
    margin: 0 auto;
}

.alert p {
    margin-bottom: 0;
}

.panel-inicio {
    margin-bottom: 25px;
}

.nav-lnr .lnr {
    font-size: 20px;
    margin-right: 10px;
}

.nav-lnr a {
    white-space: nowrap;
}

.border-top-none th {
    padding-top: 0;
    border-top: none;
}

.panel-inicio .table {
    font-size: 14px;
}

    .panel-inicio .table tr th:first-child {
        width: 80px;
    }

.font-size-12 {
    font-size: 12px;
}

.panel-inicio-sin-datos {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group-text.btn-primary {
    color: white;
}

.text-center {
    text-align: center !important;
}

.carousel-item {
    max-height: 400px;
    vertical-align: top;
}

    .carousel-item img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

.carousel {
    margin-bottom: 2em;
}

.carousel-control-prev, .carousel-control-next {
    top: 250px !important;
    max-height: 300px;
}

.carousel-caption h3,
.carousel-caption h5 {
    color: white;
    text-shadow: 0px 0px 9px rgba(150, 150, 150, 1);
}

.paginador td {
    font-size: 20px;
}

/* ------------------------------------------------------------------------
    Panel Cookies
    -------------------------------------------------------------------- */

#divCookies {
    display: none;
    position: fixed;
    background-color: Black;
    opacity: 0.85;
    z-index: 999;
    color: White;
    width: 100%;
    bottom: 0px;
    padding: 15px;
}

    #divCookies .boton-cookies {
        display: block;
        margin-top: 5px;
        border: solid 1px White;
        background-color: transparent;
        color: White;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 5px 10px;
        width: 100%;
        text-align: center;
        text-decoration: none;
    }

    #divCookies div .boton-cookies:hover {
        color: Black;
        background-color: White;
    }

    #divCookies ul {
        font-size: 13px;
    }

.icono-login {
    padding-top: 25px;
    text-align: center;
}

    .icono-login img {
        height: 116px;
    }

.inline {
    display: inline;
}

.nowrap {
    white-space: nowrap;
}

.ul-panel-pie {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.no-hay-items {
    padding: 40px 0;
    text-align: center;
}

    .no-hay-items img {
        margin: 0 auto;
        margin-bottom: 20px;
        height: 96px;
    }

.imgEmpresa {
    max-width: 300px;
    height: auto;
}

.logo-empresa {
    width: 80%;
    height: auto;
}

.logo-recurso {
    width: 80%;
    height: auto;
}

.padding-40-0 {
    padding: 40px 0px;
}

.item-sector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background-color: whitesmoke;
    border-radius: 7px;
}

    .item-sector:hover {
        background-color: #009cda;
        text-decoration: none;
    }

    .item-sector img {
        display: block;
        height: 64px;
    }

    .item-sector:hover img {
        filter: invert(1);
    }

    .item-sector span {
        margin-top: 10px;
        font-size: 18px;
        display: block;
        color: black;
    }

    .item-sector:hover span {
        color: white;
    }

.margin-top-10 {
    margin-top: 10px;
}

.description-list {
    line-height: 18px;
}

    .description-list input {
        position: relative;
        top: -16px;
    }

.RadioButtonList .descripcion,
.CheckBoxList .descripcion {
    display: block;
    color: #777777;
    font-size: 14px;
    margin-bottom: 7px;
}

.RadioButtonList .descripcion-2,
.CheckBoxList .descripcion-2 {
    display: block;
    color: #777777;
    font-size: 12px;
    margin-bottom: 7px;
}

.descripcion-inline {
    color: #777777;
    margin-left: 5px;
}

.height-348 {
    height: 348px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}

label + .text-danger {
    margin-left: 10px;
}

.text-danger.prefijo:before {
    content: '* ';
}

.abrir-modal {
    color: #009cda;
    font-weight: bold;
    text-decoration: none;
}

.gm-style-iw-d {
    font-weight: normal !important;
    font-size: 14px;
}

.gm-style-iw-d .abrir-modal {
    color: white;
    background-color: #009cda;
    padding: 8px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: normal;
}

    .gm-style-iw-d .abrir-modal:hover {
        background-color: #8b660b;
        text-decoration: none;
        color: white;
    }


@media print {
    .action-bar {
        display: none;
    }

    .menu-principal {
        display: none;
    }

    footer {
        display: none;
    }
}


.no-visible, .no-activa, .inactiva {
    opacity: 0.30;
    filter: alpha(opacity=30);
}


.icono-editar {
    color: #38A9E0;
}

.icono-imprimir {
    color: #117864;
}

.red, .red a {
    color: #dc3545 !important;
}

.navbar-toggler {
    border: none; /* Elimina el borde del botón toggler */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    margin-top: 10px;
}

.navbar-collapse {
    background-color: white;
    z-index: 1000;
}

.dropdown-menu {
    left: unset !important;
}


.tblCuestionario tr td {
    padding: 7px;
}

    .tblCuestionario tr td.valores {
        width: 18%;
    }

.alerta-no-hay-datos {
    padding: 15px;
    text-align: center;
    background-color: white;
}

    .alerta-no-hay-datos img {
        width: 128px;
        opacity: 0.25;
        margin: 0 auto;
    }

    .alerta-no-hay-datos h2 {
        margin-top: 20px;
    }

.table td > .alerta-no-hay-datos {
    background-color: transparent;
    border: none;
}