/* RESPONSIVE ORIGINAL */

/* Tipografía y tamaño */
.navbar, .button {
    font-family: 'McLaren';
    font-weight: lighter;
    font-size: 1.2rem;
    font-style: normal;
}

#cont-text-home h1 {
    font-family: 'Marhey';
    font-weight: lighter;
    font-size: 2.5rem;
    font-style: normal;
}

h1 {
    font-family: 'Marhey';
    font-weight: 600;
    font-size: 2.5rem;
    font-style: normal;
}

h3 {
    font-family: 'Marhey';
    font-weight: 400 ;
    font-size: 2rem;
    font-style: normal;
}

.nav-tabs a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400 ;
    font-size: 1.2rem;
    font-style: normal;
}

#cont-descripción, p, h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal ;
    font-size: 1rem;
    font-style: normal;
}

#aquienes h5 {
    font-family: 'Marhey';
    font-weight: 500;
    font-size: 1.2rem;
    font-style: normal;
}

#cont-titulos-icon h5, #cont-titulos-icon2 h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 900;
    font-size: 1rem;
    font-style: normal;
}

#cont-titulos-icon p, #cont-titulos-icon2 p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 1rem;
    font-style: normal;
}

#info h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 1rem;
    font-style: normal;
}

#info p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 1rem;
    font-style: normal;
}

#cont-seguinos h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    font-style: normal;
}

#diseñado h6 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 1rem;
    font-style: normal;
}

.row {
    --bs-gutter-x: 0; 
}


/* Navbar */

.navbar {
    padding:12px 0;
}

.container-fluid img {
    width: 8%;
}

.navbar-brand {
    color: #805586;
    margin-right: 35px;
}

div .button {
    width: 150px;
    height: 50px;
    align-content: center;
    border-radius: 10px;
    background-color: #805586;
}

#involucrate-boton {
    color:white;
    text-align: center;
    margin:0px;
}

/* Home */

#container-home {
    width: 100%;
    /* height: 100vh;  */
    background-image: url('../img/Fondo-homeprueba.svg');
    background-size: cover; 
    background-repeat: no-repeat; 
    align-content: center;
}

#home-icon {
    height: 18vh; 
    background-image: url('../img/iconos-home1.svg'); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center;
}

#home-icon2 {
    height: 18vh; 
    background-image: url('../img/iconos-home2.svg'); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center;
}

#cont-text-home {
    padding-left: 10%;
    color: white;
    align-content: center;
}

#cont-img {
    align-content: center;
    justify-items: center;
    padding: 0 5%;

}

#cont-img div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 60vh;
}

/* Quiénes somos */

#quienes-somos {
    width: 100%;
    background-image: url('../img/Fondo-somosprueba.svg');
    background-size: cover; 
    background-repeat: no-repeat;
}

#cont-titulo-somos {
    color:#F47C47;
}

.nav-item a {
    color:#805586;
}
.nav-tabs a {
    color: #616161;
}

.tab-content {
    color:gray;
}

.nav-tabs a {
    padding-left: 0;
    --bs-nav-tabs-border-width: none; 
    --bs-nav-tabs-border-color: none;
    --bs-nav-tabs-border-radius: none; 
    --bs-nav-tabs-link-hover-border-color: none; 
    --bs-nav-tabs-link-active-color: none;
    --bs-nav-tabs-link-active-bg: none; 
    --bs-nav-tabs-link-active-border-color: none;
}

#nosotros p {
    text-align: justify;
}

#institucion p {
    text-align: justify;
}

#historia p {
    text-align: justify;
}

#mision p {
    text-align: justify;
}

/* Nuestra tarea */

#nuestra-tarea {
    width: 100%;
    height: 70%;
}

#nuestra-tarea .row {
    padding: 0 5% 5%;
}

#cont-titulo-tarea {
    margin: 30px 0 30px 0 ;
    color:#805586;
}

#cont-foto-tareas {
    padding: 0;
}
#cont-foto-tareas div {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 40vh;
    background-position: center;
}

#cont-descripción {
    align-content: center;
}

#cont-descripción p {
    text-align: justify;
}

/* Emprendimientos */

#emprendimientos {
    width:100%;
    background-image: url('../img/Fondo-empre.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

#empre-icon {
    width: 16%;
    height: 10vh;
    background-image: url('../img/iconos-empren.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 2%;
}

#emprendimientos .row {
    padding: 5% 5% 0; 
    height: 50%;
}

#cont-titulos-empren1 h3 {
    text-align: center;
    padding: 5% 2%;
    color: white;
}

#cont-titulos-empren1 p {
    color: white;
    text-align: center;
}

#cont-titulos-aquienes h3 {
    text-align: center;
    color: white;
    padding-bottom: 30px;
}

#cont-titulos-aquienes p {
    color: white;
    padding-bottom: 30px;
    text-align: justify;
}

#cont-maternal {
    background-color: #805586;
    width: 95%;
    height: 100%;
    border-radius: 80px;
    align-content: center;
    color:white;
}

#cont-inicial {
    background-color: #F47C47;
    width: 95%;
    height: 100%;
    border-radius: 80px;
    align-content: center;
    color:white;
}

#cont-primario {
    background-color: #88A1EF;
    width: 95%;
    height: 100%;
    border-radius: 80px;
    align-content: center;
    color:white;
}

#cont-titulos-empren2 h1 {
    padding: 5%;
    color:#F47C47;
}

#cont-titulos-donaciones h1 {
    padding: 5%;
    color:#805586;
}

#cont-titulos-donaciones p {
    color:gray;
    padding-bottom: 2%;
    text-align: justify;
}

#cont-titulos-empren2 p {
    color:gray;
    padding-bottom: 10%;
    text-align: justify;
}

#cont-titulos-icon, .col-md-5 {
    color: gray;
}

#cont-titulos-icon2, .col-md-5 {
    color: gray;
}

/* Involucrate */

#involucrate {
    width: 100%;
    background-image:url('../img/Fondo-involucrate.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#involucrate-icon {
    background-image: url('../img/iconosprueba.svg'); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center;
}

#involucrate .row {
    padding: 10% 0% 0;
}

#cont-titulo-invo {
    justify-items: center;
    color:#805586;
    padding: 0 2%;
}
#cont-titulo-invo1 {
    justify-items: center;
    color:gray;
    text-align: justify;
}

#cont-titulo-invo h1 {
    color:#805586;
    padding-bottom: 50px;
}

#cont-titulo-invo p {
    color:gray;
}

/* Carrousel */

.carousel-inner {
  padding: 30px 0 50px;
}

.carousel-slide-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap; 
}

.carousel-image-wrapper {
  flex: 0 0 30%; 
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  text-align: center;
}

.carousel-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next {
  width: auto; /* Evita que ocupen todo el alto */
  background: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; /* Asegura que estén por encima del fondo pero detrás de contenido importante */
  padding: 0;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

/* Modal */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

/* Contacto */

#cont-titulo-contac {
    color:#805586;
    padding-bottom: 30px;
}

#cont-info, .row {
    padding-bottom: 5%;
}

#diseñado a {
    padding: 30px;
    text-align: center;
    color: gray;
}
.text-center {
    color:gray;
    margin-right: 20px;
    width: auto;
}
.redes {
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 40px;
}

#info a, #diseñado a {
    text-decoration: none;
}

.cf-turnstile {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

/* --- @media --- */


@media (min-width: 1023px) {

    /* Display de Navbar */

    .navbar-brand {
        display: block;
    }
    .navbar button {
        display: none;
    }

}

@media (max-width: 1023px) {

    /* Display de Navbar */

    .navbar-brand {
        display: none;
    }
    div .button {
        display: none;
    }
    .navbar button {
        display: block;
    }

    /* Tipografía y tamaño */
    .offcanvas-header h5 {
        font-family: 'Plus Jakarta Sans';
        font-weight: 500 ;
        font-size: 1.2rem;
        font-style: normal;
    }
    .navbar, .button {
        font-family: 'McLaren';
        font-weight: lighter;
        font-size: 1.2rem;
        font-style: normal;
    }
    
    #cont-text-home h1 {
        font-family: 'Marhey';
        font-weight: lighter;
        font-size: 1.5rem;
        font-style: normal;
    }
    
    h1 {
        font-family: 'Marhey';
        font-weight: 600;
        font-size: 2rem;
        font-style: normal;
    }
    
    h3 {
        font-family: 'Marhey';
        font-weight: 400 ;
        font-size: 1.3rem;
        font-style: normal;
    }
    
    .nav-tabs a {
        font-family: 'Plus Jakarta Sans';
        font-weight: 400 ;
        font-size: 1rem;
        font-style: normal;
    }
    
    #cont-descripción, p, h5 {
        font-family: 'Plus Jakarta Sans';
        font-weight: normal ;
        font-size: 0.8rem;
        font-style: normal;
    }
    
    #aquienes h5 {
        font-family: 'Marhey';
        font-weight: 500;
        font-size: 1rem;
        font-style: normal;
    }
    
    #cont-titulos-icon h5, #cont-titulos-icon2 h5 {
        font-family: 'Plus Jakarta Sans';
        font-weight: 900;
        font-size: 1rem;
        font-style: normal;
    }
    
    #cont-titulos-icon p, #cont-titulos-icon2 p {
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 0.8rem;
        font-style: normal;
    }
    
    #info h5 {
        font-family: 'Plus Jakarta Sans';
        font-weight: 700;
        font-size: 1rem;
        font-style: normal;
    }
    
    #info p {
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        font-size: 0.8rem;
        font-style: normal;
    }
    
    #cont-seguinos h4 {
        font-family: 'Plus Jakarta Sans';
        font-weight: 700 !important;
        font-size: 1.2rem !important;
        font-style: normal;
    }
    
    #diseñado h6 {
        font-family: 'Plus Jakarta Sans';
        font-weight: 600;
        font-size: 0.8rem;
        font-style: normal;
    }

    /* Home */

    #home-icon {
        height: 18vh; 
        background-image: url('../img/iconos-home3.svg'); 
        background-repeat: no-repeat; 
        background-size: contain; 
        background-position: center;
    }
    
    #home-icon2 {
        height: 18vh; 
        background-image: url('../img/iconos-home4.svg'); 
        background-repeat: no-repeat; 
        background-size: contain; 
        background-position: center;
    }

    /* Emprendimiento */
    #emprendimientos {
        width:100%;
        background-image: url('../img/Fondo-empre.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #empre-icon {
        width: 16%;
        height: 10vh;
        background-image: url('../img/iconos-empren2.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-top: 2%;
    }
    #aquienes {
        padding-bottom: 5%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
    #aquienes .col-md-4 {
        width: 100%;
        padding-bottom: 5%;
    }

    /* Involucrate */

    #involucrate .row {
        padding: 15% 0% 0;
    }
    #involucrate {
        height:auto;
    }
    #involucrate-icon {
        width: 8%;
        background-repeat: no-repeat;
        background-image: url('../img/iconosprueba2.svg');
        background-size: cover;
    } 

}

@media (max-width:767px) {
    /* Navbar */
    .container-fluid img {
        width: 18%;
    }
    /* Home */
    #cont-text-home {
        text-align: center;
        padding: 10% 10% 0;
    }
    #cont-img div {
        width: 80%;
        height: 35vh;
        background-position: center;
    }

    /* Quiénes somos */
    #quienes-somos {
        width: 100%;
        background-image: url('../img/Fondo-somosprueba.svg');
        background-size: cover; 
        background-repeat: no-repeat;
        padding-top: 12%;
    }

    #cont-titulo-somos h1 {
        text-align: center;
    }
    .nav-underline {
        display: block;
    }
    .row .nav-tabs {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    /* Nuestra tarea */

    #nuestra-tarea .row {
        padding: 0 10% 5%;
    }
    #nuestra-tarea h1 {
        text-align: center;
    }
    #nuestra-tarea {
        text-align: justify;
    }
    #cont-foto-tareas {
        padding: 0;
        justify-items: center;
        align-content: center;
    }
    #cont-foto-tareas div {
        width: 90%;
        height: 34vh;
        background-position: center;
    }

    /* Emprendimientos */
    #emprendimientos .row {
        padding: 10% 2%; 
        height: 50%;
    }
    #aquienes .col-md-4 {
        width: 100%;
    }
    #cont-maternal, #cont-inicial, #cont-primario {
        margin-bottom: 3%;
    }
    #cont-titulos-icon, #cont-titulos-icon2 {
        justify-content: center !important;
        text-align: center;
        padding: 2% 0 !important;
    }
    #cont-titulos-icon .col-md-1, #cont-titulos-icon2 .col-md-1 {
        width: 25% !important;
        height: 12vh !important;
        background-position: center;
        margin-bottom: 5%;
    }
 

    /* Contacto */
    #contactanos {
        text-align: center;
    }
    #cont-info, .col-md-6 {
        justify-items: center;
        text-align: center;
    }
    #info {
        justify-content: center;
        align-items: center;
        padding: 2%;
        width: 100%;
    }
    #img-info {
        width: 30% !important;
        height: 8vh !important;
        margin-bottom: 3%;
        background-position: bottom;
    }
    #info-text {
        padding: 0 !important;
    }
    #formulario {
        justify-items: center;
        padding-top: 10%;
    }
    #cont-seguinos {
        justify-content: center;
        padding: 10% 0;
    }
    #redes {
        width: 9%;
        height: 10vh;
        margin: 0 1%;
    }
    #diseñado {
        padding: 0 10%;
    }

    /* Carrousel */

    .carousel-inner {
    padding: 50px 0;
    }

    .carousel-slide-group {
    padding: 0 10% !important;
    flex-direction: column !important; 
    }

    .carousel-image-wrapper {
    flex: 0 0 30%; 
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    text-align: center;
    }

    .carousel-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    }
    .cf-turnstile {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
}



