﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 320px;
    font-family: 'Roboto', sans-serif;
    color: #633E65;
}



.separa {
    height: 30px;
    display: block;
}

.text-white {
    color: white;
}

.login-dropdown {
    padding: 10px;
    line-height: 1em;
}

    .login-dropdown > li > a:hover {
        color: #a05eb5 !important;
    }

    .login-dropdown input, .login-dropdown .btn {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.login-forgotpassword {
    font-size: 10pt;
    color: #959da3;
}

    .login-forgotpassword:hover {
        color: #633E65;
    }


footer {
    background-color: #633E65;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12pt;
    font-weight: 500;
    line-height: 1.5em;
}

.footer-option {
    display: block;
    color: white;
}

.footer-option-group {
    display: inline-block
}

.footer-section {
    display: block;
    color: #a05eb5;
}

a.footer-option:hover {
    color: #633E65;
    text-decoration: none;
}

a.footer-section:hover {
    color: #633E65;
    text-decoration: none;
}

@media (max-width: 767px) {
    body {
        margin-bottom: 750px;
    }

    footer {
        text-align: center;
    }
}

.navbar {
    margin-bottom: 0px;
}

.navbar-avatel .navbar-toggle {
    color: #633E65;
    border-color: transparent;
    background-color: #d7dce0;
}

.navbar-inverse .navbar-toggle.navbar-toggle-no-btn {
    border-color: transparent;
    background-color: transparent;
}

.navbar-collapse > ul > li {
    text-align: center;
    height: unset;
    min-height: 80px;
    border-top: solid 5px transparent;
}

    .navbar-collapse > ul > li > a {
        color: #535e66;
        min-height: 80px;
        background-color: transparent;
    }

.navbar li a:hover {
    background-color: transparent;
}

.navbar li:hover, .navbar li:focus {
    border-color: #d7dce0;
}

.navbar li.active {
    border-color: #a05eb5;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: white;
    background-color: #a05eb5;
}


.navbar.navbar-avatel {
    min-height: 80px;
}

.navbar-avatel .navbar-brand {
    padding: 5px;
    height: unset;
    max-height: 70px;
}


.btn-app {
    border-radius: 5px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 120px;
    height: 80px;
    text-align: center;
    color: #747d85;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 16px;
}

.offer-box-content .items {
    font-size: 13pt;
    color: #959da3;
    margin-bottom: 5px;
}

    .offer-box-content .items .fa {
        font-size: 20pt;
        color: #959da3;
        vertical-align: bottom;
    }


.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 36px;
    display: block;
}

.btn-app.active {
    color: #633E65;
}

.menuprod {
    text-align: center;
    background-color: #a05eb5;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menuclients {
    text-align: center;
    background-color: #a05eb5;
}

    .menuclients a {
        color: white;
        font-size: 14pt;
        padding: 5px 20px;
        display: inline-block;
    }

        .menuclients a:hover {
            text-decoration: none;
            background-color: #eee;
            color: #633E65;
        }

.border-orange {
    border-color: #a05eb5;
}

.text-orange {
    color: #a05eb5;
}

.text-orange-dark {
    color: #633E65;
}

.offer-box-content .precio {
    font-weight: 500;
    font-size: 20pt;
    display: block;
    line-height: 0.7;
    margin-top: 5px;
}

.precio small {
    font-size: 16pt;
}

.letrapequena {
    font-size: 8pt;
    display: block;
    margin-bottom: 5px;
}

.offer-box {
    margin: 0 0 25px 0;
    padding: 0;
}

.offer-box-highlight {
    width: 100px;
    display: block;
    float: left;
    height: 100%;
}

.offer-box-content {
    margin-left: 110px;
}


.round-highlight {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: solid 3px;
    text-align: center;
}

    .round-highlight span {
        font-size: 27pt;
        margin-top: 20px;
        display: block;
    }

    .round-highlight.round-highlight-2lines span {
        font-size: 27pt;
        line-height: 0.35em;
        margin-top: 34px;
        display: block;
    }


    .round-highlight span small {
        font-size: 11pt;
    }

.list-details {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

    .list-details li {
        color: #633E65;
        font-weight: 500;
        background-color: #eee;
        margin-bottom: 5px;
        padding: 3px 5px;
    }

        .list-details li.highlight {
            color: #fff;
            font-weight: 500;
            background-color: #a05eb5;
            margin-bottom: 5px;
            padding: 3px 5px;
        }

.btn-flat {
    border-radius: 0px;
    border: transparent;
}

.orange {
    background-color: #a05eb5;
}

.btn.orange:hover, .btn.orange:active {
    background-color: #633E65;
}

.btn.orange:focus {
    background-color: #633E65;
}

.btn.orange {
    color: white;
}



.gray {
    background-color: #959da3;
}

.btn.gray:hover {
    background-color: #b6bcc2;
}

.btn.gray {
    color: white;
}



.legales {
    color: #959da3;
    font-size: 9pt;
    margin-top: 20px;
}

.info-band {
    padding-top: 25px;
    padding-bottom: 25px;
    /*background-color: #f70;*/
    margin-bottom: 10px;
}

    .info-band h4 {
        font-weight: 500;
        color: #a05eb5;
        width: auto;
        display: inline;
        line-height: 1;
    }

    .info-band p {
        margin-top: 5px;
        font-size: 12pt;
        color: #633E65;
    }

.info-band-icon {
    color: #959da3;
    font-size: 50pt;
    text-align: center;
}

.info-band-content {
}

.products-collapse {
    background-color: #a05eb5;
    text-align: center;
    margin: 10px -15px 0px -15px;
    padding-top: 10px;
}

.tipocliente-collapse ul li, .language-collapse ul li, .clients-collapse ul li, .customer-collapse ul li {
    text-align: center;
    font-size: 16pt;
    background-color: #a05eb5;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .tipocliente-collapse ul li a, .language-collapse ul li a, .clients-collapse ul li a, .customer-collapse ul li a {
        color: #fff;
    }


/*********************/
/* Revolution slider */
/*********************/
/* General */
.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 9;
}

.banner {
    width: 100%;
    position: relative;
}

    .banner ul {
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

.tp-caption.b-big-bold {
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
}

.tp-caption.b-big-thin-transparent {
    font-weight: 300;
    font-size: 35px;
    line-height: 50px;
    padding: 0px 10px;
    background: rgba(0,0,0,0.5);
}

.tp-caption.b-medium-bold-grey {
    color: #999;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}

.tp-caption.b-medium-thin-grey {
    color: #959da3;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
}

.tp-caption.b-small-bold-grey {
    font-size: 22px;
    line-height: 37px;
    color: #999;
}

.tp-caption.b-small-para {
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
}

.tp-caption.b-medium-back {
    font-size: 22px;
    line-height: 37px;
    color: #fff;
    padding: 5px 15px;
}

.tp-caption.b-button a {
    display: inline-block;
    padding: 5px 18px;
    color: #fff;
}

.tp-caption.head-para {
    max-width: 350px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 15px;
}

    .tp-caption.head-para h4 {
        color: #fff;
        font-weight: 400;
        text-transform: none;
    }

@media (max-width:600px) {
    .tp-caption.head-para h4 {
        font-size: 15px;
    }

    .tp-caption.head-para p {
        display: none;
    }
}
/* Revolution slider one */
.r-slider .banner {
    border-top: 1px solid #d7dce0;
    border-bottom: 1px solid #d7dce0;
}
/* Revolution slider alt */
/**************/


.bg-gray-light {
    background-color: #e3e5e9;
}

.bg-orange {
    background-color: #a05eb5;
    padding: 10px;
}

.main-box {
    margin-top: 10px;
    height: 150px;
}

    .main-box h4 {
        margin-top: 0;
        font-weight: 600;
        font-size: 18pt;
        color: #633E65;
        line-height: 1em;
    }

.main-box-icon {
    width: 150px;
    height: 150px;
    float: left;
}

.main-box-content {
    margin-left: 160px;
    padding: 10px;
    position: relative;
}



.main-box-icon .items {
    text-align: center;
    font-size: 32pt;
    color: #fff;
}

    .main-box-icon .items.items-unico {
        font-size: 50pt;
        margin-top: 20px;
    }

.main-box-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500;
    color: #633E65;
}

.main-box-content .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.main-box-content .precio {
    font-weight: 500;
    font-size: 20pt;
}


@media (max-width: 600px) {
    .main-box {
        margin-top: 10px;
        min-height: 200px;
    }

    .main-box-icon {
        height: 50px;
        width: 100%;
        float: none;
    }

    .main-box-content {
        margin-left: 0;
        padding: 10px;
        position: relative;
    }

    .main-box-icon .items, .main-box-icon .items.items-unico {
        font-size: 24pt;
        margin: 0;
        padding: 0;
        line-height: 0.5em;
    }

        .main-box-icon .items .fa-2x {
            margin-top: 20px;
        }
}

/*Contact Box*/


.contact-box {
    margin-top: 10px;
    background-color: #e3e5e9;
}

    .contact-box h4 {
        margin-top: 0;
        font-weight: 600;
        font-size: 16pt;
        color: #633E65;
        line-height: 1em;
    }

.contact-box-icon {
    float: left;
    padding: 10px 10px 10px 10px;
    font-size: 40pt;
    color: #633E65;
}

.contact-box-content {
    margin-left: 80px;
    padding: 20px 10px;
    position: relative;
    color: #633E65;
}

    .contact-box-content a {
        color: #633E65;
        font-weight: 500;
        font-size: 12pt;
    }

    .contact-box-content p {
        font-size: 12pt;
        line-height: 1.3em;
    }

    .contact-box-content span {
        font-size: 14pt;
        font-weight: 500;
    }

.testimonial-big-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial {
    /*background-color: white;*/
    text-align: center;
    line-height: 1.3em;
    height: 250px;
    color: #633E65;
}

    .testimonial img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        height: 150px;
        border-radius: 50px;
    }

    .testimonial span {
        font-size: 12pt;
        font-weight: 500;
        font-style: italic;
    }

    .testimonial:hover {
        color: #a05eb5;
    }

        .testimonial:hover img {
            opacity: 0.8;
        }

.banner.revslider-initialised {
    border: none;
}


.box {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 3px #ccc;
    overflow: hidden;
}

.box-default {
    background-color: #fff;
}

.box-header {
    padding: 3px 10px;
    border-radius: 5px 5px 0px 0px;
}

.box-default .box-header {
    background-color: #633E65;
}

.box-header h4 {
    color: #fff;
    line-height: 0.7em;
}

.box-body {
    padding: 0px 0px 0px 0px;
}

.table thead tr th {
    color: #747d85;
    border: none;
}


.nowrap {
    white-space: nowrap;
}

.importe {
    text-align: right;
    white-space: nowrap;
}

.linea_numero {
    white-space: nowrap;
    width: 100px;
}

.descargar_factura {
    width: 50px;
    text-align: center;
}

    .descargar_factura a {
        font-size: 16pt;
        color: #633E65;
    }

        .descargar_factura a:hover {
            color: #000;
        }

.facturas_fecha {
    width: 100px;
}

.box-body.padded {
    padding: 10px;
}

.text-green {
    color: #080;
}

.text-gray {
    color: #959da3;
}
    
.consumoChart {
    height: 250px;
    width: 100%;
}

.configurador {
    text-align: center;
    background-color: #eee;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
}

    .configurador .configurador-icono {
        font-size: 48pt;
    }

.configurador-title {
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 3px;
}

.configurador-precio {
    font-size: 32pt;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1em;
}

    .configurador-precio small {
        font-size: 16pt;
    }

#seleccionproductos {
    font-weight: 600;
    list-style: none;
    margin: 0px 0px 20px 30px;
    padding: 0px;
}

    #seleccionproductos li {
        margin: 0px;
        line-height: 1em;
        padding: 0px;
    }

    #seleccionproductos .total {
        color: #633E65
    }

#combook, #comboko {
    font-size: 12pt;
    margin-bottom: 10px;
}

.btn-block {
    margin-bottom: 5px;
}


.clientsSlider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 15px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 15px;
    }


@media all and (max-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6,
    .carousel-showmanymoveone .carousel-inner .cloneditem-7,
    .carousel-showmanymoveone .carousel-inner .cloneditem-8,
    .carousel-showmanymoveone .carousel-inner .cloneditem-9,
    .carousel-showmanymoveone .carousel-inner .cloneditem-10,
    .carousel-showmanymoveone .carousel-inner .cloneditem-11 {
        display: none;
    }
}

@media all and (max-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.666%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.666%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-6,
    .carousel-showmanymoveone .carousel-inner .cloneditem-7,
    .carousel-showmanymoveone .carousel-inner .cloneditem-8,
    .carousel-showmanymoveone .carousel-inner .cloneditem-9,
    .carousel-showmanymoveone .carousel-inner .cloneditem-10,
    .carousel-showmanymoveone .carousel-inner .cloneditem-11 {
        display: none;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -8.333%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 8.333%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1,
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6,
    .carousel-showmanymoveone .carousel-inner .cloneditem-7,
    .carousel-showmanymoveone .carousel-inner .cloneditem-8,
    .carousel-showmanymoveone .carousel-inner .cloneditem-9,
    .carousel-showmanymoveone .carousel-inner .cloneditem-10,
    .carousel-showmanymoveone .carousel-inner .cloneditem-11 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        transform: translate3d(8.333%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        transform: translate3d(-8.333%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

.disabled {
    cursor: default;
    color: #959da3 !important;
}

.dedable {
    cursor: pointer
}

.info-tarifas {
    font-size: 16pt;
    vertical-align: bottom;
}

    .info-tarifas:hover {
        color: #633E65;
    }

#preciodetail {
    line-height: 1.1em;
    font-size: 9pt;
}

h2 .label {
    font-size: 14pt;
    vertical-align: middle;
}

.tachado {
    text-decoration: line-through;
}

.btn-xlg {
    font-size: 22pt;
    font-weight: 600;
}


.offer-panel {
    background-color: #a05eb5;
    color: white;
    border-radius: 10px;
    padding: 25px;
}

    .offer-panel .offer-title {
        font-size: 15.5pt;
    }

        .offer-panel .offer-title span {
            display: block;
            line-height: 1.0em;
            font-weight: 500;
            text-align: center;
            margin-bottom: 5px;
        }

        .offer-panel .offer-title strong {
            font-size: 41pt;
            display: block;
            line-height: 0.9em;
        }

.offer-detail {
    font-size: 11pt;
    line-height: 1.2em;
    margin-top: 10px;
}

.contact-logo {
    width: 45px;
    float: left;
    margin-right: 5px;
    margin-left: -50px;
    margin-top: -8px;
}

.label.label-avatel {
    background-color: #a05eb5;
    color: white;
    display: inline-block;
    font-size: 80%;
    vertical-align: baseline;
    margin-top:5px;
}



#cookiesnotice {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999;
}

    #cookiesnotice .cookies-notice-content {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }



.press-band {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #f70;*/
    margin-bottom: 0px;
}

    .press-band h4 {
        font-weight: 500;
        color: #a05eb5;
        /*width: auto;*/
        display: inline;
        line-height: 1;
    }

        .press-band h4 a {
            text-decoration: underline;
            font-weight: 500;
            color: #a05eb5;
            /*width: auto;*/
            display: inline;
            line-height: 1;
        }

    .press-band p {
        margin-top: 5px;
        font-size: 12pt;
        color: #633E65;
    }

.press-band-icon {
    color: #888;
    font-size: 30pt;
    text-align: center;
}
