@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
/*========================================================
                                          Main Styles
=========================================================*/
body {
    background: #f5f5f5;
    color: #56585a;
    font: 400 14px/18px "Roboto", sans-serif;/*14px/28px*/
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #434547;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #69A751;
}

h1 {
    font-size: 38px;
    line-height: 42px;
}

h2 {
    font-size: 34px;
    line-height: 38px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p a:hover, .list a:hover {
    text-decoration: underline;
}
p .fa, .list .fa {
    text-decoration: none;
}
p {
    text-align: justify;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus {
    outline: none;
}
a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}
.lt-ie9 .page {
    min-width: 1200px;
}

hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.hr {
    border-bottom: 3px solid #69A751;
}

@media (max-width: 767px) {
    .mobile-center {
        text-align: center;
    }
}

.mg-add {
    margin-top: 18px;
}

/*=======================================================
                                           Main Layout
=========================================================*/
* + .btn {
    margin-top: 32px;
}

* + .row {
    margin-top: 18px;
}

* + .off1 {
    margin-top: 13px;
}

* + .off2 {
    margin-top: 24px;
}

* + .off3 {
    margin-top: 32px;
}

* + .off4 {
    margin-top: 4px;
}

.info-box + .owl-carousel {
    margin-top: 30px;
}

h2 + img {
    margin-top: 23px;
}

h2 + p {
    margin-top: 14px;
}

h3 + p {
    margin-top: 12px;
}

* + hr {
    margin-top: 40px;
}

.row + p {
    margin-top: 25px;
}

hr + * {
    margin-top: 40px;
}

img + p {
    margin-top: 22px;
}

img + h3 {
    margin-top: 20px;
}

.marked-list + .btn {
    margin-top: 17px;
}

.grid_2 img + img {
    margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
    .grid_2 img + img {
        margin-top: 0;
        margin-left: 8%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .grid_2 img {
        width: 46%;
    }
}

.off2 + hr,
.off2 + hr + .row {
    margin-top: 50px;
}

p + .btn_wr {
    margin-top: 33px;
}

/*=======================================================
                                                Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
}
.brand_name {
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    font-size: 40px;/*55px;*/
    line-height: 80px;/*62px;*/
    color: #69A751;
    vertical-align: bottom;
}
.brand_slogan {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 24px;
    vertical-align: bottom;
}
.brand a:hover {
    color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    color: #fff;
    background: #69A751;
}
.bg-primary h2 {
    color: #fff;
}
.bg-primary .icon {
    color: #69A751;
}
.bg-primary .product-list li .box:hover .icon {
    background: #fff;
}
.bg-primary .product-list .icon {
    margin-top: 11px;
}
.bg-primary .product-list hr {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.1);
}
.bg-primary .product-list hr + .box {
    margin-top: 39px;
}
.bg-primary .product-list h3 + p {
    margin-top: 12px;
}
.bg-primary .product-list hr {
    border-bottom: 0;
}
.bg-primary .product-list h3 {
    color: #fff;
}

.bg-secondary {
    background: whitesmoke;
}

.bg-secondary2 {
    background: #f5f5f5;
}

.bg-image {
    background: url(../images/page-3_bg.jpg) center no-repeat;
    background-size: cover;
}
.bg-image p {
    font-size: 16px;
}

/*==================     Icons     ======================*/
.icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 52px;
    text-align: center;
    color: #fff;
    background: #69A751;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.icon2 {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    text-align: center;
    color: #69A751;
    background: #eaeaea;
}
.icon2:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*==================    Buttons    ======================*/
.btn,
.btn2 {
    display: inline-block;
    width: 150px;
    padding: 16px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn3 {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.btn:hover,
.btn2:hover {
    background: #427330;
}
.btn:active,
.btn2:active {
    background: #427330;
}

.btn {
    color: #fff;
    background: #69A751;
}

.btn2 {
    color: #237804;
    background: #eaeaea;
}
.btn2:hover, .btn2:active {
    color: #fff;
}

.btn_wr [class*="btn"] {
    padding: 16px 30px;
    display: inline-block;
    width: auto;
}
.btn_wr [class*="btn"] + [class*="btn"] {
    margin-top: 0;
    margin-left: 20px;
}
.btn_wr + .btn_wr {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .btn_wr [class*="btn"] {
        width: 100%;
    }
    .btn_wr [class*="btn"] + [class*="btn"] {
        margin-top: 20px;
        margin-left: 0;
    }
}

/*==================      Box      ======================*/
.box:before, .box:after {
    display: table;
    content: "";
    line-height: 0;
}
.box:after {
    clear: both;
}
.box_aside {
    float: left;
}
.box_cnt__no-flow {
    overflow: hidden;
}

/*==================     Banner    ======================*/
.banner_wr {
    position: relative;
    min-height: 308px;
}

.banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner:before, .banner:after {
    display: table;
    content: "";
    line-height: 0;
}
.banner:after {
    clear: both;
}
.banner li {
    position: relative;
    margin-top: 30px;
    width: 25%;
    height: 358px;
    padding: 25px 29px 20px;
    float: left;
    color: #fff;
    background: #427330;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.banner li:hover {
    margin-top: 0px;
    height: 388px;
    padding-bottom: 50px;
}
.banner li [class*="fa-"] {
    font-size: 62px;
    line-height: 1;
    color: inherit;
}
.banner li a {
    position: absolute;
    bottom: 26px;
    right: -30px;
}
.banner li a:before {
    font-family: "FontAwesome";
    font-size: 19px;
    line-height: 1;
    color: inherit;
    content: "";
}
.banner li a:hover {
    opacity: .7;
}
.banner li:hover a {
    right: 30px;
}
.banner li:nth-child(1) {
    background: #69A751;
}
.banner li:nth-child(2) {
    background: #427330;
}
.banner li:nth-child(3) {
    background: #69A751;
}
.banner h3 {
    color: #fff;
}
.banner p {
    line-height: 28px;
    color: #fff;
}
.banner [class*="fa-"] + h3 {
    margin-top: 17px;
}
.banner h3 + p {
    margin-top: 13px;
}
@media (max-width: 1199px) {
    .banner {
        position: static;
    }
    .banner li {
        width: 50%;
        margin-top: 0;
    }
    .banner li a {
        right: 30px;
    }
    .banner li:hover {
        height: 358px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .banner li {
        text-align: center;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .banner li a {
        margin-top: 30px;
        display: inline-block;
        position: static;
    }
    .banner li:hover {
        height: auto;
        margin-top: 20px;
    }
}

/*==============      Product List     ==================*/
.product-list li .box:hover .icon {
    background: #427330;
}
.product-list li .box_cnt__no-flow {
    padding-left: 30px;
}
.product-list * + hr {
    margin-top: 50px;
}
.product-list hr + * {
    margin-top: 50px;
}
.product-list h3 + p {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .product-list hr {
        display: none;
    }
    .product-list hr + * {
        margin-top: 30px;
    }
    .product-list li .box {
        text-align: center;
    }
    .product-list li .box_aside {
        float: none;
    }
    .product-list li .box_aside .icon {
        display: inline-block;
    }
    .product-list li .box_cnt__no-flow {
        margin-top: 20px;
        padding-left: 0;
    }
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
    padding-left: 30px;
}
blockquote p {
    padding-top: 3px;
}
blockquote q:before {
    position: relative;
    top: -2px;
    left: 0;
    padding-right: 7px;
    content: "\f10d";
    color: #69A751;
    font-family: "FontAwesome";
    font-size: 34px;
    line-height: 28px;
    vertical-align: top;
    z-index: 10;
}
blockquote cite {
    display: block;
    font-size: 16px;
    color: #69A751;
}
blockquote cite a:hover {
    text-decoration: underline;
}
blockquote p + cite {
    margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
    blockquote .box_aside {
        width: 100%;
        float: none;
        text-align: center;
    }
    blockquote .box_aside img {
        width: auto;
    }
    blockquote .box_cnt__no-flow {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 479px) {
    blockquote .box_aside {
        width: 100%;
        float: none;
        text-align: center;
    }
    blockquote .box_aside img {
        width: auto;
    }
    blockquote .box_cnt__no-flow {
        margin-top: 30px;
        padding-left: 0;
    }
}

/*==================  Marked List  ======================*/
.marked-list li {
    position: relative;
    padding-left: 41px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
    color: #69A751;
}
.marked-list li a:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 16px;
    font-weight: 400;
    font-size: 22px;
    font-family: "FontAwesome";
}
.marked-list li + li {
    margin-top: 0px;
    border-top: 1px solid #e5e5e5;
}
.marked-list a:hover {
    color: #777777;
}

/*==================  Contact List  =====================*/
.contact-list {
    color: #888a8c;
    font-size: 14px;
}
.contact-list .box {
    display: table;
}
.contact-list .box_cnt__no-flow {
    vertical-align: middle;
    display: table-cell;
    padding-left: 5px;
}
.contact-list .box + .box {
    margin-top: 30px;
}
.contact-list a[href^="callto:"], a[href^="tel:"] {
    font-size: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .contact-list a[href^="callto:"], a[href^="tel:"] {
        font-size: 18px;
    }
}
.contact-list a:hover {
    color: #69A751;
}

.contact-list2 {
    padding-top: 23px;
    padding-bottom: 2px;
}
.contact-list2 h3 {
    color: #237804;
}
.contact-list2 a[href^="callto:"], a[href^="tel:"] {
    font-size: 24px;
    line-height: 28px;
}
.contact-list2 dd, .contact-list2 dt {
    display: inline-block;
    font-size: 16px;
}
.contact-list2 a + dl {
    margin-top: 9px;
}

/*==================  Marked List  ======================*/
table {
    width: 100%;
    border: 1px solid #e5e5e5;
}
table td {
    border: 1px solid #e5e5e5;
    padding: 5px 5px;
    line-height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table td:last-child {
    min-width: 98px;
}
table tr:nth-child(even) {
    background: whitesmoke;
}

/*==================    Info Box   ======================*/
.info-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 30px 30px 25px;
    color: #fff;
    background: #69A751;
}
.info-box dt,
.info-box dd {
    display: inline-block;
}
.info-box hr {
    background: #fff;
}
.info-box [class^="fa-"]:before {
    padding-right: 13px;
    font-size: 54px;
}
.info-box h2 {
    color: #fff;
    position: relative;
    padding-left: 65px;
}
.info-box h2:before {
    position: absolute;
    left: 0;
}
.info-box h3 {
    color: #fff;
}
.info-box h2 + hr {
    margin-top: 26px;
}
.info-box * + h3 {
    margin-top: 18px;
}
.info-box h3 + dl {
    margin-top: 4px;
}
.info-box dl + hr {
    margin-top: 25px;
}

/*==================     Info     ======================*/
.info dt {
    font-size: 18px;
    color: #69a751;
}
.info dt + dd {
    margin-top: 1px;
    font-size: 14px;
}
.info dd + dt {
    margin-top: 15px;
}

/*========================   Menu   ==========================*/
.sf-menu > li {
    float: left;
}
.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}
.sf-menu:after {
    clear: both;
}
.sf-menu > li > a {
    padding: 15px 12px;
    color: #69A751;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border-right: 1px solid #56585a;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #fff;
    background: #69A751;
    border-right: 1px solid #04837b;
}

.sf-menu ul {
    top: 100%;
    width: 25%;
    background: #f9f9f9;/*color del ul del cuadrado*/
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* first stage */
nav > ul {
    position: relative;
    display: flex;
}
nav a {
    display: block;
    color: #434547;
    text-decoration: none;
}
/* icono de flechita menu */
nav ul > li.submenu > a:after {
    position: relative;
    content: '';
    margin-left: 5px;
    top: 13px;
    right: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d8d8d8;
    border-bottom: 5px solid transparent;
}
nav ul > li.submenu:hover > a:after {
    top: -13px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #d8d8d8;
}

/* second stage (the mega-menu) */
nav ul.megamenu {
    position: absolute;
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    top: -9999px;
    left: 0;
    padding: 5px 5px 5px 5px;
    background: #fff;
    text-align: left;
    border-top: 5px solid #69A751;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
nav ul.megamenu.col1 {
    width: auto;
}
nav ul li:hover ul.megamenu {
    top: 100%;
    position: absolute;
    display: flex;
}

/* third stage (child-menus in the mega-menu) */
nav ul.megamenu ul {
    width: 33%;
    border: 5px solid #fff;
    color: #000;
    box-shadow: none;
    float: left;
}
nav ul.megamenu ul li {
    padding-left: 20px;
}
nav ul.megamenu ul.col1 {
    width: auto;
    float: left;
}
nav ul.megamenu h4 {
    margin-bottom: 15px;/* espacio entre los titulos h4*/
}
nav ul.megamenu ul li a {
    margin-top: 5px;/* espacio entre las url*/
    color: #6f6f6f;/* color de las url*/
    padding-left: 10px;/*espacio a la izquierda*/
    line-height: 15px;/* espaciado entre las urls*/
    font-size: 14px;
    background: url(../../images/img/arrow-grey.svg) no-repeat left 2px;
}
nav ul.megamenu ul li a:hover {
    font-weight:bold;/* negrita del link */
    text-decoration: none;/* subrallado de link hover*/
    color: #69A751;/* color de hover de las urls*/
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    .ocultar-movil {
        display: none;
    }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;/*9999999*/
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
    background: #69A751;/* fondo menu movil */
    color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;/*99999991*/
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
    top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}
.rd-mobilemenu_ul ul h4 {
    font-size: 14px;
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .body-iframe {
        padding-top: 0px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}
@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    margin-top: 22px;
    background: #434547;
}

.isStuck {
    margin-top: 0;
    z-index: 5555;/* 9999 */
    border-bottom: 1px solid #888;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/
.toTop {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    background: #888;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
    color: #fff;
    background: #69A751;
    text-decoration: none;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}
.primary {
    color: #69A751;
}

/*========================================================
                                         HEADER  Section
=========================================================*/
header {
    padding-top: 24px;
    background: #fff;
}
header .brand {
    float: left;
}
header a[href^="callto:"], a[href^="tel:"],
header .container > p {
    clear: right;
    float: right;
}
header a[href^="callto:"], a[href^="tel:"] {
    margin-top: 7px;
    position: relative;
    font-size: 24px;
    color: #777777;
}
header a[href^="callto:"]:before ,a[href^="tel:"]:before {
    position: absolute;
    top: -4px;
    left: -44px;
    font-size: 34px;
    color: #69A751;
}
header a[href^="callto:"]:hover, a[href^="tel:"]:hover {
    color: map;
}
header a[href^="callto:"] + p, a[href^="tel:"] + p {
    margin-top: 7px;
}
@media (max-width: 979px) {
    header {
        text-align: center;
    }
    header .brand, header a[href^="callto:"], header a[href^="tel:"], header .container > p {
        /*float: none;*/
    }
    header .brand {
        display: block;
        float: left;
    }
    header .brand_slogan {
        padding-left: 0;
    }
    header a[href^="callto:"], a[href^="tel:"] {
        display: inline-block;
        margin-top: 20px;
        float: right;
    }
}
@media (max-width: 767px) {
    header {
        text-align: center;
    }
}

/*========================================================
                                         CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #fff;
}
main .container.hr {
    padding-bottom: 50px;
}
main p + a[href^="mailto:"] {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #69A751;
}
main p + a[href^="mailto:"]:hover {
    text-decoration: underline;
}

a[href^="callto:"]:hover, a[href^="tel:"]:hover {
    color: #69A751;
}

.video {
    position: relative;
    width: 100%;
    padding-bottom: 69%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==================      Well     ======================*/
.well {
    padding-top: 50px;
    padding-bottom: 50px;
}

.well1 {
    padding-top: 32px;
    padding-bottom: 60px;
}

.well2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.well3 {
    padding-top: 59px;
    padding-bottom: 61px;
}

.ins1 {
    padding-bottom: 0;
}

.ins2 {
    padding-bottom: 52px;
}

.ins3 {
    padding-bottom: 43px;
}

.ins4 {
    padding-bottom: 20px;
}

.ins5 {
    padding-top: 44px;
}

/*========================================================
                                         FOOTER  Styles
=========================================================*/
footer {
    color: #888a8c;
    background: whitesmoke;
}
footer section + section .container {
    border-top: 1px solid #e5e5e5;
}
footer .copyright {
    padding-top: 21px;
    padding-bottom: 55px;
}
footer .copyright a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    footer .copyright {
        text-align: center;
    }
}

/* ESTILO DEL LOADING*/
.loading_bar {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #fff;
    z-index: 1001; }
.loading_bar span {
    position: absolute;
    left: -100%;
    height: 5px;
    width: 40%;
    background-color: #69A751;
    border-radius: 10px;
    -webkit-animation-name: loading_bar;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-name: loading_bar;
    animation-duration: 1.5;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes loading_bar {
    from {
        left: -100%; }
    to {
        left: 100%; } }
/* Standard syntax */
@keyframes loading_bar {
    from {
        left: -100%; }
    to {
        left: 100%; } }


/* ESTILO DEL PRODUCTO*/
.product-image-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    border-color: #5cb85c;
    border:1px solid #F7F7F5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-color: white;
}
.product-image-wrapper:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform:rotate scale(1.1); 
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-color: #69A751;
}
.productinfo {
    position: relative;
    padding:0 5px 5px;
}
.productinfo img {
    width: 100%;
}
.texto{
    color: #427330;
    display: -webkit-box;
    height: 80px;
    line-height: 1.2;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: auto;
    margin-top: 8px;
}
.marca{
    font-weight: 600;
    color: #4e69ae;
}
.modelo{
    color: #427330;
    font-weight: bold;
}
.marcas{
    font-size: 12px;
    min-height: 54px;
}

/* ESTILO DE PAGINACION*/
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

/* ESTILO SPINNER BODY ONLOAD*/
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}