@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Lora&display=swap');
:root{
    --fuente-textos: "Lora", serif;
    --fuente-titulos: "Lobster Two", cursive;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*img{
    display: block;
    height: 100%;
    width: 100%;
}
body {
    background-image: url(/1/imagenes_vicky/mifondo.jpeg);
    text-align: center;
    margin: 0;
    padding: 0%;
    display: flex;
    flex-direction:column;
    gap:40%;
}
.menu {
    display: flex;
    gap: 10%;
}
.boton_menu {
    flex: 1;
    list-style: none;
}
.boton_menu a {
    display: block;
    padding: 0.75rem 1rem;
    background-color: transparent;
    color: var(--color-blanco);
    text-decoration: none;
    font-family: var(--fuente-titulos);
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    border: 2px solid var(--color-blanco);
    border-radius: var(--borde-redondeado); 
    transition: all 0.3s ease; 
}
.boton_menu a:hover {
    background-color: var(--color-primario);
    border-color: var(--color-primario);
    color: var(--color-blanco);
    transform: translateY(-2px); 
    box-shadow: 0 4% 12% rgba(241, 99, 35, 0.3);
}
h1,
h2,
h3 {
    font-family: var(--fuente-titulos);
}
.fondo {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    z-index: -1;
}
.avatar{ 
    width: 30%;
    height: 30%;
    border-radius: 50%;
    margin: auto;
    border: 5px rgb(255, 0, 149);
    overflow: hidden;
    border-style: dotted;
    margin-top: 5%;
}
.avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
header {
    margin: 0%;
    background-color:rgb(247, 142, 203);
    text-align: center;
    padding:3%;
    border-top-style: dotted;
    border-bottom-style: dotted;
    width: 100%;
} 
.separador1,
.separador2,
.separador3,
.separador4,
.separador5,
.separador6,
.separador7{
    color: black;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.algosobremi {
    color: black;
    font-size: 1.8rem;
    margin-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}
.introducción {
    line-height: 1.5;
    background-color: rgb(247, 142, 203);
    color: black;
    border-style: dotted;
    border-color: black;
    width: 55%;
    aspect-ratio: 1/1;
    padding: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}
.intereses {
    color: black;
    font-size: 1.8rem;
    padding-bottom: 5%;
    text-align: center;
}
.contenedor-carrusel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
.flecha {
    font-size: 3rem;
    color: black;
    opacity: 0.7;
    user-select: none;
}
.cajaintereses-scroll {
    width: 40%;
    display: flex;
    gap: 5%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.cajaintereses-scroll::-webkit-scrollbar {
    display: none;
}
.cajaintereses-scroll img {
    width: 100%;
    aspect-ratio:1;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: center;
}
.interesesh4  {
    color: black;
    font-size: 1.3rem;
    margin-top: 5%;
    text-align: center;
}
.peliculas {  
    color: black;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 10%;
}
.contenedor-pelis {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
.flecha {
    font-size: 3rem;
    color: black;
    user-select: none;
}
.cajapelis {
    width: 40%;
    display: flex;
    gap: 5%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.cajapelis::-webkit-scrollbar {
    display: none;
}
.cajapelis img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: center;
}
.viajes {
    color: black;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5%;
}
.contenedor-viajes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.cajaviajes {
    width: 40%;
    display: flex;
    gap: 5%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.cajaviajes::-webkit-scrollbar {
    display: none;
}
.cajaviajes img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    flex-shrink: 0;
    scroll-snap-align: center;
}
.flecha {
    font-size: 3rem;
    color: black;
    opacity: 0.7;
    user-select: none;
}
.massobremi {
    color: black;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 7%;
    margin-top: 5%;
}
.cajamassobremi {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 10% auto 20%;
}
.foto-circular {
    width: 30%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 4px dotted rgb(255, 0, 149);
    flex-shrink: 0;
}
.foto-circular img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.HA1 {
    color: black;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    border-top-style: dotted;
    border-bottom-style: dotted;
    margin-top: 10%;
}
.HA,
.materiasencurso {
    background-color: rgb(247, 142, 203);
    color: black;
    text-align: center;
    width: 100%;
    margin: 2% auto;
    padding: 1%;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}
.materiasaprobadas {
    list-style: none;
    padding: 0;
    margin: 0 auto 5%;
    text-align: center;
    color: black;
    width: 100%;
}
.materiasaprobadas li {
    margin-bottom: 2%;
    font-size: 1rem;
}
.materiasaprobadas li::before {
    content: "°˖✧˙⋆ ";
}
.lista-encurso {
    list-style: none;
    padding: 0;
    margin: 0 auto 5%;
    text-align: center;
    color: black;
}
.MEC {
    margin-bottom: 2%;
}
.prototipo {
    width: 60%;
    height: 60%;
    object-fit: cover;
    margin-top: 5%; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.equipo {
    color: black;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 5%;
}
.perfiles {
    display: flex;
    justify-content: center;
    gap: 5%;
}
.perfil {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(255, 0, 85);
    border-style: dotted;
}
.perfil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.footer {
    background-color: rgb(247, 142, 203);
    color: black;
}
.logouba {
    width: 50%;
    height: 50%;
    object-fit: cover;
    margin-top: 5%;
    margin-bottom: 5%;
}
.DA {
    width: 50%;
    height: 50%;
    object-fit: cover;
    margin-top: 5%;
    margin-bottom: 5%
}
.catedra{
    color: black;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 5%;
    list-style: none;
}
.vm23{
    color: black;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 5%;
}
.nombres {
    color: black;
    text-align: center;
    margin-top: 5%;
}