body {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5 { 
}
a:hover {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    opacity: 0.5 !important;
}
/* BUTTON */
button:focus {
    outline: none !important;
}
.btn:focus {
    outline: none !important;
}
.btn {
    border-radius: 0 !important;
    padding: 0.5rem 2.5rem;
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 400;
}
.btn.btn-yellow {
    background-color: #fc3 !important;
    border: none !important;
    color: #000 !important;
}
.btn-whatsapp {
    background-color: #55cd6c !important;
    border: none !important;
    color: #fff !important;
}
.btn.btn-black {
    background-color: #000 !important;
    border: none !important;
    color: #fff !important;
}
.whatsapp-icon-button {
    position: fixed;
    width: 65px;
    height: 65px;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
}
.whatsapp-icon-button img {
    display: block;
    width: 100%;
}
#breadcrumb-nav {
    margin-top: 105px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#breadcrumb-nav .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 768px) {
    #breadcrumb-nav .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}
#breadcrumb-nav .container-fluid .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.2rem;
    color: #000;
    content: ">";
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color:  transparent;
    border-radius: 0;
}
.breadcrumb .breadcrumb-item {
    padding-left: 0.2rem;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}
.breadcrumb .breadcrumb-item a {
    color: #808080;
}
.breadcrumb .breadcrumb-item.active {
    color: #b4b4b4;
    font-weight: 300;
}
figure {
    margin: 0 !important;
}
hr {
    border: 3px solid #fc3;
    width: 35px;
}


/* HEADER */
.navbar.navbar-dark {
    background-color: #000 !important;
    position: fixed;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 50px !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 204, 51, 1)' stroke-width='3' stroke-linecap='none' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon {
}
.mod-header-slogan {
    padding-top: 5px;
}
.mod-header-social a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}
.mod-header-slogan span {
    width: 100%;
    height: 100%;
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
}
@media (min-width: 5000px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
@media (max-width: 768px) {
    .konan-logo {
        width: 135px !important;
    }
    .mod-header-social a {
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        margin-left: 1px;
        margin-right: 1px;
    }
    .navbar.navbar-dark {
        padding: 15px 25px !important;
    }
    .mod-header-slogan span {
        display: none;
    }
}

/* MENU */
.navbar-collapse {
}
.mod-menu  {
    padding: 50px 0 !important;
}
.mod-menu hr {
    border: 2px solid #fc3;
    box-shadow: 4px 4px 4px rgba(0,0,0,.5);
    width: 25px;
    margin-top: 5px;
}
.mod-menu h6 {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 20px;
    color: #fff;
}
ul.mod-menu-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.mod-menu-categories li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
}
ul.mod-menu-categories li a {
    display: block;
    color: #fff;
}
ul.mod-menu-categories li a:hover {
    text-decoration: none;
    color: #fc3;
}
ul.mod-menu-sections {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.mod-menu-sections li {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 24px;
    color: #fff;
}
ul.mod-menu-sections li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,.3);
}
ul.mod-menu-sections li a:hover {
    text-decoration: none;
    color: #fc3;
}
@media (max-width: 576px) {
    .navbar-dark {
        max-height: 100% !important;
        overflow-y: scroll !important;
    }
    .navbar-collapse {
    }
    .mod-menu  {
        padding-bottom: 0 !important;
    }
    
}

/*modal banner*/
.modal-banner {
    text-align: center;
    padding: 0!important;
    z-index: 9999 !important;
}
.modal-banner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-banner .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-banner .modal-content {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
}
.modal-banner .modal-content img {
    width: 100% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .7);
	border: 1px solid #999;
}
.modal-banner .modal-content .close {
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 10px;
}
.modal-banner .modal-content .btn .fa-times {
    color: #FFFFFF;
    
} 
.banner.banner-square {
	width: 100%;
}
.banner.banner-square a img {
	width: 100%;
    border: 1px solid #ccc !important;
}

.banner.banner-square a {
	margin: 0;
	margin-bottom: 25px;
}

.banner.banner-square a:hover {
    opacity: 1 !important;
}
.close {
    float: right !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


/* CAROUSEL */
#main-slider {
    margin-top: 97px;
}
.carousel .carousel-inner {
    height: 550px;
}
.carousel .carousel-inner .carousel-item {
    height: 100% !important;
    position: relative;
}
.carousel .carousel-inner .carousel-item {
    background-size: 100%;
    background-position: bottom center;    
}

.carousel-image-wrapper {
    width: auto;
    height: 100%;
    margin-right: 50px;
    float: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.carousel-text-wrapper {
    position: absolute;
    top: 0;
    left: 150px;
    width: auto;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.carousel-text-wrapper div {
    display: block;
    max-width: 50%;
}
.carousel-text-wrapper h6 {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fc3;
    text-shadow: 4px 4px 4px rgba(0,0,0,.5);
}
.carousel-text-wrapper h2 {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 49px;
    line-height: 49px;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0,0,0,.5);
}
.carousel-text-wrapper .btn {
    box-shadow: 4px 4px 4px rgba(0,0,0,.5);
}
.carousel-text-wrapper hr {
    border: 3px solid #fc3;
    box-shadow: 4px 4px 4px rgba(0,0,0,.5);
    width: 45px;
}
.carousel-image-wrapper img.carousel-item-image {
    position: relative;
    height: 95% !important;
    vertical-align: middle;
}
@media (max-width: 1200px) {
    .carousel .carousel-inner {
        height: 550px;
    }
    .carousel .carousel-inner .carousel-item {
        background-size: 120%;
        background-position: bottom center;    
    }
    .carousel-image-wrapper img.carousel-item-image {
        height: 85% !important;
    }
}
@media (max-width: 992px) {
    .carousel .carousel-inner {
        height: 500px;
    }
    .carousel .carousel-inner .carousel-item {
        background-size: 140%;
        background-position: bottom center;    
    }
    .carousel-image-wrapper {
        width: 75% !important;
        float: right;
    }
    .carousel-image-wrapper img.carousel-item-image {
        height: 75% !important;
    }
    .carousel-text-wrapper {
        left: 75px;
    }
    .carousel-text-wrapper h6 {
        font-size: 18px;
        font-weight: 300;
    }
    .carousel-text-wrapper h2 {
        font-size: 38px;
        line-height: 38px;
    }
}
@media (max-width: 768px) {
    .carousel-text-wrapper .btn {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
}
@media (max-width: 576px) {
    #main-slider {
        margin-top: 82px;
    }
    .carousel .carousel-inner {
        height: 450px;
    }
    .carousel .carousel-inner .carousel-item {
        background-size: auto 140%;
        background-position: bottom center;    
    }
    .carousel-image-wrapper {
        width: 100% !important;
        margin-right: 0;
        background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
    }
    .carousel-image-wrapper img.carousel-item-image {
        height: auto !important;
        width: 140% !important;
        margin-left: -10%;
        margin-bottom: 75px;
    }
    .carousel-text-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100%;
        float: right;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .carousel-text-wrapper div {
        display: block;
        max-width: 100%;
        padding-top: 150px;
        text-align: center;
    }
    .carousel-text-wrapper h6 {
        display: none;
    }
    .carousel-text-wrapper h2 {
        font-size: 30px;
        line-height: 30px;
        text-shadow: 4px 4px 4px rgba(0,0,0,.7);
        margin-bottom: 15px !important;
    }
    .carousel-text-wrapper .btn {
        box-shadow: 4px 4px 4px rgba(0,0,0,.5);
    }
    .carousel-text-wrapper hr {
        border: 3px solid #fc3;
        box-shadow: 4px 4px 4px rgba(0,0,0,.5);
        width: 35px;
        margin: 15px auto !important;
    }
}
.carousel-control-prev, .carousel-control-next {
    width: 50px !important;
}
.carousel-indicators li {
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #fc3 !important;
}

/* OWL CAROUSEL
====================
====================
==================== */
#main-owl-carousel .container-fluid.mod-carousel-categorias {
    padding-right: 25px !important;
    padding-left: 25px !important;
    margin: 0;
}
.mod-carousel-categorias .owl-carousel  .owl-stage {
    padding-bottom: 15px;
}
.mod-carousel-categorias .owl-carousel .owl-stage-outer {
	border: none;
}
.mod-carousel-categorias .owl-item {
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.mod-carousel-categorias .owl-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none;
	padding: 25px 0;	
}
.mod-carousel-categorias .owl-item a:hover {
}
.mod-carousel-categorias .owl-item a img {
	max-width: 100px;
	margin: auto;
}
.mod-carousel-categorias .owl-item a span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	max-height: 30px;
	font-weight: 400;
	margin-top: 15px;
}
.owl-dots {display: none !important}

.mod-carousel-categorias .row {
	position: relative;
}
.mod-carousel-categorias .gradient-hover-left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 65px;
	height: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
    background: -o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
    background: -moz-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
    background: linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
}
.mod-carousel-categorias .gradient-hover-right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 65px;
	height: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
    background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
    background: linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,.5),rgba(255,255,255,0));
}
.mod-carousel-categorias .owl-controls {
    display: none;
}

/* owl carousel collapse */
@media (max-width: 768px) {
	.gradient-hover-left {
	    width: 35px;
	}
	.gradient-hover-right {
	    width: 35px;
    }
    .mod-carousel-categorias .owl-carousel  .owl-stage {
        padding-bottom: 15px;
    }
	.mod-carousel-categorias {
		margin: 0;
	}
	.mod-carousel-categorias .owl-item a span {
		font-size: 12px;
		line-height: 14px;
		max-height: 25px;
	}
}


/* HOME - CATEGORIAS */
#main-categories {
    height: 100% !important;
}
#main-categories .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto !important;
}
#main-categories .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
}
.mod-category-item {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100% !important;
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
}
.mod-category-item:nth-child(1), .mod-category-item:nth-child(4) {
    position: relative;
    background-color: #fc3;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mod-category-item:nth-child(2), .mod-category-item:nth-child(3) {
    background-color: #000;
}
.mod-category-item-text {
    width: 50%;
    height: 100% !important;
    padding: 25px 50px 25px 50px;
}
.mod-category-item-text a.category-link {
}
.mod-category-item-text a.category-link:hover {
    text-decoration: none;
}
.mod-category-item-text a.category-link h2 {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.mod-category-item:nth-child(1) a.category-link h2, .mod-category-item:nth-child(4) a.category-link h2 {
    color: #000 !important;
}
.mod-category-item:nth-child(2) a.category-link h2, .mod-category-item:nth-child(3) a.category-link h2 {
    color: #fff !important;
}
.mod-category-item:nth-child(1) a.category-link .btn-primary, .mod-category-item:nth-child(4) a.category-link .btn-primary {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.mod-category-item:nth-child(2) a.category-link .btn-primary, .mod-category-item:nth-child(3) a.category-link .btn-primary {
    background-color: #fc3 !important;
    color: #000 !important;
    border-color: #fc3 !important;
}
.mod-category-item-image {
    width: 50%;
    height: auto;
    float: right !important;
}
.mod-category-item-image img {
    width: 100% !important;
}
@media (max-width: 1250px) {
    .mod-category-item-text {
        padding: 25px;
    }
    .mod-category-item-text a.category-link {
        text-align: center;
    }
    .mod-category-item-text a.category-link h2 {
        font-family: Nexa-Black !important;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .mod-category-item-text a.category-link .btn {
        display: block;
        padding: 0.5rem 1.5rem;
        font-size: 14px;
    }
}
@media (max-width: 992px) {
    .mod-category-item-text a.category-link h2 {
        font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .mod-category-item-text {
        display: flex;
        align-items: center ;
        flex-wrap: wrap;
        text-align: center;
    }
    .mod-category-item-text a.category-link h2 {
        font-family: Nexa-Black !important;
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .mod-category-item-text a.category-link .btn {
        display: inline-block;
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    .mod-category-item-text {
        width: 100%;
        padding: 50px;
    }
    .mod-category-item-image {
        width: 100%;
    }
}



#product-gallery, #product-gallery-list {
    background-color: #e6e6e6;
    padding: 75px 0 ;
}
#product-gallery .container-fluid, #product-gallery-list .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
#product-gallery h1 {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 52px;
    color: #000;
    margin-bottom: 25px;
}
.mod-category-title {
    background-color: #fff;
}
#title-general-section .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
.mod-product {
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin-bottom: 25px;
}
a.mod-product-link {
    display: block;
    padding: 25px;
}
a.mod-product-link:hover {
    text-decoration: none;
}
.mod-product-image {
    
}
.mod-product-image .img-thumbnail {
    padding: 0;
    border: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.mod-product-info {
    height: 220px;
}
.mod-product-info span.mod-product-code {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}
.mod-product-info hr {
    border: 2px solid #000;
    width: 35px;
    margin-top: 12px !important;
    margin-bottom: 15px !important;
}
.mod-product-info h2.mod-product-title {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.2px;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
}
@media (max-width: 1200px) {
    .mod-product-info {
        height: 190px;
    }
    .mod-product-info h2.mod-product-title {
        font-size: 20px;
        line-height: 24px;
    }
    .mod-product-button .btn {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .mod-product-info {
        height: 220px;
    }
    .mod-product-info h2.mod-product-title {
        font-size: 28px;
        line-height: 30px;
    }
    .mod-product-button .btn {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .mod-product-info {
        height: 250px;
    }
    #product-gallery .container-fluid, #title-general-section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    
}
@media (max-width: 576px) {
    .seccion-categoria #product-gallery-list {
        background-color: #fff !important;
    }
    #product-gallery .container-fluid, #title-general-section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    #product-gallery-list {
        padding: 0;
    }
    #product-gallery .container-fluid .col-xs-3 {
        position: relative;
        width: 50% !important;
        padding-right: 8px;
        padding-left: 8px;
    }
    .mod-product {
        margin-bottom: 15px;
    }
    .mod-product-info {
        height: 110px;
    }
    a.mod-product-link {
        padding: 15px !important;
    }
    .mod-product-info span.mod-product-code {
        font-size: 11px;
        font-weight: 400;
    }
    .mod-product-info hr {
        display: none;
    }
    .mod-product-info h2.mod-product-title {
        font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-top: 5px;
    }
    .mod-product-button .btn {
        display: block;
        font-size: 12px;
        padding: 0.4rem 1rem;
    }
    /* variación lista */
    #product-gallery-list .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #product-gallery-list .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }
    #product-gallery-list .container-fluid .row .col-xs-3:first-child {
        border-top: 1px solid #ccc;
    }
    #product-gallery-list .container-fluid .row .col-xs-3 {
        padding-right: 0;
        padding-left: 0;
    }
    #product-gallery-list .mod-product {
        box-shadow: none !important;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }
    #product-gallery-list .mod-product a.mod-product-link {
        position: relative;
        padding-top: 5px !important;
    }
    #product-gallery-list .mod-product .mod-product-image {
        float: left;
        margin-right: 15px;
        display: flex;
        align-items: center ;
        flex-wrap: wrap;
        height: 120px !important;
    }
    #product-gallery-list .mod-product .mod-product-image .img-thumbnail {
        height: 100px;
    }
    #product-gallery-list .mod-product .mod-product-info {
    }
    #product-gallery-list .mod-product .mod-product-info span.mod-product-code {
        font-size: 12px;
        font-weight: 400;
    }
    #product-gallery-list .mod-product .mod-product-info h2.mod-product-title {
        font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        margin-top: 2px;
    }
    #product-gallery-list .mod-product .mod-product-button {
        position: absolute;
        bottom: 15px;
        left: 130px;
    }
}


/*Listado de categorías*/
#category-gallery-list {
    margin-bottom: 150px;
}
#category-gallery-list .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
#category-gallery-list .row {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#category-gallery-list h1 {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 52px;
    color: #000;
    margin-bottom: 25px;
}
#category-gallery-list .col-xs-3.col-sm-4.col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}
.mod-category {
    background-color: #fff;
    box-shadow: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    
}
a.mod-category-link {
    display: block;
    padding: 25px;
}
a.mod-category-link:hover {
    text-decoration: none;
}
.mod-category-image {
    
}
.mod-category-image .img-thumbnail {
    padding: 0;
    border: 0 !important;
}
.mod-category-info {
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
    height: 75px;
    text-align: center !important;
}
.mod-category-info h2.mod-category-title {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin: auto;
}
@media (max-width: 1200px) {
    .mod-category-button .btn {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .mod-category-info {

    }
    .mod-category-button .btn {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .mod-category-info {
    }
    #category-gallery-list .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    
}
@media (max-width: 576px) {
    #category-gallery-list .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    #category-gallery-list .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }
    #category-gallery-list .container-fluid .col-xs-3 {
        position: relative;
        width: 50% !important;
    }
    .mod-category-info {
        margin-bottom: 0;
    }
    a.mod-category-link {
        padding: 15px !important;
    }
    .mod-category-info span.mod-category-code {
        font-size: 11px;
        font-weight: 400;
    }
    .mod-category-info hr {
        display: none;
    }
    .mod-category-button .btn {
        display: block;
        font-size: 12px;
        padding: 0.4rem 1rem;
    }
    #category-gallery-list .mod-category .mod-category-info h2.mod-category-title {
        font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        margin-top: 2px;
    }
}




/* Categorias */
.mod-category-title h1 {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    line-height: 52px;
    color: #000;
    margin-bottom: 15px;
}
.mod-filters {
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
}
.mod-filters span {
    padding-right: 15px;
}
.mod-filters .btn-secondary {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    padding: 0.5rem 0.8rem;
}
.mod-filters .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #545b62 !important;
}
.mod-filters .btn-secondary.dropdown-toggle span {
    padding-right: 50px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999 !important;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item:last-child {
    border-bottom: none !important;
}

@media (max-width: 576px) {
    .mod-category-title h1 {
        font-size: 40px;
        line-height: 44px;
    }
}



/* Producto */
.shop-producto {
    margin-bottom: 50px;
}
.shop-producto .container-fluid {
	background: rgba(255,255,255,0);
    background: -webkit-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,1),rgba(255,204,51,1),rgba(255,204,51,1));
    background: -o-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,1),rgba(255,204,51,1),rgba(255,204,51,1));
    background: -moz-linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,1),rgba(255,204,51,1),rgba(255,204,51,1));
    background: linear-gradient(left,rgba(0,0,0,1),rgba(0,0,0,1),rgba(255,204,51,1),rgba(255,204,51,1));
    padding-left: 50px;
    padding-right: 50px;
}
.shop-producto-main-row {
    position: relative;
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
}
.shop-producto-main-column {
    padding-left: 0;
    padding-right: 0;
}
.shop-mod-article-photos {
    height: 100%;
}
.shop-mod-article-photos img {
    width: 100% !important;
}
.shop-mod-article-photos .rc_gallery {
	width: 100%;
	height: 100%;
	position: relative;
}
.shop-mod-article-photos .rc_gallery a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.shop-mod-article-photos .rc_gallery a:nth-child(2) {
	bottom: 15px;
	left: 15px;
}
.shop-mod-article-photos .rc_gallery a:nth-child(3) {
	bottom: 15px;
	left: 100px;
}
.shop-mod-article-photos .rc_gallery a:nth-child(4) {
	bottom: 15px;
	left: 185px;
}
.shop-mod-article-photos .rc_gallery a:nth-child(5) {
	bottom: 15px;
	left: 270px;
}
.shop-mod-article-photos .rc_gallery a:first-child {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100% !important;
	height: 100% !important;
	padding: 0;
	display: block;
	text-align: center;
	vertical-align: middle;
	border: none;
}
.shop-mod-article-photos .rc_gallery a .rc_galleryimg_container {
	height: 100%;
	display: flex;
	align-items: center;
  	justify-content: center;
}
.shop-mod-article-photos .rc_gallery a img.rc_galleryimg {
	display: block;
	margin: auto;
	max-width: 63px;
	max-height: 63px;
}
.shop-mod-article-photos .rc_gallery a:first-child img.rc_galleryimg {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
    padding: 0;
	border: none !important;
}
@media (max-width: 1200px) {
    .shop-mod-article-photos .rc_gallery a {
        bottom: -25px !important;
    }
    .shop-mod-article-photos .rc_gallery a:first-child {
        bottom: 0 !important;
    }
    .shop-mod-article-photos .rc_gallery a:first-child img.rc_galleryimg {
        padding: 0;
    }
}
@media (max-width: 992px) {
    .shop-mod-article-photos .rc_gallery a {
        bottom: -50px !important;
    }
    .shop-mod-article-photos .rc_gallery a:first-child {
        bottom: 0 !important;
    }
    .shop-mod-article-photos .rc_gallery a:first-child img.rc_galleryimg {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .shop-mod-article-photos .rc_gallery a:nth-child(2) {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 15px !important;
        left: 15px;
    }
    .shop-mod-article-photos .rc_gallery a:nth-child(3) {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 15px !important;
        left: 75px;
    }
    .shop-mod-article-photos .rc_gallery a:nth-child(4) {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 15px !important;
        left: 135px;
    }
    .shop-mod-article-photos .rc_gallery a:nth-child(5) {
        width: 50px;
        height: 50px;
        top: auto;
        bottom: 15px !important;
        left: 195px;
    }
    .shop-mod-article-photos .rc_gallery a:first-child img.rc_galleryimg {
        padding: 0;
    }
}
@media (max-width: 576px) {
    .shop-mod-article-photos .rc_gallery a {
        bottom: 15px !important;
    }
    .shop-mod-article-photos .rc_gallery a:first-child {
        bottom: 0 !important;
    }
    .shop-mod-article-photos .rc_gallery a:first-child img.rc_galleryimg {
        padding: 0;
    }
}



.shop-mod-article-info {
    height: 100%;
}
.shop-product-principal {
    padding: 25px 35px;
    border-bottom: 1px solid #ccc;
}
.shop-product-principal span.art-marca {
    display: inline-block;
    background-color: #fc3;
    padding: 4px 12px;
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.shop-product-principal h1.art-nombre {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 46px;
    line-height: 50px;
    margin-top: 25px;
    color: #000;
}
.shop-product-principal span.art-codigo {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.shop-product-details {
    padding: 25px 35px;
    border-bottom: 1px solid #ccc;
}
.shop-product-details span.art-descripcion-title {
    
}
.shop-product-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shop-product-details ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #808080;
}

.shop-product-buttons {
    padding: 25px 35px;
}
.shop-product-buttons .btn:first-child {
    margin-right: 5px !important;
}
.shop-product-buttons .btn:last-child {
    margin-left: 5px !important;
}
.vl {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 1px;
    height: 100%;
}
.shop-producto-labels {
    background: none !important;
    background-color: #ededed !important;
}
.shop-producto-labels .row, .shop-producto-specs .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.shop-label-group {
    padding: 0 !important;
}
.shop-label-group img {
    max-width: 150px;
    max-height: 150px;
    margin-left: 10px;
    margin-right: 10px;    
}
.shop-producto-specs {
    background: none !important;
    background-color: #e2e2e2 !important;
}
.shop-producto-specs h6 {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 25px;
}
@media (max-width: 992px) {
    .shop-product-principal h1.art-nombre {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 768px) {
    .vl {
        display: none;
    }
}
@media (max-width: 576px) {
    .shop-producto .container-fluid {
        padding: 0 !important;
        background-color: transparent !important;
    }
    .shop-product-principal, .shop-product-details, .shop-product-buttons {
        padding: 30px 15px  !important;
    }
    .shop-product-principal {
        border-top: 1px solid #ccc;
    }
    .shop-product-principal h1.art-nombre {
        font-size: 32px;
        line-height: 36px;
    }
    .shop-product-buttons .btn-group {
        display: block !important;
    }
    .shop-product-buttons .btn:first-child {
        display: block !important;
        margin-right: 0 !important;
    }
    .shop-product-buttons .btn:last-child {
        display: block !important;
        margin-left: 0 !important;
    }
    .shop-producto .shop-producto-labels {
        background-color: #ededed !important;
    }
    .shop-producto .shop-producto-specs {
        background-color: #e6e6e6 !important;
    }
    .shop-label-group img {
        display: block;
        max-width: 125px;
        max-height: 125px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* About */
#about-main {
    background-color: #000;
    margin-top: 97px;
}
#about-main .row {
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
}
.about-main-fondo {
    background-image: url("/images/konan-fondo-taller-2.jpg");
    background-size: auto 101%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
}
.about-main-fondo .about-main-wrapper {
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background: linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    position: relative;
}
.about-main-fondo img.imagen-caja {
    margin: auto;
    margin-top: 50px;
    margin-bottom: -50px;
    max-width: 500px;
}
.about-main-info {
    background-color: #000;
    padding: 50px 75px 50px 0;
}
.about-main-info span.donde-comprar {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fc3;
}
.about-main-info h6 {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 49px;
    line-height: 49px;
    color: #fff;
}
#mod-history .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    
}
#mod-history p {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}
#mod-history h2 {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    line-height: 38px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
}
#mod-history ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mod-history ul li {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 28px;
    line-height: 50px;
    font-weight: 300;
}

@media (max-width: 1200px) {
    .about-main-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 500px;
    }
}
@media (max-width: 992px) {
    .about-main-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 400px;
    }
    .about-main-info h6 {
        font-family: Nexa-Black !important;
        font-weight: normal;
        font-style: normal;
        font-size: 36px;
        line-height: 40px;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .about-main-fondo {
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }
    .about-main-fondo .about-main-wrapper {
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        height: 450px;
    }
    .about-main-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 450px;
    }
    .about-main-info {
        background-color: #000;
        text-align: center;
        padding: 25px;
        padding-top: 0;
        padding-bottom: 75px;
        background-position: right center;
        background-size: auto 85%;
    }
    .about-main-info hr {
        margin: 15px auto;
    }
}
@media (max-width: 576px) {
    .about-main-fondo {
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }
    .about-main-fondo .about-main-wrapper {
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        height: auto;
        padding-bottom: 100px;
    }
    .about-main-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 80%;
    }
    .about-main-wrapper .map-marker-icon {
        position: absolute;
        top: 35px;
        left: 35px;
    }
    .about-main-wrapper .map-marker-icon img.icono-mapa {
        display: block; 
        width: 55px;
    }
    #mod-history p {
        font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }
    #mod-history .container-fluid {
        padding: 50px 25px;
    }
    #mod-history ul li {
        font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }
}



/* Stores */
#stores-location {
    background-color: #000;
}
#stores-location .row {
    display: flex;
    align-items: center ;
    flex-wrap: wrap;
}
.stores-locator-fondo {
    background-image: url("/images/konan-fondo-taller.jpg");
    background-size: auto 101%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
}
.stores-locator-fondo .stores-locator-wrapper {
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    background: linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1));
    position: relative;
}
.stores-locator-wrapper .map-marker-icon {
    position: absolute;
    top: 50px;
    left: 50px;
}
.stores-locator-wrapper .map-marker-icon img.icono-mapa {
    display: block; 
    width: 75px;
}
.stores-locator-fondo img.imagen-caja {
    margin: auto;
    margin-top: 50px;
    margin-bottom: -50px;
    max-width: 500px;
}
.stores-locator-info {
    background-color: #000;
    padding: 50px;
    background-image: url("/images/marker-fondo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 85%;
}
.stores-locator-info span.donde-comprar {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fc3;
}
.stores-locator-info h6 {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 49px;
    line-height: 49px;
    color: #fff;
}

@media (max-width: 1200px) {
    .stores-locator-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 500px;
    }
}
@media (max-width: 992px) {
    .stores-locator-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 400px;
    }
    .stores-locator-info h6 {
        font-family: Nexa-Black !important;
        font-weight: normal;
        font-style: normal;
        font-size: 36px;
        line-height: 40px;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .stores-locator-fondo {
        background-image: url("/images/konan-fondo-taller.jpg");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }
    .stores-locator-fondo .stores-locator-wrapper {
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
        height: 450px;
    }
    .stores-locator-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 450px;
    }
    .stores-locator-info {
        background-color: #000;
        text-align: center;
        padding: 25px;
        padding-top: 0;
        padding-bottom: 75px;
        background-position: right center;
        background-size: auto 85%;
    }
    .stores-locator-info hr {
        margin: 15px auto;
    }
}
@media (max-width: 576px) {
    .stores-locator-fondo {
        background-image: url("/images/konan-fondo-taller.jpg");
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        padding-left: 0;
        padding-right: 0;
    }
    .stores-locator-fondo .stores-locator-wrapper {
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1));
        height: auto;
        padding-bottom: 100px;
    }
    .stores-locator-fondo img.imagen-caja {
        margin: auto;
        margin-top: 50px;
        margin-bottom: -50px;
        max-width: 80%;
    }
    .stores-locator-wrapper .map-marker-icon {
        position: absolute;
        top: 35px;
        left: 35px;
    }
    .stores-locator-wrapper .map-marker-icon img.icono-mapa {
        display: block; 
        width: 55px;
    }

}


/*Catalogo*/
#catalog {
    padding-top: 100px;
    padding-bottom: 100px;
}

#catalog img.mockup-catalogo {
    margin: auto;
    max-width: 65%;
}
#catalog h6 {
    font-family: Nexa-Black !important;
    font-weight: normal;
    font-style: normal;
    font-size: 38px;
    color: #000;
    margin-bottom: 15px;
}
#catalog .btn-black {
    padding: 0.7rem 2.8rem;
    background-color: #fff !important;
    border: 3px solid #000 !important;
    font-size: 1.5rem;
    color: #000 !important;
}
@media (max-width: 576px) {
    #catalog img.mockup-catalogo {
        margin: auto;
        max-width: 95%;
    }
    #catalog h6 {
        font-family: Nexa-Black !important;
        font-weight: normal;
        font-style: normal;
        font-size: 34px;
        color: #000;
        margin-bottom: 15px;
    }
}


/* Follow y footer */
#follow .row {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fc3;
    
}
#follow span {
    font-family: 'Oswald', Helvetica, Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
}
#follow a {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 55px;
    color: #000;
    text-transform: lowercase;
    text-shadow: none;
}
#follow a:hover {
    text-decoration: none;
}
@media (max-width: 576px) {
    #follow span {
        font-size: 25px;
    }
    #follow a {
        font-size: 40px;
    }

}
#mod-pie {
    background-color: #000;
    padding-top: 75px;
}
#mod-pie .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
#mod-pie h6 {
    font-family: Nexa-Black !important;
	font-weight: normal;
	font-style: normal;
    font-size: 20px;
    color: #fff;
}
#mod-pie hr {
    border: 2px solid #fc3;
    box-shadow: 4px 4px 4px rgba(0,0,0,.5);
    width: 25px;
    margin-top: 5px;
}
#mod-pie form {
    background-color: #272727;
    border-radius: 10px;
    padding: 25px;
}
#mod-pie hr.hr-anchor {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin: 35px 0 ;
}
#mod-pie span.text-legal {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
#mod-pie .media img {
    width: 100px;
}
#mod-pie span a {
    color: #fc3;
}
#mod-pie .mod-pie-estudio {
    margin-top: 25px;
    padding: 25px 0 !important;
}
@media (max-width: 576px) {
    #mod-pie .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    #mod-pie .media img {
        width: 75px;
    }
    #mod-pie span.text-legal {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
    }
    #mod-pie .mod-menu-sections {
        margin-top: 50px;
    }
    .fox-form {
        margin-bottom: 50px;
    }
}
