/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

p {
    line-height: 20px;
    text-aling: justify;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

div.heaterList div h1 {
    color: #525f6b;
}

div.list-group a div h5 {
    width: 100%;
}


/*
 * A better looking default horizontal rule
 */
    
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

header div.super img {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 5px;
    z-index: 2;
}



header img.logo {
    display: block;
    width: 44%;
}

@media only screen and (min-width: 768px) {
    header div img.logo {
        display: block;
        width: 15%;
    }
}

div.titulo {
    padding: 20px;
}

div.titulo h1 {
    font-size: 4em;
    text-align: center;
    color: #525f6b;
}

@media (max-width: 600px) {
    div.titulo h1 {
        font-size: 3em;
    }
    footer div {
        padding: 30px 25px !important;
    }
}

.icon {
    font-size: 25px !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.seleccionador {
    background-color: F7F7F7;
}

section div div div.titulo-seleccionador h3 {
    background-color: #e2e4e5;
    color: #000;
    margin: 2px;
    padding: 14px;
    font-size: 19px;
    text-align: center;
    
}

section div div div.titulo-seleccionador a {
    background-color: #e2e4e5;
    color: #000;
    margin: 2px;
    padding: 14px;
    font: 1em sans-serif;
    text-align: center;
}

h3.titulos-modal {
    background-color: #e2e4e5;
    color: #000;
    margin: 2px;
    padding: 14px;
    font: 1em sans-serif;
    text-align: left;
    width: 40%;
    float: left;
}

section div div div.caja-seleccionador select {
    background-color: #fff;
    color: #000;
    border-color: #e2e4e5;
    margin: 2px;
    font: 1em sans-serif;
    text-align: center;
    padding: 0px 14px;
    width: 100%;
}

input.cajas-modal {
    background-color: #fff;
    color: #000;
    border-color: #e2e4e5;
    margin: 2px;
    font: 1em sans-serif;
    text-align: center;
    padding: 12px;
    width: 45%;
    float: left;
    border: 1px solid #e2e4e5;
}

h3.botonmodal {
    background-color: #006298;
    color: #fff;
    margin: 2px;
    padding: 14px;
    font: 1em sans-serif;
    text-align: center;
}

div.caja-seleccionador-modal {
    margin: 2px;
}

input.cajas-modal i {
    color: #525f6b;
}

section div div div {
    margin: 5px 0 5px 0;
}

.boton h3 {
    border: 1px solid #e2e4e5;
    margin: 2px;
    font-size: 16px;
    text-align: center;
    padding: 6px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
}

.boton a {
    border: 1px solid #e2e4e5;
    margin: 2px;
    text-align: center;
    padding: 6px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
}

div.titulo-seleccionador-boton h3 {
    background-color: #006298;
    color: #fff;
    margin: 2px;
    padding: 14px;
    font-size: 19px;
    text-align: center;
}

div.titulo-seleccionador-boton a {
    background-color: #006298;
    color: #fff;
    margin: 2px;
    padding: 14px;
    font: 1em sans-serif;
    text-align: center;
}

label.titulo-seleccionador {
    background-color: #006298;
    color: #fff;
    text-align: center;

}
.titulo-seleccionador-azul {
    background-color: #006298;
    color: #fff;
    text-align: center;
}
td.titulo-seleccionador {
    background-color: #e2e4e5;
    text-align: center;
}

div.titulo-seleccionador-boton h3:hover {
    cursor: pointer;
    background-color: #014a72;
}

div.titulo-seleccionador-boton a:hover {
    cursor: pointer;
}

.boton:hover>h3 {
    background-color: #e7e7e7;
    cursor: pointer;
}

.activo {
    background: -webkit-gradient( linear, 100% 0%, 0% 0%, from(#006298), to(#4c2989));
    color: white;
}

.boton h3 img {
    height: 70px;
    padding: 7px;
}

div div div div div.grande-cont h3 {
    width: 10% !important;
}

div div div div div.grande-cont a {
    width: 10% !important;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

footer {
    margin-top: 30px;
    background-color: rgba(247, 247, 247, 1);
}

footer {
    position: relative;
    bottom: 0;
}

footer div {
    text-align: center;
    line-height: 2px;
    padding: 30px 80px;
}

footer div p {
    color: #525f6b;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

div.list-group a {
    margin: 1px 0px;
    background-color: #f4f4f4;
}

div.list-group a h5 {
    font-size: 1rem !important;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

small {
    font-size: 80% !important;
}


/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.fixed {
    top: 0px;
    left: 0px;
    width: 100%;
    position: fixed;
    z-index: 500;
    height: 20px;
}

@font-face {
    font-family: "Bosch Sans";
    src: url(../fonts/bosch-sans/BoschSans-Light.woff2) format("woff2"), url(../fonts/bosch-sans/BoschSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bosch Sans";
    src: url(../fonts/bosch-sans/BoschSans-Regular.woff2) format("woff2"), url(../fonts/bosch-sans/BoschSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Bosch Sans";
    src: url(../fonts/bosch-sans/BoschSans-RegularItalic.woff2) format("woff2"), url(../fonts/bosch-sans/BoschSans-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Bosch Sans";
    src: url(../fonts/bosch-sans/BoschSans-Medium.woff2) format("woff2"), url(../fonts/bosch-sans/BoschSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Bosch Sans";
    src: url(../fonts/bosch-sans/BoschSans-Bold.woff2) format("woff2"), url(../fonts/bosch-sans/BoschSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

html *:not(i) {
    font-family: "Bosch Sans", Helvetica, Arial, sans-serif !important;
    letter-spacing: -0.02em;
    font-weight: 400;
}

select {
    height: 45px;
    font-size: 20px;
}

div.v9 div.boton h3 {
    min-height: 122px;
}

.disabled {
    background-color: #e2e4e5 !important;
    pointer-events: none;
}

.v1 h3,
.v2 h3,
.v3 h3,
.v4 h3,
.v5 h3,
.v6 h3,
.v7 h3,
.v8 h3,
.v9 h3 {
    background-color: #e5e5e5 !important;
    pointer-events: none;
}

.radio input[type="radio"] {
    margin-right: 20px;
    height: 20px;
    width: 20px;
}

.radio input[type="checkbox"] {
    margin-right: 20px;
    height: 20px;
    width: 20px;
}

.heaterList {}

.float-left {
    float: none !important;
}

.heaterList img {
    width: 100%;
}

.heaterList ul li {
    font-size: 0.8em;
}

div.heaterList div h3 {
    color: #525f6b;
}

.separator {
    height: 7px;
    background: linear-gradient(to right, #492b89, #036198);
    width: 100%;
}

.separator-2 {
    height: 7px;
    background: linear-gradient(to right, #492b89, #036198);
    width: 100%;
    display: none;
}

.titulo-2 {
    font-size: 43px;
}

i.fas .mr-2 .col-md-1 {
    text-align: center;
}

@media only screen and (max-width: 400px) {
    .col-md-11 {
        max-width: 100%;
    }
    .col-md-1 {
        max-width: 10%;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 601px) {
    .titulo-2 {
        display: none;
    }
}

#map {
    width: 100%;
    height: 450px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
}

div.heaterList div h3 {
    color: #525f6b;
}

.boton:first-child {
    padding-left: 0px !important;
}

.boton:last-child {
    padding-right: 0px !important;
}

.titulo-seleccionador h3,
.titulo-seleccionador-boton h3 {
    width: 100% !important;
}

@media (max-width: 1024px) {
    .boton {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

body {
    background-color: #FFF !important;
}

.rowNasoft {
    padding: 10px 15px;
    font-size: 12px;
    text-align: right;
}

