body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgba(36, 73, 122, 0.177);
    color: #111; 
}

:root {
    --color-primario: #13458284; 
    --color-hover: #3d70af49;    
    --color-blanco: #fff; 
    --color-blanco-claro: #fefefe; 
    --color-gris-oscuro: #222;
    --color-gris: #111;
}

.boton {
    margin-top: 1%;
    margin-bottom: -7%;
}

.buton {
    display: inline-block;
    padding: 8px 42px; 
    background-color: #134582cc; 
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.buton:hover {
    background-color: #3d70af; 
    transform: translateY(-1px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.imgEquipo {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    margin-top: 8vw;
    background-color: var(--color-blanco-claro);
    text-align: center;
    margin-top: 35px;
    margin-bottom: -7%;
}

.mySlides {
    display: none;
    text-align: center;
}

.mySlides img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 10px;
}

.fade {
    opacity: 1;
    transition: opacity 0.5s;
}

.equi {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    margin-top: -2vw;
    background-color: var(--color-blanco-claro);
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background-color: #fefefe;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.equi p {
    font-family: "Times New Roman", Times, serif;
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #222; 
    margin-bottom: -0.2%;
}

@media (max-width: 600px) {
    .equi p {
        font-size: 14px;
    }
}
