/*General*/
section:not(#mainSection){padding:50px 0 0px;}
p{text-align: justify;}
h1,h2,h3,h4{color:#333333}
.pb-0{padding-bottom:0 !important;}
.pt-0{padding-top:0 !important;}
.pt-20{padding-top:20px;}
.pt-10{padding-top:10px;}
.pb-20{padding-bottom:20px;}
.pb-20{padding-bottom: 30px;}
.mt-10{margin-top:-10px;}
.mt-80{margin-top:80px;}
.mt-100{margin-top:100px;}
.mb-100{margin-bottom:100px;}
.mb-80{margin-bottom:80px;}
.fs-17{font-size:17px;}
.fs-20{font-size:20px;}
.item-center{display:block;margin:auto;}
.b-orange{background:#f90 !important;}
.b-blue{background:blue;}
.b-black{background:#000;}
li{ line-height: 37px;}
.b-orange-wit { background:#DE4D3B; }
.b-gray-wit { background: #DBD8D3; }
.b-dark-wit { background: #29292B; }
.color-dark-wit { color: #29292B!important; }
.color-orange-wit { color: #DE4D3B!important; }
.form-div i{color:#DE4D3B;}
.text-uppercase{text-transform: uppercase;}
.color-white{color:white !important;}
.color-black{color:black !important;}

.color-grad-orange { background-color: #DE4D3B   !important;  }
.btn-padding{padding: 5px 30px;}
.position-absolute{position: absolute;}
.line-height-30{line-height:30px;}
hr { width: 60%; margin-left: auto; margin-right: auto;
}
/*NavBar*/ 
.navbar-transparant {background-color: transparent !important;border-color: rgba(255, 255, 255, 0.4); }
.navbar-black{background-color:black;}
/*header{margin-bottom: -105px;}*/

/*Footer*/
footer p{ font-size: 15px; margin-top: 30px;}

/*Banner Principal*/
#home.static-bgimage{background-image: url("/images/site/banner.png");}
#home.static-bgimage .header-div-1 h1{font-size: 50px;color: #fff;line-height: 60px !important;}
#home.static-bgimage .header-content{color: #dedbdb;font-size:28px;}

/*Who we are*/
#whoweare p{text-align: left; margin-bottom: 30px; font-size: 26px; line-height: 42px;}
#whoweare h2{font-size: 16px; line-height: 36px;}
#whoweare img{margin-top: 20px;}

/*How it started*/
#howitstarted .mt-49{margin-top:49px;}

/*Logistics*/
#logistics img{margin-top: 43px;}

/*How we do it*/
#howwedoit h2{display: inline-block; }
#howwedoit img{width:60%;}

/*Contact*/
#contact .form-control:focus{box-shadow: 0 0 0 .2rem rgba(253, 177, 67, 0.68) !important;}
#contact2 i{color:#DE4D3B;}
#contact2{ margin-top: 50px; }

.img_servicio {

    padding: 5px;
    border-radius: 21px 21px 21px 21px;
    -moz-border-radius: 21px 21px 21px 21px;
    -webkit-border-radius: 21px 21px 21px 21px;
}

@media screen and (max-width: 480px),(orientation: landscape) and (max-width: 1000px) {
    /*Main slider*/
    #mainSection{text-align: center;}
    #mainSection .static-bg-padding{padding:10px 0 10px 0;}

    /*Contact*/
    #contact2 p{text-align: center;}

    /*Footer*/
    footer, footer a, footer p, footer .text-right{text-align:center !important;}
    footer p{margin-top:14px;}
}

@media(max-width:992px){
	.hidden-md-down{display:none !important;}
}
@media(min-width:993px){
	.hidden-md-up{display:none !important;}
}
