/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* Fix problems */

@media (max-width: 479px) {
	.container {
	    width: 90% !important;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
    .container {
        width: 90% !important;
    }
}


/* Fuentes */

@font-face {
    font-family: '';
    src: url('/css/fonts/.woff2') format('woff2'),
         url('/css/fonts/.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* General CSS */

@media (max-width: 768px) {
    .center-on-sm {
        text-align: center !important;
    }
}

.error404 {
    font-size: 17em;
    font-weight: bold;
    color: #F58020;
    line-height: 1.2;
    letter-spacing: 3px;
    font-family: 'roboto_bold', sans-serif;
}

@media (max-width: 767px) {
	.error404 {
	    font-size: 13em;
	}
}


/* Header */

#header-mobile {
    background-image: none;
    position: fixed;
    height: auto;
    top: 0;
    z-index: 3;
    width: 100%;
    background-color: #1a2c40;
}

.button-menu {
    border: 1px solid;
}

.button-menu:hover {
    background-color: #31B404;
    color: white;
    transition: 300ms;
}

.button-menu:active {
    background-color: #31B404;
    color: white;
    top: 1px;
    transition: 300ms;
}

/* Header end */


/* Footer */



/* Footer end */


/* Sombras */

.z-depth-1 {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
}

.z-depth-2 {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
}

.z-depth-3 {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3) !important;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3) !important;
}

.z-depth-4 {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3) !important;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3) !important;
}

.z-depth-5 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3) !important;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3) !important;
}

/* Sombras end */

#footer .footer-widgets-wrap {
    position: relative;
    padding: 10px 0;
}

#copyrights {
    padding: 5px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}

#header.transparent-header.floating-header .container {
    width: 1220px;
    background-color: #1b3055;
    padding: 0 40px;
    border-radius: 2px;
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1b3055;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

#footer.dark, .dark #footer {
    background-image: url(/images/footer-bg.jpg);
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}

.dark .copyright-links a {
    color: #FFFFFF;
    border-bottom-color: rgba(255,255,255,0.25);
}

.dark #copyrights {
    background-color: rgba(0,0,0,0.2);
    color: #f5f5f5;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {
    top: -170px;
    margin-bottom: -170px;
}

#page-title.page-title-dark h1 {
    color: rgba(255,255,255,0.9) !important;
    background-color: transparent;
}

#page-title.page-title-dark span {
    color: rgba(255,255,255,0.7);
    background-color: transparent!important;
}

#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
    margin-top: 35px !important;
    background-color: transparent;
}

.fancy-title.title-dotted-border {
    background: url(/images/dotted.png) repeat-x center!important;
}

.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.justify {
    text-align: justify!important;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
}

.feature-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #1b3055;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1b3055;
}

h1, h2, h3, h4, h5, h6 {
    color: #1b3055;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
}