﻿@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.fondoLogin {
    background-image: url(../../Enexpa/img/LogoCorporativoCapWatt.png);
    background-position:top left, top right;
    height:100%;
    margin-left: 3%;
    margin-right:3%;
    /* Full height */
    height: 110%;
    /* Center and scale the image nicely */
    background-repeat: no-repeat,no-repeat;
}

.fondoBlanco {
    background-color: white;
}

.menu {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #687384;
}

.colorIconos {
    color: #8da5b3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: dimgray;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 1.8em;
    font-weight: 700;
}

h2 {
    font-size: 2em;
    font-weight: 200;
}

h3 {
    font-size: 31px;
    font-weight: 600;
}

.textoTitulo {
    color: #44494C;
    font-weight: 600;
}
table tbody,
p,
.texto {
    color: #44494C;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
}
table
label {
    color: #44494C;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    font-weight: 200;
}
span {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    font-weight: 200;
}
.card-header {
    background-color: white !important;
}

.fondoInicio {
    /*background-image: url(../../Enexpa/img/CapWattHome.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom,center;
}

.textoBienvenida {
    color: #687384;
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    font-weight: 200;
}
strong {
    color: #75858d;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 300;
}
.colorGris {
    color: #44494C;
}

.space {
    background: none;
    /* make the width small, but setting it to 0 will actual default to the same width as other cells */
    width: 0.1%;
}
.TablaComparativa {
    background-color: #195654;
    color: white;
    /*text-align: center;*/
    border-right: 1px solid white;
}

.InsideTablaComparativaCabecera {
    background-color: #716300;
    border: 1px;
    border-color: azure;
    color: whitesmoke;
}
.InsidePricesTablaComparativa{
    background-color:gainsboro;
}
.ColumnPricesOferta {
    background-color: #ffd42c;
}
.TitulosOferta {
    text-decoration: underline;
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.DatosSuministroComparativa {
    background-color: #ccc;
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.DatosAhorroComparativa {
    background-color: white;
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.PreciosFinalesOfertaComparativaLabel {
    background-color :#ffc107 !important
}
.PreciosFinalesOfertaComparativa {
    background-color: #ffeeba;
}

table.TablaComparativaFinal td{
    border: 1px solid black;
    text-align:center;
}
table.TablaComparativaFinal th {
    border: 1px solid black;
    text-align: center;
}
table.TablaComparativaFinal tr {
    border: 1px solid black;
    text-align: center;
}
table.TablaComparativaFinal tbody {
    border: 1px solid black;
    text-align: center;
}

.TableBordersComparativaFinal {
    border-right: 1px solid black;
}

.proposal-result {
    border: 1px solid #000;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #007d00;
    font-weight: bold;
    padding: .65em .5em .3em;
    font-size: 28px;
    text-align: center
}

    .proposal-result > .form-row > .form-group {
        margin: 0;
        padding: 0
    }

    .proposal-result span {
        display: block
    }

    .proposal-result.no-saving {
        color: #d70000
    }

.proposal-result-pctge, .proposal-result-no-saving {
    font-size: 38px
}

    .proposal-result-pctge:after {
        content: " %"
    }

.proposal-result-text:after {
    content: ": "
}

.proposal-result-down {
    background: #d70000;
    border-radius: 50%;
    color: #fff;
    font-size: 115px
}

    .proposal-result-down:before {
        position: relative;
        top: -3px
    }

.proposal-result-honorarium {
    color: #000;
    font-size: 20px;
    font-weight: normal
}

    .proposal-result-honorarium label, .proposal-result-honorarium span {
        display: inline-block;
        vertical-align: middle
    }

        .proposal-result-honorarium label:after {
            content: ":"
        }

.proposal-result-tick {
    color: #007d00;
    font-size: 152px
}

    .proposal-result-tick:before {
        position: relative;
        top: -4px
    }

.proposal-saving-info {
    border: 3px solid #000;
    font-size: 17px;
    font-weight: bold;
    text-align: center
}

    .proposal-saving-info > .form-row > .form-group {
        margin: 0;
        padding: .35em
    }

        .proposal-saving-info > .form-row > .form-group:first-child {
            border-right: 1px solid #000
        }

        .proposal-saving-info > .form-row > .form-group:nth-child(3) {
            border-left: 1px solid #000
        }

.proposal-saving-info-result {
    margin: auto 0;
    padding: 0
}

    .proposal-saving-info-result.no-saving {
        color: #d70000
    }

.proposal-site-data {
    background: #ccc;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em
}

.proposal-subtitle {
    font-weight: bold;
    text-decoration: underline
}

.proposal-table {
    text-align: center
}

    .proposal-table td, .proposal-table th {
        border: 1px solid #000;
        padding: .4em .5em
    }

    .proposal-table thead th.proposal-table-empty-head {
        border: none
    }

.proposal-title {
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding: .25em .15em;
    text-align: center
}

.proposal-extra-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #000;
    padding: .75em;
    padding: 1.5em .25em;
    text-align: left;
    font-size: 15px;
    color: black;
    font-family: 'Helvetica Neue','Helvetica','Arial';
}
.px200 {
    width: 200px;
    max-width: 200px;
    word-wrap: break-word;
}

.CenteredBold {
    font-weight: bold;
    text-align: center;
}

.background-rounded {
    background-image: url(../../Enexpa/img/OfertaRoundBack.png);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.border-pricing {
    border: 5px dotted;
    border-left-color: black;
    border-right-color: #009DC9;
    border-bottom-color: #009DC9;
    border-top-color: black;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
    height: 100px;
}

.circle-marc {
    border: 5px dotted;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
}