/* Solucion Factible Consultores, 2018 */
/* facturacion.css */

@import "facturacionCommon.css";

/* Title */
#mainTitle {
    background: #1c9294 url(../../../img/miscelanea/textura-iconos.png) scroll repeat;

}
#anc0 button,
#anc1 button,
#anc2 button,
#anc3 button,
#anc4 button,
#anc5 button {
    width: 90px!important;
}
#mainTitle #contentImageTitle{
    width:100%; 
    max-height: 100px;
    position:absolute; top: 0px; right: 0px;
}

#mainTitle #contentImageTitle #imageTitle{
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat -1115px -6px;
    width: 80px;
    height: 80px;
    float: right;
    margin: 25px -10px 0 0;
}

#mainTitle #franjaBlanca{
    width: 45px;
    height: 65px;
    border-bottom: 7px solid white;
    margin-right: 0;
    float: right;
}

#mainTitle #txt {
    border-bottom: 2px solid #ffffff;
    bottom: 8px;
    letter-spacing: 6px;

}

/* Services */
#services {
    background-color: #ffffff;

}

#services #servicesContent {
    padding-top: 20px;
    padding-left: 0!important;
    padding-right: 0!important;
    display: inherit; 
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
}

#services .contentLink {
    padding: 0 11px;
}

#services .contentLink a{
    text-decoration: none;
    color: #36597d;
    line-height: 15px;
}

#services .contentLink a .imageLink{
    width: 80px;
    height: 70px;
    margin: 0 auto;
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
}

#services .contentLink a #linkDescripcion{
    background-position: 0 0;
}

#services .contentLink a #linkPorPortal{
    background-position: -74px 0;
}

#services .contentLink a #linkPorConector{
    background-position: -148px 0;
}

#services .contentLink a #linkPlanes{
    background-position: -223px 0;
}

#services .contentLink a #linkFormatos{
    background-position: -298px 0;
}

#services .contentLink a #linkAddendas{
    background-position: -375px 0;
}

#services .contentLink a #linkSectorPrimario{
    background-position: -447px 0;
}

#services .contentLink a #linkComplementos{
    background-position: -527px 0;
}

.preview {
    min-height: 480px;
}

.previewBig {
    min-height: 385px;
}

.previewBig .top, .previewBig .bottom {
    background-color: #339b9e;
    color: #ffffff;
    min-height: 385px;
    text-align: center;
    width: 100%;
}

.previewBig .top .click, .previewBig .bottom .click {
    height: 36px;
    left: 536px;
    position: absolute;
    top: 317px;
    width: 92px;
}

.previewBig .top .title, .previewBig .bottom .title {
    color: #ffffff;
}

.previewBig .top .imageContent, .previewBig .bottom .imageContent {
    margin: 0 auto;
    text-align: center;
    max-width: 512px;
    position: relative;
}

.previewBig .top .imageContent .btnContent, .previewBig .bottom .imageContent .btnContent{
    float: right;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.previewBig .top .imageContent .image,
.previewBig .bottom .imageContent .image,
.preview .one .container .wrapper .image, 
.preview .two .container .wrapper .image {
    background: transparent url(/../../../../recursos/img/productos/facturacion/facturacion.png) scroll no-repeat;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.previewBig .top .imageContent #imageDescripcion{
    background-position: -6px -156px;
}

.preview .one .container .imageContent #imagePorPortal{
    background-position: -157px -156px;
}

.preview .two .container .imageContent #imagePorConector{
    background-position: -306px -156px;
}

.preview .two .container .imageContent #imagePlanes{
    background-position: -456px -156px;
}

.preview .one .container .imageContent #imageFormatos{
    background-position: -606px -156px;
}

.preview .one .container .imageContent #imageAddendas{
    background-position: -756px -156px;
}

.preview .two .container .imageContent #imageSectorPrimario{
    background-position: -6px -305px;
}

.previewBig .bottom .imageContent #imageComplementos{
    background-position: -156px -305px;
}

.previewBig .top .text, .previewBig .bottom .text {
    color: #ffffff;
}

/*       */
.preview .one, .preview .two {
    color: #ffffff;
    text-align: center;

}

.preview .one {
    background-color: #48a7a8;
}

.preview .two {
    background-color: #1c9294;
}

.preview .one .container, .preview .two .container {
    min-height: 480px;
    max-width: 512px;
}

.preview .one .container .wrapper, .preview .two .container .wrapper {
    min-height: 560px;
    max-width: 370px;
    margin: 0 auto;	
}

.preview .one .container .wrapper .title, 
.preview .two .container .wrapper .title {
    color: #ffffff;
    min-height: 110px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.preview .two .container .wrapper .title span {
    color: #ffffff;
}

.preview .one .container .wrapper .imageContent, .preview .two .container .wrapper .imageContent {
    padding-top: 15px;
    padding-bottom: 15px;
}

.preview .one .container .wrapper .text, .preview .two .container .wrapper .text {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 75px;
    text-align: justify;	
}

.preview .one .container .wrapper .btnContent,
.preview .two .container .wrapper .btnContent{
    position: absolute;
    bottom: 32px;
}

.containerRight{
    float: right;
}

.containerLeft{
    float: left;
}

button {
    border: none;
    border-radius: 7px;
    bottom: 32px;
    color: #ffffff;
    height: 40px;
    width: auto;
}

button.orange {
    background-color: #e85d41;
}

button.green {
    background-color: #b3c700;
}

button.blue {
    background-color: #0e72b0;
}

button.yellow {
    background-color: #ffb92e;
}

button.red {
    background-color: #d94149;
}

.color-nav-r{
    background-color: #1c9294;
}
.color-nav{
    background-color: #1c9294!important;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    border-bottom: solid 8px #1c9294;
}
.op-p{
    border-bottom: solid 3px #b3c70000!important;
    font-weight: bold;
}


@media (max-width: 960px){ /*Tamaño m*/
    .preview .one {
        background-color: transparent;
    }

    .preview .two {
        background-color: transparent;
    }
    .preview .uno {
        background-color: #48a7a8;
    }

    .preview .dos {
        background-color: #1c9294;
    }
}

@media (max-width: 640px){/* Tamaño s*/
    .preview .one .container .wrapper, .preview .two .container .wrapper {
        min-height: 590px;
        max-width: 370px;
        margin: 0 auto;
    }
    #mainTitle #contentImageTitle{
        width:100%;
        max-height: 100px;
        position:absolute; top: -20px; right: 0px;
    }

    #mainTitle #franjaBlanca{
        width: 41%;
        height: 65px;
        border-bottom: 7px solid white;
        margin-right: 0;
        float: right;
    }

}