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

/* Menu font and colors */
nav.top-bar li:not(.has-form) a:not(.button):hover {
    background: #000;
    color: #D46122;
    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: #000;
    color: #D46122;
    font-weight: bold;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #000;
    color: #D46122;
}
nav.top-bar li:not(.has-form) a:not(.button):hover {
    //background: #007072;
    color: #D46122;
    font-weight: bold;
}
.imgMenuSmall {
    padding: 0 0.9375rem;
}
.top-bar .toggle-topbar.menu-icon {
    margin-top: -17px;
}

.container {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFF;
}

.container h1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container h1 {
    color: #FFF;
    font-size: 2.2rem;
    margin: 0;
}

.container .megatitle, .container .megasubtitle {
    margin: 0;
}
.container .megasubtitle {
    margin-bottom: 20px;
    color: #FFF;
    font-weight: bold;
}

.noticont {
    background: #FFFFFF;
}

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

.title {
    font-size: 2em;
    font-family: "Arial Black", Arial;
    text-align: center;
}

/* Buttons */
button, .button {
    background: #D46122;
    outline: none;
}
.button:hover, .button:focus {
    background: #B04003;
}
.button:active, .button:active {
    background: #B04003;
    outline: none;
    -moz-box-shadow:    inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow:         inset 0 0 10px #000;
}

/* 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 #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border-color: #000;
    outline: none; 
}

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

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

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

.megaencabezado {
    margin-bottom: 20px;
}
.megaencabezado .megatitle {
    display: none;
}
.megaencabezado .megaclictitle {
    display: block;
    margin: auto;
}

/* MarcasHome */
.marcas {
    height: 423px;
    background: #DDD;
    border-radius: 1px;
}
.imgMarcaLeft, .imgMarcaRight {
    display: block;
    margin: auto;
}
.imgMarcaLeft {
    padding: 32px 10px 1px 10px;
}
.imgMarcaRight {
    padding: 27px 10px 1px 10px;
}

/* MarcasInsumo */
.marcasIns {
    background: #DDD;
    border-radius: 1px;
}
.imgMarcaIns {
    padding: 20px 10px 1px 10px;
    width: 136.656px;
}

.firstMarca {
    padding-top: 10px;
}
.lastMarca {
    padding-bottom: 9px;
}

/* Productos */
.productos .imgproducto {
    display: block;
    margin: auto;
}
.productos .precio {
    text-align: right;
    font-weight: bold;
}
.productos .precio a {
    color: #FFF;
}
.productos .precio a:hover {
    color: #D46122;
}
.productos h4 {
    color: #FFF;
}

/* Insumos y Servicios */
.imgProductos img, .imgServicios img {
    width: 560px;
    display: block;
    margin: auto;
}

/* Contacto */
.contacto h3 {
    font-size: 1.5rem;
    color: #000;
}
.contacto .link {
    color: #FFF;
}
.contacto .link:hover {
    color: #D46122;
}

.formcontact label {
    color: #000;
}
.formcontact hr, .datoscontacto hr {
    margin-top: 0;
}
.datoscontacto ul {
    margin-top: 34px;
    font-size: 1em;
}
.datoscontacto .datosTitle {
    font-weight: bold;
}
.datoscontacto ul li .horarios {
    font-size: 0.9em;
    text-align: left;
}

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

/* Msg Contact */
.msgplace {
    margin-top: 20px;
}
.contacto .error {
    color: #8d0101;
    font-size: 1.1em;
    margin-top: -18px;
    position: absolute;
    display: none;
}

.contacto .msgcontact {
    display: none;
}

.contacto #errorSend, .contacto #successSend {
    padding: 18px 10px 1px 10px;
    border-radius: 10px !important;
    text-align: center;
}
.contacto #errorSend {
    background: #feadad;
}
.contacto #successSend {
    background: #b7feb7;
}

.contacto #errorSend p, .contacto #successSend p {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 25px;
}
.contacto #errorSend p {
    color: #FF0000;
}
.contacto #successSend p {
    color: #006600;
}

#btnContacto {
    margin-top: 22px;
}

.map-canvas {
    height:300px;
}
#mapInfo h4, #mapInfo p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
}
#mapInfo h4 {
    color: #000;
}

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

.menufooter {
    color: #FFFFFF;
}

.menufooter a {
    color: #FFFFFF;
}

.menufooter a:hover {
    color: #D46122;
}

.datafooter {
    color: #FFFFFF;
}

.datafooter a {
    color: #FFFFFF;
}

.datafooter a:hover {
    color: #D46122;
}

.footer .bannereset {
    padding: 10px 0;
}

.footer .separaAutor {
    margin-bottom: 3px;
}
.footer .autor p {
    margin-bottom: 0px;
}
.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: 930px) {
    /* Contacto */
    .datoscontacto ul {
        margin-top: 34px;
        font-size: 1em;
    }
}

@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) {
    .megaencabezado {
        border-radius: 0px;
    }
    
    .marcas {
        height: 470px;
        background: #DDD;
        border-radius: 0px;
    }
    .imgMarcaIns {
        display: block;
        margin: auto;
    }

    /* Contacto */
    .contacto .mailplace {
        margin-top: 20px;
    }

    .datoscontacto ul {
        margin-top: 20px;
        font-size: 1.2em;
    }

    /* Footer */
    .footer .bannereset {
        padding: 0 0 20px 0;
    }
}