/* ----------------------------------------------------------------
	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: #FFFFFF;
}

.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;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.8;
}

#footer.dark, .dark #footer {
    background-color: #c1c1c1;
    color: #000000;
    border-top-color: rgba(0,0,0,0.2);
}

.dark .fancy-title h3 {
    background-color: transparent;
    color: #5f5f5f;
}

.button:not(.button-white):not(.button-dark):not(.button-border):not(.button-black):not(.button-red):not(.button-teal):not(.button-yellow):not(.button-green):not(.button-brown):not(.button-aqua):not(.button-purple):not(.button-leaf):not(.button-pink):not(.button-blue):not(.button-dirtygreen):not(.button-amber):not(.button-lime) {
    background-color: #6b1416;
}
.fancy-title h3 {
    position: relative;
    display: inline-block;
    background-color: #f3ea2473;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    border-radius: 30px;
}

.dark #copyrights {
    background-color: rgba(0,0,0,0.2);
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

@media (max-width: 479px){

    .emphasis-title h1, .emphasis-title h2 {
        font-size: 36px !important;
    }
}

.dark .feature-box.fbox-bg.fbox-center, .dark .feature-box.media-box.fbox-bg .fbox-desc {
    background-color: #38383891;
    border-color: rgba(255,255,255,0.1);
}

.dark .feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon {
    background-color: transparent!important;
}

/* Border Form Design
---------------------------------------------------------------------------- */

.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 21px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}