@font-face {
    src: url('/fonts/Poppins/Poppins-Regular.ttf');
    font-family: 'poppins';
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/Poppins/Poppins-Bold.ttf');
    font-weight: 700;
}

body{
    font-family: 'poppins'!important;
}

.banner{
    background-image: linear-gradient(to right,rgba(22, 2, 2, 0.9),rgba(255, 0, 0, 0.7));
    height: 100vh;
    position: relative;
    width: 100%;
}

#header{
    background-image: url('/img/3.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.navbar{
    box-shadow: none;
    justify-content: space-around!important;
    padding: 40px;
}

.navbar-nav li a{
    color: white;
    margin: 10px;
    transition: all 0.5s;
}

.navbar-nav li a:hover{
    color: black;
    transition: all 0.5s;
}

#commerce h1{
    font-weight: 700;
}

#commerce{
    color: #fff;
    text-align: center;
    transform: translateY(100%);
}

.btn-gradiente{
    background-image: linear-gradient(to right,rgb(249, 15, 15),rgb(105, 14, 14));
    color: #fff;
    padding: 15px;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.4),
    0 0px 40px 0px rgba(0, 0, 0, 0.4);
}

.btn-menu{
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2),
    0 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.swich-express{
    padding: 20px;
}

.title{
    text-align: center;
    font-weight: 700;
}

.item-express{
    display: flex;
    align-items:  center;
}

.item-express h5{
    margin-left: 10px;
    font-size: 13pt;
}

.btn-more{
    padding: 8px!important;
    box-shadow: none!important;
}

.card-express{
    border-radius: 8px;
    border-left: 4px solid red!important;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2),
    0 0px 20px 0px rgba(0, 0, 0, 0.2);
    border: 0;
    margin: 10px;
}

.help-express{
    background-image: linear-gradient(to right,rgb(7, 1, 1), rgb(132, 14, 14));
    text-align: center;
}

.card-help{
    border-top: 4px solid red!important;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2),
    0 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 0;
    /*height: 355px;*/
    margin: 10px;
}

.card-help h5{
    font-weight: 700;
}

.card-help img{
    border-radius: 5px 5px 0px 0px;
    height: 200px;
    object-fit: cover;
}

.about{
    padding: 20px;
}

.about h2{
    text-align: left;
}

.about p{
    text-align: justify;
    font-size: 14pt;
}

.about img{
    display: block;
    margin: 0 auto;
}

.contact-us{
    margin-top: 100px;
}

.input-express{
    padding: 10px;
}

.form-send-email{
    height: 400px;
}

.contact-us .card-c{
    width: 400px;
}

.social{
    display: flex;
    justify-content: center;
}

.logo{
    width: 70px;
    height: 60px;
    border-radius: 10px;
}

.nav-categoria .active{
    background-color: red!important;
}

.nav-categoria button{
    border: 0!important;
    margin-right: 5px;
    width: 200px;
}

.nav-categoria button:active{
    outline: 0!important;
}
