body{
    margin: 0px;
    font-family: "Pliant", sans-serif;
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1.2px;
    overflow-x: hidden;
    width: 100%;
    
}
*{
    overflow-x: hidden;
}

p{
    font-family: "Pliant", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: rgb(0, 0, 0);
}


.barraSuperior{
    width: 100%;
    background-color: rgba(255, 255, 255);
    z-index: 100;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    color: rgb(0, 0, 0);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.247);
    transition: all 0.5s;
    
}
h2{
    font-size: xx-large;
}

a{
    color: rgb(0, 0, 0);
    font-family: 'Pliant';
    text-decoration: none;
}



.categoria{
    color: rgb(0, 0, 0);
    padding: 10px;
    text-decoration-line: none
}
.categoriaMenu{
    color: rgb(0, 0, 0);
    padding: 10px;
    text-decoration-line: none
}

.column-center-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.column-between-center{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.column-center-start{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.column-center-end{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.column-end-center{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.column-start-center{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.column-start-start{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.row-center-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.row-end-end{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
}
.row-center-end{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.row-end-center{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.row-start-center{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.row-center-start{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}
.row-start-start{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;

}

.row-between-center{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.row-around-center{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
button{
    background-color: #8C5845;
    border: none;
    padding: 15px;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    margin: 5px;
    font-family: "Pliant";
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bloqueServicios{
    margin:20px;
    max-width: 400px;
    border-radius:10px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.247);
    padding: 50px;
    cursor: pointer;  
    transition: box-shadow,padding 0.3s ease-in-out;
    width: 200px;
    height: 200px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bloqueServicios:hover{

    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.247);
    padding: 49px;
}

#fotoExperto{
    width: 300px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.182);
    margin: 10px;
}

.preguntaFrecuente{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.082);
    padding: 20px;
    margin: 10px;
    text-align: center;

}

footer{
    width: 100%;
}

#trabajaConNosotrosBox{
    width: 200px;
    height: 200px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.182);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

html{
    scroll-behavior:smooth;
}

/* El ID al que vas */
#Servicios{
    scroll-margin-top: 20vh;
}

section{
    height:100vh;
    border:1px solid black;
}

select{
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    border: none;
    font-family: 'Pliant';
}
input{
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    border: none;
    font-family: 'Pliant';
}

textarea{
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    min-height: 200px;
    border: none;
    font-family: 'Pliant';
}

#enviarConsulta{
    background-color: white;
    border: none;
    padding: 15px;
    border-radius: 15px;
    color: black;
    cursor: pointer;
}

strong{
    
    font-family: 'Pliant';
}

#CategoriasMovil{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    width: 200px;
    z-index: 101;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.363);
    transition: all 0.3s ease-in-out;
}

#oferta{
    display: inline-block;
    animation: ofertaMov 1s infinite;
    
}

@keyframes ofertaMov {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.3);
    }
    100%{
        transform: scale(1);
    }
}

.fade-img{
    width:100%;
    display:block;

    -webkit-mask-image: linear-gradient(to bottom,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 80%);
        
    mask-image: linear-gradient(to bottom,
        rgba(0,0,0,1) 50%,
        rgba(0,0,0,0) 80%);
}

@keyframes sacarArticulo {
    0%{
        margin-top: 100px;
        opacity: 0;
    }
    100%{
        margin-top: 10px;
        opacity: 1;
    }
}


#producto1,#producto2,#producto3{
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.363);
    margin: 10px;
    width: 250px;
    text-align: center;
}

#MenuMovil{
    width: 100%;
    position: fixed;
    top:-500px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.774);
    box-shadow: 0 0px 10px black;
    backdrop-filter: blur(30px);
    z-index: 90;
    transition: all 1s ;
    opacity: 0;
}

.articulo{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.articuloCarrito{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}