.seccion-acceso {
font-family: Arial, sans-serif;
margin: 0;
padding: 40px 20px;
text-align: center;
background-color: white;
}

.seccion-acceso .acceso-cuadro-imagen {
width: 400px;
height: 400px;
border: none;
margin: 0 auto 30px auto;
display: flex;
justify-content: center;
align-items: center;
}

.seccion-acceso .acceso-cuadro-imagen img {
max-width: 150%;
max-height: 150%;
}

.seccion-acceso .acceso-descripcion {
max-width: 600px;
margin: 0 auto;
text-align: justify;
font-size: 16px;
line-height: 1.6;
color: black
}

;

.seccion-acceso .acceso-descripcion strong {
font-weight: bold;
font-size: 17px;
}

.tripode-body {
font-family: Arial, sans-serif;
background-color: white;
color: #000;
}

.tripode-header {
background-color: #8B0000;
color: white;
text-align: center;
padding: 40px 20px 30px 20px;
}

.tripode-header h1 {
margin: 0;
font-size: 32px;
}

.tripode-header p {
margin-top: 15px;
font-size: 16px;
line-height: 1.6;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

.tripode-section {
display: flex;
align-items: flex-start;
justify-content: center;
max-width: 1000px;
margin: 40px auto;
padding: 0 20px;
gap: 20px;
}

.tripode-section:nth-of-type(even) {
flex-direction: row-reverse;
}

.tripode-section img {
width: 180px;
height: auto;
object-fit: cover;
}

.tripode-text-content {
max-width: 500px;
text-align: left;
}

.tripode-text-content h3 {
margin-bottom: 10px;
}

.tripode-text-content p {
margin: 0;
line-height: 1.5;
}

.cobro-section {
font-family: Arial, sans-serif;
background-color: white;
text-align: center;
}

.cobro-section .titulo-principal {
background-color: #7b0000;
color: white;
padding: 40px 20px;
font-size: 32px;
font-weight: bold;
line-height: 1.3;
}

.cobro-section .fila {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 40px 0;
}

.cobro-section .tarjeta {
width: 300px;
margin: 20px;
text-align: center;
}

.cobro-section .tarjeta img {
width: 100%;
max-height: 180px;
object-fit: contain;
}

.cobro-section .tarjeta h3 {
font-size: 16px;
font-weight: bold;
margin: 10px 0 5px;
color: black;
}

.cobro-section .tarjeta p {
font-size: 14px;
line-height: 1.5;
padding: 0 10px;
color: black;
}

.cobro-section .enfasis {
font-weight: bold;
font-size: 15px;
margin-top: 10px;
}

.cobro-section .pie {
background-color: #1a1a1a;
color: white;
padding: 25px 20px;
font-size: 14px;
line-height: 1.6;
display: flex;
justify-content: center;
}

.cobro-section .pie-contenido {
display: flex;
align-items: center;
max-width: 900px;
text-align: left;
gap: 20px;
flex-wrap: wrap;
}

.cobro-section .pie-texto {
flex: 1;
}

.cobro-section .pie img {
width: 60px;
height: 60px;
}

.seccion-rehilete-contenedor {
font-family: Arial, sans-serif;
background-color: white;
color: #000;
padding: 0;
margin: 40px auto 60px;
max-width: 800px;
}

.seccion-rehilete-encabezado {
background-color: #4d4d4d;
color: white;
padding: 20px;
text-align: center;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}


.seccion-rehilete-encabezado h2 {
margin: 0;
font-size: 24px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}

.seccion-rehilete-encabezado p {
font-size: 16px;
margin: 10px auto 0;
line-height: 1.5;
max-width: 700px;
text-align: justify;
}

.seccion-rehilete-contenido {
padding: 20px;
}

.seccion-rehilete-item {
display: flex;
gap: 15px;
margin-bottom: 25px;
align-items: flex-start;
}

.seccion-rehilete-item.invertido {
flex-direction: row-reverse;
}

.seccion-rehilete-item img {
width: 140px;
height: auto;
border: 1px solid #ccc;
object-fit: cover;
}

.seccion-rehilete-texto h3 {
margin: 0;
font-size: 20px;
font-weight: bold;
}

.seccion-rehilete-texto p {
margin-top: 5px;
font-size: 16px;
text-align: justify;
line-height: 1.4;
}


.seccion-rehilete-contenido:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
































        .molinete-container {
            font-family: Arial, sans-serif;
            margin: 0.10px auto 0 auto; /* margen superior para separar */
            background-color: #ffffff;
            text-align: center;
            width: 100%;
            padding-top: 10px;
        }

        .molinete-container h1 {
            color: #800000;
            margin-top: 20px;
            margin-bottom: 5px;
        }

        .molinete-container h2 {
            color: #fff;
            background-color: #800000;
            padding: 10px;
            margin: 0;
        }

        .molinete-section {
            width: 80%;
            margin: auto;
            margin-top: 20px;
        }

        .molinete-section > p {
            margin-top: 0;
            color: black;
        }

        .molinete-card,
        .molinete-white-card {
            padding: 15px;
            margin: 15px 0;
            border-radius: 5px;
            text-align: center;
        }

        .molinete-card {
            background-color: #a32727;
            color: white;
        }

        .molinete-white-card {
            background-color: white;
            color: black;
        }

        .molinete-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .molinete-section p {
            text-align: justify;
            max-width: 700px;
        }

        .molinete-section h3 {
            margin-top: 0;
            margin-bottom: 10px;
            text-align: center;
        }

        .molinete-card img,
        .molinete-white-card img {
            width: 250px;
            height: auto;
            margin-top: 10px;
        }

        .molinete-right-number {
            text-align: right;
            padding-right: 20px;
            font-weight: bold;
        }

        .image-left,
        .image-right {
            display: flex;
            align-items: center;
            gap: 20px;
            justify-content: center;
            text-align: left;
        }

        .image-left img {
            order: 0;
        }

        .image-right img {
            order: 1;
        }

        .image-left p,
        .image-right p {
            max-width: 500px;
        }