/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.jumbotron {
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

q:before, q:after {
    content: '';
    content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
    font-family: "notoSans_bold";
    src: url("../Fonts/Noto_Sans/NotoSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "notoSans_bold_it";
    src: url("../Fonts/Noto_Sans/NotoSans-BoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "notoSans_reg";
    src: url("../Fonts/Noto_Sans/NotoSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "notoSans_reg_it";
    src: url("../Fonts/Noto_Sans/NotoSans-RegularItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_black";
    src: url("../Fonts/montserrat/MontserratAlternates-Black.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_bold";
    src: url("../Fonts/montserrat/MontserratAlternates-Bold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_extrabold";
    src: url("../Fonts/montserrat/MontserratAlternates-ExtraBold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_extralight";
    src: url("../Fonts/montserrat/MontserratAlternates-ExtraLight.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_light";
    src: url("../Fonts/montserrat/MontserratAlternates-Light.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_medium";
    src: url("../Fonts/montserrat/MontserratAlternates-Medium.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_reg";
    src: url("../Fonts/montserrat/MontserratAlternates-Regular.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_semibold";
    src: url("../Fonts/montserrat/MontserratAlternates-SemiBold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "mAlternate_thin";
    src: url("../Fonts/montserrat/MontserratAlternates-Thin.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_black";
    src: url("../Fonts/montserrat/Montserrat-Black.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_bold";
    src: url("../Fonts/montserrat/Montserrat-Bold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_extrabold";
    src: url("../Fonts/montserrat/Montserrat-ExtraBold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_extralight";
    src: url("../Fonts/montserrat/Montserrat-ExtraLight.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_light";
    src: url("../Fonts/montserrat//Montserrat-Light.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_medium";
    src: url("../Fonts/montserrat/Montserrat-Medium.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_reg";
    src: url("../Fonts/montserrat/Montserrat-Regular.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_semibold";
    src: url("../Fonts/montserrat/Montserrat-SemiBold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "m_thin";
    src: url("../Fonts/montserrat/Montserrat-Thin.otf");
    font-style: normal;
    font-weight: normal;
}

body {
    color: #1e120d;
}

h1 {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

h2 {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 35px;
    font-size: 2.1875rem;
}

h4 {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

h5 {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

p {
    font-family: notoSans_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
}

.novedades .index-novedades-carousel-listado .owl-nav button:hover,
.btn-caret:hover, .social-follow a:hover, 
.productos .index-product-carousel .owl-nav button:hover,
.novedades .index-novedades-carousel .owl-nav button:hover, 
#productos .accordion .card .card-header a[aria-expanded="true"]:after {
    -webkit-transition: all 0.3s cubic-bezier(0.08, 0.38, 1, 1);
    transition: all 0.3s cubic-bezier(0.08, 0.38, 1, 1);
}

a {
    color: #1e120d;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a.caret,
a p.caret {
    display: inline;
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    position: relative;
}

a.caret:after,
a p.caret:after {
    content: "\f138";
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -18px;
    color: #1e120d;
}

a.caret.caret-yellow:after,
a p.caret.caret-yellow:after {
    color: #fee32f;
}

a.caret:hover,
a p.caret:hover {
    font-family: m_extrabold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

.btn-caret {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px;
    background-color: #fee32f;
    padding: 12px 45px;
    padding: 0.75rem 2.8125rem;
    border-radius: 0;
}

.btn-caret:hover {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    background-color: #1e120d;
    color: #fee32f;
}

hr:not(.horizontal-rule) {
    height: 3px;
    width: 165px;
    background-color: white;
    border: none;
    margin: 0;
    position: relative;
}

hr.hr-yellow {
    background-color: #fee32f;
}

.grey-bg {
    background-color: #f1f1f1;
}

.banner {
    position: relative;
    height: 360px;
    background-size: cover;
    padding-top: 30px;
    padding-top: 1.875rem;
}

.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 360px;
    padding-left: 80px;
    padding-left: 5rem;
}

.banner .container h1 {
    color: white;
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 0;
}

.banner .container hr {
    margin: 20px 0px;
    margin: 1.25rem 0rem;
    left: -80px;
}

.banner .container h3 {
    color: #fee32f;
    font-family: m_medium, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

#breadcrumb {
    background-color: #f1f1f1;
    padding: 20px 30px 25px 30px;
    padding: 1.25rem 1.875rem 1.5625rem 1.875rem;
}

#breadcrumb ol {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

#breadcrumb ol li {
    font-family: m_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

#breadcrumb ol li:first-child {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

#breadcrumb ol .breadcrumb-item + .breadcrumb-item::before {
    content: '\f105';
    font-family: FontAwesome;
    color: #1e120d;
}

#breadcrumb.breadcrumb-return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pagination li a {
    font-family: m_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    color: #1e120d;
}

.pagination li a i {
    font-size: 10px;
    font-size: 0.625rem;
}

.pagination li a:hover {
    background-color: transparent;
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    color: #1e120d;
}

.social-follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-follow .hr-social {
    width: 26px;
    height: 2px;
    margin: 0;
    display: block;
    margin: 0px 10px;
    margin: 0rem 0.625rem;
}

.social-follow a {
    width: 27px;
    height: 27px;
    background-color: #1e120d;
    border-radius: 50px;
    text-align: center;
    margin-left: 15px;
    margin-left: 0.9375rem;
}

.social-follow a i {
    line-height: 26px;
    color: white;
}

.social-follow a:hover {
    background-color: #fecd2f;
}

.ficha {
    text-align: right;
}

.ficha a span {
    font-family: m_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 10px;
    margin-left: 0.625rem;
    line-height: 17px;
}

.ficha a:hover span {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

.return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.return i {
    margin: 5px 5px 0px 0px;
    margin: 0.3125rem 0.3125rem 0rem 0rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.return p {
    font-family: m_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

.return:hover p {
    cursor: pointer;
    text-decoration: underline;
}

footer {
    background-color: #1e120d;
    padding: 40px 0px;
    padding: 2.5rem 0rem;
}

footer p {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
}

footer .row > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .row > div:last-child img {
    margin-left: 35px;
    margin-left: 2.1875rem;
}

@media (max-width: 767.98px) {
    footer .row > div:last-child img {
        margin-left: 10px;
        margin-left: 0.625rem;
    }
}

@media (max-width: 575.98px) {
    h2 {
        font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
        font-size: 30px;
        font-size: 1.875rem;
    }
    .btn-caret {
        padding: 10px 15px;
        padding: 0.625rem 0.9375rem;
    }
    .banner .container {
        padding-left: 50px;
        padding-left: 3.125rem;
    }
    .banner .container h1 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
    .banner .container h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    #breadcrumb {
        padding: 10px 15px;
        padding: 0.625rem 0.9375rem;
    }
    #breadcrumb ol li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    footer p {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    footer .row {
        text-align: center;
    }
    footer .row > div,
    footer .row div:last-child {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .wrapper-novedad-detalles{
        padding: 30px 40px !important;
    }
    
}

header .navbar {
    padding: 0;
    background: #fee32f;
    background: -webkit-gradient(linear, left top, right top, color-stop(23%, #fee32f), color-stop(23%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(to right, #fee32f 23%, rgba(0, 0, 0, 0.9) 23%, rgba(0, 0, 0, 0.9) 100%);
    height: 90px;
}

header .navbar .navbar-brand {
    background-color: #fee32f;
    height: 90px;
    padding-top: 15px;
}

header .navbar .navbar-nav li a {
    font-family: m_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header .navbar .navbar-nav li a:active, header .navbar .navbar-nav li a:hover {
    color: #fee32f;
}

header .navbar .navbar-nav li.active a {
    color: #fee32f;
}

header .navbar .navbar-nav ul.dropdown-menu li{
    text-align: left;
}

header .navbar .navbar-nav ul.dropdown-menu li.dropdown{
    padding: 0 !important;
    margin-right: 0 !important;
}

header .navbar .navbar-nav ul.dropdown-menu .dropdown-toggle{
    padding: 1.325rem 3rem 1.325rem 1.975rem !important;
}

header .navbar .navbar-nav ul.dropdown-menu .dropdown-toggle:after{
    position: absolute;
    right: 10px;
    content: '\f054' !important;
}

header .navbar .navbar-nav li.dropdown .dropdown-toggle:after {
    content: '\f107';
    font-family: FontAwesome;
    border: none;
    vertical-align: top;
    margin-left: 5px;
}

header .navbar .navbar-nav li.dropdown > .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 21px 0px;
    padding: 1.3125rem 0rem;
    border-radius: 0;
    top: 57px;
    background-color: #323232;
}

header .navbar .navbar-nav li.dropdown > .dropdown-menu li {
    margin-right: 10px;
    margin-right: 0.625rem;
    padding: 10px 25px 10px 30px;
    padding: 0.625rem 1.5625rem 0.625rem 1.875rem;
}

header .navbar .navbar-nav li.dropdown > .dropdown-menu li:last-child {
    margin-bottom: 0;
}

header .navbar .navbar-nav li.dropdown > .dropdown-menu li:hover {
    background-color: #3d3c3c;
    cursor: pointer;
}

header .navbar .navbar-nav li.dropdown > .dropdown-menu li:hover a {
    color: #fee32f;
}

header .navbar .navbar-nav li.dropdown > .dropdown-menu li a {
    text-transform: none;
    font-family: m_light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    header .navbar {
        background: -webkit-gradient(linear, left top, right top, color-stop(23%, #fee32f), color-stop(23%, rgba(0, 0, 0, 0.9)), to(black));
        background: linear-gradient(to right, #fee32f 23%, rgba(0, 0, 0, 0.9) 23%, black 100%);
    }
    header .navbar .navbar-brand {
        width: 90%;
        margin-right: 0;
    }
    header .navbar .navbar-toggler {
        width: 10%;
    }
    header .navbar .navbar-toggler i {
        color: white;
    }
    header .navbar .navbar-toggler:focus {
        outline: 0;
    }
    header .navbar .navbar-toggler:hover {
        cursor: pointer;
    }
    header .navbar .navbar-collapse {
        padding: 60px 35px 0px 35px;
        padding: 3.75rem 2.1875rem 0rem 2.1875rem;
        background-color: #323232;
        min-height: 100vh;
        position: absolute;
        top: 90px;
        width: 100%;
        left: 100%;
        -webkit-transition: height 0;
        transition: height 0;
        -webkit-transition: left 0.3s linear;
        transition: left 0.3s linear;
    }
    header .navbar .navbar-collapse.show {
        left: 0;
    }
    header .navbar .navbar-collapse .navbar-nav li a {
        padding: 10px 0px;
        padding: 0.625rem 0rem;
        text-align: left;
    }
    header .navbar .navbar-collapse .navbar-nav li a:before {
        content: '\f054';
        font-family: FontAwesome;
        color: #6b6b6b;
        margin-right: 15px;
        margin-right: 0.9375rem;
    }
    header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu.show {
        border: 0;
        padding-top: 5px;
        padding-top: 0.3125rem;
    }
}

@media (max-width: 767.98px) {
    header .navbar .navbar-brand {
        width: 80%;
    }
    header .navbar .navbar-toggler {
        width: 20%;
    }
}

.carousel .carousel-indicators {
    margin-bottom: 25px;
}

.carousel .carousel-indicators li {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    margin: 0 20px;
    position: relative;
}

.carousel .carousel-indicators li.active {
    background-color: #fecd2f;
}

.carousel .carousel-indicators li.active:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #fecd2f;
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 50px;
}

.mainSlider {
    position: relative;
}

.mainSlider .info {
    padding-top: 30px;
    padding-top: 1.875rem;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 400px;
}

.mainSlider .info .container {
    padding-left: 100px;
    padding-left: 6.25rem;
    position: relative;
}

.mainSlider .info .container h1 {
    font-family: m_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 70px;
    font-size: 4.375rem;
    color: white;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.mainSlider .info .container h1 span {
    color: #fecd2f;
}

.mainSlider .info .container h1 hr {
    margin: 30px 0px 30px -100px;
    margin: 1.875rem 0rem 1.875rem -6.25rem;
    margin-right: auto;
}

.mainSlider .info .container h1 small {
    width: 310px;
    line-height: 50px;
    font-family: m_light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 40px;
    font-size: 2.5rem;
    display: block;
}

.mainSlider .info .container a {
    color: white;
    font-size: 16px;
    font-size: 1rem;
}

.mainSlider .carousel-indicators {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    left: auto;
}

.mainSlider .carousel-indicators li {
    margin: 0px 20px 20px 20px;
    margin: 0rem 1.25rem 1.25rem 1.25rem;
}

.mainSlider .carousel-indicators li:last-child {
    margin-bottom: 0;
}

.mainSlider .carousel-inner .carousel-item {
    height: 100vh;
}

.mainSlider .carousel-inner .carousel-item img {
    width: 100%;
}

.mainSlider .carousel-inner .carousel-item.active img {
    -webkit-transition: -webkit-transform 4500ms linear 0s;
    transition: -webkit-transform 4500ms linear 0s;
    transition: transform 4500ms linear 0s;
    transition: transform 4500ms linear 0s, -webkit-transform 4500ms linear 0s;
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
}


@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
}

.mainSlider .scroll .icon-scroll{
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 70px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    opacity: 0.5;
    position: relative;
    z-index: 100;
    display: inline-block;
}

.mainSlider .scroll .icon-scroll:hover{
    opacity: 1;
}

.icon-scroll:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    margin-left: -3px;
    top: 6px;
    border-radius: 3px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    position: absolute;
    left: 50%;
}

.mainSlider .scroll > img {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.novedades .index-novedades-carousel-listado .owl-nav, 
.productos .index-product-carousel .owl-nav,
.novedades .index-novedades-carousel .owl-nav {
    margin-top: 42px;
    margin-top: 2.625rem;
}

.novedades .index-novedades-carousel-listado .owl-nav button,
.productos .index-product-carousel .owl-nav button,
.novedades .index-novedades-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #fecd2f;
    border-radius: 100px;
    margin-bottom: 60px 7px 0px 7px;
    margin-bottom: 3.75rem 0.4375rem 0rem 0.4375rem;
}

.novedades .index-novedades-carousel-listado .owl-nav buttoni,
.productos .index-product-carousel .owl-nav buttoni,
.novedades .index-novedades-carousel .owl-nav buttoni {
    color: #1e120d;
}

.novedades .index-novedades-carousel-listado .owl-nav button.disabled,
.productos .index-product-carousel .owl-nav button.disabled,
.novedades .index-novedades-carousel .owl-nav button.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.novedades .index-novedades-carousel-listado .owl-nav button.fas,
.productos .index-product-carousel .owl-nav button.fas,
.novedades .index-novedades-carousel .owl-nav button.fas {
    color: #1e120d;
}

.novedades .index-novedades-carousel-listado .owl-nav button:hover,
.productos .index-product-carousel .owl-nav button:hover,
.novedades .index-novedades-carousel .owl-nav button:hover {
    background-color: #1e120d;
}

.novedades .index-novedades-carousel-listado .owl-nav button:hover i,
.productos .index-product-carousel .owl-nav button:hover i,
.novedades .index-novedades-carousel .owl-nav button:hover i {
    color: #fecd2f;
}

@media (max-width: 991.98px) {
    .mainSlider .carousel-inner .carousel-item img {
        width: auto;
        height: 100vh;
    }
}

@media (max-width: 767.98px) {
    .mainSlider .info {
        padding-top: 90px;
        padding-top: 5.625rem;
        height: 80vh;
    }
    .mainSlider .info .container {
        height: inherit;
        padding-left: 15px;
    }
    .mainSlider .info .container h1 {
        font-size: 45px;
        font-size: 2.8125rem;
        color: white;
        margin-bottom: 40px;
        margin-bottom: 2.5rem;
    }
    .mainSlider .info .container h1 hr {
        margin: 20px 0px 20px -115px;
        margin: 1.25rem 0rem 1.25rem -7.1875rem;
    }
    .mainSlider .info .container h1 small {
        width: 80%;
        line-height: 40px;
        font-size: 30px;
        font-size: 1.875rem;
    }
    .mainSlider .info .container a.caret {
        position: absolute;
        bottom: 150px;
    }
    .mainSlider .scroll {
        display: none;
    }
}

.empresa {
    background-image: url(../../images/sitio/index_empresa_bg.png);
    background-position: 115% 0;
    background-repeat: no-repeat;
}

.empresa > div {
    padding: 100px 15px;
    padding: 6.25rem 0.9375rem;
}

.empresa > div .row > div:nth-child(2) {
    padding-left: 60px;
    padding-left: 3.75rem;
}

.section-representantes h2{
    margin-top: 40px;
}

.section-representantes h2,
.empresa > div .row > div:nth-child(2) h2 {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

.section-representantes hr.hr-yellow,
.empresa > div .row > div:nth-child(2) h2 + hr {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    margin-left: -120px;
    margin-left: -7.5rem;
    margin-right: auto;
}

.empresa > div .row > div:nth-child(2) p {
    line-height: 24px;
    margin-bottom: 50px;
}

.innovacion .jumbotron{
    position: relative;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.4rem 0;
    margin-bottom: 0px;
}

.empresa .jumbotron {
    position: relative;
    height: 370px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 150px 15px 0px 15px;
    padding: 9.375rem 0.9375rem 0rem 0.9375rem;
}

.empresa .jumbotron h3 {
    color: white;
    font-family: m_light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    line-height: 40px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.empresa .jumbotron h3:before {
    content: '';
    width: 62px;
    height: 52px;
    position: absolute;
    background-image: url(../../images/sitio/index_empresa_jumbotron_flor.png);
    top: -75px;
    margin: 0 auto;
    right: 0;
    left: 0;
}


@media (min-width: 1280px){
    .index-novedades-carousel-listado .card {
        width: 31%;
    }
}

@media (min-width: 1188px) and (max-width: 1279.98px) { 
    .index-novedades-carousel-listado .card {
        width: 31%;
    }
}


@media (min-width: 768px) and (max-width: 1187.98px) { 
    .index-novedades-carousel-listado .card {
        width: 45%;
    }
}

@media (max-width: 991.98px) {
    .empresa {
        background-image: none;
    }
}

@media (max-width: 767.98px) {
    .empresa > div .row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    
    .novedades .index-novedades-carousel .owl-item:not(.active){
        display: none;
    }
    
    .banner{
        background-size: cover, 100% 100%;
        background-repeat: no-repeat;
    }
    
    .empresa > div .row > div:nth-child(2) {
        padding-left: 15px;
    }
    .empresa #index_empresa {
        margin-top: 70px;
        margin-top: 4.375rem;
    }
    .empresa .jumbotron {
        height: 350px;
        padding: 120px 15px 0px 15px;
        padding: 7.5rem 0.9375rem 0rem 0.9375rem;
    }
    .empresa .jumbotron h3 {
        width: 100%;
    }
    .empresa .jumbotron h3:before {
        content: '';
        width: 55px;
        height: 45px;
        top: -55px;
        background-size: contain;
    }
}

.productos {
    padding: 95px 0px 65px 0px;
    padding: 5.9375rem 0rem 4.0625rem 0rem;
}

.productos h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.productos h2 + hr {
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
}

.productos .index-product-carousel .owl-item {
    padding-bottom: 65px;
}

.productos .index-product-carousel .item div {
    background-color: white;
    text-align: center;
    position: absolute;
    bottom: 8px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 75px;
    padding-top: 26px;
    padding-top: 1.625rem;
    -webkit-box-shadow: 0px 4px 8px -1px #bababa;
    box-shadow: 0px 4px 8px -1px #bababa;
}

.productos .index-product-carousel .item div h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

.productos .index-product-carousel .item:hover {
    cursor: pointer;
}

.productos .index-product-carousel .item:hover div {
    border-bottom: 7px solid #fecd2f;
}

#novedades section,
#novedad section,
#productos section {
    padding: 90px 0px;
    padding: 5.625rem 0rem;
}

#novedad section .container,
#productos section .container {
    max-width: 780px;
}

#productos .wrapper-producto {
    margin: 35px 0px;
    margin: 2.1875rem 0rem;
}

#productos .wrapper-producto img {
    border: 1px solid #d2d0cf;
}

#productos .wrapper-producto h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

#productos .wrapper-producto hr {
    width: 65px;
    display: block;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

#productos .wrapper-producto p {
    line-height: 24px;
}

#productos .wrapper-producto p b {
    font-family: notoSans_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
}

#productos .wrapper-producto .btn-caret {
    position: absolute;
    bottom: 0;
    right: 15px;
}

#productos .wrapper-producto .descripcion {
    margin-top: 30px;
    margin-top: 1.875rem;
}

#productos .wrapper-producto + hr {
    width: 100%;
    height: 1px;
    background-color: #bbb7b6;
}

#productos .pagination {
    margin-top: 40px;
    margin-top: 2.5rem;
}

#productos .accordion .card {
    border-radius: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #d2d0cf;
}

#productos .accordion .card .card-header {
    padding: 0;
    background-color: white;
    border-color: #d2d0cf;
    border-radius: 0;
}

#productos .accordion .card .card-header a {
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
    font-family: notoSans_bold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    position: relative;
    display: block;
}

#productos .accordion .card .card-header a:after {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50px;
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    text-align: center;
    line-height: 25px;
    top: 10px;
}

#productos .accordion .card .card-header a[aria-expanded="true"] {
    background-color: #f1f1f1;
}

#productos .accordion .card .card-header a[aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#productos .accordion .card .card-header:hover {
    cursor: pointer;
}

#productos .extras {
    margin-top: 50px;
    margin-top: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 767.98px) {
    #productos section {
        padding: 40px 0px;
        padding: 2.5rem 0rem;
    }
    #productos .wrapper-producto .btn-caret {
        position: relative;
        float: right;
        margin-top: 35px;
        margin-top: 2.1875rem;
        right: 0;
    }
}

@media (max-width: 575.98px) {
    #productos section {
        padding: 20px 0px;
        padding: 1.25rem 0rem;
    }
    #productos .extras {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-top: 40px;
        margin-top: 2.5rem;
    }
    #productos .extras .ficha {
        text-align: left;
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }
}

.novedades {
    padding: 100px 0px 70px 0px;
    padding: 6.25rem 0rem 4.375rem 0rem;
}

.novedades h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.novedades h2 + hr {
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
}

.novedades .card {
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 8px -1px #bababa;
    box-shadow: 0px 4px 8px -1px #bababa;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.novedades .card .card-body {
    padding: 30px 20px 45px 20px;
    padding: 1.875rem 1.25rem 2.8125rem 1.25rem;
}

.wrapper-novedad .date{
    margin: 20px 0 0 0;
}

.wrapper-novedad .date,
.novedades .card .card-body .date {
    font-family: m_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    color: #6b6b6b;
}

.novedades .card .card-body h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.novedades .card .card-body p.card-text {
    line-height: 24px;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-overflow: ellipsis;
    height: 48px;
    overflow: hidden;
}

.novedades .card .card-body p.caret {
    color: #6b6b6b;
}

.novedades .card p.caret:after {
    top: -3px;
}

.novedades .card:hover .card-body:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #fecd2f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.novedades .card:hover p.caret {
    color: #1e120d;
}

@media (max-width: 575.98px) {
    .novedades .index-novedades-carousel-listado .owl-stage,
    .novedades .index-novedades-carousel .owl-stage {
        -webkit-transform: none !important;
                transform: none !important;
        width: 100% !important;
    }
    
    .novedades .index-novedades-carousel .owl-item:not(.active){
        display: none;
    }
    
    .novedades .index-novedades-carousel-listado .owl-nav
    .novedades .index-novedades-carousel .owl-nav {
        display: none;
    }
    
    .novedades .index-novedades-carousel-listado + a.caret ,
    .novedades .index-novedades-carousel + a.caret {
        margin: 40px auto 0 auto;
    }
}

.representantes {
    background-repeat: no-repeat;
    background-position: 600px;
    background-color: #eed533;
}

.representantes > div {
    padding: 100px 15px;
    padding: 6.25rem 0.9375rem;
}

.representantes > div .row > div:nth-child(1) {
    padding-left: 100px;
    padding-left: 6.25rem;
}

.representantes > div .row > div:nth-child(1) h2 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.representantes > div .row > div:nth-child(1) h2 + hr {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    margin-left: -100px;
    margin-left: -6.25rem;
    margin-right: auto;
}

.representantes > div .row > div:nth-child(1) p {
    line-height: 24px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .representantes {
        background-position: 400px;
    }
}

@media (max-width: 767.98px) {
    .representantes {
        background-image: none;
    }
    .representantes > div .row {
        margin: 0;
    }
    .representantes > div .row > div:nth-child(1) {
        padding-left: 15px;
    }
}

.contacto {
    padding: 95px 0px 100px 0px;
    padding: 5.9375rem 0rem 6.25rem 0rem;
}

.contacto hr {
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-bottom: 55px;
    margin-bottom: 3.4375rem;
    margin-right: auto;
}

.contacto .forma-parte{
    margin-bottom: 25px;
}

.contacto .forma-parte p{
    font-family: m_light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38px;
}

.contacto hr + p {
    font-family: m_light, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38px;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
}

.contacto form .form-group {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
}

.contacto form .form-group input,
.contacto form .form-group textarea {
    font-family: notoSans_reg, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
    color: #1e120d;
    font-size: 14px;
    font-size: 0.875rem;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    border-radius: 0;
    height: 40px;
}

.contacto form .form-group input::-webkit-input-placeholder,
.contacto form .form-group textarea::-webkit-input-placeholder {
    color: #1e120d;
}

.contacto form .form-group input:-ms-input-placeholder,
.contacto form .form-group textarea:-ms-input-placeholder {
    color: #1e120d;
}

.contacto form .form-group input::-ms-input-placeholder,
.contacto form .form-group textarea::-ms-input-placeholder {
    color: #1e120d;
}

.contacto form .form-group input::placeholder,
.contacto form .form-group textarea::placeholder {
    color: #1e120d;
}

.contacto form .form-group textarea {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.contacto form .form-group:focus {
    outline: 0;
}

.contacto form .send {
    -webkit-appearance: inherit;
    float: right;
    margin: 20px 16px 7px 0px;
    margin: 1.25rem 1rem 0.4375rem 0rem;
}

.contacto .map {
    padding-left: 95px;
    padding-left: 5.9375rem;
}

.contacto .map iframe,
.contacto .map .datos {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
}

.contacto .map .datos i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    margin-right: 0.625rem;
    color: #fee32f;
}

.contacto .social-follow {
    position: absolute;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .contacto form {
        margin-bottom: 90px;
        margin-bottom: 5.625rem;
    }
    .contacto .map {
        padding-left: 15px;
    }
    .contacto form .send {
        margin: 20px 16px 35px 0px;
        margin: 1.25rem 1rem 2.1875rem 0rem;
    }
}

@media (max-width: 767.98px) {
    .contacto .social-follow {
        position: relative;
    }
}

section.novedades .owl-stage-outer .owl-item img{
    max-height: 260px;
}

.hidden{
    display: none;
}

.dropdown-menu.show.submenu{
    top: 0px !important;
    left: 168px;
}

.wrapper-novedad .imagen-novedad{
    width: 100%;
}

hr.horizontal-rule{
    height: 2px;
    background-color: #d2d0cf;
    border: none;
    margin: 0;
    position: relative;
}

.wrapper-novedad h2.title{
    font-size: 1.8rem;
    margin: 20px 0;
}

.wrapper-novedad p.date{
    background-image: url(../../images/sitio/calendario.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.wrapper-novedad-detalles{
    margin: 50px 0;
    background-color: #F1F1F1;
    padding: 60px 100px;
    background-image: url(../../images/sitio/comillas.png);
    background-repeat: no-repeat;
    background-position: left 30px top 30px;
}

.wrapper-novedad-detalles p{
    font-size: 1rem;
}

.wrapper-novedad{
    padding-left: 3rem;
}

.index-novedades-carousel-listado.owl-carousel{
    display: block;
}

.index-novedades-carousel-listado .card {
    float: left;
    margin: 1.3rem 0.6rem;
}

.contenedor-novedades{
    position: relative;
    display: flex;
}

.redes-yelow{
    background-color: #fee32f;
    padding: 1.8rem 0;
}

.redes-yelow .hr-social{
    background-color: #1e120d;
}

.redes-yelow .social-follow{
    justify-content: center;
}

.empresa b{
    font-weight: bold;
}

.img-representantes{
    vertical-align: top;
    margin-right: 10px;
    float: left;
}

.innovacion .contenedor-texto,
.innovacion h2{
    color: white;        
}

.innovacion .hr-yellow{
    position: relative;
    left: -3rem;
    margin: 1rem 0;
}

.section-representantes{
    margin-bottom: 60px;
}

.bloque-representante{
    margin-top: 20px;
}

.bloque-representante .representante-zona{
    font-weight: bold;
    font-size: 0.92rem;
}

.bloque-representante .representante-nombre{
    font-weight: bold;
}

.bloque-representante .representante-telefono,
.bloque-representante .representante-email{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.bloque-representante .representante-telefono{
    background-image: url(../../images/sitio/telefono.png);
}

.bloque-representante .representante-email{
    background-image: url(../../images/sitio/e-mail.png);
}

.contacto .custom-file-label{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #6b6b6b;
}

.contacto .input-group-text{
    background-color: transparent;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #6b6b6b;
}

.contacto .custom-file .custom-file-label:after{
    width: 70%;
    background-color: transparent;
    content: "";
    padding-left: 32px;
}

.contacto .custom-file .contenedor-nombre-archivo{
    background-repeat: no-repeat;
    background-position: left center;
}

.contacto .custom-file .contenedor-nombre-archivo{
    position: relative;
    width: 130%;
    height: 100%;
    display: none;
    z-index: 1000;
    padding: 10px 0 10px 34px;
    color: #1e120d;
    overflow: hidden;
}

.contacto .custom-file.pdf .contenedor-nombre-archivo{
    background-image: url(../../images/utils/icono_pdf.png);
    display: block !important;
}

.contacto .custom-file.doc .contenedor-nombre-archivo{
    background-image: url(../../images/utils/icono_doc.png);
    display: block !important;
}


.navbar.fixed-top .dropdown-menu.show::before {
    content: "";
    display: block;
    border: 2px solid #FEE32F;
    top: -5px;
    position: absolute;
    width: 70%;
    left: 1px;
}