#presentacion {
    margin-top: 60px;
    padding-bottom: 60px; 
    width: 100%;
    height: 100%;
    background-image: url('/img/logo-presentacion-translucido.jpg');
    background-size: 800px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: rgba(226, 43, 226, 0);
    overflow: hidden;
}
@media (max-width: 700px){
    #presentacion {
        margin-top: 100px;
        margin-bottom: 50px;
        background-image: url('/img/logo-presentacion-translucido.jpg');
        background-position-y: top;
        background-size: 400px;
    }
}
#texto-1{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;

    height: 350px;
    background-color: rgba(0, 255, 255, 0);
}
@media (max-width: 700px){
    #texto-1{  
        align-items: center;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
#texto-1 h1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(87, 4, 83);
    font-size: 100px;
    font-family: 'Archivo Black';
    width: 700px;
    background-color: rgba(217, 0, 255, 0);
}
#texto-1 h2{
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 300;
    font-size: 40px;
    font-family: 'Roboto';

    width: 700px;
    background-color: rgba(138, 69, 150, 0);
}

#texto-2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    background-color: rgba(31, 188, 60, 0);
}
#texto-2 h2{
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 300;
    font-size: 35px;
    font-family: 'Roboto';

    width: 500px;
    background-color: rgba(127, 130, 44, 0);
}

@media (max-width: 1400px){
    #texto-1{  
        height: 250px;
        background-color: rgba(0, 255, 255, 0);
    }
    #texto-1 h1{  
        font-size: 70px;
    }
    #texto-1 h2{  
        font-size: 30px;
    }
    #texto-2{
        height: 100px;
        background-color: rgba(0, 255, 8, 0);
    }
    #texto-2 h2{
        font-size: 25px;
    }
}
    

