/*-----------------------------------------------------------------------------------*
/* = Slick Arrows
/*-----------------------------------------------------------------------------------*/
.slick-prev:before {
    content: '';
    width: 12px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .75;
    display: block;
    z-index: 99;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('https://test.cuadrabuslineas.com/images/arrow-left.svg');
}
.slick-next:before {
    content: '';
    width: 12px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .75;
    display: block;
    z-index: 99;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url('https://test.cuadrabuslineas.com/images/arrow-right.svg?v=202601301334');
}

/*-----------------------------------------------------------------------------------*
/* = Home Top Background
/*-----------------------------------------------------------------------------------*/
.home-top{
    background: url('https://test.cuadrabuslineas.com/images/home-top-bg.jpg?v=202601301334') no-repeat top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-----------------------------------------------------------------------------------*
/* = Home Links Backgrounds
/*-----------------------------------------------------------------------------------*/
.home-links .onebg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-1.jpg?v=202601301334');
}
.home-links .twobg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-2.jpg?v=202601301334');
}
.home-links .threebg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-3.jpg?v=202601301334');
}
.home-links .fourbg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-4.jpg?v=202601301334');
}
.home-links .fivebg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-5.jpg?v=202601301334');
}
.home-links .sixbg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-6.jpg?v=202601301334');
}
.home-links .sevenbg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-7.jpg?v=202601301334');
}
.home-links .eightbg{
    background-image: url('https://test.cuadrabuslineas.com/images/home-link-8.jpg?v=202601301334');
    background-position: top right;
}

/*-----------------------------------------------------------------------------------*
/* = Alink Arrow
/*-----------------------------------------------------------------------------------*/
.alink:after{
    background: url('https://test.cuadrabuslineas.com/images/arrow.svg?v=202601301334') no-repeat center center;
}

/*-----------------------------------------------------------------------------------*
/* = About Boxes Backgrounds
/*-----------------------------------------------------------------------------------*/
.about-box .half.bg{
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-box.one .half.bg{
    background-image: url('https://test.cuadrabuslineas.com/images/about-1-bg.jpg');
}
.about-box.two .half.bg{
    background-image: url('https://test.cuadrabuslineas.com/images/about-2-bg.jpg');
}
.about-box.three .half.bg{
    background-image: url('https://test.cuadrabuslineas.com/images/about-3-bg.jpg');
}
.about-box.four .half.bg{
    background-image: url('https://test.cuadrabuslineas.com/images/about-4-bg.jpg');
}

/*-----------------------------------------------------------------------------------*
/* = Home Breaking Icon
/*-----------------------------------------------------------------------------------*/
.home-breaking h1:after{
    background: url('https://test.cuadrabuslineas.com/images/lm-icon.svg?v=202601301334') no-repeat center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-----------------------------------------------------------------------------------*
/* = Search Button
/*-----------------------------------------------------------------------------------*/
#searchsubmit {
    background: url('https://test.cuadrabuslineas.com/images/search.png') no-repeat;
}