/*
font-family: 'Open Sans', sans-serif;
*/
:root {
    --color-ppl: #024873;
    --color-sec: #018C6D;
    --fuente-gral: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    font-family: var(--fuente-gral);
    background-color: #E0E0E0;
}
*, *::before, *::after {
    box-sizing: border-box;
}

/*ESTILOS PARA CELULAR*/
@media screen and (min-width: 320px) {
    /* Estilos para el cabezote */
    .contenedor {
        width: 95%;
        margin: auto;
    }
    .logo {
        padding-right: 0;
    }
    #submenu {
        display: none;
    }
    #submenu.ver{
        display: block;
        width: 100%;
    }
    .menu-desp {
        background-color: rgba(2, 72, 115, 0.9);
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .menu-desp ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .menu-desp ul li a {
        color: white;
        text-decoration: none;
        font-family: var(--fuente-gral);
        border-bottom: 4px solid transparent;
        padding: 10px 10px;
        font-size: 16px;
        display: block;
        width: 100%;
    }
    .bmenu ul li a.actual {
        border-bottom: 2px solid white;
        color: white;
        background-color: rgba(0, 133, 231, 0.383);
    }
    .menu-desp ul li:not(:last-child) {
        margin-right: 3%;
    }
    /* Estilos del Banner */
    .bannerindex {
        margin-top: 0;
        position: relative;
        z-index: 0;
        object-fit: cover;
        width: 100%;
    }
    #lightSlider img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
        display: block;
    }
    /*SERVICIOS*/
    .Servicios {
        padding: 20px 0px;
        background-color: rgb(2, 72, 115);
        color: white;
    }
    .cajas-servicios {
        display: flex;
        justify-content:center;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .servicio {
        margin: auto;
        margin-bottom: 5%;
        width: 8.6rem;
        height: 10rem;
        text-align: center;
    }
    .servicio a{
        color: white;
        text-decoration: none
    }
    .servicio a:hover{
        color: rgb(187, 240, 255);
    }
    .servicio a:hover .imagenservicios{
        transform: scale(1.2, 1.2);
    }
    /* PROYECTOS*/
    .proyectos {
        margin: auto;
        padding: 30px 30px;
    }
    .proyectos h1 {
        color: var(--color-ppl);
    }
    .slider{
    display: flex;
    color: white;
  }
  .slider .card{
    flex: 1;
    margin: 0 10px;
    background: var(--color-ppl);
    height: 380px;
  }
  .slider .card .img{
    height: 200px;
    width: 100%;
  }
  .slider .card .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slider .card .content{
    padding: 10px 20px;
  }
  .card .content p{
    text-align:justify;
    margin: 10px 0;
    font-size:small;
    height: 110px;
    overflow-y: hidden;
  }
  .card .content .btn{
    display: block;
    text-align:center;
    margin: 10px 0;
  }
  .card .content .btn button{
    background: var(--color-sec);
    color: #fff;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
  }
  .card .content .btn button a{
    text-decoration: none;
    color: white;
  }
  .card .content .btn button:hover{
    transform: scale(0.9);
  }

   /*CONTADOR*/
    .contador {
        padding: 100px 0;
        background-color: var(--color-sec);
    }
    .cifras {
        text-align: center;
    }
    .cifras h2 {
        font-size: 60px;
        font-family: var(--fuente-gral);
        font-weight: bolder;
        color: rgb(255, 255, 255);
        margin: 0;
    }
    .cifras h4 {
        font-size: 24px;
        font-family: var(--fuente-gral);
        color: rgb(255, 255, 255);
        margin: 0;
    }
    /*CLIENTES*/
    .clientes {
        background-color: white;
        padding: 60px 0;
        display: flex;
    }
    #lightSlider2 li {
        width: 100px;
        height: 100px;
        position: relative;
        margin: 0 5px;
    }
    #lightSlider2 img {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*FOOTER*/
    .pie {
        background-color: var(--color-ppl);
        padding: 40px 0;
    }
    .datos-footer {
        width: 224px;
        height: 54px;
        color: white;
        display: flex;
        align-items: center;
        margin: 5px 10px 0 0 ;
    }
    .datos-footer p {
        margin: 0;
        font-size: small;
    }
    .datos-footer div:first-child {
        margin-right: 10px;
    }
    .datos-footer a {
        color: white;
        text-decoration: none;
    }
    .datos-footer a:hover{
        color: rgb(187, 240, 255);
    }
    .flex-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .copy {
        display: block;
        width: 100%;
        font-size: small;
        text-align: center;
        color: white;
        border-top: 1px solid var(--color-sec);
    }
/*WEB NOSOTROS------------------------------------------------------------------------------*/
    .banner-nosotros {
        background-image: url(../images/nosotros.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        margin-top: -101px;
        padding: 80px 0;
        text-align: left;
        position: relative;
        z-index: 1;
        color: white;
        margin-top: 0;
        height: 400px;
    }
    .banner-nosotros::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: -1;
    }
    .banner-nosotros h1 {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        margin-top: 10%;
        font-size: 60px;
        text-shadow: 2px 8px 5px rgba(22, 22, 22, 0.491);
    }
    /*MISION VISION*/
    .f_oscuro {
        background-color: var(--color-ppl);
        color: white;
    }
    .f_claro {
        background-color: var(--color-sec);
        color: white;
    }
    .fila_misionvision {
        display: block;
    }
    .info_misionvision, .foto_misionvision {
        width: 100%;
    }
    .info_misionvision {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 10% 0;
    }
    .invertido {
        order: 1;
        justify-content: flex-start;
    }
    .foto_misionvision img {
        width: 100%;
        object-fit:cover;
        display: block;
    }
    .contenedor_misionvision_izq {
        width: 90%;
        margin: auto;
        font-size: large;
        line-height: 150%;
    }
    .contenedor_misionvision_der {
        width: 90%;
        margin: auto;
        font-size: large;
        line-height: 150%;
    }

    /*VALORES CORPORATIVOS*/
    .valores-corporativos {
        background-color: #f5f5f5;
        padding: 40px 0;
    }
    .valores-corporativos h2 {
        text-align: center;
        color: var(--color-ppl);
        font-size: 32px;
        margin-bottom: 30px;
    }
    .tabla-valores {
        display: flex;
        flex-direction: column;
    }
    .fila-tabla {
        display: flex;
        flex-direction: column;
        background-color: white;
        margin-bottom: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    .celda-valor {
        padding: 15px;
    }
    .celda-titulo {
        background-color: var(--color-ppl);
        color: white;
    }
    .celda-titulo h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }
    .celda-descripcion {
        background-color: white;
    }
    .celda-descripcion p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }

    /*PRINCIPIOS*/
    .principios {
        background-color: white;
        padding: 40px 0;
    }
    .principios h2 {
        text-align: center;
        color: var(--color-ppl);
        font-size: 32px;
        margin-bottom: 30px;
    }
    .tabla-principios {
        display: flex;
        flex-direction: column;
    }
    .fila-tabla-principios {
        display: flex;
        flex-direction: column;
        background-color: #f9f9f9;
        margin-bottom: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    .celda-principio {
        padding: 15px;
    }
    .celda-titulo-prin {
        background-color: var(--color-sec);
        color: white;
    }
    .celda-titulo-prin h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }
    .celda-descripcion-prin {
        background-color: #f9f9f9;
    }
    .celda-descripcion-prin p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }

    /*ORGANIGRAMA*/
    .organigrama {
        background-color: white;
        padding: 40px 0;
    }
    .organigrama h2 {
        text-align: center;
        color: var(--color-ppl);
        font-size: 32px;
        margin-bottom: 30px;
    }
    .contenedor-organigrama {
        width: 100%;
        text-align: center;
    }
    .contenedor-organigrama img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

/*WEB CONTACTO------------------------------------------------------------------------------*/
.banner-contacto {
    background-image: url(../images/contacto.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -101px;
    padding: 80px 0;
    text-align: left;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 0;
    height: 350px;
}
.banner-contacto::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.banner-contacto h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 10%;
    font-size: 60px;
    text-shadow: 2px 8px 5px rgba(22, 22, 22, 0.491);
}

.contacto {
        display: flex;
        margin: 3% 0 3% 0;
    }
    #mensaje {
        width: 100%;
        height: 150px;
        margin: 5px 0px;
        font-family: var(--fuente-gral);
    }
    #nombre, #phone {
        width: 100%;
        margin: 5px 0px;
    }
    #email {
        width: 100%;
        margin: 5px 0px;
    }
    #btn-submit {
        background-color: #024873;
        box-shadow: gray;
        width: 70px;
        height: 35px;
        color: white;
        border-radius: 10px;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }
    #btn-submit:hover {
        background-color: white;
        color: #024873;
        box-shadow: gray;
        font-weight: bold;
    }
    .mapagoogle {
        width: 100%;
        height: 450px;
    }
    .mapagoogle iframe {
        width: 100%;
        height: 450px;
    }
    .formulario {
        width: 100%;
        height: 40%;
        background-color: var(--color-sec);
        color: white;
        padding: 20px 20px;
        font-family: var(--fuente-gral);
    }

/*WEB PQRS------------------------------------------------------------------------------*/
.banner-pqrs {
    background-image: url(../images/contacto.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0;
    text-align: left;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 0;
    height: 350px;
}
.banner-pqrs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.banner-pqrs h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 7%;
    font-size: 60px;
    text-shadow: 2px 8px 5px rgba(22, 22, 22, 0.491);
}

.info-pqrs-section {
    background-color: #f5f5f5;
    padding: 40px 0;
}
.info-pqrs-content {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.info-pqrs-content h2 {
    color: var(--color-ppl);
    font-size: 28px;
    margin-bottom: 20px;
}
.info-pqrs-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}
.pqrs-list {
    list-style-position: inside;
    margin: 20px 0;
    padding-left: 20px;
}
.pqrs-list li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}
.pqrs-commitment {
    background-color: #e8f5e9;
    border-left: 4px solid var(--color-sec);
    padding: 15px;
    font-weight: 500;
    color: var(--color-ppl);
}

.pqrs {
    padding: 40px 0;
    background-color: white;
}
.formulario-pqrs {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.formulario-pqrs h2 {
    color: var(--color-ppl);
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}
.form-group {
    margin-bottom: 18px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--color-ppl);
    font-size: 14px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: var(--fuente-gral);
    font-size: 14px;
    box-sizing: border-box;
    resize: vertical;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-sec);
    box-shadow: 0 0 5px rgba(1, 140, 109, 0.3);
}
.form-group textarea {
    min-height: 150px;
    resize: vertical;
}
.form-group select {
    cursor: pointer;
}

#pqrs-mensaje {
    font-family: var(--fuente-gral);
}

#btn-pqrs {
    background-color: var(--color-ppl);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 40px;
    color: white;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

#btn-pqrs:hover {
    background-color: var(--color-sec);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/*WEB PROYECTOS------------------------------------------------------------------------------*/
.caja-video video {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
   }
   .caja-video::after{
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 40vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
   }
   .info-video {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30vh;
   }
   .info-video h1 {
    margin: 0 0 20px;
    font-family: var(--fuente-gral);
    font-size: 30px;
   }
   .info-video h2 {
    margin: 0 0 20px;
    font-family: var(--fuente-gral);
    font-size: 16px;
   }
    .web-proyectos {
   margin: 1% 0;
   }
   .tarjeta-proyectos {
    width: 100%;
    background-color: white;
    padding: 20px 20px;
    box-shadow: 5px 10px 8px #888888;
    margin: 5% 0;
   }
   .imagenes-banner {
    width: 100%;
    height: 100%;
    display: block;
   }
    #lightSlider3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .info-proy {
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
        font-size: small;
    }
    .informacion-proyectos p {
        font-family: var(--fuente-gral);
        color: var(--color-ppl);
        font-weight: bold;
    }
    #btn-video {
        background-color: #024873;
        box-shadow: gray;
        width: 70px;
        height: 35px;
        color: white;
        border-radius: 10px;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }
    #btn-video:hover {
        background-color: var(--color-sec);
        box-shadow: gray;
        font-weight: bold;
    }
/*WEB SERVICIOS------------------------------------------------------------------------------*/
.webservicios {
    margin-top: 3%;
}
    .web-servicios {
        margin-bottom: 6%;
        background-color: white;
        box-shadow: 5px 10px 8px #888888;
    }
    .titulos-servicios {
        background-color: var(--color-sec);
        display: flex;
        align-items: center;
        width: 100%;
        color: white;
        padding: 0 0;
    }
    .titulos-servicios img{
        width: 80px;
        padding: 0 10px;
    }
    .textos-webservicios {
        column-count: 1;
        padding: 3% 5%;
    }

/*WEB TECNOLOGÍA------------------------------------------------------------------------------*/
.banner-tecnologia {
    background-image: url(../images/tecnologia.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -101px;
    padding: 80px 0;
    text-align: left;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 0;
    height: 400px;
}
.banner-tecnologia::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.banner-tecnologia h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 10%;
    font-size: 60px;
    text-shadow: 2px 8px 5px rgba(22, 22, 22, 0.491);
}

.container {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 5% 0;
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
  }
  .container:hover .overlay {
    opacity: 1;
  }
  .text {
    color: white;
    font-size: small;
    position: absolute;
    top: 10%;
    left: 6%;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    padding: 0 30px;
  }
  .tecnologiayequipos {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .tecnologiayequipos div {
    margin-bottom: 5%;
  }

/*WEB EQUIPO------------------------------------------------------------------------------*/
.banner-equipo {
    background-image: url(../images/equipo.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -101px;
    padding: 80px 0;
    text-align: left;
    position: relative;
    z-index: 1;
    color: white;
    margin-top: 0;
    height: 400px;
}
.banner-equipo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.banner-equipo h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 10%;
    font-size: 60px;
    text-shadow: 2px 8px 8px rgba(22, 22, 22, 0.347);
}

/*ORGANIGRAMA EN EQUIPO*/
.organigrama-equipo {
    background-color: white;
    padding: 30px 0;
}
.organigrama-equipo h2 {
    text-align: center;
    color: var(--color-ppl);
    font-size: 28px;
    margin-bottom: 25px;
}
.contenedor-organigrama-equipo {
    width: 100%;
    text-align: center;
}
.contenedor-organigrama-equipo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.equipo {
    margin: 5% 0;
}
.caja_interior {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tarjeta_equipo {
    flex: 0 1 28%;
    position: relative;
    margin-bottom: 5%;
}
.foto-tarjeta_equipo img {
    width: 100%;
}
.foto-tarjeta_equipo {
    overflow: hidden;
}
.tarjeta_equipo .foto-tarjeta_equipo img {
    filter: grayscale(0);
    transition: all .5s;
}
.tarjeta_equipo:hover .foto-tarjeta_equipo img{
    filter: grayscale(1);
    transform: scale(1.5) rotate(-8deg);
}
.info-tarjeta_equipo {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--color-sec);
    width: 100%;
    height: 85px;
    margin: -40px auto 0;
    padding: 0 3%;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.366);
    z-index: 1;
    transform: translateY(0);
    transition: transform .25s cubic-bezier(0.2, 1.46, 0.56, 1.6);
}
.info-tarjeta_equipo h3 {
    font-size: 14px;
    color: white;
    margin: 10px 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.354);
}
.info-tarjeta_equipo h4 {
    font-size: 12px;
    margin: 5px 0;
    color: white;
}

.tarjeta_equipo:hover .info-tarjeta_equipo {
    transform: translateY(-20px);
}

/*ORGANIGRAMA EN EQUIPO - CELULAR*/
.organigrama-equipo {
    padding: 25px 0;
}
.organigrama-equipo h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

}

/*ESTILOS PARA TABLET*/
@media screen and (min-width: 720px) {
    .contenedor {
        width: 90%;
        margin: auto;
    }
     /*WEB NOSOTROS------------------------------------------------------------------------------*/

    /*MISION VISION*/
    .f_oscuro {
        background-color: var(--color-ppl);
        color: white;
    }
    .f_claro {
        background-color: var(--color-sec);
        color: white;
    }
    .fila_misionvision {
        display: flex;
    }
    .info_misionvision, .foto_misionvision {
        width: 50%;
    }
    .info_misionvision {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .invertido {
        order: 1;
        justify-content: flex-start;
    }
    .foto_misionvision img {
        width: 100%;
        height: 100%;
        object-fit:cover;
        display: block;
    }
    .contenedor_misionvision_izq {
        width: 60%;
        margin-right: 25%;
    }
    .contenedor_misionvision_der {
        width: 60%;
        margin-left: 25%;
    }

    /*VALORES CORPORATIVOS - TABLET*/
    .tabla-valores {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .fila-tabla {
        display: flex;
        flex-direction: column;
    }

    /*PRINCIPIOS - TABLET*/
    .tabla-principios {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .fila-tabla-principios {
        display: flex;
        flex-direction: column;
    }

    /*ORGANIGRAMA - TABLET*/
    .contenedor-organigrama img {
        max-width: 90%;
        margin: 0 auto;
    }

/*WEB CONTACTO------------------------------------------------------------------------------*/
    .contacto {
        margin: 3% 0;
    }
    .mapagoogle {
        margin: auto;
        width: 90%;
        height: 500px;
    }
    .mapagoogle iframe {
        width: 100%;
        height: 500px;
    }
    .formulario {
        margin: auto;
        width: 90%;
        height: 500px;
        background-color: var(--color-sec);
        color: white;
        padding: 20px 20px;
        font-family: var(--fuente-gral);
    }
    #mensaje {
        width: 100%;
        height: 100px;
        margin: 5px 0px;
        font-family: var(--fuente-gral);
    }
    #nombre, #phone {
        width: 100%;
        margin: 5px 0px;
    }
    #email {
        width: 100%;
        margin: 5px 0px;
    }
    #btn-submit {
        background-color: #024873;
        box-shadow: gray;
        width: 70px;
        height: 35px;
        color: white;
        border-radius: 10px;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }
    #btn-submit:hover {
        background-color: white;
        color: #024873;
        box-shadow: gray;
        font-weight: bold;
    }

/*WEB PQRS - TABLET*/
    .pqrs {
        padding: 50px 0;
    }
    .formulario-pqrs {
        padding: 40px;
    }
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group select,
    .form-group textarea {
        font-size: 15px;
    }
    #btn-pqrs {
        width: 170px;
        height: 45px;
        font-size: 15px;
    }

/*WEB SERVICIOS------------------------------------------------------------------------------*/
.webservicios {
    margin-top: 3%;
}
    .web-servicios {
        margin-bottom: 6%;
        background-color: white;
        box-shadow: 5px 10px 8px #888888;
    }
    .titulos-servicios {
        background-color: var(--color-sec);
        display: flex;
        align-items: center;
        width: 100%;
        color: white;
        padding: 0 0;
    }
    .titulos-servicios img{
        width: 80px;
        padding: 0 10px;
    }
    .textos-webservicios {
        column-count: 2;
        padding: 3% 5%;
    }

/*WEB PROYECTOS------------------------------------------------------------------------------*/
.caja-video video {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
   }
   .caja-video::after{
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
   }
   .info-video {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
   }
   .info-video h1 {
    margin: 0 0 20px;
    font-family: var(--fuente-gral);
    font-size: 50px;
   }

   .web-proyectos {
    margin: 3% 10%;
    }
    .tarjeta-proyectos {
     display: flex;
     background-color: white;
     padding: 20px 20px;
     box-shadow: 5px 10px 8px #888888;
    }
    .imagenes-banner {
     width: 300px;
     height: 200px;
     display: block;
    }
     #lightSlider3 img {
         width: 300px;
         height: 200px;
         object-fit: cover;
         display: block;
     }
     .informacion-proyectos {
         padding-left: 20px;
     }
     .info-proy {
         display: flex;
         justify-content: space-between;
         padding-right: 20px;
     }
     .informacion-proyectos p {
         font-family: var(--fuente-gral);
         color: var(--color-ppl);
         font-weight: bold;
         padding: 20px 20px;
          background-color: rgba(134, 233, 255, 0.257);
     }


     /*WEB TECNOLOGÍA------------------------------------------------------------------------------*/
.titulo-tech {
    margin-top: 10%;
}
.container {
    position: relative;
    width: 45%;
    cursor: pointer;
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
  }
  .container:hover .overlay {
    opacity: 1;
  }
  .text {
    color: white;
    font-size: small;
    position: absolute;
    top: 10%;
    left: 6%;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    padding: 0 30px;
  }
  .tecnologiayequipos {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .tecnologiayequipos div {
    margin-bottom: 5%;
  }

/*WEB EQUIPO------------------------------------------------------------------------------*/
.equipo {
    margin: 5% 0;
}
.caja_interior {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tarjeta_equipo {
    flex: 0 1 22%;
    position: relative;
    margin-bottom: 5%;
}
.foto-tarjeta_equipo img {
    width: 100%;
}
.foto-tarjeta_equipo {
    overflow: hidden;
}
.tarjeta_equipo .foto-tarjeta_equipo img {
    filter: grayscale(0);
    transition: all .5s;
}
.tarjeta_equipo:hover .foto-tarjeta_equipo img{
    filter: grayscale(1);
    transform: scale(1.5) rotate(-8deg);
}
.info-tarjeta_equipo {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--color-sec);
    width: 100%;
    height: 90px;
    margin: -40px auto 0;
    padding: 0 3%;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.366);
    z-index: 1;
    transform: translateY(0);
    transition: transform .25s cubic-bezier(0.2, 1.46, 0.56, 1.6);
}
.info-tarjeta_equipo h3 {
    font-size: 14px;
    color: white;
    margin: 10px 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.354);
}
.info-tarjeta_equipo h4 {
    font-size: 12px;
    margin: 5px 0;
    color: white;
}
.tarjeta_equipo:hover .info-tarjeta_equipo {
    transform: translateY(-20px);
}

/*ORGANIGRAMA EN EQUIPO - TABLET*/
.organigrama-equipo {
    padding: 30px 0;
}
.organigrama-equipo h2 {
    font-size: 26px;
    margin-bottom: 25px;
}
.contenedor-organigrama-equipo img {
    max-width: 85%;
    margin: 0 auto;
}
}

/*ESTILOS PARA PC*/
@media screen and (min-width: 1024px) {
/* Estilos para el cabezote */
    .contenedor {
        width: 80%;
        margin: auto;
    }
    .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #submenu {
        display:flex;
    }
    .logo {
        padding-right: 30px;
    }
    .bmenu {
        margin-right: 10%;
    }
    .menu-desp {
        background-color:  rgba(2, 72, 115, 0.9);
        box-shadow: 0 3px 8px rgba(55, 55, 55, 0.096);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .menu-desp ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }
    .menu-desp {
        align-self: flex-end;
    }
    .menu-desp ul li:first-child a {
        display: none;
    }
    .menu-desp ul#submenu li a {
        color: white;
        text-decoration: none;
        font-family: var(--fuente-gral);
        border-bottom: 4px solid transparent;
        padding: 20px 10px;
        font-size: 16px;
        display: block;
    }
    .menu-desp ul li a:hover, .bmenu ul li a.actual {
        border-bottom: 2px solid white;
        color: white;
        background-color: rgba(0, 133, 231, 0.383);
    }
    .menu-desp ul li:not(:last-child) {
        margin-right: 3%;
    }

    /*FOOTER*/
    .pie {
        background-color: var(--color-ppl);
        padding: 40px 0 5px 0;
        bottom: 0;
    }
    .datos-footer {
        width: 224px;
        height: 54px;
        color: white;
        display: flex;
        align-items: center;
    }
    .datos-footer p {
        margin: 0;
        font-size: small;
    }
    .datos-footer a {
        color: white;
        text-decoration: none;
    }
    .datos-footer a:hover{
        color: rgb(187, 240, 255);
    }
    .datos-footer div:first-child {
        margin-right: 10px;
    }
    .copy {
        display: block;
        width: 100%;
        font-size: small;
        text-align: center;
        color: white;
        border-top: 1px solid var(--color-sec);
    }
 /*WEB NOSOTROS------------------------------------------------------------------------------*/
    /*MISION VISION*/
    .f_oscuro {
        background-color: var(--color-ppl);
        color: white;
    }
    .f_claro {
        background-color: var(--color-sec);
        color: white;
    }
    .fila_misionvision {
        display: flex;
    }
    .info_misionvision, .foto_misionvision {
        width: 50%;
    }
    .info_misionvision {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .invertido {
        order: 1;
        justify-content: flex-start;
    }
    .foto_misionvision img {
        width: 100%;
        height: 100%;
        object-fit:cover;
        display: block;
    }
    .contenedor_misionvision_izq {
        width: 60%;
        margin-right: 20%;
        font-size: large;
        line-height: 150%;
    }
    .contenedor_misionvision_der {
        width: 60%;
        margin-left: 20%;
        font-size: large;
        line-height: 150%;
    }

    /*VALORES CORPORATIVOS - DESKTOP*/
    .tabla-valores {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .fila-tabla {
        display: grid;
        grid-template-columns: 300px 1fr;
    }
    .celda-titulo {
        padding: 25px;
    }
    .celda-descripcion {
        padding: 25px;
    }

    /*PRINCIPIOS - DESKTOP*/
    .tabla-principios {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .fila-tabla-principios {
        display: grid;
        grid-template-columns: 300px 1fr;
    }
    .celda-titulo-prin {
        padding: 25px;
    }
    .celda-descripcion-prin {
        padding: 25px;
    }

    /*ORGANIGRAMA - DESKTOP*/
    .contenedor-organigrama img {
        max-width: 95%;
    }

/*WEB CONTACTO------------------------------------------------------------------------------*/
    .contacto {
        display: flex;
        margin: 3% 0 3% 0;
    }
    .mapagoogle {
        width: 70%;
        height: 550px;
    }
    .mapagoogle iframe {
        width: 100%;
        height: 550px;
    }
    .formulario {
        width: 30%;
        height: 550px;
        background-color: var(--color-sec);
        color: white;
        padding: 20px 20px;
        font-family: var(--fuente-gral);
    }
    #mensaje {
        width: 100%;
        height: 150px;
        margin: 5px 0px;
        font-family: var(--fuente-gral);
    }
    #nombre, #phone {
        width: 100%;
        margin: 5px 0px;
    }
    #email {
        width: 100%;
        margin: 5px 0px;
    }
    #btn-submit {
        background-color: #024873;
        box-shadow: gray;
        width: 70px;
        height: 35px;
        color: white;
        border-radius: 10px;
        border: none;
        font-weight: bold;
        cursor: pointer;
    }
    #btn-submit:hover {
        background-color: white;
        color: #024873;
        box-shadow: gray;
        font-weight: bold;
    }

/*WEB PQRS - DESKTOP*/
    .pqrs {
        padding: 60px 0;
    }
    .formulario-pqrs {
        max-width: 700px;
        margin: 0 auto;
        padding: 50px;
        background-color: #fafafa;
    }
    .formulario-pqrs h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-group label {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group select,
    .form-group textarea {
        padding: 14px;
        font-size: 15px;
    }
    .form-group textarea {
        min-height: 180px;
    }
    #btn-pqrs {
        width: 180px;
        height: 50px;
        font-size: 16px;
        margin-top: 10px;
    }

/*WEB PROYECTOS------------------------------------------------------------------------------*/
   .caja-video video {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
   }
   .caja-video::after{
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 60vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
   }
   .info-video {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
   }
   .info-video h1 {
    margin: 0 0 20px;
    font-family: var(--fuente-gral);
    font-size: 60px;
   }
    .web-proyectos {
    margin: 5% 5%;
    }
    .tarjeta-proyectos {
     display: flex;
     background-color: white;
     padding: 20px 20px;
     box-shadow: 5px 10px 8px #888888;
    }
    .imagenes-banner {
     width: 400px;
     height: 300px;
     display: block;
    }
     #lightSlider3 img {
         width: 400px;
         height: 300px;
         object-fit: cover;
         display: block;
     }

     .informacion-proyectos {
        width: 80%;
        height: 100%;
         padding-left: 40px;
         align-items: center;
         vertical-align: middle;

     }
     .info-proy {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
         padding: 0 20px;
     }
     .informacion-proyectos p {
         font-family: var(--fuente-gral);
         color: var(--color-ppl);
         font-weight: bold;
         padding: 20px 20px;
         background-color: rgba(134, 233, 255, 0.257);
     }

     /*WEB TECNOLOGÍA------------------------------------------------------------------------------*/
.titulo-tech {
    margin-top: 10%;
}
.container {
    position: relative;
    width: 30%;
    cursor: pointer;
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
  }
  .container:hover .overlay {
    opacity: 1;
  }
  .text {
    color: white;
    font-size: small;
    position: absolute;
    top: 10%;
    left: 6%;
    /*transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    padding: 0 30px;
  }
  .tecnologiayequipos {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .tecnologiayequipos div {
    margin-bottom: 5%;
  }

/*WEB EQUIPO------------------------------------------------------------------------------*/
.equipo {
    margin: 5% 0;
}
.caja_interior {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tarjeta_equipo {
    flex: 0 1 18%;
    position: relative;
    margin-bottom: 5%;
}
.foto-tarjeta_equipo img {
    width: 100%;
}
.foto-tarjeta_equipo {
    overflow: hidden;
}
.tarjeta_equipo .foto-tarjeta_equipo img {
    filter: grayscale(0);
    transition: all .5s;
}
.tarjeta_equipo:hover .foto-tarjeta_equipo img{
    filter: grayscale(1);
    transform: scale(1.5) rotate(-8deg);
}
.info-tarjeta_equipo {

    font-family: 'Open Sans', sans-serif;
    background-color: var(--color-sec);
    width: 100%;
    height: 100px;
    margin: -40px auto 0;
    padding: 0 3%;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.366);
    z-index: 1;
    transform: translateY(0);
    transition: transform .25s cubic-bezier(0.2, 1.46, 0.56, 1.6);
}
.info-tarjeta_equipo h3 {
    font-size: 16px;
    color: white;
    margin: 10px 0;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.354);
}
.info-tarjeta_equipo h4 {
    font-size: small;
    margin: 5px 0;
    color: white;
}

.tarjeta_equipo:hover .info-tarjeta_equipo {
    transform: translateY(-20px);
}

/*ORGANIGRAMA EN EQUIPO - DESKTOP*/
.organigrama-equipo {
    padding: 35px 0;
}
.organigrama-equipo h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.contenedor-organigrama-equipo img {
    max-width: 90%;
    margin: 0 auto;
}

}

.hide {
    display: none;
}

.show {
    display: block;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-warning a {
    color: #664d03;
    text-decoration: none;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
