/* transition animation */
body * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sp-header {
    /* background-color: #eeeeee; */
    color: #333333;
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgb(253, 253, 253) 80%, rgba(238,238,238,1) 100%);
} 
.header-sticky {
    height: 50px!important;
}

.sp-megamenu-parent > li.active > a {
    font-weight: bold;
	color: #a5271f!important; 
}
.sp-megamenu-parent {
    float: left;
}
.header-sticky .sp-megamenu-parent > li > a, 
.header-sticky .sp-megamenu-parent > li > span {
    line-height: 50px;
}

.logo {
    float: right;
}
.header-sticky .logo {
    height: 50px!important;
}  
.header-sticky .logo-image {
    height: 35px;
}

#offcanvas-toggler > .fa {
    color: #a5271f;
}

#sp-main-body {
    padding: 30px 0;
}
#sp-footer, #sp-bottom {
    background: #000;
    color: #fff;
}
#sp-left .sp-module, 
#sp-right .sp-module {
    padding: 20px;
    background: #f2f2f2;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
    margin: 0;
    padding-bottom: 20px;
}

#sp-right .category-module .content {
    padding: 10px 10px 5px;
}
#sp-right  .category-module .content .mod-articles-category-title {
    font-weight: normal;
    font-size: 16px;
}
#sp-left .sp-module, 
#sp-right .sp-module {
    margin-top: 30px;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
    border-bottom: 1px solid #ffffff;
}


.inicio .sp-slider-outer-stage {
    height: 80vh!important;
}
#sppb-addon-wrapper-1576807534468 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
#sppb-addon-1576807534468 {
    font-size: 40px;
    text-shadow: 2px 2px 2px #000;
}

/*category-module*/
.category-module .article {
    box-shadow: 0px 5px 10px -5px #757575;
    margin-bottom: 30px;
	position: relative;
}
.category-module .content {
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: rgba(242, 242, 242, 0.7);
    /* width: 100%; */
    /* z-index: 0;*/
} 
.category-module .article:hover .content{
	left: 15px;
	background: rgba(242, 242, 242, 1);
}
.category-module .content h5 {
    margin: 0;
}
.category-module .content .mod-articles-category-title {
	font-weight: bold;
    text-shadow: rgb(255, 255, 255) 1px 1px 0px;
    margin: 0px;
	font-size: 20px;
}
.category-module .content .mod-articles-category-readmore {
    font-size: 20px;
    position: absolute;
    right: -45px;
    top: 0px;
    opacity: 0;
}
.category-module .article:hover .content .mod-articles-category-readmore {
    right: -55px;
    opacity: 1;
}
.category-module .content .mod-articles-category-readmore a {
    color: #ffffff;
    line-height: 34px;
    width: 56px;
    border-radius: 0px !important;
}


/* articles */
.article-list .article {
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    border-radius: 0px;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
    margin: 0px;
    border-radius: 0;
    border-bottom: 0;
}
.article-list .article .article-body {
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: rgba(242, 242, 242, 0.7);
    /* width: 100%;*/
	z-index:0;
}
.article-list .article:hover .article-body {
	/*bottom: 0px; */
    background: rgb(242, 242, 242); 
    left: 15px;

}
.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    /* color: #000; */
    margin: 0;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
    color: #a5271f;
	font-size: 20px;
}
.article-list .article .readmore {
	font-size: 20px;
    position: absolute;
    right: -46px; 
    top: 0;
	opacity:0;
}
.article-list .article:hover .readmore {
	opacity:1;
	right: -56px;
}
.article-list .article .readmore a,
.article-list .article .readmore a:hover {
    color: #ffffff;
    border-radius: 0!important;
    line-height: 37px;
    width: 56px;
}
.article-details.producto .article-header {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.article-details .article-header h1, 
.article-details .article-header h2 { 
    font-size: 25px;
    font-weight: bold;
    color: #a5271f;
    margin: 0;
    text-shadow: 1px 1px 0px #fff;
}
.article-details.producto .article-header h1, 
.article-details.producto .article-header h2 { 
    font-size: 25px;
    background: #f2f2f2;
    display: table;
    padding: 15px;
    /* position: absolute; */
    /* top: -70px; */
    /* left: 30px; */
    font-weight: bold;
    color: #a5271f;
    float: left;
    margin: 0;
    text-shadow: 1px 1px 0px #fff;
}
.article-details.producto .article-header .btn {
line-height: 47px;
    float: left;
    border-radius: 0;
    width: 67px;
    font-size: 25px;
    color: #fff;
}

/*blog*/
.blog1 > .article-list .article-body {
    position: unset;
}
.blog1 > .article-list .article .readmore {
    position: relative;
    right: auto;
    top: auto;
    opacity: 1;
}
.blog1 > .article-list .article .readmore a, 
.blog1 > .article-list .article .readmore a:hover {
    line-height: normal;
    width: auto;
}
.blog1 > .article-list .article .article-header h1, 
.blog1 > .article-list .article .article-header h2 {
    margin: 0 0 15px;
}

.pager > li a {
    font-size: 18px;
    padding: 10px 20px;
    color: #fff!important;
    background: #a5271f;
	border:0px!important;
	border-radius: 0;
}

/* speasyimagegallery */
.speasyimagegallery-gallery-item-content {
    display: none;
}
/*image-carousel*/
.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, 
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img, 
.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
    border-radius: 0;
}
.sppb-nav-tabs>li.active>a, 
.sppb-nav-tabs>li.active>a:focus, 
.sppb-nav-tabs>li.active>a:hover {
    background-color: #ffffff;
}
.sppb-nav-tabs>li>a {
    font-size: 20px;
	background: #e5e5e5;
}

/**/
.fabrikEmptyLabel {
    display: none;
} 


/**/
.whatsappchat {
	bottom: 0px!important;
    /*text-transform: uppercase;*/
	right: 24px!important;
}
.whatsappchat .is-analytics {
    max-width: 100%!important;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    padding: 1px!important;
    margin-right: 0px;
}

.whatsappchat .chat-content{
    margin: -30px 15px 15px!important;
    font-size: 16px;
    padding: 15px;
    background: none!important;
    border: 0px; 
}
.whatsappchat .popup-section .help-you-btn {
    padding: 0!important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image img {
    max-width: 60px!important;
}
.whatsappchat .popup-section .popup .popuptext {
    box-shadow: 8px 8px 8px -8px rgb(0 0 0 / 40%);
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .label {}
.whatsappchat .popup-section .popup .popuptext::after {
    border-color: #ffffff transparent transparent transparent!important;
}
.whatsappchat .popup-section .popup .popuptext {
	width: 300px!important;
    box-shadow: 0px 0px 30px -15px #000!important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
    padding: 8px 12px!important;
}


/*contacto*/
#form_1 label, .fabrikDetails label{
    font-weight: bold;
}
#form_1 .table thead th, .fabrikDetails .table thead th {
    width: 30%;
	vertical-align:top;
}
#form_1 #group3, .fabrikDetails #group3  {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
}
.fabrikDetails .fabrikGroup {
    padding: 15px;
}
.fabrikDataContainer {
    padding: 15px 0;
} 
.fabrikElement {
    position: relative;
}
.fabrikGroupRepeater {
    padding: 15px 15px 0 0!important;
}
.fabrikGroupRepeater .btn {
    padding: 0 5px;
}
.spinner{
	position:absolute!important;
	width:100%!important;
	height:100%!important;
}
.spinner-content{
	top:50%!important;
	left:50%!important;
	transform: translate(-50%, -50%)!important;
}
.spinner-msg{
	display:none!important;
}
.spinner-img{ 
	width:auto!important;
	height:auto!important;
	padding:7px!important;
	background-position:center!important;
	background-size:cover!important;
}


/**/
.modal-backdrop.show {
    opacity: .8;
}

/* media querys */
/* 4k - 2560px */
/* Laptop L - 1440px */
@media (max-width:1440px) {}
/* Laptop - 1024px */
@media (max-width:1024px) {}
/* Tablet - 768px */
@media (max-width:768px) {}
/* Mobile L - 425px */
@media (max-width:425px) {
	#sppb-addon-1576807534468 .sppb-addon-title {
    font-size: 50px!important;
    line-height: 50px!important;
	}
	.modal {
    padding-top: 30px;
	}
}
/* Mobile M - 375px */ 
@media (max-width:375px) {}
/* Mobile S - 320px */
@media (max-width:320px) {}