@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600&display=swap');

body{
    font-family: "IBM Plex Sans", sans-serif;
    scroll-behavior: smooth;
}

#landing{
    background-image: url('img/bg-landing.jpg');
    background-size: cover;
    background-position: top center;
    padding-top: 2.5vh;
    padding-bottom: 20vh;
    color: #ffffff !important;
}

#landing h2{
    color: #ffffff !important;
}


a.navbar-brand{
    text-indent: -9999px;
    background-image: url(img/logo-totallogistic.svg);
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

nav{
    margin-bottom: 10vh;
}

#deco{
    background-image: url(img/img-deco.png);
    background-size: cover;
    height: 80vh;
    margin-top: -40vh;
    position: relative;
}

#nosotros{
    margin-top:-40vh;
    background-image: url('img/bg-clientes.jpg');
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 10vh;
    color: #ffffff;
}

.ico-iso{
    margin-bottom: 45px;
    margin-top: 60px;
}


#servicios{
    padding: 10vh 0;
    background-color: #1a1a1a;
}

#servicios a{
    color: #ffffff;
}

#servicios h4 {
    color: #d9455f;
}

#servicios h2 {
    color: #ffffff;
}

#servicios .card{
    padding: 35px;
}

div.wrpSombra{
    box-shadow: 0px 0px 10px #000000;
}

div.wrpServ{
    background-size: cover;
    background-position: center;
    text-align: center;
}

div.wrpServ h2{
    color: #ffffff;
    padding: 10vh 0;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0;
    text-shadow: 4px 4px 10px #222;
}

div.btmServ{
    background-color: #d9455f;
    color: #ffffff;
    text-align: center;
    padding: 3.5vh 0;
    font-size: 18px;
    margin-bottom: 16px;
}

.serv1{
    background-image: url(img/bg-servicios-1.png);
}

.serv2{
    background-image: url(img/bg-servicios-2.png);
}


section#clientes{
    background-image: url('img/bg-clientes.jpg');
    background-size: cover;
    background-position: bottom center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    color: #ffffff;
}

section#soluciones{
    background-image: url('img/bg-soluciones.jpg');
    background-size: cover;
    background-position: center;
}

section#servicios{
    background-image: url('img/bg-soluciones2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

section#soluciones h2{
    padding: 12.5vh 0 15vh;
    color: #ffffff;
}

section#contacto{
    padding-top: 10vh;
    padding-bottom: 10vh;
}

section#contacto h2{
    color: #d9455f;
    text-align: center;
    margin-bottom: 45px;
}

section#contacto input  textarea {
    background-color: #f5f5f5;
}

section#contacto form{
    margin-bottom: 60px;
}

section#contacto h6{
    color: #999999 !important;
    text-transform: uppercase;
    margin-top: 10px;
}

section#contacto hr{
    border: 6px solid #d9455f;
    width: 10%;
    margin-top: 10px !important;
}

/* helpers */ 

.mb45{
    margin-bottom: 45px;
}


@media (max-width: 33.9em) {
    #landing h2{
        margin-top: 30px;
    }

    #clientes img{
        margin-bottom: 15px;
    }
    #soluciones h2{
        padding-top: 2.5vh !important;
        text-align: center;
    }
}