
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
    font-size: 16px;
}
h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}
#sp-header {
    height: 110px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
#sp-header .logo {
    max-width: 300px;
    height: 110px;
}
.customariston {
    
    margin-top: 20px;
    display: flex;
    float: right;
    align-items: flex-end;
}
.customariston > div {
    font-weight: bold;
    text-align: center;
}
.customariston img {
    max-height: 37px;
    width: auto;
    margin: 0 8px;
}

.sp-megamenu-parent {
    display: flex;
    justify-content: space-between;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
#sp-navigation a:hover {
    text-decoration: underline;
}
div.itemHeader h2.itemTitle {
    color: #fff;
    border-bottom: 1px solid;
    text-transform: uppercase;
    background: #0070b8;
    padding: 15px;
}
#sp-footer {
    background: #0070b8;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sp-module ul > li {
    border: none;
}
.destacados ul {
    margin: 0;
}
.destacados ul li{ 
    float: left;
    text-align: center; 
    color: #fff; 
    height: 240px; 
    
    border-radius: 0; 
    font-weight: 300; 
    margin: 10px 1%; 
    width: calc(33.3% - 2%);
    background: #0079FF;
    
    
    background-image:url("../../../images/sitio/part.png")  ;
   
    border: none;
    padding-top: 60px;
    cursor: pointer;
    background-position: left top;
    position: relative;
}

.destacados ul li:nth-child(4),
.destacados ul li:nth-child(5){
    width: calc(50% - 2%);

}
.destacados ul li:hover{
    background-position: right bottom;
  
} 
.destacados h2 { 
     
    text-align: center; 
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
}
.destacados h2  a { 
    color: #fff; 
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.destacados h2  a:hover { 
    color: #82a1d5;
}
.itemid-101 #sp-main-body {
    padding: 0;
}
.itemBackToTop {
    display: none;
}

.producto-box {
    
    border: 1px solid #ccc;
    padding: 15px 30px;
    border-radius: 6px;
    min-height: 685px;
    
}
.itemid-132 .itemContainerLast {
    width: auto;
}
div.catItemImageBlock {
   
}
span.catItemImage img {
    margin: 0 auto;
    height: 350px!important;
    object-fit: contain;
}
div.catItemIntroText {
    
    padding: 20px;
    
}
.catItemIntroText ul {
    padding: 0;
}
.catItemTitle {    
    font-size: 28px;
    width: 100%;    
}
.sp-page-title {
    /*background-image:url("../../../images/sitio/tring2.png")  ;*/
    background-color: #df0019;
}
.sp-page-title h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
}
#offcanvas-toggler {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 10px;
}

.djslider-default.img-vcenter img.dj-image {
    height: 400px!important;
    position: absolute!important;
    object-fit: contain;
}
.sp-module ul > li > a::before {
    content: "";
    margin: 0;
}
.sp-module.cat-list ul > li > a::before {
    content: "\f111";
    margin-right: 10px;
    font-size: 10px;
}
.sp-module.cat-list ul > li > a {
    color: #0079FF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;

}
#sp-footer1 ul li {
    line-height: 42px;
}
#sp-footer1 ul li a {
    display: inline-block;
}
#sp-footer1 ul li::before{
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
    font-size: 16px;
}
#sp-footer1 ul li:first-child::before{
    content: "\f041";
}
#sp-footer1 ul li:nth-child(2)::before{
    content: "\f095";
}
#sp-footer1 ul li:nth-child(3)::before{
    content: "\f003";
}
.cat-list .sp-module-title {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
}
.cat-list ul li:first-child {
    display: none;
}
.cat-list ul li a{
    line-height: 16px!important;
}
#offcanvas-toggler {
    line-height: 78px;
}
#offcanvas-toggler > i {
    font-size: 22px;
    color: #fff;
}
.new-look .offcanvas-menu {
    background-color: #0070b8;
}
.new-look .offcanvas-menu .sp-module ul > li:hover a, 
.new-look .offcanvas-menu .sp-module ul > li:focus a, 
.new-look .offcanvas-menu .sp-module ul > li.active a {
    background: #2b2f3b;

}
.fancyboxCounter {
    display: none;
}

@media only screen and (max-width: 1499px) {
    .djslider-default.img-vcenter img.dj-image {
        height: 267px!important;
    }

}
@media only screen and (max-width: 1199px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 12px;
        padding: 0 8px;
    }
}

@media only screen and (max-width: 991px) {
    .customariston {
        
        margin:  5px 0;
        float: left;
    }
    
    #sp-header .logo {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .destacados ul li{ 
        width: 100%!important;
    }
  
}
@media only screen and (max-width: 480px) {
    .producto-box {
        display: block;
    }
    .customariston div{
        margin: 5px;
    }
    .customariston b,
    .customariston br{
        display: none;
    }
    #offcanvas-toggler {
        line-height: 40px;
    }


}