/* General */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
    text-decoration: none;
}

.main-container {
    width: 100%;
    margin: auto;
}

.container100 {
    width: 100%;
    margin: auto;
}

.active {
    color: #fff;
}

/* Bar Contact */
.contact-bar {
    position: relative;
    background: #ef6036;
    width: 100%;
    height: 46px;
    padding: 14px;
    font-size: 14px;
}

/* --- Clase que agregaremos cuando el usuario haga scroll --- */
.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	max-width:100%;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}

.contact-info a, .social-media a, .invoicing a{
    color: #fff;
    text-decoration: none;
}

.contact-info a i, .social-media a i, .invoicing a i{
    margin: 5px 10px;
}

header .contact-bar .contact-info {
    display: inline-block;
    position: relative;
}

.social-media {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

.invoicing {
    display: inline-block;
    position: absolute;
    right: 30px;
}

/* Section Menu */
.menu_bar {
	display:none;
}

.menu {
    width: 100%;
    background: #fff;
}

.logo_container, .main_menu {
    width: 100%;
    margin: auto;
    text-align: center;
}

.logo_container {
    height: 8px;
}

.logo_container a {
    color: transparent;
}

.logo_container img {
    width: 12%;
    top: 5px;
    padding: 4px;
    position: relative;
    z-index: 9999;
}

.main_menu {
    padding-bottom: 5px;
}

#active {
    color: #000;
}

#active:hover {
    background: transparent;
}

.main_menu nav ul li {
    width: 12.8%;
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.main_menu nav ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 18px 5px;
    color: #ef6036;
}

.main_menu nav ul li a:hover {
    background: #ef6036;
    color: #fff;
}

/* Section Hero */
.hero {
    position: relative;
    width: 100%;
}

.hero-content {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.hero-txt {
    display: inline-block;
    position: absolute;
    width: 64%;
    margin: 12% 0 auto;
}

.hero-content .hero-txt i {
    display: inline-block;
    width: 8.5%;
    color: #fff;
    font-size: 300%;
}

.hero-txt h3 {
    display: inline-block;
    width: 65.5%;
    color: #fff;
    font-size: 350%;
    margin: auto 0;
    letter-spacing: 10px;
}

.hero-txt h4 {
    display: inline-block;
    font-weight: 100;
    width: 65.5%;
    color: #fff;
    font-size: 180%;
    margin: auto 0;
    letter-spacing: 15px;
}

.hero-txt h3 img{
    width: 70%;
    color: #fff;
    text-align: justify;
}

.hero-txt p {
    width: 80%;
    text-align: justify;
    margin: 15px 0;
    color: #fff;
    font-size: 16px;
    vertical-align: bottom;
}

.hero .hero-img {
    width: 100%;
}

.hero .hero-img img {
    display: block;
    width: 100%;
}

.hero .hero-button {
    display: block;
    width: 150px;
    padding: 12px;
    background: #ee5335;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

/* Section Brands */
.brands-bar {
    width: 100%;
    background: #eee;
}

.brand-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.brand-box {
    width: 25%;
    text-align: center;
    margin: 0 auto;
}

.brand-box img{
    width: 100%;
}

/* Section Footer */
.footer-bar {
    background: #ef6036;
    width: 100%;
}

.footer-content {
    width: 80%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-content h4 {
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 35px;
}

.footer-content p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

.footer-content p a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
}

.footer-social {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 20%;
    margin-right: 2%;
    float: left;
    vertical-align: bottom;
}

.footer-experience {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    vertical-align: bottom;
}

.footer-contact {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 25%;
    margin-left: 2%;
    float: left;
    vertical-align: bottom;
}

.footer-contact a {
    text-decoration: none;
    color: #fff;
}

.footer-social .footer-logo {
    height: 80%;
}

.footer-social .footer-logo img {
    width: 90%;
    margin-top: 8%;
    margin-bottom: 25%;
}

.footer-social .social-media {
    width: 90%;
    height: 20%;
    margin-bottom: 0;
    bottom: 0;
    margin-left: 0;
}

.footer-social .social-media p {
    margin: 5px auto;
}

.footer-social .social-media a i {
    margin: 15px 10px 0;
}

.footer-notice {
    background: #ee5335;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-notice a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 12px 12px 28px;
}

/* --- Clase que agregaremos cuando el usuario haga scroll --- */
/* .menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	max-width:1000px;
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5); */
/* } */
/* Seccion: Services */

/* Screen 768 */
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        margin: auto;
    }

    .contact-bar {
        display: inline-flex;
        align-content: space-between;
    }
    
    .contact-info a, .social-media a, .invoicing a{
        line-height: 0; 
        font-size: 0;
        color: transparent;
    }

    .contact-info a i, .social-media a i, .invoicing a i{
        display: inline-flex;
        align-items: center;
        font-size: 18px;
        color: #fff;
    }

    #empty {
        display: none;
    }

	.main_menu nav { 
		width: 80%;
		height: 100%;
        left: -100%;
        margin: auto 10%;
        position: fixed;
        z-index: 9999;
	}

	.main_menu nav ul li {
        background: #ef6036;
        width: 100%;
		display: block;
		border-bottom: 1px solid rgba(255,255,255, .3);
    }
    
    .main_menu nav ul li a{
        color: #fff;
        text-align: left;
    }
    
    .logo_container img {
        display: none;
    }
    .menu_bar img {
        padding: 5px;
        height: 40px;
    }

	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		background:#fff;
		color:#ef6036;
		text-decoration:none;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
    }
    
    .hero-txt {
        width: 100%;
    }

    .hero-content .hero-txt i {
        display: none;
    }    

    .hero-txt h3 {
        display: block;
        width: 80%;
        color: #fff;
        font-size: 200%;
        margin: auto 0;
    }

    .hero-txt h3 img{
        display: block;
        width: 50%;
        margin: auto 0;
    }
    
    .hero-txt p {
        display: none;
    }

    .hero-txt .hero-button {
        display: none;
    }

    .footer-bar {
        text-align: center;
    }

    .footer-content {
        width: 80%;
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }

    .footer-social {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    .footer-experience {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    .footer-contact {
        width: 100%;
        display: inline-block;
        margin: 0 auto 15px auto;
    }

    .footer-social p {
        display: none;
    }

    .footer-social .social-media {
        width: 100%;
        display: inline-block;
        margin: 5px auto;
        padding: 10px;
        text-align: center;
    }

    .footer-social .social-media a i{
        text-align: center;
    }

    .footer-social img {
        display: none;
    }

    .footer-info h4 {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .footer-info p {
        font-size: 12px;
        text-align: justify;
    }

    .footer-notice {
        background: #ee5335;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    .footer-notice a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 12px 12px 28px;
    }
}

/* Screen 900px */
@media screen and (max-width: 900px) {
    .logo_container {
        height: 10px;
    }

    .hero-txt {
        display: inline-block;
        position: absolute;
        width: 75%;
        margin: 8% 0 auto;
    }
    
    .hero-content .hero-txt i {
        display: inline-block;
        width: 6%;
        color: #fff;
        font-size: 200%;
    }

    .hero-txt h3 {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: 200%;
        margin: auto 0;
    }
    .hero-txt p {
        width: 80%;
        text-align: justify;
        margin: 15px 0;
        color: #fff;
        font-size: 16px;
        vertical-align: bottom;
    }
}

/* Section Responsive*/

/* Screen 1920

@media screen and (max-width:1920px ) {
    .logo_container {
        height: 10px;
    }
    
    .logo_container a {
        color: transparent;
    }
    
    .logo_container img {
        width: 9%;
        top: 8.5px;
        padding: 5px;
    }
}
*/
/* Screen 1200px */
@media screen and (max-width:1200px ) {
    .logo_container {
        height: 10px;
    }
    
    .logo_container a {
        color: transparent;
    }
    
    .logo_container img {
        width: 10%;
        top: 12px;
        padding: 5px;
    }

    .hero-txt {
        width: 75%;
    }

    .hero-content .hero-txt i {
        display: inline-block;
    }    

    .hero-txt h3 {
        display: inline-block;
        width: 60%;
        color: #fff;
        font-size: 200%;
        margin: auto 0;
    }

    .hero-txt h3 img{
        display: block;
        width: 50%;
        margin: auto 0;
    }
    
    
    .hero-txt p {
        width: 80%;
        text-align: justify;
        margin: 15px 0;
        color: #fff;
        font-size: 16px;
        vertical-align: bottom;
    }

}

/* Screen 1024 
@media screen and (max-width: 1024px ) {
    .logo_container {
        height: 10px;
    }
    
    .logo_container a {
        color: transparent;
    }
    
    .logo_container img {
        width: 13%;
        top: 4px;
        padding: 5px;
    }

    .hero-title h3 {
        width: 45%;
        position: relative;
        top: 50px;
        left: 150px;
        color: #fff;
        font-size: 200%;
        vertical-align: bottom;
    }
    
    .hero-title p {
        width: 40%;
        position: relative;
        text-align: justify;
        margin: 15px 0;
        top: 60px;
        left: 150px;
        color: #fff;
        font-size: 16px;
        vertical-align: bottom;
    }
}

Screen 900 
@media screen and (max-width: 900px) {
    .logo_container {
        height: 10px;
    }
    
    .logo_container a {
        color: transparent;
    }
    
    .logo_container img {
        width: 14%;
        top: 10px;
        padding: 5px;
    }

    .hero-title h3 {
        width: 45%;
        position: relative;
        top: 30px;
        left: 150px;
        color: #fff;
        font-size: 200%;
        vertical-align: bottom;
    }
    
    .hero-title p {
        width: 40%;
        position: relative;
        text-align: justify;
        margin: 10px 0;
        top: 40px;
        left: 150px;
        color: #fff;
        font-size: 16px;
        vertical-align: bottom;
    }
}
