@font-face {
    font-family: 'Elegant Handwriting';
    src: url('ElegantHandwritingRegular.woff2') format('woff2'),
        url('ElegantHandwritingRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suite - Personal Use';
    src: url('SuitePersonalUse.woff2') format('woff2'),
        url('SuitePersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#estilos-boton{
    background-color: #001839;
    color: #f01861;
}

#cabecera-junbutron{
    margin-top: 170px;
    margin-bottom: 25px;
    color: #001839;
}

#parrafo-junbutron{
    color: #f01861;
}

#junbutron{
    height: 800px;
    background:linear-gradient(to bottom, rgb(250, 250, 250) 0%,rgba(0, 0, 0, 0) 50%), url('../imagenes/1.jpg') no-repeat center ;
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

#imagen{

    margin: 50px 50px 50px 50px;
}

#imagenMad{
    
    width: 443px;
    height: 400px;
}

#Melo{
    padding-top: 120px;
    font-family: 'Suite - Personal Use';
    font-size: 35px;
    color: #001839;
}

#imagen1Melo{
    width: auto;
    height: 50px;
}

@media only screen and  (max-width: 897px){

    #Melo{
        padding-top: 100px;
        font-size: 25px;
    }

    #imagen1Melo{
        height: 25px;
    }

    #junbutron{
        height: 1000px;
    }
}

@media only screen and (min-width: 771px) and  (max-width: 897px){

    #Melo{
        padding-top: 180px;
        font-size: 25px;
    }

    #imagen1Melo{
        height: 25px;
    }
}

@media only screen and (min-width: 898px) and  (max-width: 1021px){

    #Melo{
        font-size: 30px;
    }

    #imagen1Melo{
        height: 30px;
    }
}

@media only screen and (min-width: 1022px) and  (max-width: 1149px){
    #Melo{
        font-size: 35px;
    }

    #imagen1Melo{
        height: 35px;
    }
}

@media only screen and (min-width: 1150px) and  (max-width: 1272px){

    #Melo{
        font-size: 35px;
    }
    #imagen1Melo{
        height: 40px;
    }
}

@media only screen and (min-width: 1273px) and  (max-width: 1399px){

    #Melo{
        font-size: 35px;
    }

    #imagen1Melo{
        height: 45px;
    }
}

