*{
	margin: 0;
	padding: 0;
}

main{
	box-sizing: border-box !important;
	width: 100%;
}

/* participacion voluntaria */
.c-participacion-voluntaria{
	width: 100%;
	padding-top: 2.5rem;
}

.c-participacion-voluntaria h1{
	font-size: 28px;
    color: #1e1e64;
    margin-bottom: 1rem;
}

.c-participacion-voluntaria p{
	text-align: justify;
    line-height: 1.3rem;
}

/* labor a realizar */
.c-labor-realizar{
	padding-top: 1rem;
	width: 100%;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.c-labor-img{
	width: 50%;
}

.c-aparte-img{
    width: 50%;
}

.c-labor-img img{
	width: 100%;
}

.c-aparte-img img{
    width: 100%;
}



.c-labor-img-ajustado{
    width: 50%;
    overflow: hidden;
    height: 16rem;
    position: relative;
}

.c-labor-img-ajustado img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
    bottom: 0;
}


/* Aparte */
.support-section {
    padding-top: 1rem;
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center; 
}

.support-image {
    margin-block-start: 2.5rem;
    width: 50%;
    height: 100%;
    overflow: hidden; 
}

.support-text {
    width: 50%;
    display: flex;
    flex-direction: column; 
}

.support-image img {
    width: 100%;
    height: 25rem; 
    object-fit: cover; 
}

.support-text h1 {
	font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
}

.support-text ul {
	margin-left: 1rem;
	list-style-type: disc;
    margin-left: 20px;
}

li{
    margin-block: 0.5rem;
}

/* Aparte  2*/
.support-section-2 {
    padding-top: 1rem;
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center; 
}

.support-image-2 {
    margin-block-start: 2.5rem;
    width: 50%;
    height: 100%;
    overflow: hidden; 
}

.support-text-2 {
    width: 50%;
    display: flex;
    flex-direction: column; 
}

.support-image-2 img {
    width: 100%;
    height: 23rem; 
    object-fit: cover; 
}

.support-text-2 h1 {
	font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
}

.support-text-2 ul {
	margin-left: 1rem;
	list-style-type: disc;
    margin-left: 20px;
}

/* Aparte 3*/
.support-section-3 {
    padding-top: 1rem;
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center; 
}

.support-image-3 {
    margin-block-start: 2.5rem;
    width: 50%;
    height: 100%;
    overflow: hidden; 
}

.support-text-3 {
    width: 50%;
    display: flex;
    flex-direction: column; 
}

.support-image-3 img {
    width: 100%;
    height: 17rem; 
    object-fit: cover; 
}

.support-text-3 h1 {
	font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
}

.support-text-3 ul {
	margin-left: 1rem;
	list-style-type: disc;
    margin-left: 20px;
}




.c-labor-texto{
	width: 50%;
}

.c-labor-texto h1{
	font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
}

.c-labor-texto ul{
	margin-left: 1rem;
	list-style-type: disc;
    margin-left: 20px;
}

.c-labor-texto ul{
	text-align: justify;
    margin-bottom: 10px;
    line-height: 1.3rem;
}

/* galeria de imagenes */
.sub-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-block: 2.5rem;
}

.cards {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
}

.cards img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: brightness(60%);
    transition: transform 0.5s ease;
}

.cards:hover img{
    transform: scale(1.15);
}

/* contribucion img */
.c-contribucion-img{
    margin-top: 1rem;
    width: 100%;
    gap: 1rem;
    display: flex;
}

.c-img{
    width: 50%;
}

.c-img img{
    width: 100%;
}

/* Contribucion mensual */
.c-contribucion-mensual{
    padding-top: 2.5rem;
    width: 100%;
}

.c-contribucion-mensual h1{
    font-size: 28px;
    color: #1e1e64;
    margin-bottom: 1rem;
    text-align: center;
}

.c-img-a-contribucion{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-img-a-contribucion img{
    width: 100%;
}

.c-img-a-contribucion a{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    width: 250px;
    text-align: center;
    text-decoration: none;
    padding: 18px;
    border-radius: 10px;
    background-color: #B52E23;
    border: none;
    color: #fff;
    font-size: 17px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* div flotante */
.c-imagen-flotante{
    width: 100%;
    margin-top: 1rem;
    box-sizing: border-box !important;
}

.c-imagen-flotante h1{
    font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
}

.c-imagen-flotante p{
    text-align: justify;
    line-height: 1.3rem;
}

.c-imagen-flotante img{
    float: left;
    width: 400px;
    margin: 0px 15px 0px 0px;
}

.texto-centrado{
    margin-top: 10px;
    text-align: center !important;
}

/* cuadro de informacion dinamica */
.ContenedorSection{    
    margin-top: 2.5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;     
}

.CentroAncho{
    width: 100%;
    text-align: center;
}
 
.Agrupar1 {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}



.subtitulo, .TextoNavegation1, .TextoNavegation2 {
    padding: 10px;
    cursor: pointer;
}
 
.subtitulo{
    flex-grow: 1;
    /*width:258px;*/
    text-align: left;
}

.subtitulo.active, .TextoNavegation1.active, .TextoNavegation2.active {
    border: 2px solid #c91c06;
}
 
.subtitulo.active{
    background-color: #c91c06;
    color: #fff;
}

.descripciones {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
 
.TextoNavegation1, .TextoNavegation2 {
    display: none;
    min-height: 100px;
    border: 2px solid transparent;
}

.TextoNavegation1{
    text-align: left;
    font-size: 18px;
    color: #121212;
    padding: 1rem 1.5rem;
}
 
.TextoNavegation1 h4{
    color: #121212;
}

.TextoNavegation1 p{
    text-align: justify;
    line-height: 1.3rem;
}

.TextoNavegation1 h1{
    font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
    text-align: center;
}
 
.TextoNavegation1 ul{
    padding-top: 1rem;
    margin-left: 18px;
}

.TextoNavegation1 li{
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.3rem;
}
 
.TextoNavegation2{
    text-align: left;
    font-size: 18px;
    color: #121212;
    padding: 1rem 1.5rem;
}

.TextoNavegation2 p{
    text-align: justify;
    color: #121212;
}

.TextoNavegation2 h1{
    font-size: 20px;
    color: #1e1e64;
    margin-bottom: 0.5rem;
    text-align: center;
}

.TextoNavegation2 ul{
    padding-top: 1rem;
    margin-left: 18px;
}

.TextoNavegation2 li{
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.3rem;
}

.TextoNavegation2 h4{
    text-align: justify;
    font-size: 18px;
    color: #121212;
}

.tabla-costos{
    width: 100%;
margin: auto;
    text-align: center;
    border-collapse: collapse;
}

.tabla-costos > thead{
    background-color: #D4AF37;
}

th, td{
    border: 1px solid #000;
    padding: 0.5rem 2rem;
}

@media(min-width: 1600px) 
{
    main {
        padding-inline: 15rem;
    }
}

@media(max-width: 1600px) 
{
    main {
        padding-inline: 5rem;
    }
}

@media(max-width: 1380px) /*--------------*/
{
	.c-labor-img{
	width: 50%;
	}

	.c-labor-texto{
		width: 50%;
	}
}

@media(max-width: 1200px)
{
	main {
        padding-inline: 5rem;
    }
}

@media(max-width: 1000px) 
{
    main {
        padding-inline: 9rem;
    }
}

@media (max-width: 840px) 
{
    .c-contribucion-img {
        flex-direction: column;
    }

    .c-img {
        width: 100%;
    }

    .c-img-a-contribucion a{
        width: 181px;
        padding: 14px 10px;
        font-size: 16px;
    }
}

@media (max-width: 890px)
{
    .c-imagen-flotante img {
        float: none;
        width: 100%;
        margin-bottom: 1rem;
        margin-inline-end: 0px;
    }

    .c-imagen-flotante h1 {
        font-size: 28px;
        text-align: center;
    }

    .c-participacion-voluntaria h1 {
        text-align: center;
    }
} 

@media (max-width: 768px) 
{
	main {
        padding-inline: 4rem;
    }

    .c-participacion-voluntaria {
        padding-top: 1rem;
    }

    .c-contribucion-mensual {
        padding-top: 1rem;
    }
} 

@media (max-width: 600px)
{
	main {
        padding-inline: 3rem;
    }
}

@media(max-width: 480px)
{
	main {
        padding-inline: 1.3rem;
    }

    .c-img-a-contribucion a {
        width: 131px;
        padding: 10px 5px;
        font-size: 11px;
    }
}