html, body {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(229, 223, 223);
    display: block;
    box-sizing: border-box;
}
.img-fundo {
    position: fixed; 
    inset: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 1; 
    opacity: 40%; 
}
.container {
    position: relative;
    margin-top: 12vh; 
    background-color: white;
    border-radius: 0.2rem;
    padding: 2rem;
    width: 80%;
    left: 50%;
    height: 366%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    box-sizing: border-box;
    margin-bottom: 4rem;
}
.title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: "Outfit", sans-serif;
    margin-top: 3rem;
}
.subtitle{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-family: "Roboto Slab", serif;
    line-height: 1.6;
    
}
.escritorio {
    position: relative;
    width: 21rem;
    height: auto;
    margin-top: 1rem;
}
.post-row {
    display: flex;
    gap: 3.2rem;
    align-items: flex-start;
    margin-top: .5rem;
}

.post-text {
    flex: 1 1 auto;
    margin-top: 1rem;
}

.post-below {
    margin-top: 1.5rem;
}

.text {
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto Slab", serif;
    margin: 0 0 1rem 0;
}

.title2{
    font-size: 2rem;
    font-family: "Outfit", sans-serif;
    margin-top: 3rem;

}
.text2{
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto Slab", serif;
    margin: 0 0 1rem 0;
}

.subtitle3{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-family: "Roboto Slab", serif;
    line-height: 1.6;
}
.text3{
    font-size: 1.2rem;
    line-height: 1.6;
    font-family: "Roboto Slab", serif;
    margin-top: 1.2rem;
}
.family {
    width: 62%;
    height: 20%;
    margin-top: 2rem;
    border-radius: 0.2rem;
    margin-left: 0.4%;
}
#vid-relso {
    position: relative;
    width: 19rem;
    height: auto;
    margin-top: 2rem;
    border-radius: 0.2rem;
    left: 35%;
    
}


.outfit-uniquifier {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}


.roboto-slab-uniquifier {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}


/*Estilos para dispositivos móveis*/
@media (max-width: 768px) {
.container {
    width: 95%;
    height: auto;
    margin-top: 2vh;
    padding: 1rem;
    margin-bottom: 2rem;
}
.text{
    font-size: 1.04rem;

}
.post-row {
    flex-direction: column;
    align-items: center;
}
.escritorio {
    width: 80%;
    margin: 0 0 1rem 0;
}
.logo-portal{
    width: 8rem;
    left: 8%;
    margin-top: -0.3rem;
}
.logo-dp{
    width: 7rem;
    left: 18%;
    margin-top: -5rem;
}
.family {
    width: 100%;
    height: auto;
    margin-left: 0;
}
.title2{
    font-size: 1.5rem;
    margin-top: 2rem;

}
.text2{
    font-size: 1.16rem;
}
.subtitle3{
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.text3{
    font-size: 1.15rem;
}
#vid-relso {
    width: 80%;
    height: auto;
    margin-top: 1rem;
    position: relative;
    left: 10%;
}








}





























