/* color fondo #1E2B4D */

* {
    /*border: red 1px solid;*/
}

html {
    /*overflow-x: hidden;*/
    scroll-behavior: smooth;
    background-color: black;
}

main {
    background-image: url("../img/trading-background-01.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
}

#navbar {
    outline: none;
    background: url('../img/ttrading-navbar-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    /*z-index: 1200;*/
}

#logo-navbar {
    max-width: 150px;
    margin: 0;
    padding: 0;
}

#header {
    margin-top: -50px;
    background-image: url("../img/ttrading-vancouver.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    overflow-x: hidden;
}

#div-header-img {
    padding-top: 150px;
    background-color: rgba(50, 50, 50, 0.3);
    height: 100vh;
}

#header img {
    width: 350px;
    max-width: 65%;
}


/*#que-hacemos-div-right {*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*    !*margin-top: 100px;*!*/
/*    overflow-x: hidden;*/
/*    !*background-image: url("../img/ttrading-world-01.jpg");*!*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    !*background-size: cover;*!*/
/*    !*height: 100vh;*!*/
/*}*/

#que-hacemos {
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 150px;
    overflow-x: hidden;
}

#quienes-somos {
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 150px;
    overflow-x: hidden;
    /*height: 100vh;*/
}

#ttrading-container {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

#servicios {
    padding-top: 150px;
    overflow-x: hidden;
}

/*#section-serv {*/
/*    overflow-x: hidden;*/
/*}*/

/*#canada {*/
/*    width: 31%;*/
/*    margin-top: 50px;*/
/*    margin-right: 2rem;*/
/*}*/

/*#conosur {*/
/*    width: 31%;*/
/*    margin-right: 2rem;*/
/*}*/

/*#logistica {*/
/*    width: 31%;*/
/*    margin-top: -50px;*/
/*}*/

#contacto {
    background-color: rgba(255, 255, 255, 0.75);
    /*padding-top: 150px;*/
    overflow-x: hidden;
    /*height: 100vh;*/
}

#top-footer {
    background-image: url("../img/ttrading-truck-02.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    overflow-x: hidden;
}

#footer {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    outline: none;
    background: url('../img/ttrading-footer-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

/************* Flecha abajo **************/
.elemento {
    width: 1px;
    height: 1px;
    margin: 0 auto;
    position: relative;
}

.animatedColor {
    color: white;
}

.animatedColor2 {
    color: rgba(0, 0, 0, 0.75);
}

.flecha {
    animation: arrow 1s ease-in-out infinite;
    font-size: 30px;
}

.flecha:hover {
    animation: arrow 1s ease-out infinite !important;
    color: #a47600;
}

@keyframes arrow {
    0% {
        transform: translate(0px, 50px);
    }
    50% {
        transform: translate(0px, 60px);
    }
    100% {
        transform: translate(0px, 50px);
    }
}

#navbar-nav > li > a, h6 > a {
    text-decoration: none;
    /*background-image: linear-gradient(currentColor, currentColor);*/
    /*background-image: linear-gradient(#2580C3, black);*/
    background-image: linear-gradient(white, black);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s;
}

#navbar-nav > li > a:hover, a:focus {
    background-size: 100% 2px;
}

h6 > a:hover, a:focus {
    background-size: 100% 2px;
}

h6 > a {
    text-decoration: none !important;
    color: white !important;
}

.cardContacto > div:hover {
    border: 1px solid black;
    background-color: #e7e7e7 !important;
    color: black !important;
}

.cardContacto > div:hover a {
    color: black !important;
}