@import "contabilidad.css";
@import "contabilidadCommon.css";
@import "descripcion.css";

#contacto {
    background-color: #ffbc2c!important;
    box-shadow: 0 20px 20px -18px #00000069 inset!important;
}
.color-nav-r{
    background-color: #FFBC2C;
}
.color-nav{
    background-color: #FFBC2C!important;
}
.uk-tab > * > a:hover > div > div > .imageT {
    box-shadow: 0px 0px 7px 1px #00000070 inset;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    padding-bottom: 3px;
}
#sendFormButton{
    background-color:#DB404A!important;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    border-bottom: solid 8px #FFBC2C;
}

.uk-tab::before {
    content: "";
    position: absolute;
    top: 0;
    background: transparent;
    bottom: 100%!important;
    left: 0!important;
    right: 0;
    border-bottom: 3px solid white!important;
}
.uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #B3C700;
    background: transparent;
    border-bottom: 0 solid transparent!important;
    border-top: 3px solid white!important;
    text-transform: none!important;
    transition: color .1s ease-in-out;
}

.uk-tab>.uk-active>a {
    border-color: #b1c800!important;
}
.uk-tab>* {
    flex: none;
    padding-left: 0!important;
    position: relative;
}


/*-------------------------------  DESCRIPCION ---------------------------------------*/
/* Solucion Factible Consultores, 2018 */



/* Services */

#primeraSeccion #imagePrimeraSeccion1{
    background-position: -1101px -649px;
}

#verdeIzquierda {
    background-color: #b3c700;

}

#verdeIzquierda p {
    color: #ffffff;
}

#verdeIzquierda #imageVerdeIzquierda{
    background-position: -899px -148px;
    float: right;
    width: 155px;
    height: 155px;
    /*margin-right: 20px;*/
}

#caracteristicasImgs,#beneficiosImgs {
    background-color: #ffffff;

    text-align: center;
}

#caracteristicasImgs .col-lg-4 {
    padding:0;
}

#caracteristicasImgs #subtitle, #beneficiosImgs #subtitle {
    padding-bottom: 50px;
}

#caracteristicasImgs div.row, #beneficiosImgs div.row {
    margin: 0 auto;

}

#caracteristicasImgs .borderBottomGray, #beneficiosImgs .borderBottomGray{
    border-bottom:1px solid #bcc2c2;;
}

#caracteristicasImgs .borderRightGray, #beneficiosImgs .borderRightGray{
    border-right: 1px solid #bcc2c2;;
}

#caracteristicasImgs .borderSidesGray, #beneficiosImgs .borderSidesGray{
    border-left: 1px solid #bcc2c2;;
    border-right: 1px solid #bcc2c2;;
}

#caracteristicasImgs .wrapper {
    position: relative;
    min-width: 100%;
    margin: 0 auto;
    /*min-height: 100%;*/
}
.color-f{
    border-bottom: solid 2px #2A4F7A;
}

#caracteristicasImgs .wrapper .imageWrapper{
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 140px;
    height: 150px;
    margin: 0 auto;
}

#caracteristicasImgs .wrapper #wrapperNaranja {
    background-position: -6px -1060px;
}

#caracteristicasImgs .wrapper #wrapperAzul {
    background-position: -458px -1061px;
}

#caracteristicasImgs .wrapper #wrapperAqua {
    background-position: -607px -1061px;
}

#caracteristicasImgs .wrapper #wrapperVerde {
    background-position: -156px -1060px;
}

#caracteristicasImgs .wrapper #wrapperRojo {
    background-position: -754px -1057px;
}

#caracteristicasImgs .wrapper #wrapperAmarillo {
    background-position: -304px -1062px;
}

#caracteristicasImgs .wrapper .wrapperText{
}

#caracteristicasImgs .wrapper .overlay {
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    position: absolute;
}

#caracteristicasImgs .wrapper .overlay:hover {
    opacity: 1;
}

.text{
    color: #ffffff;
    height: 100%;
    line-height: 22px;
    padding: 0 7%;
}
.text1 {
    background-color: #E95E40;
    padding-top: 30px;
}

.text2 {
    background-color: #0D71B1;
    padding-top: 45px;
}

.text3 {
    background-color: #1B9195;
    padding-top: 45px;
}

.text4 {
    background-color: #B1C800;
    padding-top: 45px;
}

.text5 {
    background-color: #DB404A;
    padding-top: 25px;
}

.text6 {
    background-color: #FFBC2C;
    padding-top: 15px;
}

#rojoCentrado{
    background-color: #d94149;
}

#rojoCentrado #wrapper {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

#rojoCentrado #wrapper span {
}

#beneficiosImgs div.row .wrapperParent {
    display: contents;
}


#beneficiosImgs .row .wrapper {
    position: relative;
    min-width: 247px;
    margin: 0 auto;
    min-height: 175px;
}

#beneficiosImgs .wrapper .imageWrapper {
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 90px;
    height: 100px;
    margin: 0 auto;
}




#beneficiosImgs .row .wrapper .overlay{
    top: 0;
    left:0;
    position: absolute;
    opacity: 0;
    transition: .5s ease;
    height: 100%;
    height: 100%;
    width: 100%;
}

#beneficiosImgs .row .wrapper .overlay:hover {
    opacity: 1;
    z-index: 1;
}

#beneficiosImgs .row .wrapper .overlay .txt {
    color: #ffffff;
    text-align: center;
    padding: 0 5%;
    width: 100%;
    min-height: 100%;
    padding-top: 25px;
    line-height: 20px;
}

#beneficiosImgs .row .wrapper .overlay .txt ul{
    text-align: left;
    line-height: 15px;
}

#beneficiosImgs .row .wrapper .overlay .txt1 {
    padding-top: 50px;
}

#beneficiosImgs .row .wrapper .overlay .txt7 {
    padding-top: 0;
    line-height: 19px;
}

#beneficiosImgs .row .wrapper .overlay .txt13,
#beneficiosImgs .row .wrapper .overlay .txt15 {
    padding-top: 5px;
}

#beneficiosImgs .row .wrapper .overlay .txt14 {
    padding-top: 45px;
}

#beneficiosImgs .row .wrapper .overlay .txt2,
#beneficiosImgs .row .wrapper .overlay .txt5,
#beneficiosImgs .row .wrapper .overlay .txt8,
#beneficiosImgs .row .wrapper .overlay .txt9,
#beneficiosImgs .row .wrapper .overlay .txt10,
#beneficiosImgs .row .wrapper .overlay .txt11 {
    padding-top: 15px;
}

#beneficiosImgs .row .wrapper .overlay .txt1,
#beneficiosImgs .row .wrapper .overlay .txt15 {
    background-color: #DB404A;
}

#beneficiosImgs .row .wrapper .overlay .txt2,
#beneficiosImgs .row .wrapper .overlay .txt11 {
    background-color: #1B9195;
}

#beneficiosImgs .row .wrapper .overlay .txt3,
#beneficiosImgs .row .wrapper .overlay .txt12,
#beneficiosImgs .row .wrapper .overlay .txt14 {
    background-color: #B1C800;
}

#beneficiosImgs .row .wrapper .overlay .txt4 {
    background-color: #2e527c;
}

#beneficiosImgs .row .wrapper .overlay .txt5,
#beneficiosImgs .row .wrapper .overlay .txt10 {
    background-color: #63757F;
}

#beneficiosImgs .row .wrapper .overlay .txt6 {
    background-color: #FFBC2C;
}

#beneficiosImgs .row .wrapper .overlay .txt7,
#beneficiosImgs .row .wrapper .overlay .txt13 {
    background-color: #0D71B1;
}

#beneficiosImgs .row .wrapper .overlay .txt8,
#beneficiosImgs .row .wrapper .overlay .txt9 {
    background-color: #E95E40;
}

#amarilloCentrado {
    background-color: #ffbc2c;
    color: #ffffff;
}

#amarilloCentrado #subtitle {
    text-align: center;
}

#amarilloCentrado #wrapper {
    color: white;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#amarilloCentrado .imageContent{
    display: inherit;
    padding: 0;
    max-width: 950px;
    margin: 0 auto;
    text-align:center;
}


#amarilloCentrado .imageContent .imageWrapper {
    margin: 0 auto;

}

.image-a {
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.image-a-1{
    background-position: 0 -945px;
}

.image-a-2{
    background-position: -106px -945px;
}

.image-a-3{
    background-position: -216px -945px;
}

.image-a-4{
    background-position: -326px -945px;
}

.image-a-5{
    background-position: -433px -940px;
}

#amarilloCentrado .imageContent .imageWrapper span {
}


/*------------------------------------------------- DESCRIPCION ------------------------------------------------------*/
.imagenes-first-description{
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 140px;
    height: 150px;
    margin: 0 auto;
}
.imagenes-second-description{
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 90px;
    height: 100px;
    margin: 0 auto;
}

.img-d-1{
    background-position: -6px -1060px;
}
.img-d-2{
    background-position: -458px -1061px;
}
.img-d-3{
    background-position: -607px -1061px;
}
.img-d-4{
    background-position: -156px -1060px;
}
.img-d-5{
    background-position: -754px -1057px;
}
.img-d-6{
    background-position: -304px -1062px;
}
.uk-overlay-uno{
    background-color: #E95E40;
}
.uk-overlay-dos{
    background-color: #0D71B1;
}
.uk-overlay-tres{
    background-color: #1B9195;
}
.uk-overlay-cuatro{
    background-color: #B1C800;
}
.uk-overlay-cinco{
    background-color: #DB404A;
}
.uk-overlay-seis{
    background-color: #FFBC2C;
}
.cd1{
    color: #E95E40;
}
.cd2{
    color: #0D71B1;
}
.cd3{
    color: #1B9195;
}
.cd4{
    color: #B1C800;
}
.cd5{
    color: #DB404A;
}
.cd6{
    color: #FFBC2C;
}
.des-1-6{
    height: 270px;
}
.line-d-1{
    border-color: #bcc2c2;
    border-width: 0 .5px .5px 0;
    border-style: solid;
}
.line-d-2{
    border-color: #bcc2c2;
    border-width: 0 .5px .5px .5px;
    border-style: solid;
}
.line-d-3{
    border-color: #bcc2c2;
    border-width: 0 0 .5px .5px;
    border-style: solid;
}
.line-d-4{
    border-color: #bcc2c2;
    border-width: .5px .5px 0 0;
    border-style: solid;
}
.line-d-5{
    border-color: #bcc2c2;
    border-width: .5px .5px 0 .5px;
    border-style: solid;
}
.line-d-6{
    border-color: #bcc2c2;
    border-width: .5px 0 0 .5px;
    border-style: solid;
}

.line-dd-1{
    border-color: #bcc2c2;
    border-width: 0 .5px .5px 0;
    border-style: solid;
}
.line-dd-2,
.line-dd-3{
    border-color: #bcc2c2;
    border-width: 0 .5px .5px .5px;
    border-style: solid;
}
.line-dd-4{
    border-color: #bcc2c2;
    border-width: 0 0 .5px .5px;
    border-style: solid;
}
.line-dd-5,
.line-dd-9{
    border-color: #bcc2c2;
    border-width: .5px .5px .5px 0;
    border-style: solid;
}
.line-dd-10,
.line-dd-11,
.line-dd-6,
.line-dd-7{
    border-color: #bcc2c2;
    border-width: .5px .5px .5px .5px;
    border-style: solid;
}

.line-dd-12,
.line-dd-8{
    border-color: #bcc2c2;
    border-width: .5px 0 .5px .5px;
    border-style: solid;
}

.line-dd-13{
    border-color: #bcc2c2;
    border-width: .5px .5px 0 0;
    border-style: solid;
}

.line-dd-14,
.line-dd-15{
    border-color: #bcc2c2;
    border-width: .5px .5px 0 .5px;
    border-style: solid;
}
.line-dd-16{
    border-color: #bcc2c2;
    border-width: .5px 0 0 .5px;
    border-style: solid;
}

.img-d-1-1{
    background-position: -6px -450px;
}

.img-d-1-2{
    background-position: -94px -450px;
    width: 110px;
}

.img-d-1-3{
    background-position: -199px -450px;
    width: 100px;
}

.img-d-1-4{
    background-position: -306px -450px;
}

.img-d-1-5{
    background-position: -406px -450px;
}

.img-d-1-6{
    background-position: -506px -450px;
}

.img-d-1-7{
    background-position: -606px -450px;
}

.img-d-1-8{
    background-position: -706px -450px;
}
.img-d-1-9{
    background-position: -806px -450px;
}
.img-d-1-10{
    background-position: -6px -550px;
}
.img-d-1-11{
    background-position: -100px -550px;
    width: 100px;
}
.img-d-1-12{
    background-position: -206px -550px;
}
.img-d-1-13{
    background-position: -306px -550px;
}
.img-d-1-14{
    background-position: -401px -550px;
    width: 100px;
}
.img-d-1-15{
    background-position: -506px -550px;
}
.overlay-1,
.overlay-15 {
    background-color: #DB404A;
}

.overlay-2,
.overlay-11 {
    background-color: #1B9195;
}

.overlay-3,
.overlay-12,
.overlay-14 {
    background-color: #B1C800;
}

.overlay-4 {
    background-color: #2e527c;
}

.overlay-5,
.overlay-10 {
    background-color: #63757F;
}

.overlay-6 {
    background-color: #FFBC2C;
}

.overlay-7,
.overlay-13 {
    background-color: #0D71B1;
}

.overlay-8,
.overlay-9 {
    background-color: #E95E40;
}



/*------------------------------------------------- PORTAL         -------------------------------------------------------*/
.img-portal{
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 130px;
    height: 125px;
    margin: 0 auto;
}

.img-portalx{
    background-position: -1101px -435px!important;
}
.line-p-1{
    border-right: 2px solid #c5cbd4;
}
.line-p-1-1,
.line-p-1-2,
.line-p-1-3{
    border-right: 2px solid #c5cbd4;
}
#seccionBeneficios #imageBeneficios1{
    background-position: -550px -955px;
}

#seccionBeneficios #imageBeneficios2{
    background-position: -660px -955px;
}

#seccionBeneficios #imageBeneficios3{
    background-position: -770px -955px;
}

#seccionBeneficios #imageBeneficios4{
    background-position: -880px -955px;
}


.img-1-portal{
    background-position: -550px -955px!important;
}

.img-2-portal{
    background-position: -660px -955px!important;
}

.img-3-portal{
    background-position: -770px -955px!important;
}

.img-4-portal{
    background-position: -880px -955px!important;
}
/*------------------------------------------------- CONECTOR -------------------------------------------------------------*/
.imagenes-facturacion-conector{
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 110px;
    height: 100px;
    margin: 0 auto;
}
.img-1-conector{
    background-position: -1102px -750px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.img-2-conector{
    background-position: -232px -650px;
    width: 140px;
}

.img-3-conector{
    background-position: -22px -650px;
    width: 160px;
}

.img-4-conector{
    background-position: -770px -955px;
}

.img-5-conector{
    background-position: -880px -955px;
}

.uk-button-green{
    border: none;
    border-radius: 7px;
    min-height: 38px;
    line-height: 17px!important;
    width: 180px;
    background-color: #b3c700;
}
/*------------------------------------------------- PLANES  --------------------------------------------------------------*/

#primeraSeccion #p2 {
    margin: 0 auto;
    max-width: 747px;
    margin-top: 15px;
}

#primeraSeccion #p2 #image{
    margin: 0 auto;
    max-width: 747px;
}

#primeraSeccion #p2 #image img{
    width: 100%;
}

#primeraSeccion #p3 {
    text-align: center;
    margin-top: 15px;
}

#primeraSeccion #p4 {
    text-align: justify;
    margin: 0 auto;
    margin-top: 15px;
}

#verdeCentrado {
    background-color: #b3c700;
    color: #ffffff;
    text-align: center;
}

#verdeCentrado span {
    letter-spacing: 2px;
}

#blancoCentrado #container{
    max-width: 1020px;
    margin: 0 auto;
}

#blancoCentrado .wrapper{
    text-align: center;
    min-width: 340px;
    margin: 20px auto;
}

#blancoCentrado .wrapper .text{
}

#blancoCentrado .borderSidesGray{
    border-left: 2px solid #c5cbd3;
    border-right: 2px solid #c5cbd3;
}

#blancoCentrado .wrapper .image {
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#blancoCentrado .wrapper #image1 {
    background-position: -766px -316px;
}

#blancoCentrado .wrapper #image2 {
    background-position: -916px -316px;
}

#blancoCentrado .wrapper #image3 {
    background-position: -1066px -316px;
}


#contacto {
    background-color: #1c9294;
    box-shadow: 0 7px 9px 0 #196c6e inset;
}

input.field {
    background-color: #1c9294;
}

#rfcSection {
    display:none;
}

.rfcContainer {
    margin-left: 10px;
    padding: 15px;
}

.rfcContainer:after {
    content : "";
    position: absolute;
    left    : 0;
    z-index: 100;
    top  : 10%;
    width  : 1px;
    height   : 80%;
    background: transparent;
}

.imageRfcContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rfcImage {
    width: 149px;
    height: 141px;
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) no-repeat scroll -601px -305px;
}

.rfcContainerText {
    line-height: 48px;
    text-align: justify;
    color: white;
}

#rfcInfo {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: white;
    color: #2A4F7A;
    width: 100%;
}

.foliosContainer {
    background-image: url(../../../../recursos/img/productos/facturacion/facturacion.png);
    background-repeat: no-repeat;
    width: 92px;
    height: 232px;
    cursor: pointer;
}

.C15 {
    background-position: 0 -1360px;
}

.C30 {
    background-position: -93px -1360px;
}

.C50 {
    background-position: -186px -1360px;
}

.C100 {
    background-position: -279px -1360px;
}

.C200 {
    background-position: -372px -1360px;
}

.C350 {
    background-position: -465px -1360px;
}

.C500 {
    background-position: -558px -1360px;
}

.C1000 {
    background-position: -651px -1360px;
}

.selectorContainer {
    width: 92px;
    height: 19px;
    display: flex;
    justify-content: center;
}

.selectorContainer > div {
    background-image: url(/../../../../recursos/img/productos/facturacion/facturacion.png);
    background-repeat: no-repeat;
}

.selectorContainer #S15 {
    width: 39px;
    height: 17px;
    background-position: -481px -1230px;
}

.selectorContainer #S30 {
    width: 39px;
    height: 17px;
    background-position: -573px -1230px;
}

.selectorContainer #S50 {
    width: 39px;
    height: 17px;
    background-position: -665px -1230px;
}

.selectorContainer #S100 {
    width: 39px;
    height: 17px;
    background-position: -757px -1230px;
}

.selectorContainer #S200 {
    width: 39px;
    height: 17px;
    background-position: -849px -1230px;
}

.selectorContainer #S350 {
    width: 39px;
    height: 17px;
    background-position: -941px -1230px;
}

.selectorContainer #S500 {
    width: 39px;
    height: 17px;
    background-position: -1033px -1230px;
}

.selectorContainer #S1000 {
    width: 39px;
    height: 17px;
    background-position: -1127px -1230px;
}
.line-m{
    border-right: solid 1px white;
}
.image {
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 60px;
    height: 70px;
    margin: 0 auto;
}
#image1 {
    background-position: -766px -316px;
}

#image2 {
    background-position: -916px -316px;
}

#image3 {
    background-position: -1066px -316px;
}

.p-plan{
    margin-top: -17px!important;
}
/*------------------------------------------------- FORMATOS -------------------------------------------------------------*/
/* Sections */
#primeraSeccion #imagePrimeraSeccion2{
    background-position: -1102px -550px;
    margin-top: 35px;
}

#verdeOpaco {
    background-color: #59b5b5;
    color: #ffffff;
    text-align: center;
}

#verdeOpaco span {
    letter-spacing: 2px;
}


#blancoCentrado {
    background-color: #ffffff;
    text-align: center;
}

#blancoCentrado .col-lg-4 {
    padding:0;
}

#blancoCentrado div.row {
    margin: 0 auto;

}

#blancoCentrado .wrapper {
    position: relative;
    min-width: 330px;
    max-width: 330px;
    margin: 0 auto;
    min-height: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#blancoCentrado .wrapper:hover{
    color: #ffffff;
}

#blancoCentrado .wrapper .wrapperText{
}

#blancoCentrado .wrapper .bigLetter{
    position: absolute;
    bottom: 0;
    z-index: 5;
}

#blancoCentrado .wrapper .overlay {
    top:0;
    left:0;
    height: 100%;
    width: 330px;
    opacity: 0;
    transition: .5s ease;
    position: absolute;
}

#blancoCentrado .wrapper .overlay:hover {
    opacity: 1;
}

#blancoCentrado .wrapper .overlay .text{
    color: #ffffff;
    height: 100%;
}

#blancoCentrado .wrapper .overlay .text1 {
    background-color: #db404a;
    padding-top: 60px;
}

#blancoCentrado .wrapper .overlay .text2 {
    background-color: #0d71b1;
    padding-top: 10px;
}

#blancoCentrado .wrapper .overlay .text3 {
    background-color: #ffbc2c;
    padding-top: 75px;
}
/*------------------------------------------------- ADDENAS --------------------------------------------------------------*/
/* Sections */
#enlaceCompleto {
    background-color: #2A4F7A;
}

#enlaceCompleto #enlaceTitulo{
    color: white;
}

#enlaceCompleto #imageContainer {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0px;
    border-bottom: 2px solid #b1c800;
}

#enlaceCompleto #imageContainer #image{
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat -316px -316px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

button {
    border: none;
    border-radius: 7px;
    bottom: 35px;
    color: #2a4f7a;
    height: 36px;
    left: 422px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.green {
    background-color: #b3c700;
    color: white!important;

    border-radius: 7px;
}
.img-modal{
    background: transparent url(../../../img/productos/facturacion/facturacion.png) no-repeat scroll -316px -316px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0px;
    border-bottom: 2px solid #b1c800;
}
/*------------------------------------------------- SECTOR PRIMARIO ------------------------------------------------------*/

/* Sections */
#verdeCentrado {
    background-color: #b3c700;
    vertical-align: middle;
}

#verdeCentrado #wrapper {
    color: #ffffff;
    text-align: justify;
    max-width: 724px;
    margin: 0 auto;
}

#verdeCentrado span {
    letter-spacing: 2px;
}

#verdeCentrado #wrapper .imageContent,
#amarilloCentrado #wrapper .imageContent,
#naranjaCentrado #wrapper .imageContent{
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}



#verdeCentrado #wrapper #imageVerdeCentrado {
    background-position: -610px -10px;
    float: left;
    margin-right: 20px;
}

#amarilloCentrado #wrapper #imageAmarilloCentrado {
    background-position: -755px -1px;
    float: right;
    margin-left: 30px;
    margin-top: 40px;
    width: 140px;
    height: 150px;
}

#naranjaCentrado #wrapper #imageNaranjaCentrado {
    background-position: -910px -10px;
    float: left;
    margin-right: 20px;
}

#amarilloCentrado {
    background-color: #ffbc2c;
}

#amarilloCentrado #wrapper {
    color: #ffffff;
    text-align: justify;
    max-width: 750px;
    margin: 0 auto;
}

#naranjaCentrado {
    background-color: #e95e40;
}

#naranjaCentrado #wrapper {
    color: #ffffff;
    max-width: 724px;
    text-align: justify;
    margin: 0 auto;
}

/*---------------------------------------------------- complementos ---------------------------------------------------------*/
#primeraSeccion #p1Titulo{
    text-align: center;
}

#primeraSeccion #image{
    background: transparent url(/recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    background-position: -466px -316px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#primeraSeccion ul{
    width: 500px;
    float: right;
}
.imagenes-facturacion-primario{
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.img-verde-p{
    background-position: -610px -10px;
    float: left;
    margin-right: 20px;
}
.img-amarillo-p{
    background-position: -755px -1px;
    float: right;
    width: 140px;
    height: 150px;
}
.img-naranja-p{
    background-position: -910px -10px;
    float: left;
    margin-right: 20px;
}

.margen-fotmatos-10{
    margin-bottom: 10px!important;
}
.img-t1{
    width: 70%
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 22000000000!important;
}
.ui-autocomplete-category {
    color: #1B9195!important;
    border-bottom: solid 2px #1B9195!important;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none !important;
    border-bottom: 1px solid #b1c800 !important;
    background: transparent!important;
    color: #1B9195!important;
}
.ui-menu .ui-menu-item {
    margin: 0;
    color: #2A4F7A;

}
.lupita-input{
    border: none; width: 100%;
    border-bottom: solid 2px #B1C800;
}
/*.lupita-input2{
    border-bottom: solid 2px #B1C800;
    transition-property: right;
    transition: 30s;

}*/


.color1-tC{
    background:#B1C800;
}
.color2-tC{
    background:#1B9195;
}
.color-t1C{
    background:#B1C800;
    color: white!important;
}
.color-t2C{
    background:#1B9195;
    color: white!important;
}
.s-primario-cont{
    max-width:90%;
}
.uk-modal {

    z-index: 999!important;

}
/*------------------------------------------------- COMPLEMENTO ----------------------------------------------------------*/
[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    left: -60px!important;
    top: 10px;
    padding: 5px;
}
/* Sections */
#enlaceCompleto {
    background-color: #2A4F7A;
}

#enlaceCompleto #enlaceTitulo{
    color: white;
}

#enlaceCompleto #imageContainer {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0px;
    border-bottom: 2px solid #b1c800;
}

.img-complemento{
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) no-repeat scroll -466px -316px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#enlaceCompleto #image{
    max-width: 570px;
}

#blancoJustificado {
    background-color: #ffffff;
}

#blancoJustificado #title b {
}

#blancoJustificado #subtitle {
    text-align: center;
    vertical-align: middle;
}

#blancoJustificado #p1 {
    margin: 0 auto;
    text-align: justify;
    margin-top: 15px;
}

#blancoJustificado #imagesContainer {
    margin-top: 50px;
}

#blancoJustificado #imagesContainer .wrapper {
    padding: 0;
}

#blancoJustificado #imagesContainer .wrapper .wrapperContentBorder{
    text-align: center;
    border-bottom: 20px solid #ffffff;
    padding: 0;
    width: 100%;
}


#blancoJustificado #imagesContainer #wrapperContentBorder1 {
    float: right;
}

#blancoJustificado #imagesContainer #wrapperContentBorder2 {
    float: left;
}

#blancoJustificado #imagesContainer #wrapperContentBorder1:hover {
    border-bottom: 20px solid #b4c300 !important;
}

#blancoJustificado #imagesContainer #wrapperContentBorder2:hover {
    border-bottom: 20px solid #009096 !important;
}


#blancoJustificado #imagesContainer .wrapper .wrapperContentBorder .wrapperTitulo{
}

#blancoJustificado #imagesContainer .wrapper .wrapperContentBorder .wrapperImage{
    background: transparent url(../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

#blancoJustificado #imagesContainer .wrapper .wrapperContentBorder #wrapperImage1{
    background-position: 0px -1220px;
    width: 300px;
}

#blancoJustificado #imagesContainer .wrapper .wrapperContentBorder #wrapperImage2 {
    background-position: -310px -1220px;
}

#blancoJustificado #imagesContainer .wrapper .wrapperText {
    display: none;
    min-height: 565px;
    color: #ffffff;
    padding: 5%;
    letter-spacing: 1px;
    width: 100%;
}

#blancoJustificado #imagesContainer .wrapper #wrapperText1 {
    background-color: #b4c300;
    text-align: right;
    float: right;
}

#blancoJustificado #imagesContainer .wrapper #wrapperText2 {
    background-color: #009096;
    text-align: left;
    float: left;
}

@media only screen and (max-width: 992px) {
    #blancoJustificado #imagesContainer {
        margin: 0;
        margin-top: 50px;
    }
    #blancoJustificado #imagesContainer .wrapper .wrapperContentBorder {
        width: unset;
        max-width: 512px;
        margin: 0 auto;
    }
    #blancoJustificado #imagesContainer .wrapper #wrapperContentBorder1,
    #blancoJustificado #imagesContainer .wrapper #wrapperContentBorder2 {
        float: unset;
    }
    #blancoJustificado #imagesContainer .wrapper .wrapperText {
        width: unset;
        max-width: 512px;
        margin: 0 auto;
    }
    #blancoJustificado #imagesContainer .wrapper #wrapperText1,
    #blancoJustificado #imagesContainer .wrapper #wrapperText2 {
        float: unset;
    }
}

#rojoJustificado {
    background-color: #d94149;
    color: #ffffff;
}

#rojoJustificado #title b {
}

#rojoJustificado #subtitle {
    text-align: center;
}

#rojoJustificado #p1 {
    text-align: justify;
    margin: 0 auto;
    margin-top: 15px;
}

#blancoCentrado #image{
    background: transparent url(/recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 310px;
    height: 100px;
    margin: 0 auto;
    background-position: 4px -748px;
}

#verdeJustificado {
    background-color: #b3c700;
    color: #ffffff;
}

#verdeJustificado #subtitle {
    text-align: center;
}

#verdeJustificado #p1 {
    text-align: justify;
    margin: 0 auto;
    margin-top: 15px;
}

.orange {
    border-radius: 7px;
    color: #ffffff!important;
    background-color: #ffbc2c;
}
.uk-button-rfc1 {
    background-color: #b1c800;
    color: #fff!important;
    width: auto;
    border: solid 1px #b1c800;
}
.uk-button-rfc1:hover {
    background-color: #fff;
    border: solid 1px #b1c800;
    color: #b1c800!important;
}
.uk-button-rfc2 {
    background-color: #0d71b1;
    color: #fff!important;
    width: auto;
    border: 1px solid transparent;
}
.uk-button-rfc2:hover {
    background-color: #fff;
    border: solid 1px #0d71b1;
    color: #0d71b1!important;
}
.padding-rfc{
    padding-left: 0px!important;
    margin-left: 50px!important;
}
.op-p{
    border-bottom: solid 3px #b3c70000!important;
    font-weight: bold;
}
.line-poli1,
.line-poli2,
.line-poli3,
.line-poli4,
.line-poli5{
    border-right: solid 1px #bcc2cd;
}


/*--------------------------------------------------- media querys ----------------------------------------------------------*/
@media (max-width: 1200px){/*Tamaño l*/
    .line-poli1{
         border-color: #bcc2c2;
        border-width: 0 .5px .5px 0;
        border-style: solid;
    }
    .line-poli2{
         border-color: #bcc2c2;
        border-width: 0 .5px .5px .5px;
        border-style: solid;
    }
    .line-poli3{
         border-color: #bcc2c2;
        border-width: 0 0 .5px .5px;
        border-style: solid;
    }
    .line-poli4{
         border-color: #bcc2c2;
        border-width: .5px .5px 0 0 ;
        border-style: solid;
    }
    .line-poli5{
         border-color: #bcc2c2;
        border-width: .5px .5px 0 .5px;
        border-style: solid;
    }
    .line-poli6{
        border-color: #bcc2c2;
        border-width: .5px 0 0 .5px;
        border-style: solid;
    }


    .line-dd-1{
        border-color: #bcc2c2;
        border-width: 0 .5px .5px 0;
        border-style: solid;
    }
    .line-dd-3{
        border-color: #bcc2c2;
        border-width: 0 0 .5px .5px;
        border-style: solid;

    }
    .line-dd-2{
        border-color: #bcc2c2;
        border-width: 0 .5px .5px .5px;
        border-style: solid;

    }
    .line-dd-14{
        border-color: #bcc2c2;
        border-width: .5px .5px 0 .5px;
        border-style: solid;
    }
    .line-dd-13{
        border-color: #bcc2c2;
        border-width: .5px .5px 0 0;
        border-style: solid;

    }
    .line-dd-15{
        border-color: #bcc2c2;
        border-width: .5px 0 0 .5px;
        border-style: solid;
    }

    .line-dd-4,
    .line-dd-7,
    .line-dd-10{
        border-color: #bcc2c2;
        border-width: .5px .5px .5px 0;
        border-style: solid;

    }
    .line-dd-6,
    .line-dd-9,
    .line-dd-12{
        border-color: #bcc2c2;
        border-width: .5px 0 .5px .5px;
        border-style: solid;
    }
    .line-dd-5,
    .line-dd-8,
    .line-dd-11{
        border-color: #bcc2c2;
        border-width: .5px .5px .5px .5px;
        border-style: solid;
    }
}


@media (max-width: 960px){ /*Tamaño m*/

    #rfcInfo {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom-color: white;
        color: #ffffff;
        width: 100%;
    }
    .s-primario-cont{
        max-width:100%;
    }
    .img-t1{
        width: 100%
    }
    .uno-plan-m{
        background-color: #82c2c5;
    }
    .dos-plan-m{
        background-color: #8a9eb6;
    }
    .tres-plan-m{
        background-color: #7ab1d4;
    }
    .cuatro-plan-m{
        background-color: #acd5ed;
    }
    .cinco-plan-m{
        background-color:#d4e173;
    }
    .seis-plan-m{
        background-color: #ffda8b;
    }
    .siete-plan-m{
        background-color:#f3a796;
    }
    .ocho-plan-m{
        background-color: #eb969c;
    }
    .line-m{
        border: none;
        border-bottom: solid 1px white;
    }
    .rfcImage {
        width: 140.4px;
        height: 142px;
        background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) no-repeat scroll -601px -305px;
    }
    .line-p-1-1{
        border-color: #c5cbd4;
        border-style: solid;
        border-width: 0 1px 1px 0;
    }
    .line-p-1-2{
        border-color: #c5cbd4;
        border-style: solid;
        border-width: 0 0 1px 0;
    }
    .line-p-1-3{
        border-color: #c5cbd4;
        border-style: solid;
        border-width: 0 1px 0 0;
    }
    .uk-tab>.uk-active>a {
        border-color: #b1c800!important;
        background: #B3C700;
        box-shadow: 6px 6px 17px 0 #3c3636;
        transition: .5s;
    }
    .uk-tab::before {
        content: "";
        position: absolute;
        top: 0;
        background: transparent;
        bottom: 100%!important;
        left: 0!important;
        right: 0;
    }
    .uk-tab>*>a{
        display: block;
        text-align: center;
        padding: 5px 10px;
        color: #B3C700;
        background: transparent;
        border-bottom: 0 solid transparent!important;
        border-top: 3px solid transparent!important;
        text-transform: uppercase;
        transition: color .1s ease-in-out;
    }
    .line-poli1,
    .line-d-1{
        border-color: #bcc2c2;
        border-width: 0 .5px .5px 0;
        border-style: solid;
    }
    .line-poli2,
    .line-d-2{
        border-color: #bcc2c2;
        border-width: 0 0 .5px .5px;
        border-style: solid;
    }
    .line-poli3,
    .line-d-3{
        border-color: #bcc2c2;
        border-width: .5px .5px .5px 0;
        border-style: solid;
    }
    .line-poli4,
    .line-d-4{
        border-color: #bcc2c2;
        border-width: .5px 0 .5px .5px;
        border-style: solid;
    }
    .line-poli5,
    .line-d-5{
        border-color: #bcc2c2;
        border-width: .5px .5px 0 0;
        border-style: solid;
    }
    .line-poli6,
    .line-d-6{
        border-color: #bcc2c2;
        border-width: .5px 0 0 .5px;
        border-style: solid;
    }
    .line-dd-1{
        border-color: #bcc2c2;
        border-width:  0 0 .5px 0;
        border-style: solid;
    }
    .line-dd-2,
    .line-dd-4,
    .line-dd-6,
    .line-dd-8,
    .line-dd-10,
    .line-dd-12,
    .line-dd-14{
        border-color: #bcc2c2;
        border-width:  .5px .5px .5px 0;
        border-style: solid;
    }
    .line-dd-3,
    .line-dd-5,
    .line-dd-7,
    .line-dd-9,
    .line-dd-11,
    .line-dd-13,
    .line-dd-15{
        border-color: #bcc2c2;
        border-width:  .5px 0 .5px .5px;
        border-style: solid;
    }
    .p-plan{
        margin-top: -3px!important;
    }
}
@media (max-width: 820px){

}
@media (max-width: 640px){/* Tamaño s*/
    .line-p-1{
        border:none;
    }
    .margen-fotmatos-10{
        margin-bottom: 0!important;
    }
    .textrfc1{
    }
    .textrfc2{
    }
    .padding-rfc{
        padding-left: 0px!important;
        margin-left: 0px!important;
    }
    #enlaceCompleto #enlaceTitulo{
        color: white;
    }
    #enlaceCompleto #enlaceTitulo{
        color: white;
    }
    .line-p-1-1,
    .line-p-1-2,
    .line-p-1-3{
        border: none;
        border-bottom: 2px solid #c5cbd4;
    }
    .line-d-1,
    .line-poli1,
    .line-d-2,
    .line-poli2,
    .line-d-3,
    .line-poli3,
    .line-d-4,
    .line-poli4,
    .line-d-5,
    .line-poli5,
    .line-d-6,
    .line-poli6,
    .line-dd-1,
    .line-dd-2,
    .line-dd-3,
    .line-dd-4,
    .line-dd-5,
    .line-dd-6,
    .line-dd-7,
    .line-dd-8,
    .line-dd-9,
    .line-dd-10,
    .line-dd-11,
    .line-dd-12,
    .line-dd-13,
    .line-dd-14,
    .line-dd-15 {
        border-color: #bcc2c2;
        border-width: 0 0 1px 0;
        border-style: solid;
    }

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

}