/* 

App Landing Template

http://www.templatemo.com/tm-474-app-landing

*/

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Light.eot');
    src: local('Fira Sans Light'),
         url('../fonts/FiraSans-Light.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Light.woff') format('woff'),
         url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('../fonts/FiraSans-Regular.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Regular.woff') format('woff'),
         url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('../fonts/FiraSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Bold.woff') format('woff'),
         url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
    overflow: hidden;
}
body {
    background: #455a64;
    overflow: auto;
    height: 100vh;
}
/***** Typography *****/
body, p, a, th, td, li, dl, .form-control { font: normal normal 300 18px/2em 'Fira Sans';}
b, strong, dt { font-weight: 400;}
h1, h2, h3, h4, h5, h6 { line-height: 2em;}
.mgl{margin-left: 0;}
.mgr{margin-right: 0;}
.fr{float: right;margin-right: -200px;margin-bottom: 80px;}
.shadow-top-down {
    box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.75);
    transition: all .5s;
}
.shadow-top-down:hover { box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
/***** Material Form Elements *****/
form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
form .form-group { margin-top: 30px;}
form input.form-control,
form button.form-control,
form textarea.form-control ,
form select.form-control {
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    border-radius: 0px;
    height: 45px;
}
form input.form-control:focus,
form button.form-control:focus,
form textarea.form-control:focus {
    border-bottom-color: #c0c0c0;
    box-shadow: none;
}
form button.form-control {
    background-color: #275267;
    transition: .5s;
}
form button.form-control[type=reset] { background-color: transparent;}
form button.form-control:hover,
form button.form-control:focus {
    border-bottom-color: #275267;
    background-color: #1c2d35;
}
form textarea.form-control { min-height: 120px;}
form .input-group-addon { 
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    vertical-align: top;
    border-radius: 0;
    color: white;
}
form .input-group-addon i { padding-top: 10px;color: #000;}
form .checkbox input[type=checkbox] { margin-top: 12px;}
/***** Images Padding Config *****/
.img-rounded { border-radius: 4px;}
.img-n-pargaraph .pull-right {
    padding: 0;
    margin: 10px 0 15px 15px;
}
.img-n-pargaraph .pull-left {
    padding: 0;
    margin: 10px 15px 15px 0;
}
/***** Template Header *****/
header.template_header h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    color: #ffff;
}
header.template_header2{
    /*width: 50%;*/
}
header.template_header2 h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: right;
    margin-top: 50px;
    color: #243943;
}
header.template_header3 h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: left;
    color: #243943;
}
header.template_header h1 span {
    position: relative; 
    top: -15px;
}

header.template_header1 h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    color: #243943;
}

/***** Main Menu *****/
nav.main-menu {
    top: 130px;
    right: 100px;
    z-index: 998;
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(37,58,68,.15);
}
nav.main-menu a:link, nav.main-menu a:hover, nav.main-menu a:focus, nav.main-menu a { 
    color: #455a64;
    text-align: left;
    font: normal normal 400 18px/30px 'Fira Sans', sans-serif;
    padding: 10px 50px 10px 30px;
    border-radius: 0;
}
.show-menu {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 100px;
    text-align: center;
}
.show-menu a:hover, .show-menu a {
    font: normal normal 100 100px/70px 'Fira Sans', sans-serif;
    border: 1px solid rgba(37,58,68,.15);
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    display: block;
    color: #455a64;
    width: 70px;
    height: 70px;
    padding: 0px;
    outline: none;
}
/***** Home *****/
#templatemo_home {
    background: url(../images/slide1.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 130px;
    color: #fff;
}
#templatemo_home .templatemo_home_inner_wapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#templatemo_home h1 {
    margin-top: 90px;
    margin-bottom: 50vh;
    font: normal normal 400 70px/80px 'Fira Sans', sans-serif;
}
#templatemo_home h2 {
    font: normal normal 100 36px/40px 'Fira Sans', sans-serif;
}
#templatemo_home p {
    margin: 50px 0 50px 0;
    font: normal normal 100 18px/40px 'Fira Sans', sans-serif;
}
#templatemo_home p a {
    background-color: rgba(255,255,255,.6);
    border-bottom: 1px dotted #000;
    text-decoration: none;
    padding: 5px;
    color: #000;
}
#templatemo_home p a:hover {
    background-color: rgba(255,255,255,.75);
    border-bottom: 0px dotted #000;
}
#templatemo_home a.btn_wapper {
    margin-bottom: 150px;
}
#templatemo_home a.btn {
    font: normal normal 300 18px/60px 'Fira Sans', sans-serif;
    margin-bottom: 30px;
    border-radius: 0px;
    background: #fff;
    height: 63px;
    color: #000;
    padding: 0;
}

#nosotros {
    background-color: #fff;
    background: url(../images/expressfrakt2.png) fixed;
    background-size: cover;
    background-position: bottom;
}
ul.listing li{
	list-style: none;
}
ul.listing li i{padding-right: 10px;}
/***** Features *****/
#templatemo_features {
    background: #455a64 url(../images/pattern_bg.png) fixed;
    padding-bottom: 130px;
}
#templatemo_features p {
    padding-bottom: 30px;
    text-align: center;
}
#templatemo_features .feature-box {
    transition: all .5s;
    background: transparent;
    padding: 0px 0 0px 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
#templatemo_features .feature-box:hover {
    padding: 0;
    color: #fff;
}
#templatemo_features .feature-box .feature-box-inner {
    box-shadow: inset 0px 0px 0 10px #cecece;
    border-bottom: 10px solid #cecece;
    border-top: 10px solid #cecece;
    transition: all .5s;
    background: #fff;
    padding: 20% 0;
    margin: auto;
}
#templatemo_features .feature-box:hover .feature-box-inner {
    box-shadow: inset 0px 0px 0px 0px #cecece;
    border-bottom: 10px solid #3d799f;
    border-top: 10px solid #3d799f;
    padding: 15%;
    background: #3399cc;
}
#templatemo_features .feature-box p {
    /*max-width: 250px;*/
    /*min-height: 150px;
    line-height: 32px;*/
    padding-top: 30px;
    font-size: 2.2rem;
    font-size: 22px;
    margin: auto;
}
#templatemo_features .feature-box .feature-box-icon {
    border-radius: 0px;
    text-align: center;
    padding-top: 5px;
    font-size: 56px;
    color:#233842;
}
/***** Download *****/
#templatemo_download { 
    background: url(../images/download_background.jpg) fixed;
    background-size: cover;
}
#teamplatemo_download div.container{
    margin: 0 auto 0 0;
}
#templatemo_download h2 {
    font: normal normal 100 100px/150px 'Fira Sans', sans-serif;
    text-align: left;
    color: #fff;
}
#templatemo_download p{
    text-align: left;
    color: #253a44;
    list-style: none;
    margin-left: 10%;
}
#nosotros p, #nosotros ul {
    text-align: left;
    color: #253a44;
    list-style: none;
}
#templatemo_download a {
    margin: 50px 43px 100px auto;
    display: block;
    width: 260px;
}
#nosotros a {
    margin: 50px 0 100px 43px;
    display: block;
    width: 260px;
}
#templatemo_download .templatemo_download_text_wapper {
    width: 100%;
    /*max-width: 550px;*/
    /*margin: auto;*/
}
/***** Element *****/
#templatemo_element .container {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-radius: 5px;
}
#templatemo_element header h1 { color: #000;}
#templatemo_element #element-icon-wapper {
    overflow: hidden;
    border-radius: 5px;
}
#templatemo_element #element-icon-wapper > div {
    background-color: rgba(0,0,0,.05);
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#templatemo_element #element-icon-wapper > div:hover {
    transition: .5s;
    background-color: rgba(0,0,0,.2);
}
#templatemo_element #element-icon-wapper a { color: #000;}
#templatemo_element #img-grid-wapper > div { padding: 5px;}
/***** Contact *****/
#templatemo_contact {
    background: #455a64 url(../images/pattern_bg.png) fixed;
    color: #fff;
}
#templatemo_contact header h1 { color: #fff;}
#templatemo_contact p, #templatemo_contact a  {
    line-height: 2.5em;
    color: #fff;
}
#templatemo_contact form .form-group { margin-top: 30px;}
#templatemo_contact form input.form-control,
#templatemo_contact form button.form-control,
#templatemo_contact form textarea.form-control ,
#templatemo_contact form select.form-control { border-bottom: 3px solid #fff;color: #fff;}
#templatemo_contact form input.form-control:focus,
#templatemo_contact form button.form-control:focus,
#templatemo_contact form textarea.form-control:focus { border-bottom-color: #275267;}
#templatemo_contact form textarea.form-control { min-height: 120px;}
#templatemo_contact form .input-group-addon { border-bottom: 3px solid #fff;}
#templatemo_contact form .input-group-addon i { color: #fff;}
#templatemo_contact .social {
    margin: 0px auto 40px auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
}
#templatemo_contact .social li {
    margin-left: 0;
    width: 25%;
}
#templatemo_contact .social a {
    margin: 50px auto 4px auto;
    background-color: #fff;
    border-radius: 50px;
    padding-top: 15px;
    font-size: 40px;
    line-height: 40px;
    transition: .5s;
    display: block;
    height: 70px;
    color: #fff;
    width: 70px;
}
#templatemo_contact .social a:hover {
    transform: rotate(360deg);
    color: #223741;
}
#templatemo_contact .social .social-facebook { background: #4a6fb5;}
#templatemo_contact .social .social-twitter { background: #28a9e0;}
#templatemo_contact .social .social-youtube { background: #f86d70;}
#templatemo_contact .social .social-instagram { background: #cab9a9;}
/***** Footer *****/
footer {
    padding: 20px 0 16px 0;
    text-align: center;
    background: #fff;
}
.footer-copyright p {
    margin:20px auto 20px auto;
    text-align: center;
    line-height: 32px;
    color: #666;
}
.footer-copyright a { 
    border-bottom: 1px dotted #fff;
    color: #666;
}
.footer-copyright a:hover {
    color: #000;
    border: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-menu {right: 50px;}
    nav.main-menu {right: 50px;}
}
@media (max-width: 991px) {
    .show-menu {right: 30px;}
    nav.main-menu {right: 30px;}
}
@media (max-width: 767px) {
    #templatemo_download h2 {font-size: 70px;}
    #templatemo_home h2 {font-size: 26px;}
}
@media (max-width: 400px) {
	#templatemo_home {
	    background: url(../images/slidemb.jpg);
	    /*-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;*/
	    padding-bottom: 100px;
	    background-position: bottom center;
	    background-attachment: fixed;
	    background-repeat: no-repeat;
	}
    nav.main-menu {right: 10px;}
    .show-menu {right: 10px;}
    #templatemo_contact .social a {
        padding: 18px;
        font-size: 25px;
        line-height: 20px;
        height: 60px;
        width: 60px;
    }
    .fr{float: none;margin-right: 0;}
    header.template_header h1 {font-size: 40px;}
    header.template_header3 h1 {font-size: 40px;}
    header.template_header2 {
    	width: 100%;
	}
	header.template_header2 h1 {
    	font-size: 40px;
	}
	h1 img{width: 80%;}
	#nosotros a {
    	margin: 50px 0 100px 0px;
	}
}

/*cookies*/
.container-cookies {
    width: 100%;
    float: middle;
    padding-left: 150px;
    padding-right: 10px;
    padding-bottom:50px;
    padding-top:50px;
    
}
.container-cookies .container a{
    color: #838383;
}
.container-cookies a:hover {    color: #D0AF51; }
.cookies {
    width: 70%;
    float: middle;
    padding-left: 5px;
    padding-right: 150px;
}
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    line-height: 20px;
    top:10%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#8cc6f2;
}

/*-- ARREGLOS ESTELA --*/

.product-menu a{
    padding: 1em;
}

/*---*/
/*-- ARREGLOS ÁLVARO -->*/
.wd100 {
    width: 100%;
}
.sapl {
    position: relative;
}
.position-fixed {
    position: fixed;
}


/* 8. Media Queries 
--------------------------------------*/
@media screen and (max-width: 994px) {
    .product-menu li {
        font-size: 1em;
        padding: 11px 15px;
        width: 50%;
        line-height: 1em;
    }

    .product-menu li.active { width: 50%; }
    .product-menuindex li {
        font-size: 1em;
        padding: 11px 15px;
        width: 50%;
        line-height: 1em;
    }
    .header-left,
    .header-right {
        height: 300px;
    }
    .site-name {    font-size: 36px; float: center; padding-right: 20px; }
    .header-hr {    width: 25px; }
    .slogan {
        font-size: 10px;
        letter-spacing: 4px;
        padding-bottom: 5px;
    }
    .blog-post-aside { padding-top: 0; }

    #barraaceptacion {
    font-size: 7px;
    display:none;
    position:fixed;
    left:0px;
    padding-right:15px;
    bottom:5px;
    padding-bottom:5px;
    width:100%;
    text-align:center;
    min-height:120px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
.contact.block-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.block-right .contact-mapa .mapa iframe{
    height: 300px;
    /*width: 300px;*/
    padding-left:2px;
    float: none;
    width: 100%;
    
}
}


@media screen and (max-width: 767px) {
    .row-mg0 { margin:0;}
    .block-left,
    .block-right {
        float: none;
        width: 100%;
    }
    .header-left { height: 140px; width:100%; }
    .header-right { height: 200px; width:100%;}
    .header-text-wrap,
    .header-left-overlay { height: 100px; }
    .social { height: 40px; }
    .nav {
        background: rgba(0,0,0,0.7);
        display: none;
        position: fixed;
        top: 50px;
        right: 5px;
        width: auto;
        height: auto;
        overflow: auto;
        z-index: 1000;      
    }
    .nav li {
        display: block;
        float: none;
    }
    .mobile-menu-icon {
        cursor: pointer;
        display: block;
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 1000;
    }
    .mobile-menu-icon:hover .fa { background-color: #3C3C3D; }
    .mobile-menu-icon .fa {
        color: #D0AF51;
        background-color: rgba(0,0,0,0.5);
        font-size: 1.5em;
        width: 40px;
        height: 40px;
        padding-top: 9px;
        padding-left: 11px;
    }
    .post-social,
    .post-date {
        width: 90px;        
    }
    .post-date {    height: 90px; }
    .date { font-size: 2em; }
    .contact.block-left {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #google-map { height: 400px; width: 500px; position: left; padding-left: 2px;}
    .container-cookies{
        font-size: 9px;
        letter-spacing: 3px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
    .container-cookies h3 {
        font-size: 10px;
    }
    .container-cookies h4 {
        font-size: 10px;
    }
    .block-right .contact-mapa .mapa iframe{
    height: 300px;
    /*width: 300px;*/
    padding-left:2px;
    float: none;
    width: 100%;
    
}
}

@media screen and (max-width: 540px) {
    .row-mg0{ margin:0;}
    .date { font-size: 1.2em; }
    .post-social,
    .post-date {
        width: 80px;
    }
    .post-date {    height: 60px; }
    .post-social { padding-top: 55px; }
    .post-social .fa {
        width: 30px;
        height: 30px;
        padding: 7px;
    }
    .fa-2x { font-size: 1.2em; }
    .block-right .contact-mapa .mapa iframe{
    height: 300px;
    /*width: 300px;*/
    padding-left:2px;
    float: none;
    width: 100%;
    height:90%;
}
}

@media screen and (max-width: 500px) {
    h2 { font-size: 2.4em; }
.block-right .contact-mapa .mapa iframe{
    height: 300px;
    /*width: 300px;*/
    padding-left:2px;
    float: none;
    width: 100%;
    
}   
}

@media screen and (max-width: 490px) {
    .product-menu li { line-height: 1px; }
    .product-menu a {
        font-size: 0.6em;
        padding: 10px 15px;
    }
    .container-cookies{
        font-size: 7px;
        letter-spacing: 3px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        margin-right:0;
    }
    
    .container-cookies h3 {
        font-size: 9px;
    }
    
    .container-cookies .container {
padding-left: 2px;
padding-right: 2px;
}
.container-cookies .gold-border {
        padding-left: 1px;
        margin-left: 0;
    }
    .block-right .contact-mapa .mapa iframe{
    height: 300px;
    /*width: 300px;*/
    padding-left:2px;
    float: none;
    width: 100%;
    
}
}

@media screen and (max-width: 345px) {
    #google-map { height: 400px; width: 500px; position: left; padding-left: 2px;}
    .product-menu a { padding: 10px; }
.container-cookies{
        font-size: 7px;
        letter-spacing: 3px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        margin-right:0;
    }
    .container-cookies h3 {
        font-size: 9px;
    }
    .container-cookies .gold-border {
        padding-left: 1px;
        margin-left: 0;
    }
.container-cookies .container {
padding-left: 2px;
padding-right: 2px;
}
.barracookies .inner {
    font-size: 7px;
    display:none;
    /*position:fixed;*/
    left:10px;
    padding-right:50px;
    bottom:50px;
    padding-bottom:50px;
    width:80%;
    text-align:center;
    min-height:80px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
.block-right .contact-mapa .mapa iframe{
    /*height: 300px;*/
    /*width: 300px;*/
    padding-left:2px;
    float: none;
    width: 100%;
    height:100%;
}   
}