@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans&family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
@font-face {
    font-family: "Dilo";
    src: url(/fuentes/DiloWorld.ttf);
}

body{
    background-image: url('../recursos/background/bk_lilac.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.page_nos{
    display: block;
    position: relative;
    overflow: hidden;
}

/* ------------------Slide principal--------------------*/
.cont_inicio {
    position: relative;
    width: 100%;
    height: 100vh;
}

.cont_inicio img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    position:relative ;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.capa_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.textos_superpuestos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; 
    z-index: 2;
}

.textos_superpuestos h1 {
    font-size: 6rem;
    margin: 0;
    font-family: 'Lilita One', sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.3)

}

.textos_superpuestos p {
    font-size: 22px;
    color: #ffd700; 
    margin: 10px 0 0;
}

.hacemos-imgmobile{
  display: none;
}

@media  screen and (max-width: 768px) {
    .cont_inicio {
        height: 600px;
    }

    .cont_inicio img {
      height: 600px;
      object-fit: cover;
      position:relative ;
      top: 0;
      left: 0;
      display: block;
      object-fit: cover;
    }

    .hacemos-imgmobile{
      display:contents;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hacemos-imgmobile img{
      height: 300px !important;
      width: auto
    }

    .textos_superpuestos {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: right;
        color: #ffffff; 
        z-index: 2;
    }
    
    .textos_superpuestos h1 {
        font-size: 1.8rem;
        width: 100%;
        padding: 0px;
        margin: 0px;
        line-height: 3rem;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .textos_superpuestos p {
        width: 300px;
        font-size: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
/* -----------------Actividades----------------*/
.actividades{
    margin: 0;
    padding: 0;
    height: auto;
}

.tittle-actividades{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.tittle-actividades h1{
    padding-top: 0px;
    font-family: 'Dilo', sans-serif;
    color: #332065;
    font-size: 4.5rem;
    margin: 20px;
    font-weight:900 !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-text-stroke: 1.3px rgb(255, 255, 255);
}

.carousel-actividades{
    margin: 20px 5% 100px 5%;
}

.carousel-act{
    height: 450px !important;
}

.carousel-act img{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.carousel-caption{
    position: absolute;
}

.carousel-caption h5{
    color: #332065;
    background-color: #fdfdfd6e;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .carousel .carousel-control-prev{
        height: 200px;
    }
    .carousel .carousel-control-next{
        height: 200px;
    }

    .carousel .carousel-act{
        height: 320px !important;

    }
    .tittle-actividades h1{
        padding-top: 0px;
        font-family: 'Dilo', sans-serif;
        color: #332065;
        font-size: 2.5rem;
        margin: 20px;
        font-weight:900 !important;
        justify-content: center;
        text-align: center;
        align-items: center;
        -webkit-text-stroke: 1.3px rgb(255, 255, 255);
    }
}

/* -----------------Quienes somos----------------*/
.somos{
    display: flex;
    flex-direction:row;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.somos-img{
    height: auto;
    width: auto;
}

.somos-img1{
    height: auto;
    width: auto;
}

.somos-img1 img{
    display: flex;
    justify-content: right;
    height: 750px;
    max-width: 100%;
    height: auto;
}

.somos-img img{
    display: flex;
    justify-content: right;
    height: 750px;
    max-width: 100%;
    height: auto;
}
.somos-desc{
    position: relative;
    display: grid;
    place-content: center;
    border-radius: 0px;
    height: 500px;
    width:  50%;
    background-size: cover;
    background-image: url(../recursos/ballon-text/bll_rigth.png);
}

.sector-somos {
    max-width: 600px; /* Establece un ancho máximo para el contenido */
    margin: 0 auto; /* Centra el contenido horizontalmente */
}
.somos-desc .sector-somos .img_mobile{
    display: none;
}

.somos-desc .sector-somos{
    padding-top: 50px;
    width: 500px;
}
.somos-desc h1{
    font-family: "Dilo";
    color: #ffffff;
    font-size: 4rem;
    display: none;
    
}
.somos-desc p{
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    display: none;
}

@media screen and (max-width: 768px) {
    .somos .somos-img{
        display: block;
        margin: 0;
        padding: 0;
    }
    .somos .somos-img1{
        display: none;
    }
    .somos{
        position: relative;
        width: 100%;
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .somos-desc{
        position: relative;
        margin: 0px;
        border-radius: 20px;
        height: auto;
        width: 350px;
        background-color: #332065;
        background-image: none;
    }

    .somos-desc .sector-somos{
        width: fit-content;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;

    }
    .somos-desc .sector-somos .img_mobile{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .somos-desc .sector-somos .img_mobile img{
        height: 200px;
        width: 150px;
        display: block;
        justify-content: center;
    }

    .somos-desc h1{
        font-family: "Dilo";
        color: #ffffff;
        font-size: 2.5rem;
        display: block;
        margin-bottom: 20px;
    }

    .somos-desc br{
        display: none;
    }
    .somos-desc p{
        color: #FFFFFF;
        font-size: 1rem;
        text-align: center;
        display: block;
    }
}
/* -----------------Que hacemos----------------*/
.hacemos{
    margin: 3%;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.hacemos-desc{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 900px;
}

.sector-hacemos{
    display:block;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 530px;
    width: 530px;
    border-radius: 50%;
    background-color: #332065;
    padding: 80px 50px 80px 65px;
}

.hacemos-img{
    height: 650px;
    width: 600px;
    display: flex;
}

.hacemos-img img{
    margin-right: 20%;
    display: flex;
    justify-content: right;
    height: 750px;
}

.sector-hacemos p{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.sector-hacemos h1{
  position: relative;
  left: -30px;
}

.sector-hacemos p{
  font-size: 2rem;
}

.hacemos-desc .sector-hacemos{
    margin: 90px;
}

.sector-hacemos .img_mobile{
    display: none;
}

.hacemos-desc h1{
    font-family: 'Dilo';
    text-align: center;
    color: #ffffff;
    font-size: 65px;
}
.hacemos-desc p{
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

@media  screen and (max-width: 768px) {
    .sector-hacemos{
      display:block;
      justify-content: center;
      align-items: center;
      height: 300px;
      width: 300px;
      border-radius: 50%;
      background-color: #332065;
      padding: 0px !important;
    }
    
    .hacemos{
      position: relative;
      width: auto;
      margin: 0;
      padding: 0;
      height: auto;
      display: none;
    }

    .hacemos-img{
      display: none;
    }
    .hacemos-desc{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .hacemos-desc .sector-hacemos{
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding: 0px !important;
      margin: 0px !important;
    }

    .hacemos-desc .sector-hacemos h1{
      margin-top: 0;
        font-size: 1.4rem;
        width: auto;
    }

    .hacemos-desc .sector-hacemos p{
      margin-top: 0;
        font-size: 1rem;
        width: auto;
    }
}

/* -----------------Que alcanzaremos----------------*/

.alcance-section{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.tittle-alcance{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.tittle-alcance h1{
    padding-top: 50px;
    font-family: 'Dilo', sans-serif;
    color: #332065;
    font-size: 5rem;
    font-weight:900 !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-text-stroke: 1.3px rgb(255, 255, 255);
}

.boxes-alcance{
    position: relative;
    display: flex;
    gap: 1.5rem;
    margin: 60px;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap; /* Permite que las cajas se desplieguen hacia abajo */
    justify-content: center;
}

.caja-alcance {
    position: relative;
    background-color: #E7BD4F;
    aspect-ratio: 4 / 3;
    max-width: 100%;
    height: 314px;
    display: grid;
    grid-column: auto;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
}

.caja-alcance:hover{
    background-color: #f5bf36;
    transition: 0.5s;
}

.caja-alcance h1{
    font-size: 32px;
    color: #332065;
    font-family: 'Jockey One', sans-serif;
}

.caja-alcance p{
    margin-top: 20px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #402b75;
    font-weight: 600;
}

@media  screen and (max-width: 768px) {
    .tittle-alcance h1{
        padding: 0  0 0 0!important;
    }

    .tittle-alcance h1{
        font-size: 2.5rem;
        color: #332065 !important;
        padding-top: 0;
    }
    .boxes-alcance{
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0px;
        padding: 30px;
    }
    .caja-alcance{
        position: relative;
        background-color: #E7BD4F;
        aspect-ratio: 7 / 3;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 20px 20px;

    }
    
    .caja-alcance h1{
        font-size: 1.3rem;
        color: #332065;
        font-family: 'Jockey One', sans-serif;
    }

    .caja-alcance p{
        margin-top: 0px;
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 17px;
        color: #402b75;
        font-weight: 400;
    }

}

/* -----------------estrategias----------------*/

.box-estrategias{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #6b579e;
    padding-bottom: 50px;
}

.box-estrategias h1{
    padding-top: 50px;
    font-family: 'Dilo', sans-serif;
    color: #332065;
    font-size: 5rem;
    font-weight:900 !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-text-stroke: 1.3px rgb(255, 255, 255);
}

.str-panel{
    position: relative;
    display: flex;
}
.estrategias-img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
}

.estrategias-img img{
    height: 450px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.estrategias{
    padding-top: 0px;
    margin: 3%;
    position: relative;
    width: 50%;
    height: auto;
    display: grid;
    place-content: center;
}

.estrategias .str-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0rem;
    background-color: #332065;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .7);
}

.estrategias .str-row p{
    font-size: 27px;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0rem;
    line-height: 2.3rem;
    padding-top: 1rem;
    margin: 60px;
}


.logos-footer{
  background-color: #fff;
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  justify-content: center;
}

.logos-footer img{
  height: 250px;
  margin: 0 100px;
}


@media  screen and (max-width: 768px) {
  .box-estrategias{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 50px;
  }
  .estrategias-img{
    width: 100%;
  }

  .estrategias-img img{
    height: 250px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .str-panel{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }

  .estrategias{
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    margin-left: 0px;
    padding: 20px;
  }

  .box-estrategias h1{
    color: #332065;
    font-size: 2.5rem;
    font-weight:900 !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    -webkit-text-stroke: 1.3px rgb(255, 255, 255);
  }

  .estrategias .str-row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 18px;
  }

  .estrategias .str-row p{
    padding-left: 10px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    display: flex;
    text-align: center;
    padding: 0rem;
    padding-top: 0rem;
    margin: 20px;
  }

  .estrategias .estrategias-img{
    display: none;
  }

  .logos-footer{
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
  }

  .logos-footer img{
    height: 120px;
    margin: 0 20px !important;
  }

  .sector-hacemos h1{
    position: relative;
    left: 0px;
    font-size: 28px;
  }

  .sector-hacemos p{
    margin-top: -20px;
    font-size: 1.3rem;
    padding: 0 70px;
  }
  .somos{
    display: none;
  }
}

.innercarousel {
  width: 100%;
  height: 100vh !important; /* Asegura que el carrusel ocupe toda la pantalla de alto */
}


.boxes-alcance {
  max-width: 100%; /* Evita que el ancho del elemento exceda el 100% del ancho del contenedor/página */
  overflow: hidden; /* Evita que el contenido del elemento se desborde del área visible */
  box-sizing: border-box; /* Incluye padding y borde dentro del ancho/alto total del elemento */
}

.hacemos-imgmobile {
  max-width: 100%; /* Evita que el contenedor sea más ancho que su contenedor padre */
  overflow: hidden; /* Evita que cualquier contenido se desborde del contenedor */
}

.hacemos-imgmobile img {
  width: 100%; /* Asegura que la imagen ocupe el 100% del ancho del contenedor */
  height: auto; /* Mantiene las proporciones de la imagen */
  display: block; /* Elimina el pequeño espacio inferior que las imágenes pueden generar */
}