/*
Theme Name: Eco Balance
Text Domain: Eco Balance
Version: 1.0
Description: estilo personalizado
Author: Oficinasymas
Tags: oficinas
*/
:root{
    --color_1: #53972C;
    --color_2: #373435;
    --color_3: #677b8a;
    --color_4: #898989;
 }
*{
    font-family: 'Fira Sans', sans-serif !important;
}

#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}

#loading div{
    top: 33%;
    position: relative;
}

.uk-sticky-fixed {
    position: fixed !important;
}
.IFBorde1{
    border-left: 1px solid #d1d1d1;
    padding: 0px 25px;
    text-align: center;
}
.IFBorde2{
    border-left: 1px solid #d1d1d1;
    padding: 0px 25px;
    text-align: center;
}
.IFBorde3{
    border-left: 1px solid #d1d1d1;
    padding: 0px 25px;
}
.MenuBorder{
    border-bottom: 1px solid #d1d1d1;
    height: 82px;
    background: white;
}
.InfoBanner{
    display: table;
}
.InfoBanner div{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.InfoBanner h3{
    color: var(--color_2);
    margin: 0px;
    font-weight: 500;
    font-style: italic;
}
.InfoBanner h2{
    color: var(--color_1);
    margin: 0px;
    font-weight: 800;
    margin-bottom: 5px;
}
.InfoBanner p{
    color: var(--color_2);
    margin: 0px;
    font-weight: 300;
    margin-bottom: 20px;
}
.EnlacePrincipal{
    background: var(--color_1);
    color: white !important;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}
.EnlacePrincipalBlanco{
    background: white;
    color: var(--color_1) !important;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
}

.VerticalCenter{
    display: table;
}
.VerticalCenter div{
    display: table-cell;
    vertical-align: middle;
}

.VCenter_1{
    display: table;
}
.VCenter_2{
    display: table-cell;
    vertical-align: middle;
}

.InfoInicio2{
    display: table;
}
.InfoInicio2 div{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.InfoInicio2 h2{
    color: white;
    font-weight: 600;
    line-height: 34px;
}
.InfoInicio2 p{
    color: white;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 20px;
}
.InfoHeader{
    border-bottom: 1px solid #d1d1d1;
}
.InfoHeader p{
    padding: 10px 0;
    font-size: 13px;
    color: var(--color_2);
}
.FondoVerdeCard{
    background: var(--color_1);
}
.FondoVerdeCard h3{
    color: white !important;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}
.FondoVerdeCard p {
    color: white;
    font-size: 14px;
    margin-top: 5px;
}
.FondoVerdeCard li {
    color: white;
}
.FondoVerdeCard h4 {
    color: white !important;
    font-size: 20px;
    font-weight: 500;
}
.BorderBlanco{
    border-right: 18px solid white;
}

.MenuPrincipal{
    height: 80px;
}
.MenuPrincipal nav{
    background: white !important;
}
.MenuPrincipal li{
    padding-top: 6px;
}
.MenuPrincipal a{
    padding: 0 35px !important;
    color: black !important;
    font-weight: 600;
    font-size: 15px !important;
    text-transform: initial !important;
}
.MenuPrincipal .uk-navbar-right a{
    padding: 0 20px !important;
}
.MenuPrincipal .uk-active a{
    color: var(--color_1) !important;
}
.MenuPrincipal .uk-active span{
    border-bottom: 1px solid var(--color_1);
}
.MenuPrincipal img {
    width: 180px;
    margin-top: -10px;
}
.FondoVerde1{
    background: var(--color_1);
    height: 325px;
    position: absolute;
    width: 100%;
    margin-top: 71px;
    z-index: 1;
}
.Posicion2{
    z-index: 2;
    position: relative;
}
.FechaBanner{
    border: 2px solid var(--color_1);
    border-radius: 50px;
    color: var(--color_1);
    margin-right: 10px;
}
.MasInfo{
    color: var(--color_2);
    font-size: 15px;
    font-weight: 400;
}
.NoDecoration:hover{
    text-decoration: none;
}
.DotNav {
    margin-bottom: 10px;
}
.DotNav a {
    background: #bebebe !important;
    border: none !important;
}
.DotNav .uk-active a{
    background-color: var(--color_1) !important;
}
.InfoPro{
    border-top: 1px solid #bdbdbd;
    margin: 0px;
    padding: 8px 13px;
}
.CuadroProducto{
    border: 1px solid #bdbdbd;
    margin:auto;
}
.CuadroProducto .uk-inline-clip{
    width: 100%;
}
.ImgPro{
    width: 250px;
    height: 250px;
    margin: 30px 0px;
}
.MasVendido{
    width: 100%;
    margin-top: -25px;
    text-align: left;
}
.MasVendido img{
    width: 125px;
}
.MasVendido span{
    margin-left: -120px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    position: relative;
    top: 2px;
}
.InfoPro span{
    color: var(--color_1);
}
.InfoPro .uk-width-1-2{
    padding: 0;
}
.InfoPro p {
    color: var(--color_2);
    margin: 0px;
    font-size: 15px;
    margin-top: 3px;
}
.InfoPro img{
    width: 13px;
    margin-top: -4px;
}
.IconoFlechaHome{
    background: white;
    border-radius: 50px;
    padding: 7px;
    position: relative;
    top: -22px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 24%);
    z-index: 2;
}
.OpcionesHome{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    width: max-content;
}
.OpcionesHome a{
    color: var(--color_2) !important;
    font-weight: 800;
    font-size: 13px !important;
}
.OpcionesHome .uk-active a{
    background: white;
    border-top: 1px solid var(--color_2);
    border-bottom: 1px solid var(--color_2);
}
.OpcionesHome li{
    padding: 0px;
    margin: 0 7px;
}
.ContImgInicio .uk-grid-column-small>*, .uk-grid-small>* {
    padding-left: 22px;
}
.AlturaImgInicio{
    margin-top: 20px;
}
.AlturaRePro{
    margin-top: 9px;
    line-height: 19px;
    color: var(--color_2);
}
.TituloSec {
    color: var(--color_1);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 31px;
}
.IconosOfrecemos{
    text-align: center;
    margin-bottom: 30px;
}
.IconosOfrecemos img{
    width: 80px;
}
.IconosOfrecemos p{
    font-size: 14px;
    font-weight: 300;
}

.CuadroInfoGris{
    display: table;
    margin-top: -55px;
}
.CuadroInfoGris div{
    display: table-cell;
    vertical-align: middle;
    background: #F2F2F3;
    padding: 80px 85px;
}
.CuadroInfoGris h2{
    color: var(--color_1);
    font-weight: 800;
    line-height: 32px;
}
.CuadroInfoGris p{
    color: var(--color_2);
    font-weight: 300;
    margin-bottom: 33px;
}
.BackImgBanner{

}
.ConoceMasRePro i{
    border: 2px solid var(--color_1);
    border-radius: 50px;
    color: var(--color_1);
    margin-right: 6px;
}
.ConoceMasRePro a{
    color: var(--color_2);
    font-size: 13px;
    font-weight: 500;
}
.FondoAzul{
    background: var(--color_1);
    color: white;
    padding-top: 20px;
    padding-bottom: 1px;
}
.FondoAzul a{
    margin-left: 18px;
    color: white;
    border: 1px solid white;
    border-radius: 31px;
    padding: 5px 17px;
}
.FondoVerde{
    background: var(--color_1);
    padding-top: 45px;
    margin-top: 50px;
    padding-bottom: 25px;
}
.FondoVerde h2{
    color: white;
    font-weight: 700;
    font-size: 40px;
}
.CuadroNoticia {
    background: white;
    padding: 30px 20px;
    margin-bottom: 20px !important;
}
.FondoVerde .SubTitulo{
    margin: 0;
    margin-top: -8px;
    font-size: 13px;
    margin-bottom: 51px;
    color: var(--color_3);
    font-weight: 500;
}
.Noticias p{
    margin: 0px;
    margin-top: 10px;
}
.Noticias img{
    margin-bottom: 10px;
}
.Noticias h5 {
    margin: 0px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
}
.Noticias a {
    color: var(--color_1);
    font-weight: 800;
    font-size: 19px;
}
.Noticias a:hover {
    text-decoration: none;
    color: var(--color_1);
}
.EnlaceNot span{
    font-weight: 500 !important;
    font-size: 13px !important;
}
.ListaProductos h2{
    text-align: center;
}
.SinInventario{
    height: 300px;
    padding-top: 60px;
}
.OpcionesPro span{
    color: var(--color_1);
}
.CuadroProducto .uk-position-cover{
    background: #80808069;
}
.OpcionesPro2{
    background: white;
    height: 42px;
    padding: 10px;
    z-index: 99;
}
.OpcionesPro2 a{
    color: var(--color_3);
    margin-right: 10px;
}
.OpcionesPro2 a:hover{
    color: var(--color_3);
}
.EnlaceNot a{
    color: var(--color_2);
    font-size: 15px;
    font-weight: 400;
}
.EnlaceNot i{
    border: 1px solid var(--color_1);
    color: var(--color_1);
    border-radius: 50px;
    margin-right: 6px;
}
.FondoNegro{
    padding-top: 25px;
    padding-bottom: 25px;
    background: #373435;
    color: white;
}
.FondoNegro a{
    color: white;
}
.FondoNegro p{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: -2px !important;
    color: white;
}
.FondoNegro li{
    margin-top: 7px !important;
    font-size: 12px;
    color: #dbdbdb;
}
.FondoNegro li strong{
    color: white;
}
.FondoNegro img{
    width: 185px;
}
.FooterRedes a{
    background: white;
    color: black;
    padding: 2px;
    margin-right: 4px;
    border-radius: 8px;
}
.BannerSecciones h1{
    font-size: 67px;
    font-weight: 700;
    line-height: 54px;
}
.FinalFooter{
    color: white;
    text-align: center;
    border-top: 1px solid white;
    padding-top: 16px;
}
.CuadroInter {
    text-align: left;
}
.CuadroInter .uk-overlay-default {
    background: rgb(10 120 188 / 74%);
    color: white;
    padding: 15px;
}
.CuadroInter h5{
    color: white;
    margin: 0px;
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 500;
}
.CuadroInter p{
    color: white;
    margin: 0px;
    font-size: 12px;
    margin-bottom: 135px;
}
.CuadroInter h4{
    background: rgb(10 120 188 / 74%);
    color: white;
    margin: 0;
    padding: 7px 13px 3px 14px;
    font-size: 22px;
    text-transform: uppercase;
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0;
}
.CuadroInter a {
    color: white;
    font-size: 12px;
}
.CuadroInter i {
    border: 1px solid white;
    border-radius: 50px;
    margin-right: 5px;
}
.CuadroInter span {
    border-bottom: 1px solid white;
}

.CuadroInter:hover > .MostrarDiv { display:none; }

.InfoInter{
    padding-top: 100px;
}
.InfoInter h3{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.InfoInter span{
    color: var(--color_1);
}
.InfoInter p {
    font-size: 12px;
    margin-top: 10px;
    color: var(--color_2);
    font-weight: 500;
}
.AlturaInter{
    margin-top: 25px;
}
.MedidaInfoInter{
    width: 29%;
}
.FondoNegro2{
    margin-top: 60px;
    background: black;
}
.FondoNegro2 h3{
    color: white;
    font-weight: 500;
    margin-bottom: -13px;
    margin-top: 70px;
}
.FondoNegro2 span{
    color: var(--color_1);
}
.FondoNegro2 p{
    color: white;
    font-size: 12px;
}
.FondoNegro2 a{
    color: white;
    background: var(--color_1);
    border: none;
    border-radius: 50px;
    padding: 6px 15px 5px 15px;
    font-size: 12px;
}
.InfoFondoNegro{
    padding: 0 80px;
}

.FondoSuscribete button {
    color: white;
    background: var(--color_1);
    padding: 6px 19px;
    border-radius: 50px;
    font-size: 17px;
    border: none;
    margin-top: 15px;
    cursor: pointer;
}

.FondoSuscribete{
    background: white;
    padding-top: 70px;
    padding-bottom: 60px;
}
.FondoSuscribete h2{
    color: var(--color_1);
    font-size: 36px;
    margin-top: 65px;
    font-weight: 800;
    margin-bottom: 10px;
}
.FondoSuscribete p{
    color: var(--color_2);
    margin: 0;
    font-size: 13px;
    margin-bottom: 10px;
}
.FondoSuscribete input[type=submit]{
    color: white;
    background: var(--color_1);
    padding: 5px 40px;
    border-radius: 50px;
    font-size: 18px;
    cursor:pointer;
}
.FondoSuscribete input{
    height: 34px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #dbdbdb;
    margin-top: 15px;
}
.FondoGrisSuscri{
    background: #f4f4f4;
}
.FondoValores{
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 20px;
}
.FondoServicios{
    background: #f4f4f4;
    padding-top: 55px;
    padding-bottom: 60px;
}
.FondoServicios h4{
    margin-bottom: 5px;
    color: var(--color_1);
    font-size: 28px;
}
.FondoServicios p{
    margin-top: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #868686;
}
.FondoServicios strong{
    font-weight: 500;
    color: black;
    font-style: italic;
}
.InfoServ small{
    font-weight: 500;
    color: black;
    font-style: italic;
}
.InfoServ img{
    width: 308px;
    margin-top: 12px;
}
.TituloSec2{
    color: black;
    font-size: 33px;
    margin-bottom: 27px;
    font-weight: 700;
}
.TituloSec2 span{
    color: var(--color_1);
}
.TextoSec2{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.FondoGrisSuscri h2{
    color: black;
}
.FondoGrisSuscri p{
    color: black;
}
.FondoGrisSuscri button{
    background: var(--color_1);
}
.TextoBlanco{
    color: white;
    font-size: 14px;
}
.TextoBlanco a{
    color: black !important;
    margin-right: 2px;
}
.BordeBlanco{
    border-right: 1px solid white;
}
.CatProductos{
    padding: 0;
}
.CategoriasPro{
    padding-right: 20px;
}
.CategoriasPro span{
    color: var(--color_1);
}
.CategoriasPro .uk-accordion-title{
    color: black;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 14px;
}
.CategoriasPro .uk-list a{
    color: var(--color_3);
    font-size: 13px;
    font-weight: 500;
}
.SliderW{
    padding: 0 !important;
    width: 100%;
}
.VerMenu2{
    display: none;
}
.VerMenu2 .uk-navbar-left{
    float: left;
}
.VerMenu2 .uk-navbar-right{
    float: right;
    padding-top: 20px;
    padding-right: 15px;
}
.VerMenu2 .uk-navbar-toggle{
    margin-top: -6px;
}
.RespBanner2{
    display: none;
}

.p-0{
    padding: 0px;
}
.InfoPro a{
    color: #0a78c2;
}
.InfoPro a:hover{
    color: #0a78c2;
}

.DetallesProducto span{
    color: orange;
    font-size: 26px;
    font-weight: 500;
}

/*.DetallesProducto .social-share li{*/
    /*float: left;*/
/*}*/

.DetallesProducto .social-share {
    display: inline-block;
    padding: 0;
}
.DetallesProducto .social-share li {
    margin: 0px 8px 10px 0px;
    display: inline-block;
    text-align: center;
}
.DetallesProducto .social-share li a {
    padding: 0;
    display: block;
    height: 38px;
    width: 125px;
    line-height: 38px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 3px;
}
.DetallesProducto .social-share li a i:before {
    padding-right: 10px;
}
.DetallesProducto .social-share li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--color_1);
    border-color: var(--color_1);
}

.MensajeSubContacto{
    color: black;
    margin-top: 20px;
    display: inherit;
}

.IconWhat{
    width: 45px;
    position: fixed;
    bottom: 18px;
    right: 13px;
    cursor: pointer;
}

.FormContacto input{
    background: #F2F2F2;
    font-size: 12px;
}

.FormContacto textarea{
    background: #F2F2F2;
    font-size: 12px;
}
.FormContacto button{
    border: none;
    width: 100%;
}

.ContenidoContacto{
    margin-top: 40px;
    margin-bottom: 100px;
}

.ContenidoContacto h2 {
    color: var(--color_1);
    font-size: 25px;
    font-weight: 700;
}

.ContenidoContacto span {
    color: var(--color_1);
}
.BorderCuadro{
    border: 1px solid #d8d8d8;
    padding: 13px 14px 30px 14px;
    margin-bottom: 20px;
}
.BorderCuadro a{
    color: black;
}
.CuadroVerde{
    background: var(--color_1);
    color: white;
    font-size: 12px;
    padding: 7px 12px 4px 12px;
}
.CuadroVerde span{
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.BorderNoticia{
    border: 1px solid #d8d8d8;
}
.FondoDifuminado{
    width: 100%;
}
.FondoDifuminado img{
    width: 100%;
}
.FondoDifuminado .uk-overlay-primary{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.InfoAutor img{
    width: 70px !important;
    border-radius: 50px;
}
.InfoAutor p{
    color: black;
    margin-top: 10px;
}

@media only screen and (max-width: 1270px) {
    .CuadroInter p {
        margin-bottom: 110px;
    }
}

@media only screen and (max-width: 1250px) {
    .FondoSuscribete .uk-width-1-3{
        width: 40%;
    }
    .InfoInter {
        padding-top: 7%;
    }
    .FondoNegro2 h3 {
        margin-top: 28px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 1170px) {
    .CuadroInter p {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1116px) {
    .CuadroInter p {
        margin-bottom: 60px;
    }
    .InfoInter {
        padding-top: 10px;
    }
    .CuadroInter p {
        margin-bottom: 10px;
    }
    .InfoFondoNegro {
        padding: 0 36px;
    }
    .FondoVerde1 {
        margin-top: 4%;
        }
}

@media only screen and (max-width: 1043px) {
    .FondoSuscribete .uk-width-1-3{
        width: 60%;
    }
    .FondoNegro2 h3 {
        margin-top: 12px;
    }
    .InfoFondoNegro {
        padding: 0 17px;
    }

}

@media only screen and (max-width: 960px) {
    .MedidaInfoInter {
        width: 100%;
        padding-left: 40px;
        margin-bottom: 30px;
    }
    .FondoNegro2 img{
        width: 100%;
    }
    .InfoFondoNegro {
        padding: 22px 17px;
    }
    .FondoNegro2 h3 {
        margin-top: 0;
    }
    .RespBanner1{
        display: none;
    }
    .RespBanner2{
        display: block;
    }
    .FondoVerde1 {
        margin-top: 18px;
    }
    .FondoSuscribete h2 {
        margin-top: 0;
    }
    #suscribete{
        margin-bottom: 34px;
    }
    .FondoDifuminado{
        margin-top: 20px;
    }
    .FondoDifuminado img{
        margin-top: 20px;
    }
    .InfoBanner h3{
        margin-top: 15px;
    }
    .FondoSuscribete {
        padding-top: 40px;
        padding-bottom: 60px;
        margin-top: 72px !important;
    }
    .ContenidoContacto img{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 937px) {

    .MenuPrincipal a {
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 830px) {
}

@media only screen and (max-width: 800px) {
    .VerMenu1{
        display: none;
    }
    .VerMenu2{
        display: block;
    }
    .MenuBorder {
        height: 70px;
    }
}

@media only screen and (max-width: 760px) {
    .FondoVerde1{
        display: none;
    }
    .NewFondoVerde{
        background: var(--color_1);
        padding-bottom: 40px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .FondoSuscribete .uk-width-1-3{
        width: 90%;
    }
}

@media only screen and (max-width: 680px) {
    .FondoSuscribete h2 {
        margin-bottom: 4px;
        font-size: 29px;
    }
}

@media only screen and (max-width: 653px) {
    .InfoHeader {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .AlturaRealPro {
        margin-bottom: 20px;
    }
    .Noticias img{
        width: 100%;
    }
    .SepNoti{
        margin-bottom: 40px;
    }
    .FondoNegro img {
        margin-bottom: 0px !important;
    }
    .FooterRedes{
        margin-bottom: 20px !important;
    }
    .Full{
        width: 100%;
        margin: 0 auto;
    }
    .CuadroInter{
        margin-bottom: 20px !important;
    }
    .AlturaInter {
        margin-top: 0px;
    }
    .CuadroInter p {
        margin-bottom: 20%;
    }
    .BordeBlanco {
        border-right: none;
        margin-bottom: 26px;
    }
    .NewFondoVerde img{
        margin-bottom: 20px !important;
    }
    .CuadroInfoGris div {
        padding: 50px 30px;
    }
    .FondoSuscribete button {.CuadroNoticia
        width: 100%;
    }
    .BorderBlanco{
        border: none;
    }
    .SliderW {
        margin: 0;
    }

}

@media only screen and (max-width: 520px) {
    .CuadroBlanco {
        width: 83%;
    }
}

@media only screen and (max-width: 500px) {
    .FondoAzul a{
        position: absolute;
        width: 122px;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 33px;
    }
    .FondoAzul {
        height: 90px;
    }
}

@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 434px) {
}

@media only screen and (max-width: 430px) {
    .OpcionesHome{
        width: 84% !important;
    }
    .OpcionesHome li {
        width: 100%;
    }
    .InfoPro img {
        width: 8px;
    }
}

@media only screen and (max-width: 395px) {

}

@media only screen and (max-width: 350px) {

}