

/* Cambiar el fondo de la barra de navegación */
.navbar {
    background-color: #90b9ea;
    margin-top: 0px;
}

.cambioColor {
    background-color: #4F81BD;
}


 /* Estilos para el menú de navegación cuando se oculta */
        .navbar-hidden {
           /* transform: translateY(-100%);*/
            transition: transform 0.3s ease-in-out;
            
        }

        /* Estilos para el menú de navegación cuando aparece */
        .navbar-show {
            transform: translateY(0);
            transition: transform 0.3s ease-in-out;
        }

        .navbar-nav .nav-link:hover {
            font-weight: bold; /* Hace que el texto sea negrita */
            font-size: 1.1em; /* Aumenta ligeramente el tamaño del texto */
            font-family: sans-serif; /* Utiliza una fuente sans-serif */
        }

        .navbar-nav  {
            font-weight: bold; /* Hace que el texto sea negrita */
            color: #000000;
            font-family: sans-serif; /* Utiliza una fuente sans-serif */
        }

        /* Estilo para el enlace activo con subrayado */
.nav-link.active {
    border-bottom: 2px solid #4F81BD; /* Color y estilo del subrayado */
    font-weight: bold; /* Texto en negritas */
    color: #4F81BD; /* Color del texto al activarse */
}


/* Estilo para el título principal */

.menu-spacer {
    height: 11vh;
    width: 100%;
}

.section-spacer {
    height: 14vh;
    width: 100%;
}

.container h1 {
    /*margin-top: 100px;*/ /* Ajusta esta propiedad  para evitar superposiciones */
}
h1 {
    color: #333;

}

/* Estilo para la descripción */
p {
    color: #666;
}

/* Estilo para el carrusel */
.carousel {
    margin-top: 20px;
}

/* Cambiar el color de los controles del carrusel LOS QUITE PORQUE SE VEIAN RAROS LOS ESTILOS*/
/* .carousel-control-prev, .carousel-control-next {
    background-color: #333;
} 

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #fff;
} */

/* Cambiar el tamaño del carrusel */
div#sliderspli {
    width: 80%;
    margin: auto;
}

/* styles Whatsapp */
.whatsapp-icon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            transition: transform 0.2s ease-in-out;
        }

        .whatsapp-icon:hover {
            transform: scale(1.1);
        }

        /* Estilos para la leyenda */
        .whatsapp-label {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 80px;
            background-color: #25d366;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            z-index: 999;
            transition: opacity 0.2s ease-in-out;
        }

        .whatsapp-icon:hover + .whatsapp-label {
            display: block;
            opacity: 1;
        }
		
		
      /* Estilos personalizados para la sección "Nuestro Trabajo" */
       .nuestro-trabajo {
            background-color: #4F81BD;
            color: white;
            padding: 50px 0;
            text-align: center;
        }

        .subseccion {
            margin-bottom: 30px;
            position: relative;
            padding: 20px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .subseccion:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

        .icono {
            font-size: 48px;
            color: white;
            margin-bottom: 10px;
        }

        .nombre-trabajo {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .ver-mas {
            display: none;
        }

        .subseccion:hover .icono {
            font-size: 64px;
        }

        .subseccion:hover .ver-mas {
            display: inline-block;
        }

        /* Estilos personalizados para centrar la tercera sección */
        .tercera-seccion {
            text-align: center;
        }

/* Estilos nuestro trabajo */
#container-nuestro-trabajo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
}

.base-nuestro-trabajo, .base-quienes-somos {
    background-color: white;
    border-style: solid;
    border-color: #4F81BD;
    border-radius: 17px;
    padding: 0;
}

.contenedor-imagen-nuestro-trabajo {
    display: grid;
    place-items: center;
    height: 30vh;
    background-color: #4f81bd30;
}

.imagen-nuestro-trabajo {
    width: 100%;
}

.contenedor-descripcion-nuestro-trabajo {
    height: 40vh; 
    display: grid;
    place-items: center;
}

.separador {
    height: 10px;
}

img.imagen-nuestro-trabajo {
    border-radius: 17px 17px 0px 0px;
}

/* TERMINA Estilos nuestro trabajo */

/* Estilos quienes somos */

.box {
   border-style: solid;
   border-color: #4F81BD;
}

.col-lg-4, .col-md-4, .col-xs-6{
    margin-top: 30px !important;
}


/* quick reset and base styles */

/* relevant styles */
.content-image {
  position: relative;
  /*height: 200px;*/
  width: 100%;
}

.content-image-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4f81bdcc;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.content-image:hover .content-image-description {
  visibility: visible;
  opacity: 1;
}

.image-description {
  transition: .2s;
  transform: translateY(1em);
  color: black;
}

.content-image:hover .image-description {
  transform: translateY(0);
}

.image {
    width: 100%;
}
/*TERMINA estilos quienes somos*/


/*INICIA estilos spi*/

.body-spi {
    background-color: #f8f9fa;
}

.h-100 {
    height: 100vh!important;
}

.title {
    margin: 10px;
    padding: 15px;
}

.img-spi {
    width: 100%;
}

.z-index-1 {
    z-index: 1;
    display: flex;
    align-items: center;
}

/*.container-img-spi:hover img {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1);
margin: 15px;
}

.container-img-spi img {
-webkit-transition:all 1.2s ease;
-moz-transition:all 1.2s ease;
-o-transition:all 1.2s ease;
-ms-transition:all 1.2s ease;
}*/

.container-text-spi {
    height: 100%;
    border-style: solid;
    border-color: #4F81BD;
    border-radius: 17px 17px;
    align-items: center;
    display: grid;
    box-shadow: 0px 10px 10px -6px black;
    background-color: white;
}

.see-more {
    width: 50%;
    margin: auto;
    border-radius: 17px 17px;
    border-color: #4F81BD;
    color: #4F81BD;
}

.see-more:hover {
    background-color: #4F81BD;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

label{
  display: block;
  cursor: pointer;
  padding: 15px;
  border: 1px solid #fff;
  border-bottom: none;
}

label:hover{
  background: #4f81bdb5;
  color: black;
}

ul ul li{
  padding: 30px;
  background: #f8f9fa;
}


input[type="checkbox"]{
  position: absolute;
  left: -9999px;
}

input[type="checkbox"] ~ ul{
  height: 0;
  transform: scaleY(0);
}

input[type="checkbox"]:checked ~ ul{
  height: 100%;
  transform-origin: top;
  transition: transform .20s ease-out;
  transform: scaleY(1); 
}

input[type="checkbox"]:checked + label{
  background: #4F81BD;
  border-bottom: 1px solid #fff;
  color: white;
}

.text-center {
    text-align: center;
}

.text-spi-description {
    padding: 10px;
}

.p-0 {
    padding: 0;
    background-color: white;
    text-align: left;
}

.p-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.border-radius {
    border-radius: 0px 0px 17px 17px;
}

.subtitle-list {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/*TERMINA estilos spi*/

/* INICIA estilos alianza estrategica */

.body-strategic-alliance {
    background-color: #0e4a6d;
}

.pb-30 {
    padding-bottom: 50px;
    padding-top: 20px;
}

.see-more {
    margin: auto;
    border-radius: 17px 17px;
    border-color: #c38439;
    color: #FFF;
    background-color: #c38439;
    -webkit-transition:all 1.2s ease;
    -moz-transition:all 1.2s ease;
    -o-transition:all 1.2s ease;
    -ms-transition:all 1.2s ease;
}

.see-more:hover {
    background-color: #4F81BD;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

/* TERMINA estilos alianza estrategica /*



/* MEDIA QUERIES DISPOSITIVOS MOVILES */
@media (max-width: 575.98px) { 
    div#sliderspli {
        width: 100%;
    }
    .margin-botton-10 {
        margin-bottom: 10px;
    }
    .image-spi-description {
        width: 100%;
    }
    .container-text-spi {
        margin-top: 10px;
    }
    .container-img-spi {
        margin-top: 20px;
    }
    body {
        background-color: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    div#sliderspli {
        width: 90%;
    }
    .container-text-spi {
        margin-top: 10px;
    }
    .container-img-spi {
        margin-top: 20px;
    }
    body {
        background-color: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    div#sliderspli {
        width: 90%;
    }
    .margin-right-10{
        margin-right: 10px;
    }
    .container-img-spi.col-md-6 {
        margin-top: 10px;
    }
    body {
        background-color: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    div#sliderspli {
        width: 90%;
    }
    .container-img-spi.col-md-6 {
        margin-top: 10px;
    }
    body {
        background-color: none;
    }
}

@media (min-width: 1200px) and (max-width: 2559.98px) {  
    div#sliderspli {
    }
    .container-img-spi.col-md-6 {
        margin-top: 10px;
    }
    body {
        background-color: none;
    }
}

@media (min-width: 2560px) {
    div#sliderspli {
    }
    .container-img-spi.col-md-6 {
        margin-top: 10px;
    }
    body {
        background-color: none;
    }
}

#scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 123, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s; /* Agregado transform a la transición */
    width: 50px;
    height: 50px;
}

#scroll-to-top-btn:hover {
    background-color: rgba(0, 123, 255, 1);
    transform: scale(1.1); /* Efecto de escala al pasar el mouse */
}

/*#scroll-to-top-btn span {
    display: block;
}*/

#scroll-to-top-btn .span-top {
    display: inline-table;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
}

#scroll-to-top-btn:hover .tooltip {
    opacity: 0.8;
}