﻿#sistemaControl {
    background: url('../img/fondo.png') no-repeat center;
    background-size: cover;
    min-height: 180px;
    padding-top:45px;
}
#integra2_myBtn {
    left: 0;
}

.integra2_modale-content {
    left: 0px;
}


.text-primary {
    color: #002e64 !important;
}
.bg-gray {
    background-color: #e9e9e9 !important;
}
.bg-primary {
    background: linear-gradient(90deg, #002e64 0%, #004eaa 100%);
}

.text-success {
    color: #69ab2a !important;
}

.bg-success {
    background: linear-gradient(90deg, #69ab2a 0%, #85b05c 100%);
}

.text-warning {
    color: #e58910 !important;
}

.bg-warning {
    background: linear-gradient(90deg, #e58910 0%, #f2b059 100%);
}

.text-secondary {
    color: #1968a9 !important;
}

.bg-secondary {
    background: linear-gradient(90deg, #1968a9 0%, #3977a9 100%);
}

.text-info {
    color: #2d9ace !important;
}

.bg-info {
    background: linear-gradient(90deg, #2d9ace 0%, #3ab4e5 100%);
}

.text-pink {
    color: #e50069 !important;
}

.bg-pink {
    background: linear-gradient(90deg, #e50069 0%, #e2408a 100%);
}

a:hover {
    color: #e4076d;
}

.rounded {
    border-radius: 1rem !important;
}

.contacto-footer {
    padding: 5px;
    color: #000;
    font-size: 14px;
}

.contacto-footer:hover {
    color: #1968A9;
    text-decoration: none;
}

.contacto-footer>i {
    vertical-align: middle;
    color: #1968A9;
    font-size: 1.5rem;
}

.menu-principal:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-extra {
    color: #fff;
    padding: 7px;
}
.card {
    border: transparent;
    border-radius: .25rem;
}
.card-title {
    margin-bottom: .75rem;
    padding: 5px 50px;
    font-size: 28px;
    text-align: center;
    color: #022743;
}
.card-title a {
    color: #022743;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #1968a9;
    border: 2px #1968a9 solid;
    background-color: #fff;
}
.nav-pills .nav-link{
    color: #fff;
    background-color: #1968a9;
    margin: auto 10px ;
}

.nav-pills .nav-link.active.warning, .nav-pills .show > .nav-link.warning {
    background-color: #fff;
    color: #ef8d21;
    border: 2px #ef8d21 solid;
}
.nav-pills .nav-link.active.success, .nav-pills .show > .nav-link.success {
    background-color: #fff;
    color: #69ab2a;
    border: 2px #69ab2a solid;
}
.nav-pills .nav-link.active.pink, .nav-pills .show > .nav-link.pink {
    background-color: #fff;
    color: #df1263;
    border: 2px #df1263 solid;
}
    .nav-pills .nav-link.warning {
        color: #fff;
        background: linear-gradient(90deg, #e58910 0%, #f2b059 100%);
        margin: auto 10px;
    }
.nav-pills .nav-link.success{
    color: #fff;
    background-color: #69ab2a;
    margin: auto 10px ;
}
    .nav-pills .nav-link.pink {
        color: #fff;
        background: linear-gradient(90deg, #e50069 0%, #e2408a 100%);
        margin: auto 10px;
    }
#pills-tabContent .bg-primary a{
    color: #1968a9;
}
#pills-tabContent .bg-warning a{
    color: #ef8d21;
}
#pills-tabContent .bg-success a{
    color: #69ab2a;
}
#pills-tabContent .bg-pink a{
    color: #df1263;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    margin-bottom:5px;
}

.carousel-control-next, .carousel-control-prev {
    color: #69ab2a;
    text-align: center;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    color: #69ab2a;
    text-align: center;
}



.btn-link-modal:hover {
    color: #e58910 !important;
}


/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        font-size: 15px;
    }
    h5 {
        font-size: 12px;
    }
    p {
        font-size: 11px;
    }
    .contacto-footer {
        padding: 13px;
        font-size: 10px;
    }
    .pt-4 {
        padding-top: .7rem !important;
    }
    .pb-3 {
        padding-bottom: .5rem !important;
    }
}
/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
}
    
/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


.logos-bar {
    gap: 10px; /* espacio entre logos, opcional */
}

.logo-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logo-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.btn-acceso-comites{
    font-weight: 700; 
    color: #002e64; 
    border: 1px black solid; 
    padding: 0.3rem; 
    border-radius: 0%;
}

.btn-acceso-comites:hover{
    color: #0957b1; 
}

.link-contacto{
    font-size: 25px; 
    color: #0081ff
}

.link-contacto :hover{
    color: #be0f63;
}

.link-comites{
    font-size: 20px; 
    color: #0081ff
}

.link-comites :hover{
    color: #be0f63;
}

/* Tamaño normal para pantallas grandes */
#videoModal .modal-content {
    width: 50%;
}

#videoModal iframe {
    width: 560px;
    height: 315px;
}

/* Ajuste para móviles */
@media (max-width: 1024px) {
    #videoModal .modal-content {
        width: 95%; /* casi toda la pantalla */
    }

    #videoModal iframe {
        width: 100%;
        height: auto;
    }
}
