@font-face {
    font-family: 'Graphik-Medium';
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Light.woff') format('woff'), url('../fonts/Graphik-Light.ttf') format('truetype'), url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Graphik-Light, Arial, Helvetica, Sans-Serif, serif;
    color: #231f20;
    font-size: 14px;
    line-height: 22px;
    background-color: white;
    //background-color: rgb(229, 227, 223);
}

.navbar {
    border: none;
    //box-shadow: none;
    //-webkit-box-shadow: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 0 37px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Graphik-Medium, Arial, Helvetica, Sans-Serif, serif;
}

.seccionintranet h1 {
    font-size: 30px;
    font-family: Graphik-Light, Arial, Helvetica, Sans-Serif, serif;
    color: rgb(35, 31, 32);
}

h2,
.h2 {
    font-size: 18px;
}

h3,
.h3 {
    font-size: 16px;
}

h3 span,
.h3 span {
    font-size: 14px;
    font-family: Graphik-Light, Arial, Helvetica, Sans-Serif, serif;
}

b {
    font-family: Graphik-Medium, Arial, Helvetica, Sans-Serif, serif;
    font-weight: 300;
}

body {
    padding-top: 150px;
}

body.login {
    padding-top: 0px;
}

section {
    //max-width:1400px;
    margin: auto;
    padding: 0 20px;
}

.modal-dialog {
    width: 80% !important;
}

ul {
    padding-left: 14px;
}

li {
    display: flex;
}

hr {
    margin-top: 5px;
    margin-bottom: 11px;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.hovericon {
    color: black;
    background-color: white;
    border-radius: 12px;
    padding: 5px;
    cursor: pointer;
}

.badge.bg-danger {
    background-color: #CD4B5B;
    font-weight: 600;
}


/* The animation code */

@keyframes example {
    from {
        background-color: white;
        color: black;
    }
    to {
        background-color: black;
        color: white;
    }
}


/* The element to apply the animation to */

.hovericon:hover {
    color: white;
    background-color: black;
    animation-name: example;
    animation-duration: 0.5s;
}

.padding10 {
    padding: 10px;
}

header .navbar.navbar-default.navbar-fixed-top {
    //padding:0 15px;
}

.buscarheader input {
    min-width: 90px;
}

.listadoproy {
    display: none;
}

@media screen and (min-width: 768px) {
    header .navbar.navbar-default.navbar-fixed-top {
        /*padding: 0 35px;*/
        // padding: 0 10px;
        //margin: 0 25px;
    }
}

@media screen and (min-width: 1200px) {
    .buscarheader input {
        min-width: 190px;
    }
    .listadoproy {
        display: block;
    }
}

@media screen and (min-width: 1450px) {
    .buscarheader input {
        min-width: 260px;
    }
}

.img-thumbnail {
    border: 0px;
}

.widget-home {
    /*box-shadow: 0 0 5px black;
    background-color:#f5f5f5;*/
    background-color: #ffffff;
    margin: 5px 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.navbar .badge {
    padding: 4px 6px 4px;
    margin-top: -20px;
    font-size: 9px;
    margin-left: -7px
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*panel*/

.panel {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding: 10px 0px;
    border-bottom: 1px solid black;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-default>.panel-heading {
    background: white;
}

div.panel-collapse {
    padding: 10px 10px 20px 10px;
}

div.panel-collapse .fa-border {
    border-color: #000;
}

div.panel-collapse .fa {
    color: #f0f0f0;
    border-color: #f0f0f0;
}

.fa.active {
    color: #000;
    border-color: #000;
}

ul.menuicon {
    padding-top: 17px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.menuicon i {
    top: 4px;
    position: relative;
}

a:hover,
a:focus {
    color: #a0a0a0;
    text-decoration: none;
}

.fa-15x {
    font-size: 1.5 em;
}

.dataTables_wrapper {
    padding: 40px 0px;
}

.dt-buttons.btn-group {
    float: right;
    margin-left: 20px;
}

.cuadromando th,
.totalresumen td {
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
    font-size: 11px;
    padding: 3px;
    background-color: #8793c5 !important;
    -webkit-print-color-adjust: exact;
    color: white !important;
}

.cuadromandogeneral h2 {
    background-color: #8793c5 !important;
    -webkit-print-color-adjust: exact;
    display: inline;
    padding: 5px;
    color: white !important;
}

.cuadromandogeneral h2:first-letter,
.cuadromando th:first-letter,
.totalresumen td:first-letter {
    color: white !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 2px !important;
}

.resumenjefes th,
.totalresumen td {
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
    font-size: 11px;
    padding: 3px;
    background-color: #8d8d8d !important;
    -webkit-print-color-adjust: exact;
    color: white !important;
}

.resumenjefesgeneral h2 {
    background-color: #7f7f80 !important;
    -webkit-print-color-adjust: exact;
    display: inline;
    padding: 5px;
    border: 1px solid black;
    color: white !important;
}

.resumenjefes th:first-child,
.totalresumen td:first-child {
    border-left: 1px solid black !important;
    text-transform: uppercase;
    font-weight: bold;
}

.resumenjefes td,
.totalresumen td {
    text-align: right;
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    padding: 5px;
    ;
    font-size: 12px;
    line-height: 14px;
    font-family: Tahoma;
    vertical-align: top;
}

.graficojefes {
    margin-top: 60px;
}

.resumenjefes td:first-child {
    border-left: 1px solid black;
}

.cajabeneficiojefes {
    border: 1px solid #696969;
    padding-top: 10px;
    font-size: 10pt;
    width: 30%;
    margin: 0 auto;
}

.cajabeneficiojefes p {
    font-size: 13pt;
}

.cuadromando th:last-child {
    backgorund-color: #efefef !important;
    -webkit-print-color-adjust: exact;
}

.cuadromando td,
.totalresumen td {
    text-align: right;
    border-right: 1px solid black !important;
    border-bottom: 1px solid black !important;
    padding: 5px;
}

.cuadromando td:first-child {
    text-align: left;
    border-left: 1px solid black;
}

.cuadromando td.obra,
.cuadromando input.obra,
.cuadromando td.obra {
    background-color: #d4e3ff !important;
    -webkit-print-color-adjust: exact;
}

.cuadromando td.ejecutivo,
.cuadromando input.ejecutivo,
.cuadromando td.ejecutivo {
    background-color: #e9e889 !important;
    -webkit-print-color-adjust: exact;
}

.cuadromando td.basico,
.cuadromando input.basico,
.cuadromando td.basico {
    background-color: #ff8fb4 !important;
    -webkit-print-color-adjust: exact;
}

.cuadromando td.disabled {
    background-color: #efefef !important;
    -webkit-print-color-adjust: exact;
    font-weight: bold;
}

.imp-anterior,
.imptotalejecutivo,
.imptotalpendiente,
.imptotalobra {
    font-weight: bold;
}

.cuadromando tfoot th {
    text-align: right;
}

td.imp-mes.noclick {
    /*font-weight: bold;*/
    font-weight: normal;
}

.border {
    border-top: 1px solid #231f20;
    margin-top: 0px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 7px;
}

.navbar-brand {
    padding: 10px 0px;
}

ul.navegacion-dos-columnas {
    margin-bottom: -10.5px;
}

ul.navegacion-dos-columnas li a {
    font-size: 13px;
    width: 100%;
}

ul.navegacion-dos-columnas li a:hover,
ul.navegacion-dos-columnas li a.activo {
    text-decoration: none;
    color: #231f20;
    font-weight: bold;
}

ul.navegacion-dos-columnas li a.activo:hover,
ul.navegacion-dos-columnas li a.activo {
    font-family: Graphik-Medium, Arial, Helvetica, Sans-Serif;
    font-weight: 300;
}

ul.navegacion-dos-columnas li {
    list-style-type: none;
    border-bottom: 1px solid #231f20;
    padding: 1px 0px;
}

.main-nav .subopciones {
    margin: 0 0px;
    border-top: 1px solid #231f20;
}

ul.navegacion-dos-columnas li.no-border {
    border-bottom: 0px solid #231f20;
}

.close-masinfo img {
    padding: 7px 7px;
}

.main-nav li div.subopciones {
    /*display:none;*/
    margin-bottom: 5px;
    margin-top: -10px;
}

.main-nav li:hover div.subopciones {
    //display:block;
}

.main-nav>li {
    border-bottom: 0px solid black;
    margin-bottom: 0px;
}

.main-nav>li.bloquemenu.parentactive {
    margin-bottom: 25px;
}

.main-nav li a {
    font-size: 15px;
    padding-left: 0px;
}

.main-nav li.bloquemenu .subopciones {
    display: none;
}

.main-nav li.bloquemenu {
    cursor: pointer;
}

.main-nav li.bloquemenu .fa-folder-open {
    display: none;
}

.main-nav li.bloquemenu.parentactive .fa-folder-open {
    display: inline-block;
}

.main-nav li.bloquemenu.parentactive .fa-folder {
    display: none;
}

.main-nav li:hover>a {
    text-decoration: none;
    color: #231f20;
    font-weight: bold;
    background-color: transparent;
}

.main-nav li.active a {
    font-family: 'Graphik-Medium';
}

.main-nav {
    margin-bottom: 20px;
}

.colocar-menu {
    /*overflow: hidden;*/
}

.bloquemenuprincipal {
    position: absolute;
    top: 0;
    width: 98%;
    min-height: 100%;
    right: 0;
    margin-right: 17px;
    overflow: hidden;
    z-index: 1000;
    display: none;
}

.inline-block {
    display: inline;
}

input[type=number] {
    width: 100%;
    text-align: right;
}

form.formulario-registroactividad a.editbutton.btn-sm {
    display: none !important;
}

form.no-pend .btn-primary {
    display: none !important;
}

.cuadromando,
.cuadromando input,
.totalresumen {
    font-size: 11px;
}

.imp-mes .detalle {
    display: none;
}

.imp-mes .total {
    display: block;
}

.cuadromando th {
    word-break: break-all;
}

.cuadromando th:first-child,
.totalresumen th:first-child {
    width: 20%;
}

.cuadromando th,
.totalresumen th {
    width: 4%;
}

.dataTables_wrapper {
    padding: 0px;
}

#cerrados-internacional tbody tr:first-child td {
    border-top: 1px solid black;
}

#activo-internacional tbody tr:first-child td {
    border-top: 1px solid black;
}

.totalresumen {
    margin-bottom: 20px;
}

.totalresumen td {
    border: 1px solid black;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    font-weight: 600;
    color: #212121;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
    color: #212121;
}

#textopublicacion {
    width: 100%;
    resize: vertical;
}

#url-youtube {
    width: 88%;
}

.alerta {
    background-color: red !important;
}

.imp-mes.disabled {
    font-weight: bold;
}

.grid-item {
    width: 25%;
}

.noticia1 {
    margin-bottom: 30px;
}

.text-left {
    //margin:7px 0px;
}

.text-right {
    //margin:7px 0px;
}

.img-news img {
    width: 100%;
}

.submenu-secciones .border {
    padding: 10px 0px;
}

.submenu-secciones a {
    color: #231f20;
    text-decoration: none;
    margin: 20px 0;
    line-height: 20px;
}

.submenu-secciones a:hover {
    font-weight: 600;
}

.submenu-secciones .activo a,
.submenu-secciones .activo a:hover {
    font-family: Graphik-Medium, Arial, Helvetica, Sans-Serif;
    font-weight: 300;
}

.margin10 {
    margin: 0 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 6px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #FF0000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #FF0000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.imagen-sobre img {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#nombretarea {
    margin-bottom: 15px;
}

#linktarea {
    margin-bottom: 15px;
}

.title-partestrabajo {
    color: #231f20;
    font-weight: bold;
}

.select-partestrabajo {
    padding-left: 10px;
    padding-right: 30px;
    border: 1px solid;
    font-size: 13px;
    margin-right: 5px;
}

.input-partestrabajo {
    width: 75px;
    border: 1px solid !important;
    padding-left: 5px !important;
    font-size: 13px !important;
}

.input-partestrabajo {
    width: 75px;
    border: 1px solid !important;
    padding-left: 5px !important;
    font-size: 13px !important;
}

.verde-partestrabajo {
    color: #231f20;
}

.plus-partestrabajo {
    color: #231f20;
    font-size: 20px!important;
    cursor: pointer;
    float: right;
    margin-top: 3px;
}

.list-group.gcastyle li {
    border-bottom: 1px solid black;
    margin-top: 20px;
}

.form-horizontal .control-label {
    text-align: left;
}

.mobilmenu {
    display: none;
}

.easy-autocomplete-container {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .login button.navbar-toggle {
        display: none;
    }
    .login .collapse.navbar-collapse {
        display: block;
        position: absolute;
        top: -13px;
        right: 50px;
    }
    .desktopmenu {
        display: none;
    }
    .mobilmenu {
        display: block;
    }
    .menugeneral {
        max-width: 100% !important;
        width: 90% !important;
    }
    .widgethomeproyectos {
        display: none;
    }
    .select-partestrabajo {
        margin-bottom: 5px;
        width: 100% !important;
    }
    #selectproyectos {
        widht: 80%;
    }
    #example1_length {
        display: none;
    }
    #example1_filter {
        display: none;
    }
    #example2_length {
        display: none;
    }
    #example2_filter {
        display: none;
    }
}

.botonnuevanoticia {
    background: gray;
    display: none;
    padding: 4px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 20px 20px 20px 20px;
    color: white;
    position: fixed;
    bottom: 5px;
    right: 24px;
    z-index: 1000;
}

@media screen and (max-width: 992px) {
    .select-partestrabajo {
        margin-bottom: 5px;
        width: 41%;
    }
    .input-partestrabajo {
        margin-bottom: 10px;
    }
    #selectproyectos {
        widht: 50%;
        margin-bottom: 15px;
    }
    #addModifyParte {
        float: right !important;
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .botonnuevanoticia {
        display: block;
    }
    .nuevanoticia {
        display: none;
    }
    #selectproyectos {
        width: 80%!important;
    }
    #cancelfromnuevatarea {
        margin-right: 6px;
    }
    .presentacioneshome ul li a,
    .presentacioneshome ul li i {
        line-height: 25px;
        margin: 5px 0;
    }
    .modal-dialog {
        width: 95% !important;
    }
    .dataTables_length,
    .dataTables_filter {
        display: none;
    }
}

.center-vertical {
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.divcomment,
.comment,
.text-comment {
    background-color: #F6F7F7;
}

.fotoactivo {
    height: 200px;
    width: 200px!important;
}

#fotosactivos {
    width: 100%;
    min-height: 200px;
}

#fotosactivos li {
    float: left;
    padding: 10px;
}

#fotosnoactivos {
    width: 100%;
    min-height: 200px;
}

#fotosnoactivos li {
    float: left;
    padding: 10px;
}

#fotosnoactivos li img {
    filter: grayscale(100%);
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #c9c9c9;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #c9c9c9;
}

table.dataTable.stripe.group_table tbody tr,
table.dataTable.display.group_table tbody tr {
    background-color: #fff !important;
}

table.dataTable.stripe.group_table tbody tr.group_file,
table.dataTable.display.group_table tbody tr.group_file {
    background-color: #c9c9c9 !important;
    font-weight: bold !important;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #282828 !important;
    color: #fff;
}

.icon-chat {
    display: none;
}

.eac-square {
    width: 100%!important;
}

.equipoproyectoconcreto:hover {
    background-color: #bababa;
}

video {
    width: 100% !important;
    height: auto !important;
}

.hoversel:hover {
    /*background-color: rgba(40, 40, 40, 0.5) !important;*/
    background-color: #bababa;
    color: #fff;
}

#importes.table-condensed tbody td {
    vertical-align: top;
}

#list-pasos li {
    cursor: pointer;
}

#list-pasos .pasoActivo {
    font-weight: bold;
}

#list-pasos .disabled {
    cursor: not-allowed;
    color: #bbbbbb;
}

.invalid {
    color: red;
}

.valid {
    color: green;
}

#recordar_contra {
    color: #3366BB;
}

#recordar_contra:hover {
    text-decoration: underline;
}

.editinput:required {
    background-color: rgba(255, 255, 255, 1);
    !important;
}

.editinput:required:invalid {
    background-color: rgba(255, 0, 0, 0.3);
    !important;
}

.fc-license-message {
    display: none !important;
}

.fc-list-heading {
    background-color: #dddddd!important;
}

.fc-list-item {
    background-color: #ffffff!important;
}

.fc-today {
    background-color: #ffffff !important;
    ;
}

.diff-project {
    background-color: darkred !important;
    border-color: darkred !important;
}

.cke_textarea_inline {
    min-height: 120px;
    box-shadow: inset 0 -1px 0 #ddd;
    resize: vertical;
    font-size: 16px;
}

.textInfo {
    padding-left: 30px;
    font-size: 12px;
    display: none;
    font-style: italic;
}

.moreInfoUso {
    margin: 4px 0 0 5px;
    cursor: pointer;
}

.month-container {
    height: 250px!important;
}

.buttons-colvis {
    margin-left: 5px !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #fff !important;
    color: #000 !important;
}

.dropdown-menu>.active>a {
    font-weight: bold;
}

#tablaPresupuestoObra {
    display: flex;
}

.tablaPresupuestoDiv {
    /*flex: 1;*/
    padding: 15px;
}

#fichaPresupuestoObra {
    width: 75%;
}

#capitulosPresupuestoObra {
    width: 23%;
}

.partidaCell {
    border: 1px solid black;
    padding: 2px;
    font-size: 12px;
}

.titulosCell {
    border: 1px solid black;
    padding: 5px;
}

.CapituloCell {
    font-size: 14px;
    padding: 5px;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}

.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.partidaCell>input,
.partidaCell>textarea,
.partidaCell>select,
.partidaCell>div>input {
    font-size: 13px!important;
}

.previsionCell {
    background-color: #FFFFC5;
}

.text-emitida {
    color: #0089ff;
}

.botonregistroactividad {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 3px;
    border-radius: 5px;
    border: 1px solid white;
    padding: 6px;
}

.botonregistroactividad:hover {
    border: 1px solid black;
    transition-duration: 0.2s;
}

.tablalistadoactividad .fa-sign-out {
    margin: 0 5px 0 8px;
    color: darkred;
}

.tablalistadoactividad .fa-sign-in {
    margin: 0 5px 0 8px;
    color: green;
}

.datepicker-dropdown {
    z-index: 9000;
}

#playPause {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    top: 0;
}

.eltiempo {
    border: 1px solid rgba(35, 31, 32, 0.2);
    border-radius: 5px;
    margin-left: 15px;
}

.eltiempo .titulo {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.eltiempo .iconotiempo img {
    height: 30px;
    margin-bottom: 10px;
}

.clasificacion input[type="radio"] {
    display: none;
}

.clasificacion {
    text-align: left;
    direction: rtl;
    unicode-bidi: bidi-override;
}

.clasificacion input[type="radio"]~label {
    color: rgba(0, 0, 0, 0.3);
}

.clasificacion label:hover,
.clasificacion label:hover~label {
    color: rgba(0, 0, 0, 1) !important;
    cursor: pointer;
}

.clasificacion input[type="radio"]:checked~label {
    color: rgba(0, 0, 0, 1);
}

i.fa.noactive {
    color: rgba(0, 0, 0, 0.3);
}

.star_column {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}

table.dataTable tbody tr:hover i.noactive {
    color: rgba(255, 255, 255, 0.3);
}

table.dataTable tbody tr:hover i.active {
    color: rgba(255, 255, 255, 0.8);
}

table.dataTable tbody tr:hover a {
    color: rgba(255, 255, 255, 1);
}

.img-titleProject {
    display: inline-block;
    float: left;
    height: 90px;
    max-width: 90px;
    width: 100%;
    border: 1px solid #231f20;
    border-radius: 50%;
    background-color: white;
    margin: -10px 0px;
    cursor: pointer;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.swiper-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden; /* Oculta cualquier contenido que salga del contenedor */

}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}

.video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-player-ext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}