

/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

section {margin-top: 36px;}
.Home section {margin-top: 0 !important;}



@media (max-width: 991px) {
}



/* OWL SLIDER ******/
.owl-item.loading {
    /*background: url(/Content/Images/AjaxLoader.gif) no-repeat center center;*/
} 
.owl-carousel {width:100%}
.owl-carousel .owl-item img {transform-style: inherit;}
.owl-carousel .box_image img {display:block; transform-style: unset !important; margin: auto; height: 145px;}

.owl-carousel .owl-item .owl-lazy {opacity: 0.1;}

.owl-carousel {
    margin: 0;
    z-index: 0;
}

.owl-nav > div {
    color: #000;
    cursor: pointer;
    font-family: "ionicons";
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    top: calc(44% - 35px);
    z-index: 3;
    border-radius:50px;
    padding: 0 10px;
}
.owl-prev {left: 3px;}
.owl-next {right: 3px;}

.owl-prev:before {content: "\f3cf";}
.owl-next:before {content: "\f3d1";}
.owl-next:before {float: right}

.owl-nav > div:hover {
    background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
}

.owl-dots {
    margin-top: -25px !important;
    position: relative!important;
}

.owl-dots div {
    background: #ccc none repeat scroll 0 0;
    /*border: 1px solid #fff;*/
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    text-align: center;
    width: 10px;

}
.owl-dots div:hover {opacity: 0.7}

.owl-dots .active {
    background: #002364 none repeat scroll 0 0;
}
.owl-theme .owl-controls {margin-top: 0}



/* OWL SLIDER MAIN-SLIDER ******/
#main-slider  {
    margin: 55px 0;
    background-color: #E10571;
    color: white;
    font-size: 39px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    padding: 28px 50px;
}
#main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
#main-slider .owl-nav > div {color: #fff; opacity: 0;}
#main-slider:hover .owl-nav > div { opacity: 1;}
#main-slider .owl-nav > div:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
#main-slider .owl-prev {left: 0}
#main-slider .owl-next {right: 0}
#main-slider .owl-dots {margin: 5px auto 0;}

@media (max-width: 991px) {
#main-slider .owl-nav > div {
    font-size: 28px;
}
}

@media (max-width: 767px) {
#main-slider2 .owl-nav > div {
    font-size: 18px;
    color: #fff;
    padding: 0;
    top: 44%;
}
#main-slider .owl-prev {left: 0}
#main-slider .owl-next {right: 0}
.main-slider  .owl-dots {display: none}
}

@media (max-width: 479px) {
#main-slider2 {margin-bottom: 10px}
}




/* OWL-SLIDER  BRAND-SLIDER ********/
.related.brand-slider {
    margin-bottom: 20px !important;
}
.brand-slider ul {}
.brand-slider .owl-stage-outer {
    height: 90px;
}
.brand-slider ul .owl-nav > * {top: 62px !important}
.brand-slider ul .owl-nav > .owl-prev {}
.brand-slider ul .owl-nav > .owl-next {}

.brand-slider ul li a {
    cursor: pointer;
    display: table;
    height: 65px;
    position: relative;
    width: 100%;
}

.related.brand-slider h2 {
    text-align: center;
    font-size: 1.8em;
    border-bottom: 1px solid #002364;
    height: 18px;
}

.brand-slider ul li a img {
    bottom: 0;
    height: auto !important;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
}

/* desaturar imagenes */
.brand-slider ul li a img {
    opacity: 0.55;
    
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.brand-slider ul li a img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}


@media (max-width: 991px) {
.brand-slider ul li a  {height: 60px}
}

@media (max-width: 767px) {

.related.brand-slider h2{
    font-size: 1.2em;
    border-bottom: none;
    height: auto;
}
}

@media (max-width: 511px) {
    .brand-slider ul .owl-nav > * {top: 20px !important}    
}

@media (max-width: 479px) {
.related.brand-slider h2{
    font-size: 1.4em!important;
    margin-bottom: -10px;
    margin-top: 20px;
}
}



/*Banners Home*/

.home-categories-item {
    margin: 100px 0;
}

.home-categories-name {
    text-align: center;
    font-size: 22px;
    margin: 10px auto;
}

.home-categories-description {
    text-align: center;
    max-width: 400px;
    margin: 15px auto;
    line-height: 25px;
}

.home-categories-img {
    width: 250px !important;
    height: 250px !important;
    margin-bottom: 10px;
    border: solid 2px #eaeaea;
    border-radius: 100%;
    display: flex;
    margin: 0 auto 20px;
}

@media(max-width:991px){
    .home-categories-item {
        margin: 28px 0;
    }
}


.related h2 {
    text-align: center;
    color: #002364;
    font-size: 32px;
    margin: 0 0 35px;
    text-transform: uppercase;
    line-height: 32px;
}

.related h4 {
    text-align: center;
    color: #858585;
    font-size: 18px;
    max-width:800px;
    margin: 0 auto;
    line-height:1.6em;
}

/* OWL SLIDER RELATED-SLIDER */
.related > h2, .title > h2, .lastseen h2 {
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
    transition: none 0s ease 0s;
    width: 100%;
    background: #fff;
    height: auto;
    z-index: 1;
}
.related > h2 span, .title > h2 span, .lastseen h2 span {
    background: #fff;
    padding: 0 10px;
}

.related > h2 span a {
    font-size: 0.5em;
    color: #a3a2a3;
    text-decoration: underline;
    letter-spacing: -0.1px;
    margin: 0 6px;
}

.vermas-destacados {
    font-size: 0.7em;
    color: #e3edf6;
    font-weight: 500;
    /* text-decoration: underline; */
}

.vermas-destacados a {
    color: #002364;
    z-index: 2;
    position: relative;
}
.vermas-destacados a:hover{
    color: #86130a;
}

.Home .related {margin-bottom: 0px}

.related .owl-carousel {padding: 0 5px; display: block;}
/*.related .owl-carousel > li:nth-child(2n+2) {padding: 0 0 0 5px;}
.related .owl-carousel > li:nth-child(2n+1) {padding: 0 5px 0 0;}*/
.Home .related .owl-carousel {display: flex;justify-content: center;}

.related .owl-carousel .owl-stage-outer {
    margin: -10px;
    padding: 10px;
    clear: both;
}

.related .owl-nav > div {
    background: transparent none repeat scroll 0 0;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    text-indent: -5px;
    top: calc(32% - 3px);
    width: 20px;
    text-shadow: none !important;
}
.related .owl-prev {left: -15px}
.related .owl-next {right: -15px}

.related .owl-next::before {
    float: unset;
}





@media (min-width: 1440px) {
.Home .related > ul > li:nth-child(6) {display: none}
}

@media (min-width: 1600px) {
.Home .related > ul > li:nth-child(6) {display: block}
}


@media (max-width: 1439px) {
.Home .related > ul > li:nth-child(5) {display: none}
.Home .related > ul > li:nth-child(6) {display: none}
#main-slider {font-size: 35px; line-height: 43px;}
}
@media (max-width: 991px) {  
.related > h2, .title > h2, .lastseen h2 {
    font-size: 1.8em !important;
}
}

@media (max-width: 938px){
    .Home .related .owl-carousel{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    #main-slider{
        margin: 0 -15px 55px;
        font-size: 23px;
        line-height: 33px;
        padding: 28px 15px;
    }       
.Home .related > ul > li:nth-child(5) {display: block}
.Home .related > ul > li:nth-child(6) {display: block}
.Home .related .owl-carousel > li:not(:last-child) {margin-bottom: 36px;}
.Home .related .owl-carousel > li article {margin-bottom: 0}
.related > h2, .title > h2, .lastseen h2 {
    padding: 0 21px 6px;
    height: auto;
    font-size: 1.5em;
}
.related > h2 span, .title > h2 span, .lastseen h2 span {
    background: transparent;
    padding: 0;
}
.related .owl-prev {left: -12px}
.related .owl-next {right: -12px}
}

@media (max-width: 479px) {   
.Home .related > ul > li:nth-child(3)::before {display: none}
.Home .related > ul > li:nth-child(2n+2)::before {
    background: #d1d1d1;
    height: 1px;
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: calc(200% - 15px);
    content: "";
    display: block;
    z-index: 1;
}
.Home .related > ul > li:nth-last-of-type(-n+2)::before {
    display:none;
}
.title > h2, .lastseen h2 {
    padding: 5px 21px 6px;
    font-size: 1.7em;
    letter-spacing: 0.1px;
    text-align: center;
    margin: 0 0 10px;
}

.related  h2 span, .related  h2 strong {display: block}
}



/*.owl-carousel .PRODUCT_BOX .box_image {height: 255px}

@media (max-width: 1439px) { 
    .owl-carousel .PRODUCT_BOX .box_image {height: 210px}
}
@media (max-width: 1199px) { 
    .owl-carousel .PRODUCT_BOX .box_image {height: 214px;}
}
@media (max-width: 991px) { 
    .owl-carousel .PRODUCT_BOX .box_image {height: 230px}  
}
@media (max-width: 767px) {  
    .owl-carousel .PRODUCT_BOX .box_image {height: 205px}
}
@media (max-width: 479px) {    
    .owl-carousel .PRODUCT_BOX .box_image {height: 165px}
}
@media (max-width: 360px) {    
    .owl-carousel .PRODUCT_BOX .box_image {height: 135px}
}*/


/* BANNER HOME SERVICIOS  */
.b-servicios .banner-item {
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f2f2f2;
    padding: 10px 0 13px;
}
.b-servicios .item {
    display: inline-flex;
    float: left;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    justify-content: flex-start;
    position: relative;
    color: #5c2583;
}
.b-servicios .item .icono {
    display: flex;
    background-size: contain;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
    margin-right: 20px;
}
.b-servicios .item1 .icono {width: 21px}
.b-servicios .item2 .icono {width: 38px}
.b-servicios .item3 .icono {width: 42px}
.b-servicios .item4 .icono {width: 36px}

.b-servicios .item .icono img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.b-servicios .item > span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1em;
    line-height: 1.4em;
}
.b-servicios .item > span a {
    color: #002364;
    text-decoration: none;
}
.b-servicios .item > span a span {margin: 0 3px}
.b-servicios .item > span a:hover {color: #000}

.b-servicios .sep {
    width: 1px;
    height: 56px;
    background-color: #ccc;
}


@media (max-width: 1439px) {
.b-servicios .item > span {
    font-size: 0.95em;
}
}

@media (max-width: 1270px) {   
.b-servicios .item > span {font-size: 0.9em; line-height: 1.3em}
.b-servicios .item .icono {margin-right: 12px}
}

@media (max-width: 1199px) {   
.b-servicios .item > span {
    align-items: center;
    font-size: 0.87em;
    line-height: 1.2em;
}
.b-servicios .item1 .icono {width: 18px}
.b-servicios .item2 .icono {width: 35px}
.b-servicios .item3 .icono {width: 39px}
.b-servicios .item4 .icono {width: 33px}
}

@media (max-width: 991px) {    
.b-servicios .banner-item {
    padding: 8px 0;
    margin-bottom: 30px;
    justify-content: space-around;
}
.b-servicios .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.b-servicios .item .icono {
    margin: 0 auto 5px;
    height: 28px;
}
.b-servicios .sep {
    height: 77px;
    margin-top: 6px;
}
}

@media (max-width: 767px) {    
.b-servicios .banner-item {display: flex;}
.b-servicios .item > span {font-size: 0.85em;}
.b-servicios .item .icono {height: 37px}
.b-servicios .sep {display: none}
}

@media (max-width: 479px) {    
.b-servicios .banner-item {
    position: relative;
    padding: 8px 0 16px;
    flex-wrap: wrap;
}
.b-servicios .item {width: 50%}
.b-servicios .item.item1, .b-servicios .item.item2 {margin-bottom: 19px}

}


/* BANNER HOME bx3  */
.bx3 {
    margin-bottom: 60px;
}
.bx3 .item {
    display: table;
    float: left;
    padding: 5px 10px;
    text-align: center;
    width: 33%;
}
.bx3 .item2 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.bx3 .item a {
    display: inherit;
    float: none;
    margin: 0 auto;
    padding-left: 44px;
    position: relative;
    text-align: left;
}
.bx3 .item a::before {
    background-repeat: no-repeat;
    width: 50px;
    left: -18px;
    position: absolute;
    top: -6px;
    height: 50px;
    content: "" !important;
    background-size: 100% auto;
}
.bx3 .item1 a::before {background-image: url(/Pubs/Sites/Default/Custom/B-servicios1.png)}
.bx3 .item2 a::before {background-image: url(/Pubs/Sites/Default/Custom/B-servicios2.png)}
.bx3 .item3 a::before {background-image: url(/Pubs/Sites/Default/Custom/B-servicios3.png)}

.bx3 .item span {}
.bx3 .item strong {
    display: block;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bx3 .item a:hover strong {text-decoration: underline}



@media (max-width: 991px) {
.bx3 .item {font-size: 0.9em}
}


@media (min-width: 480px) and (max-width: 767px) {
.bx3 .item a {
    font-size: 0.85em;
    line-height: 1.3em;
    padding: 0;
    text-align: center;
}
.bx3 .item a::before {
    display: block;
    float: left;
    font-size: 2.4em;
    left: unset;
    margin: 0 calc(50% - 25px) 9px;
    position: relative;
    top: unset;
}
}

@media (max-width: 479px) {
.bx3 {margin: 0 0 40px;}
.bx3 .item {
    width: 100%;
}
.bx3 .item a::before {
    font-size: 2.3em;
    left: 10px;
    top: 21px;
}
.bx3 .item2 {
    border-width: 0;
}
.bx3 .item a {
    float: left;
    font-size: 0.95em;
    line-height: 1.4em;
    padding: 13px 10px 13px 76px;
    width: 100%;
}
}







/* BANNERS group  */

.bannergroup {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.bannergroup .banner-item {
    margin-bottom: 40px;
}

.Home #newsletter-form .field-validation-error, .Home #newsletter-form .field-validation-valid {
    color: #fff !important;
}



@media (max-width: 1599px) {

}
@media (max-width: 1439px) {

}
@media (max-width: 1199px) {
.bannergroup .banner-item {
    margin-bottom: 20px;
}
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}

