.contenido {
    width: auto;
    max-width: 30%;
    background-color: #fff;
    color: #333;
    padding: 40px 20px;
    text-align: center;
    margin-top: 1%;
    margin-right: -20%;
    margin-left: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Añade una sombra para mayor elegancia */
    border-radius: 10px; /* Bordes redondeados */
}
.con{
    width: 100%;
}
.menu1 a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 20px;
    display: flex;
    justify-content: center;
    background-color: #5CB85C;
}
.menu1 a:hover {
    color: black;
    text-decoration: none; /* Elimina el subrayado en el menú */
    text-shadow: none; /* Elimina cualquier sombra de texto */
    box-shadow: none; /* Elimina cualquier sombra de caja */
}
.totto {
    padding: 40px;
    font-size: 16px;
    margin-top: 1%;
    margin-right: 5%;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
}
.totto.active {
    display: block;
}
h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
p {
    margin: 20px 0;
    line-height: 1.6;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
}
.s {
    margin: 40px 0;
    color: #f84009;
    text-decoration: none;
    text-align: center; 
}
a:hover {
    text-decoration: underline; /* Mantener subrayado en otros enlaces */
}
.highlight {
    background-color: #ffeb3b;
    padding: 5px;
    border-radius: 5px;
}
.important {
    color: red;
    font-weight: bold;
    margin-left: auto;
}
.important a {
    display: block;
    margin-bottom: 10px; /* Añadir margen inferior */
    font-size: 7px;
    background: #fff;
}
img {
    height: 20%;
    margin: 20px 0;
    width: 250px;
}
.prin {
    text-align: center;
}

/* Estilos específicos para cada opción */
.totto-option1 {
    background-color: #fff;
    text-align: left;
}
.totto-option2 {
    background-color: #fff;
    padding: 20px;
}
.totto-option4 {
    background-color: #fff;
    text-align: left;
}
.totto-option5 {
    background-color: #fff;
    text-align: left;
}

/* Flex container for option 1 */
.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-container .text {
    flex: 3;
    margin-right: 20px;
}
.flex-container .important {
    flex: 1;
    text-align: center;
}
.contenido img {
    width: 50px; /* Cambiar el ancho según sea necesario */
    height: auto;
    margin: 0 auto; /* Centrar horizontalmente */
    display: block; /* Asegura que la imagen se comporte como un bloque */
    margin-bottom: 10px; /* Ajustar el margen inferior */
}
.otros {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}
.todo {
    display: flex;
    justify-content: space-between;
}

.flex, .otros {
    flex: 1;
    margin: 0 10px;
}

.flex h2, .otros h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.flex p, .otros p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.todo {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.todo p::before {
    content: "■";
    color: black;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}

.text {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.text p::before {
    content: "■";
    color: black;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}  

.cuadros {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.cuadros p::before {
    content: "■";
    color: black;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}

.erte {
    text-align: left;
    margin-left: 0;
}
.final {
    text-align: center;
    padding: 40px;
    display: none;
}

.mover {
    display: flex;
    margin-left: 10px;
    flex-direction: row-reverse;
}
