/* btn */

.help__principal{
    background: #389c1a;
    color: #faf6f6;
    border: 2px solid #389c1a;
    position: absolute;
    right: 0px;
    top: 43px;
    border-radius: 4px;
}

@media all and (min-width: 990px){
.help__principal{
    top: 100px;
    }
}


.help__modal{
    background: #389c1a;
    color: #faf6f6;
    border: 2px solid #389c1a;
    margin: 2px 0px 0px 126px;
    border-radius: 4px;
}

.Content__ayuda{
    margin-top: 7em;
    position: relative;
}

/* TEXTOS */

.Title__ayuda-h1 h1{
    font-size: 1.5em;
    font-family: "titlesGrandes", sans-serif;
    text-align: center;
    margin-bottom: 2em;
}

.Content__ayuda-title h2{
    font-family: "subtitle";
    font-size: 1.25em;
    font-weight: 100;
}

.Content__ayuda-title h3{
    font-family: "subtitle";
    font-size: 1.25em;
    font-weight: 100;
    color: var(--Funcionalidades);
    margin-top: 1em;
    margin-bottom: 1em;
}
.Content__ayuda-title h4{
    font-family: "subtitle";
    font-size: 1.25em;
    font-weight: 100;
    color: var(--acciones);
    margin-top: 1.25em;
    margin-bottom: 1em;
}
.Content__ayuda-title p{
    font-family: "text";
    font-size: 1em;
}

.Content__ayuda ul li{
    font-family: "text";
    font-size: 1em;
}

.Content__ayuda ul li strong{
    font-family: "text";
    font-size: 1em;
    margin-bottom: 1em;
    color: var(--detalles);
}


@media all and (min-width: 990px){
.Title__ayuda-h1 h1{
    font-size: 3em;
    }
.Content__ayuda-title h2{
    font-size: 2em;
    font-weight: 700;
    }
.Content__ayuda-title h3{
    font-size: 1.25em;
    font-weight: 100;
    }
}


/* IMG */

.Content__ayuda ul li img{
    margin-top: 1.5em;
    outline: 2px black solid;
    border-radius: 8px;
    width: 140px;
}

.Content__ayuda ul li img.img-big {
    width: 100%;
}
.content__ayuda-img img{
    width: 70%;
}
.img__icono{
    width: 5%;
}
.importante{
    color: red;
    font-family: "text";
}
/* .img__editarPedido{
    width: 60%;
} */

@media all and (min-width: 990px){
.Content__ayuda ul li img.img-big {
    width: 500px;
}
}

