body{
    background: #e9eaed;
    font-family: Helvetica, Arial, sans-serif;
}

nav.top-bar {
    text-align:center;
}
section.top-bar-section {
    display: inline-block;
}

/* Menu */
nav.top-bar li:not(.has-form) a:not(.button):hover {
    background: #53b061;
    color: #000000;
    font-weight: bold;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    font-weight: bold;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #53b061;
    color: #000000;
    font-weight: bold;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #53b061;
}

nav.top-bar li:not(.has-form) a:not(.button):hover {
    background: #53b061;
    color: #000000;
    font-weight: bold;
}

/* Container */
.container {
    background: #e9eaed;
    height: 100%;
}

.full-width {
    max-width: 100%;
}

.space-menu {
    margin-top: 45px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.noticont {
    background: #FFFFFF;
}

.noticont h1 {
    font-size: 2.5em;
}

.title {
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

/* Buttons */
button, .button {
    background: #27ae60;
}
.button:hover, .button:focus {
    background: #219d55;
}
.button:active, .button:active {
    background: #219d55;
    outline: none;
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;
}
.button.disabled,
.button.disabled:hover {
    background-color: #6c757d;
}

/* Inputs */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
    -webkit-box-shadow: 0 0 5px #27ae60;
    -moz-box-shadow: 0 0 5px #27ae60;
    box-shadow: 0 0 5px #27ae60;
    border-color: #27ae60;
    outline: none; 
}

/* Noticias */
.noticias {
    background: #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #AAAAAA;

    transition:All 0.1s ease;
    -webkit-transition:All 0.1s ease;
    -moz-transition:All 0.1s ease;
    -o-transition:All 0.1s ease;
}

.noticias:hover {
    border: 1px solid #27ae60;
    cursor: pointer;
    box-shadow: 0px 5px 5px #999;

    transform: translate(0px, -1px);
    -webkit-transform: translate(0px, -1px);
    -moz-transform: translate(0px, -1px);
    -o-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
}

.noticias a {
    color: #000000;
}

.noticias img {
    width: 100px;
}

.noticias .notcont p {
    height: 100px;
    top: 50%;
    margin-top: 25px;
    margin-bottom: 0;
}

.btnFace {
    background: #3B5998;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

.btnFace:hover {
    background: #2f4679;
}

.btnFace .fa-facebook-square {
    font-size: 1.2em;
}

/* Products */
.form-filter-product .form-filter-inputs input {
    margin-bottom: 0;
}

.form-filter-product .btn-filtrar-div .button {
    margin-bottom: 0;
    padding: 11px;
    width: 100px;
}

.form-filter-product #filtrando {
    margin-top: 6px;
    font-size: 16px;
    display: none;
}

.form-filter-product #reclamando img {
    vertical-align: text-bottom;
}

.btnCleanFilter {
    padding: 10px !important;
}

/* Reparaciones */
.reparaciones {
    height: 142px;
}

.ubicrepa img {
    margin-bottom: 30px;
}

.reparaciones form {
    margin: 0;
}

.codrep label {
    font-size: 1.2em;
}

#btnReparacion {
    top: 12px;
}

.msjrep {
    display: none;
}

.msjrep hr {
    margin: 0;
}

.msjrep .panel {
    margin-top: 14px;
}

.msjrep .error {
    text-align: center;
    padding: 2px;
    font-size: 1em;
    font-weight: 900;
    background-color: #FFE0E0;
    margin-bottom: 15px;
}

.msjrep .exito {
    text-align: center;
    padding: 2px;
    font-size: 1em;
    font-weight: 900;
    background-color: #c1fed3;
    margin-bottom: 15px;
}

/* Contacto */
.datoscontacto p, .datoscontacto ul {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    text-rendering: optimizeLegibility;
}

.datoscontacto #datosinfo {
    margin-top: 20px;
}

#contactmsj {
    height: 150px;
    resize: none;
}

/* Footer */
.footer {
    background: #333333;
}

.menufooter {
    color: #FFFFFF;
}

.menufooter a {
    color: #FFFFFF;
}

.menufooter a:hover {
    color: #27AE60;
    text-decoration: underline;
}

.datafooter {
    color: #FFFFFF;
}

.datafooter a {
    color: #FFFFFF;
}

.datafooter a:hover {
    color: #27AE60;
    text-decoration: underline;
}

.footer .autor, .footer .autor a {
    color: #FFFFFF;
}
.footer .autor a:hover {
    color: #1A9ACA;
}
.footer .autor img {
    vertical-align: middle;
    margin-bottom: 3px;
}

@media only screen and (max-width: 800px) {
    /* Noticias */
    .noticias .notcont p {
        height: 100px;
        top: 50%;
        margin-top: 0;
        margin-bottom: 1.25rem;
    }
}

@media only screen and (max-width: 640px) {
    nav.top-bar {
        text-align:left;
    }
    section.top-bar-section {
        display: block;
    }

    /* Noticias */
    .noticias .notcont p {
        height: auto;
        margin-bottom: 15px;
    }

    /* Products */
    .form-filter-product .form-filter-inputs input {
        margin-bottom: 20px;
    }

    /* Reparaciones */
    #btnReparacion {
        top: 0px;
    }
}