body{
    margin: 0px;
    font-family: 'Light';
    letter-spacing: 1.2px;
    overflow-x: hidden;
    width: 100%;
    
}

p{
    font-family: 'Light';
}

@font-face {
    font-family: 'Regular';
    src: url('https://humbuildstudio.com/Estilos/fuente/HelveticaNeueMedium.otf') format('truetype');
}

@font-face {
    font-family: 'Light';
    src: url('https://humbuildstudio.com/Estilos/fuente/HelveticaNeueLight.otf') format('truetype');
}

.barraSuperior{
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 100;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: rgb(0, 0, 0);
    backdrop-filter: blur(20px);

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.247);
    
}
h2{
    font-size: xx-large;
}

a{
    color: rgb(0, 0, 0);
    font-family: 'Light';
    text-decoration: none;
}

#BannerPrincipal{
    width: 100%;
}
#BannerPrincipal img{
    margin-top: 150px;
}

.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: #028183;
    border: none;
    padding: 15px;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    margin: 5px;
    font-family: 'Light';
}

.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;
}


#btnChat{
    background: #1e1e40;
    background: linear-gradient(12deg,rgba(30, 30, 64, 1) 0%, rgba(77, 77, 161, 1) 35%, rgba(114, 162, 171, 1) 100%);
    color:white
}

#chatText{
    height: 30px;
    min-height: auto;
    width:280px;
}

@keyframes sacarMensajeChatBot {
    0%{
        margin-right:200px;
        opacity:0;
    }
    100%{
        margin-right:65px;
        opacity:1;
    }
}
@keyframes sacarMensajeTuyo {
    0%{
        margin-left:200px;
        opacity:0;
    }
    100%{
        margin-left:75px;
        opacity:1;
    }
}

#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: 'Light';
}
input{
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    border: none;
    font-family: 'Light';
}

textarea{
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    max-width: 800px;
    min-height: 200px;
    border: none;
    font-family: 'Light';
}

#enviarConsulta{
    background-color: white;
    border: none;
    padding: 15px;
    border-radius: 15px;
    color: black;
    cursor: pointer;
}

strong{
    
    font-family: 'Light';
}

#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 sacarAnuncio {
    0%{
        margin-top: 100px;
        opacity: 0;
    }
    100%{
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes sacarDerecha {
    0%{
        margin-left: 100px;
        opacity: 0;
    }
    100%{
        margin-left: 0px;
        opacity: 1;
    }
}

@keyframes sacarIzquierda {
    0%{
        margin-right: 100px;
        opacity: 0;
    }
    100%{
        margin-right: 0px;
        opacity: 1;
    }
}