*{
    font-family: "Signika";
}

@media (min-width: 320px) and (max-width: 500px){
    body{
        background-image: url("../img/elementos/Fondo vertical.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-origin: border-box;
    }
    .ico-red{
        width: 30px;

    }
    .img-header{
        width: 150px;
    }
}
@media (min-width: 501px){
    body{
        background-image: url("../img/elementos/Fondo Horizontal.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-origin: border-box;
    }
    .ico-red{
        width: 30px;
    }
    .img-header{
        width: content-box;
    }
}


.boton{
    background: linear-gradient(to right, rgb(0, 198, 201) 0%, rgb(35, 79, 121) 70%);
}