*{
    margin: 0;
    padding: 0;
    transition: 0.6s;
    font-family: Outfit;
}

@media (max-width: 768px) {
  /* Estilos para pantallas de hasta 768px (como móviles) */
.head-1{
    display:  flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.container-general{
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.home-text-container > h1{
    font-size: 1.6rem;
}
}

body{
    background: #262626;
}

.head-1{
    background-color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.logo-head-container{
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-head-img{
    overflow: hidden;
    height: auto;
    width: 42px;
    border-radius: 50%;
}

.logo-head-text{
    color: #F5F5DC;
    font-family: Gabarito;
    cursor: default;
}

.logo-head-text:hover{
    transform: scale(1.1);
}

.links-head{
    display: flex;
    align-items: center;
    gap: 1rem;
    right: inherit;
}

.links-head, a{
color: #F5F5DC;
text-decoration: none;
font-family: Outfit;
border-bottom: transparent 3px solid;
}

.links-head > a:hover{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 128, 0, 0.5);
    border-bottom: #fff 3px solid;
}

.container-general{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    cursor: default;
}

.home-img-container{
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 2px white solid;
    object-fit: cover;
}

.home-img-container > img{
    width: 270px;
    height: auto;
    border-radius: 50%;
    transform: scale(1.1);
}

.home-img-container > img:hover{
    transform: scale(1.3);
}

.home-text-container{
    width: 300px;
    font-size: 19px;
    color:#F5F5DC;
}

.home-name{
    color: #fff;
}

.home-name:hover{
    color: #707070;
}

.tittle-b2 > h1 > a{
    background-color: #696969;
    color: #F5F5DC;
    display: flex;
    justify-content: center;
    text-align: center;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 5px solid white;
    border-top: 5px solid white;
}

.tittle-b2 > h1 > a:hover{
  
}