.bx-wrapper {
    position: relative;
    margin: auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.bx-wrapper ul li {
    padding: 0;
    background-image: none;
    margin-bottom: 0;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    border: 0px;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -40px;
    width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* PAGER */

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    float: left;
    margin: 2px 1px;
    *zoom: 1;
    *display: inline;
}
.bx-default-pager{display: none;}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 0px solid #E2372D;
    width: 16px;
    height: 16px;
    font-size: 0px;
    text-indent: -9999px;
    float: left;
    outline: 0;
    margin: 0px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #E2372D !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 6px;
    background: url('../imagenes/arrow-left.png') 0px -61px;
}
.bx-wrapper .bx-next {
    right: 6px;
    background: url('../imagenes/arrow-right.png') 0px -61px;
}
.bx-wrapper .bx-prev:hover {
    background: url('../imagenes/arrow-left.png') 0px 0px;
}
.bx-wrapper .bx-next:hover {
    background: url('../imagenes/arrow-right.png') 0px 0px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    outline: 0;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
    z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(imagenes/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(imagenes/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */
.bx-has-pager{display: none;}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.BxSliderHomeCont {
    overflow: hidden;
background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: table;
    max-width: 1900px;
    min-height: 292px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    _margin: 0;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    z-index: 2;
}
.Cntpg:before,
.Cntpgint:before {
    content: '';
    background: url("../imagenes/load.gif") center center no-repeat;
    position: absolute;
    width: 100%;
    top: -305px;
    display: table;
    height: 285px;
    z-index: 2;
}
.Cntpg:before {
    top: -470px;
}
.BxSliderInterCont {
    position: relative;
    width: 100%;
    height: 240px;
    margin: auto;
    overflow: hidden;
    margin-top: 45px;
    _margin: 0;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxSliderHomeCont .bx-viewport,
.BxSliderInterCont .bx-viewport {}
.BxSliderHomeCont .bx-viewport,
.BxSliderInterCont .bx-viewport {
    width: 100%!important;
    text-align: center !important;
    left: 0;
    position: absolute;
    overflow: hidden;
}
.BxSliderHomeCont .bx-viewport img {
    height: auto;
}
.BanIntr .bx-viewport img {
    height: 292px;
    margin-left: -950px;
}
.BanIntr .bx-viewport,
.BanIntr .bx-wrapper {
    height: 292px!important;
}
.BxSliderHomeInter .bx-viewport img {
    height: 240px;
}
.BxSliderHomeCont .bx-pager {
    text-align: center;
    top: inherit;
    bottom: 64px;
    margin-left: 22px;
    z-index: 500;
    width: 440px;
    left: 50%;
}
.BxSliderHomeCont .bx-pager-item {
    float: none !important;
    display: inline-block;
}
.BanIntr .bx-pager {
    bottom: 20px;
    display: none;
}
.BxSliderHomeCont .bx-pager-item {
    /*display: block !important;*/
    margin: 0px auto 1px auto;
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: transparent !important;
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #E2372D !important;
}
.BxSliderHomeCont .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 1044px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -30px;
}
.BxCaptionHomeCont {
background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 50%;
    height: 150px;
    width: 480px;
    left: 0;
    margin-top: -75px;
    display: table;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.BxCaptionCont {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    width: 982px;
    left: 50%;
    margin-left: -491px;
}
.BxCaptionCont {
    width: 982px;
    height: 240px;
}
.BxCaptionMiddleHome {
    position: relative;
    width: 100%;
    height: 113px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 14px;
}
.BxCaptionMiddleInter {
    position: relative;
    width: 500px;
    height: 240px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 34px;
}

.Bxcdrsldr {
    display: table;
    height: 114px;
}
.BxCaptionTitle h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #6b8fbf;
    position: relative;
    width: 100%;
    text-align: left;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
.BxCaptionTitle p {text-align: justify;color:#000;}
.BxCaptionTitle b{color:#6b8fbf;}
.BxCaptionTitle {
    position: relative;
    text-align: center;
    width: 490px;
    margin: 0 auto;
    padding: 10px 20px;
    display: table-cell;
    vertical-align: middle;
}
.BxCaptionText {
    bottom: 2px;
    position: absolute;
    font-family: 'ClaireHandRegular', Calibri;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    width: 490px;
    text-align: center;
    color: #FCB712;
}
.BxCarServCont {
    background: url("../imagenes/ipad.png") 0 0 no-repeat;
    max-width: 245px;
    height: 319px;
    padding: 30px 0px 0px 0px;
    margin: 2px auto 0px auto;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxCarGalCont {
    max-width: 792px;
    height: 84px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    position: relative;
    opacity: .0;
    width: 100%;
}
.BoxCloud {
    font-family: 'Dosis', Calibri;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    width: 100px;
    text-align: center;
    background: #e2001a;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.BoxObrero {
    position: relative;
    right: 30px;
    top: -20px;
}
.BoxObrero .BoxCloud {
    position: relative;
    right: 0px;
    top: 0px;
}
.BoxObrero img {
    margin-top: 66px;
    margin-right: 20px;
}
.BxCarServ {
    /*display: inline-block;*/
}
.BxCarServ img {
    width: 194px;
    height: 205px;
}
.BxCarGal img {
    width: 127px;
    height: 84px;
    border: 5px solid #DDD;
}
.LinkCarServ {
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-bottom: 50px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    height: 259px;
}
.LinkCarGal {
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-bottom: 50px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    height: 94px;
}
.BoxServImg,
.BoxGalImg {
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.BoxServImg img,
.BoxGalImg img {
    filter: url('#grayscale');
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();
    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");
    filter: gray;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.LinkCarServ:hover .BoxServImg img,
.LinkCarGal:hover .BoxGalImg img {
    filter: url('#grayscale');
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.BoxServTitle {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding: 0px 0px;
    background: #E2372D;
    height: 70px;
}
.BoxServTitle h2 {
    font-family: 'education_pencilregular', Calibri;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin: 10px;
}
.BoxServTitle h3 {
    font-family: 'ClaireHandRegular', Calibri;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #FCB712;
    position: absolute;
    bottom: 5px;
}
#BxCarServPrev {
    left: -32px;
}
#BxCarServNext {
    right: -32px;
}
#BxCarServNext,
#BxCarServPrev {
    position: absolute;
    top: 75px;
    width: 30px;
    height: 44px;
    display: inline-block;
}
#BxCarServPrev a,
#BxCarServNext a {
    position: absolute;
    top: 60px;
    width: 38px;
    height: 39px;
    display: inline-block;
}
#BxCarGalPrev a,
#BxCarGalNext a {
    position: absolute;
    top: 60px;
    width: 38px;
    height: 39px;
    display: inline-block;
}
#BxCarGalPrev {
    left: -6%;
}
#BxCarGalNext {
    right: -6%;
}
#BxCarGalNext {
    position: absolute;
    top: 75px;
    width: 30px;
    height: 44px;
    display: inline-block;
}
.BxCarGalCont #BxCarGalPrev,
.BxCarGalCont #BxCarGalNext {
    position: absolute;
    top: 23px;
    width: 30px;
    height: 44px;
    display: inline-block;
}
.BxCarGalCont #BxCarGalPrev a,
.BxCarGalCont #BxCarGalNext a {
    position: absolute;
    top: 0px;
    width: 38px;
    height: 39px;
    display: inline-block;
}
#BxCarServPrev a {
    left: 0px;
    background: url('../imagenes/arrow-little-left.png') 0px -39px;
}
#BxCarServPrev a:hover {
    left: 0px;
    background: url('../imagenes/arrow-little-left.png') 0px 0px;
}
#BxCarServNext a {
    right: 0px;
    background: url('../imagenes/arrow-little-right.png') 0px -39px;
}
#BxCarServNext a:hover {
    right: 0px;
    background: url('../imagenes/arrow-little-right.png') 0px 0px;
}
#BxCarGalPrev a {
    left: 0px;
    background: url('../imagenes/arrow-little-left.png') 0px -39px;
}
#BxCarGalPrev a:hover {
    left: 0px;
    background: url('../imagenes/arrow-little-left.png') 0px 0px;
}
#BxCarGalNext a {
    right: 0px;
    background: url('../imagenes/arrow-little-right.png') 0px -39px;
}
#BxCarGalNext a:hover {
    right: 0px;
    background: url('../imagenes/arrow-little-right.png') 0px 0px;
}
.BxClientesCont {
    width: 984px;
    height: 100px;
    overflow: hidden;
    margin: 10px auto 30px auto;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxClientes img {
    width: 120px;
    height: 60px;
}
/*Bx Galeria Simple*/

.BxGalSimpleCont {
    width: 322px;
    height: 304px;
    float: right;
    display: inline-block;
    margin: 20px 36px 0px 0px;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxGalSimple img {
    width: 322px;
    height: 304px;
}
.BxGalSimpleCont .bx-pager {
    bottom: -24px;
}
.BxGalSimpleCont .bx-pager {
    text-align: right;
}
.BxGalSimpleCont .bx-pager a {
    margin: 0px 0px 0px 2px !important;
}
.BxGalSimpleCont .bx-viewport {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.BxGalSimpleCont .bx-pager-link {
    width: 50px !important;
    height: 8px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/*Bx Galeria Simple*/

/*Bx Galeria Servicio*/

.BxGalServCont {
    width: 322px;
    height: 290px;
    float: right;
    display: inline-block;
    margin: 20px 36px 0px 0px;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxGalServ img {
    width: 322px;
    height: 264px;
}
.BxGalServCont .bx-pager {
    bottom: -24px;
}
.BxGalServCont .bx-pager {
    text-align: right;
}
.BxGalServCont .bx-pager a {
    margin: 0px 0px 0px 2px !important;
}
.BxGalServCont .bx-viewport {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.BxGalServCont .bx-pager-link {
    width: 50px !important;
    height: 8px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/*Bx Galeria Servicio*/

/*Bx Galeria Proyecto*/

.BxGalProyCont {
    width: 280px;
    height: 300px;
    float: right;
    display: inline-block;
    margin: 20px 36px 0px 0px;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxGalProy img {
    width: 280px;
    height: 280px;
}
.BxGalProyCont .bx-pager {
    bottom: -24px;
}
.BxGalProyCont .bx-pager {
    text-align: right;
}
.BxGalProyCont .bx-pager a {
    margin: 0px 0px 0px 2px !important;
}
.BxGalProyCont .bx-viewport {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.BxGalProyCont .bx-pager-link {
    width: 50px !important;
    height: 8px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/*Bx Galeria Proyecto*/

/*Bx Galeria Noticia*/

.BxGalNoticCont {
    width: 322px;
    height: 234px;
    float: right;
    display: inline-block;
    margin: 20px 0px 0px 0px;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxGalNotic img {
    width: 322px;
    height: 234px;
}
.BxGalNoticCont .bx-pager {
    bottom: -24px;
}
.BxGalNoticCont .bx-pager {
    text-align: right;
}
.BxGalNoticCont .bx-pager a {
    margin: 0px 0px 0px 2px !important;
}
.BxGalNoticCont .bx-viewport {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.BxGalNoticCont .bx-pager-link {
    width: 50px !important;
    height: 8px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
/*Bx Galeria Simple*/

.UlAction {
    position: absolute;
    top: 0px;
    right: -36px;
}
.UlAction li {
    margin: 0px 0px 4px 0px;
    display: block;
    line-height: 0px;
}
.UlAction li .LinkAction {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.UlAction li .LinkAction i {
    color: #fff;
}
.ActPdf {
    background: #c6c6c6 url('../imagenes/icon-action.png') -5px -5px no-repeat;
}
.ActPdf:hover {
    background: #e2001a url('../imagenes/icon-action.png') -5px -5px no-repeat;
}
.ActMensaje {
    background: #c6c6c6 url('../imagenes/icon-action.png') -47px -5px no-repeat;
}
.ActMensaje:hover {
    background: #e2001a url('../imagenes/icon-action.png') -47px -5px no-repeat;
}
.ActVideo {
    background: #c6c6c6 url('../imagenes/icon-action.png') -89px -5px no-repeat;
}
.ActVideo:hover {
    background: #e2001a url('../imagenes/icon-action.png') -89px -5px no-repeat;
}
.BxCarCatCliCont {
    padding: 0px 40px;
    height: 52px;
    margin-top: 10px;
    margin-bottom: 50px;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxCarCatCliCont .bx-prev {
    left: -52px;
}
.BxCarCatCliCont .bx-next {
    right: -52px;
}
.BxCarCatCli li a {
    background: #f8f8f8;
    display: table-cell;
    vertical-align: middle;
    width: 500px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 54px;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}
.BxCarCatCli li a:hover {
    color: #e2001a;
}
.LiCarCatAct {
    color: #e2001a;
}
.BxCarSimpleCont {
    max-width: 1080px;
    margin: 0px auto 0px auto;
    position: relative;
    opacity: .0;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.BxCarSimpleCont .bx-pager {
    bottom: -40px;
}
.BxCarSimpleCont .bx-pager-item a {
    /*width: 15px !important;
    height: 15px !important;
    background: #c9c9c9 !important;
    margin: 0px 3px !important;
    border-radius: 20% !important;
    -moz-border-radius: 20% !important;
    -webkit-border-radius: 20% !important;
    -o-border-radius: 20% !important;
    -ms-border-radius: 20% !important;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;*/
}
.BxCarSimpleCont .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #e2001a !important;
}
.BxCarSimpleCont .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e2001a !important;
}
.BxCarSimpleCont {
    display: inline-block;
    float: right;
    width: 416px;
    padding: 8px;
    background: url('../imagenes/back-lines.png');
}
.BxCarSimpleCont img {
    width: 400px;
    height: 308px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.BxCarNoticCont {
    position: relative;
    width: 310px;
    display: table;
    _margin: 0;
    margin: 0 auto;
    opacity: 0;
    margin-top: 17px;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxCarNoticCont .bx-wrapper {
    height: 290px;
}
.BxCarNotic li {
    background-image: none;
    padding-left: 0;
}
.BxCarNotic li img {
    width: 310px;
    height: 290px;
    max-height: 290px;
}
.BxCarNoticCont .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -30px;
}
.BxCarNoticCont .bx-wrapper .bx-pager.bx-default-pager a {
    /*width: 50px;*/
    margin: 0px 1px;
}