*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html{
    height: 100vh;
    width: 100%;
}
body, main {
    height: 100vh;
}

body{
    background-color: #151148;
    background-image: url('/img/lignum/FondoInferior.png');
    background-repeat: no-repeat;
    background-size: 2100px 15000px;
    background-position:0px;
}

.carousel-slides-arrow span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    color: white;
}

.card-carousel-slides-arrow span{
    font-size: 1.3em;
    background-color: transparent;
    color: rgb(100, 100, 100);
}

@media(min-width:320px){
    .boton-direccionar-top{
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 730px;
        left: 75%;
        height:60px;
        width:60px;
        background-color: #2CAAA1;
        cursor: pointer;
        transition: .2s;
        opacity: .3;
    }
    .boton-direccionar-top:hover{
        opacity: 1;
    }
    .flechas-ctn{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    svg{
        height: 30px;
        width: 30px;
        color: #fafafa;
    }
    svg:last-child{
        margin-top: -18px;
    }
    .inactive{
        display: none;
    }
}
@media(min-width:375px){
    .boton-direccionar-top{
        left: 78%;
    }
}
@media(min-width:425px){
    .boton-direccionar-top{
        left: 80%;
    }
}
@media(min-width:768px){
    .boton-direccionar-top{
        left:85%;
    }
}
@media(min-width:940px){
    body{
        background-size: 1300px 5500px;
        background-position:0px 800px;
    }
    .boton-direccionar-top{
        left:90%;
    }
}
@media(min-width:1400px){
    body{
        background-size: 1800px 4500px;
        background-position:0px 1500px;
    }
    .boton-direccionar-top{
        height: 75px;
        width: 75px;
    }
}
@media(min-width:1600px){
    body{
        background-size: 2300px 8100px;
        background-position:0px 950px;
    }
    .boton-direccionar-top{
        top: 800px;
    }
}
/* SEO semantic heading reset */
h1.inicio-texto-principal,
h2.sobre-nosotros-titulo,
h2.nuestros-productos-titulo,
h2.seccion-servicios-titulo,
h2.seccion-casos-exito-titulo,
h2.seccion-testimonios-titulo {
    margin: 0;
}
