body{
    font-family: 'Barlow', sans-serif;
    background: #ddd url(../../../images/fondo.jpg) left top repeat;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    font-size: 16px;
    line-height: 110px;
}
.sp-megamenu-parent > li.pdf {
    max-width: 180px;
    transform: translateY(10px);

}
.sp-megamenu-parent > li.pdf.planos {
    max-width: 120px;
    transform: translateY(10px);
    margin-left: 10px;

}
.sp-megamenu-parent > li.pdf > a {
    font-size: 14px;
    line-height: 20px;
    color: #a0d4ef;
    background: #004970;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
}
.sp-megamenu-parent > li.pdf > a:hover {
    color: #666;
}
#sp-main-body {
    padding: 40px 0;
}
a.flag {
    margin-right: 10px;
}
#sp-header ,
#sp-header .logo {
    height: 110px;
}
#sp-footer {
    background: linear-gradient(rgba(0,73,112,0.8) , rgba(0,73,112,0.8) ), url(../../../images/fondo.jpg);
}
.sp-contact-info li a {
    color: #fff;
    font-weight: 600;
}
.breadcrumb {
    margin: 0;
}
div.catItemView {
    
    border: 1px solid #eee;
    margin: 10px;
    padding: 20px;
    height: 550px;
}
div.catItemView:hover {
    box-shadow: 0px 3px 8px #e6e6e6;
}
.sp-module .sp-module-title {
    background: #004970;
    padding: 8px;
    color: #ffffff;
}
div.itemListCategory {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0 15px;
}
.sp-module ul > li > a::before {
    content: "";
}
.sp-module ul > li.current > a::before {
    content: "\f105";
    margin-left: 5px;
    margin-right: 0px;
}

.menu_menu_productos > li > ul {
    margin-left: 15px;
}
.sp-module ul > li > a {
    font-size: 16px;
}
.code-wrap {
    color: #004970;
}
div.catItemImageBlock {
    margin: 0 auto;
}

.tools-wrap a.btn {
    background: #004970;
    padding: 0 12px;
    height: 25px;
    margin: -3px 1% 0 0;
    color: #fff;
    width: 48%;
}
div.itemListCategory h2 {
    margin-top: 0;
    color: #004970;
}
.entry-header h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #004970;
}
div.catItemIsFeatured::before, 
div.userItemIsFeatured::before, 
div.itemIsFeatured::before {
    content: " ";
}
div.catItemHeader h3.catItemTitle {
    font-size: 20px;
}
._more a {
    background: #004970;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
}
.sp-module.cat-select {
    margin: 20px auto;
}
.sp-module.cat-select select {
   
    margin: 0px auto;
    background: #004970;
    color:#fff;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
}
.k2CategorySelectBlock.cat-select {
    width: 80%;
    margin: 0 auto;
}
.k2CategorySelectBlock.cat-select::before {
    content: "\f13a";
font-family: FontAwesome;
position: absolute;
top: 0;
right: 14%;
width: 10%;
height: 100%;
text-align: center;
font-size: 28px;
line-height: 34px;
color:
rgba(255, 255, 255, 0.5);
background-color:
    rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
  
.itemid-101 .componentheading {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin: 50px 0;
    color: #004970;
}
div.k2Pagination ul li.active a {
    background: #004970;
}
.visBtnCon {
    text-align: left!important;
    margin-left: 31%;
}
.visBtnCon .btn {
    width: 150px;
    background: #004970;
}
#espere {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background: green;
    color: #f8f8f8;
    font-size: 18px;
    left: 0;
    padding: 20px 0;
    z-index: 99999;
}
.wap {
    position: fixed;
    left: 10px;
    bottom: 20px;
}
/* BUSCADOR*/
div.genericItemList {
    display: flex;
    flex-wrap: wrap;
}
div.genericItemImageBlock {
    display: none;
}
div.genericItemHeader h2.genericItemTitle{
    font-size: 20px;
}
div.genericItemView {
    flex-basis: 33%;
    padding: 30px;    
}
div.k2SearchBlock form input.inputbox {
    width: 70%;
    float: left;
}
div.k2SearchBlock form input.button {
    width: 30%;
    margin-top: -2px;    
}
form.genericSearchForm {
    display: none;
}
.search-home {
    max-width: 600px;
    margin: 50px auto -50px auto;
}
.genericItemExtraFields,
.catItemExtraFields{
    display:none;
}
@media (max-width: 1199px) {
    .sp-megamenu-parent > li > a, 
    .sp-megamenu-parent > li > span {
        font-size: 14px;
        padding: 0 10px;
    }
    #sp-menu {
        padding-left: 0;
    }

}
@media (max-width: 991px) {
    div.itemContainer {
        width: 100%!important;
    }
    div.genericItemView {
        flex-basis: 100%;
    }
    div.genericItemList {
        display: block;
    }
    #sp-logo {
        width:70%;
        float: left;
    }

}


@media (max-width: 600px) {
    #sp-header, #sp-header .logo {
        height: 90px;
    }
    #sp-main-body {
        padding: 20px 0;
    }
    div.k2SearchBlock form input.button {
        margin-top: 0;
    }
}