
.frame{
    display: flex;
    flex-direction: row;
}

.header-logo{
    margin: 10px 20px 8px 5px;
    flex: .33;
}

.header-logo img{
    width: 35vw;
}

.header-text-frame{
    font-family: 'Times New Roman', Times, serif;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.header-text-line1{
    font-size: 8vw;
    padding-bottom: 2vw;
    font-weight: 600;
    text-shadow: 2px 2px 2px blue;
}

.header-text-line2{
    font-size: 5vw;
    padding: 3vw 0; 
    text-shadow: 2px 3px 3px green;
}

.header-text-line3{
    font-size: 3vw;
    padding-top: 8px;
}



.social-media-frame{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    padding: 10px;
}

.social-media-frame img{
    height: 10vw;
}

@media (min-width: 1000px){
    .social-media-frame img{
        height: 7vw;
    }
}

.social-media-icon-wa img:hover{
    box-shadow: 3px 3px 5px gray;
}

.social-media-icon-fb img:hover{
    box-shadow: 3px 3px 5px gray;
}

.social-media-icon-yt img:hover{
    box-shadow: 3px 3px 5px gray;
}

.social-media-icon-tt img:hover{
    box-shadow: 3px 3px 5px gray;
}

.social-media-icon-ig img:hover{
    box-shadow: 3px 3px 5px gray;
}

.social-media-icon-x img:hover{
    box-shadow: 3px 3px 5px gray;
}

.intro{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
}

.intro-1{
    font-size: 5vw;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.intro-2{
    font-size: 5vw;
    font-weight: 600;
}

.features{
    display: flex;
    justify-content: space-between;
}

.features ul{
    list-style-type: circle;
    font-size: 3.5vw;
    font-family: Monserrat, Arial;
}

@media (max-width: 600px){
    .features ul{
        font-size: 3vw;
    }
}

.features-right{
    margin-right: 10px;
}

.directorio{
    display: flex;
    flex-direction: column;
    align-items: center; 
    margin-top: 20px;
}
.directorio-img{
    max-width: 99%;
    max-height: 99;
    margin-left: 3px;
    margin-bottom: 0;
}

.download-text{
    font-size: 3vw;
    margin-top: 10px;

}