.slider{
    width: 100%;
    max-width: 100vw;
    height: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.slider .list img{
    width: 1368px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons2{
    position: absolute;
    top: 10%;
    right: 5%;
    display: flex;
    justify-content: space-between;
    font-weight: 300px;
}
.slider .buttons2 button{
    background-color: transparent;
    color: rgb(241, 126, 29);
    width: 200px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    border: none;
}
.slider .buttons3{
    position: absolute;
    top: 8%;
    left: 2%;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}
.slider .buttons3 button{
    width: 300px;
    height: 100px;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
    cursor: pointer;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #f3bf16;
    background-color: #110c06cc;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-weight:bolder;
}
.slider .dots li{
    list-style: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transition: 5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
    }
}
.parrafo-footer {
    display: flex;
    margin-left: 50%;
    padding-top:0rem;
}
.parrafo-footer2{
    color: #fff;
}
.h2-menu{
    font-family: "Poetsen One", sans-serif;
    font-weight: 800;
    font-style: normal;
}
@media (max-width:500px){ /* botones del menu*/
    .buttons2{
        flex-direction: column;
        align-items: center;
        left: 60%;
}
}
@media (max-width:500px){  /* botones de flechas*/
    .slider .buttons{
        position: absolute;
        top: 80%;
        left: 0%;
        width: 100%;
        display: flex;
        justify-content: space-between;
}
}
@media (max-width:500px){ /* logo*/
    .buttons3 {
        align-items: center;
        width: 50%;
        height: auto;
        background-color: transparent;
        margin-left: 0px;
}
}
@media (max-width:500px){ /*tamaño del logo*/
    .buttons3 img{
        height: 60px;
}
}
@media (max-width:500px){ /*palabras del header h1*/
    .h1-header{
        color: #fff;
        height: 90px;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px;
}
}
@media (max-width:500px){ /*palabras del header h1*/
    .dots{
        height: 90px;
}
}
@media (max-width:500px){ /*slider*/
    .list .item{
        width: 500px;
}
}
@media (max-width:500px){
    .parrafo-footer{
        flex-direction: column;
        align-items: center;
        left: 60%;
}
}