/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.service-item
{
    transform: scaleX(.1);
    opacity: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
body {
    /* font-family: 'Montserrat Alternates', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    box-shadow: 0, 0, 0;
    color:#444;
}
.jumbotron{
    margin-bottom:0;
}
.navbar-brand{
    height:auto;
}
.navbar-brand img{
    width: 220px;
    margin-top:20px;
}
.icon-bar{
    background-color:#738f94;
}
.dm-show-mobile{
    display: none;
}
.mt-hero{
    background-image: url(../img/hero-background.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 600px;
    padding-top:150px;

}
.mt-hero h1{
    font-size: 44px;
    color: #f76239;
    font-weight: 700;
    padding-top:0;
    margin-top:0;
}
.mt-hero h3 {
    color:#fff;
    font-weight: 500;
    font-size: 26px;
    padding-top:160px;
    padding-bottom: 0;
    margin-bottom:0;
}
@media(max-width:664px){
    .mt-hero h3{
        padding-top:0px;
    }
    .mt-hero_form-container{
        margin-top:40px;
    }
}

.mt-hero_form-container{
    background-color: rgba(0,0,0,.4);
    padding-top:30px;
    padding-bottom:30px;
}
.mt-hero_form-container h4{
    text-align: center;
    color:#fff;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 20px;
}



.navbar-nav > li > a{
    margin-top:30px;
    font-family: 'Montserrat', sans-serif;
    color:#f76239;
    cursor: pointer;
    text-shadow: none;
    font-size: 24px;
    padding-left:5px;
    padding-right:5px;
}
.navbar-right > li > a:hover{
    background-color: transparent;
}

section{
    padding-top:60px;
    padding-bottom:60px;
}

footer{
    background-color:#000;
    padding-top:40px;
    padding-bottom:20px;
    color:#fff;
}
footer a{
    color:#fff;
}
.mt-service .mt-background01{
    background-image: url(../img/background01.jpg);
    background-size: cover;

}

.mt-service .mt-background02{
    background-image: url(../img/background02.jpg);
    background-size: cover;
    
}

.dm-footer_logo{
 text-align: center;
}
.mt-footer_social{
    text-align: right;
}
.mt-footer_social{
    color:#fff;
    font-size: 24px;
}
.header-go-white{
    background-color:rgba(255,255,255,.4);
    padding-top:0;
}
footer p{
    font-size: 10px;
}
.dm-contact p{
    color:#738f94;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.dm-contact input,
.dm-contact select,
.dm-contact textarea
{
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    padding:5px 10px;
    font-size: 12px;
    border-radius: 0;
    background-image: none;
    border:0;
    background-color:#f76239;
    font-weight: 500;
}

.dm-contact select{
    padding: 3px 2px 2px 10px;
height: 40px;
font-weight: 500;
}

.dm-contact input::placeholder,
.dm-contact select::placeholder,
.dm-contact textarea::placeholder{
    color:#fff;
    font-weight: 500;
}

#enviarForm{
    background-color:#fff;
    color:#f76239;
    text-align: center;
    
    padding: 5px 15px;
    border:0;
    text-transform: uppercase;
    min-width: 120px;
    transition: all .5s;
    font-weight: 500;
}
#enviarForm:hover{
    background-color:#f76239;
    color:#fff;
}

label.error{
	color:#d40000;
	font-size: 12px;
	background:#ffdede;
	padding:10px 20px;
	width: 100%;
	border-radius: 5px;

}
.mt-spacer{
    background-color: #000428;
    padding-top:20px;
    padding-bottom:20px;    
    color:#e5e5e3;
    font-size:17px;
    font-weight: 500;
}
.mt-spacer p{
    margin-bottom:0;
}
.mt-spacer img{
    max-width: 100%;
}
.mt-products h2{
    font-size: 28px;
    font-weight: 700;
    color:#f76239;
    padding-bottom:40px;
}
.service-item p{
    font-size: 12px;
    font-weight: 500;
    color:#00065e;
    text-align: center;
    margin-top:10px;
}
.mt-service h6{
    font-size:14px;
    font-weight: 500;
}
.mt-service h5{
    font-size:20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.mt-service p{
    font-size:12px;
    font-weight: 500;
    color:#000;
}
.mt-theenterprise .col-sm-4,
.mt-logistica .col-sm-4{
    background-color:#fff;
    padding:20px;
    margin-top:30px;
    margin-bottom:30px;
}
.mt-logistica .col-sm-4{
    margin-top:60px;
}
.mt-theenterprise h6{
    color:#f76239;
}
.mt-theenterprise h5{
    color:#f76239;
    
}
.mt-logistica h6{
    color:#00065e;
}
.mt-logistica h5{
    color:#00065e;
}
.mt-service .row{
    min-height: 400px;
    margin-bottom:40px;
}

.mt-description{
    margin-top:0;
    padding-top:0;
}
.mt-orange-back{
    background-color: #f76239;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mt-blue-back{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color:#fff;
    background-color: #000428;
    min-height: 150px;
}
.mt-blue-back i{
    color:#f76239;
    font-size: 40px;
    text-align: center;
    margin-top:50px;
    margin-left: 22px;
}
.mt-blue-back p{
    margin-top:24px;
}
.mt-service{
    paddinng-bottom:0;
}
.mt-logistica{
    margin-bottom:0;
}
section.mt-service{
    padding-bottom:0;
}
footer strong{
    color:#fff;
}
@media(max-width:664px){
    .mt-description p{
        font-size: 14px;
    }
    .mt-description .col-sm-10, 
    .mt-description .col-xs-2    {
        padding-left:0;
        padding-right:0;
    }
    .mt-description .col-xs-2 i{
        margin-left:10px;
    }
    .mt-footer-text{
        text-align: center;
        margin-top:20px;
    }
    .mt-footer_social{
        text-align: center;
    }
    
}