.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


body {
    font-family: "Poppins", sans-serif;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    background-color: #05102a;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-width: 500px;
    height: 980px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    width: auto;
    height: 260px;
    object-fit: cover;
    margin-top: 20px;
}

h3 {
    color: #9f7d5e;
    margin: 0 0 20px;
    font-size: 25px;
}

p {
    color: #9f7d5e;
    font-size: 16px;
    justify-content: center;
    margin: 10px 0 40px;
}

.boton-redireccion {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    background-color: #05102a;
    margin: 20px auto;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
    max-width: 400px;
    max-height: 60px;
    border: 3px solid #9f7d5e;
}

.contenido-boton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #9f7d5e;
    padding: 12px 20px;
}

.contenido-boton img {
    position: absolute;
    left: 10px;
    width: 40px;
    height: auto;
}

.contenido-boton span {
    flex: 1;
    text-align: center;
    font-size: 25px;
}

footer {
    margin: auto 0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    clear: both;
}


.link-footer {
    text-decoration: none;
    color: #9f7d5e;
}

.iconos-redes {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}


.iconos-redes a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #9f7d5e;
    background-color: transparent;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.iconos-redes .img2 {
    width: 35px;
    height: auto;
    object-fit: contain;
}

.iconos-redes .img3 {
    width: 40px;
    height: auto;
    object-fit: contain;
}



