/* Sobreescribimos ciertos aspectos de Quill */
.ql-editor {
    height: auto;
    margin: 0px 8px;
}

/* Estilos generales */

@media (min-width: 1200px) {
    .container {
        max-width: 85% !important;
    }
}

img.foto {
    width: 100%;
}

@media (max-width: 768px) {
    .visibilidad {
        display: none;
    }
}

.solo-small {
    display: none;
}

@media (max-width: 768px) {
    .solo-small {
        display: table-cell;
    }
}

.fa.small {
    font-size: 0.8em;
}


/* margin */
.mar-0 {
    margin: 0px;
}

.mar-20 {
    margin:20px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-top-small {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .mar-top-small {
        margin-top: 36px;
    }   
}


/* padding */
.pad-50 {padding: 50px;}
.pad-100 {padding: 100px;}

.pad-top-5 {
    padding-top: 5px;
}
.pad-top-6 {
    padding-top: 6px;
}

.negrita {
    font-weight: bold;
}

.icono-50 {
    font-size: 50px;
}

.icono-75 {
    font-size: 75px;
}

.icono-100 {
    font-size: 100px;
}

.icono-verde {
    color: #4dba6f;
}

/* Estilos para la cabecera fija superior */

#header #logo img {
    max-height: 35px;
    margin-right: 10px;
  }

.titulo-principal {
    color: #4dba6f;
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 25px; 
}

.header-fondo {
    background: linear-gradient(45deg, rgb(16, 190, 210), rgb(13, 132, 146));
}

.menu-active a {
    font-weight: bold;
}

/* Estilos para el contenido */

h1.codigo {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: #076633;
}
h1.titulo {
    font-size: 1.1rem;
    color: #4dba6f;
}
h2.subtitulo {
    font-size: 1.2rem;
    color: #4dba6f;
}
h2.titulo-seccion {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4dba6f;
}

@media (max-width: 768px) {
    h2.titulo-seccion {
        font-size: 0.8em;
        padding: 10px;
        margin: 0px;
    }
    h2.subtitulo {
        font-size: 0.8rem;
        color: #8c8c8c;
        background: #f2f2f2;
        padding: 6px;
        margin: 0px;
    }
    h2.subtitulo i {
        color: #4DBA6F;
    }
}

h3.subtitulo {
    font-size: 1.2rem;
    font-weight: bold;
    color: #076633;
}

@media (max-width: 768px) {
    h3.subtitulo {
        font-size: 0.8rem;
    }
}

label {
    font-weight: bold;
}

.label-group span {
    float: right;
}

.label-group span.left {
    float: none !important;
    padding-left: 10px;
}

ul.lista-iconos {
    list-style: none;
    padding: 0px;
}
ul.lista-iconos li {
    float: left;
    padding: 2px;
}

ul.lista-iconos img {
    width: 40px;
}

.punto-interes .contenido {
    padding: 25px;
}

.texto-home {
    padding: 35px;
    background: #fff;
}

.texto-home > div {
    padding: 30px;
}

@media(max-width:768px) {
    .texto-home {
        padding: 0px;
    }   
}

.contenedor-secciones .seccion {
    margin: 20px;
    cursor: pointer;
}

.contenedor-secciones .seccion a  {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

.contenedor-secciones .seccion i.fa {
    color: #fff;
    font-size: 3em;
    margin-top: 20px;
}

.contenedor-secciones .interes:hover a {
    color: #cb023e;
}

.contenedor-secciones .itinerario:hover a {
    color: #dddc00;
}

.contenedor-secciones img {
    width: 275px;
}

.contenedor-secciones .interes img {
    border-left: 20px solid #cb023e;
}

.contenedor-secciones .itinerario img {
    border-left: 20px solid #dddc00;
}

.nav-tabs a {
    color: #94c11f;
}

.nav-tabs a:hover {
    background: #e3faa9;
    border: 0px;
    margin-left: 2px;
}

.nowrap {
    white-space: nowrap;
}

.punto-interes .mapa-google {
    width: 100% !important;
}

.punto-interes .contenedor-mapa-tab {
    padding-top: 20px;
}

.nav-pills .nav-link.active {
    color: #fff;
    background: #4dba6f;
}

@media (max-width: 768px) {
    .nav-pills .active {
        background: #fff !important;
        color: #4dba6f !important;
        border-bottom: 2px solid #4dba6f !important;
        border-radius: 0px;
    }
}

.nav-pills a {
    color: #e6e6e6;
    background: #bbbbbb;
    margin: 10px;
}

@media (max-width: 768px) {
    .nav-pills a {
        font-size: 0.8em;
        background: #fff;
        margin: 0px;
        color: #4dba6f;
    }
    .nav-pills a.nav-link:hover {
        background: #fff !important;
        color: #4dba6f !important;
        border-bottom: 2px solid #4dba6f !important;
        border-radius: 0px;
    }
    .nav-pills button {
        font-size: 0.8em;
    }
}

.nav-pills a:hover {
    color: #fff;
    background: #4dba6f;
}

@media (max-width:768px) {
    ul.nav-pills {
      background: #ffffff;
      z-index: 100;
      width: 100%;
      position: fixed;
    }
  }

.contenedor-img-int {
    width: 70%;
    display: inline-block;
}

.contenedor-img-des {
    width: 50%;
    display: inline-block;
}

.itinerario .contenedor-img-des {
    width: 100% !important;
}

.itinerario .img-des {
    width: 100% !important;
}

@media(max-width:768px) {
    .contenedor-img-des {
        width: 100%;
    }   
}

.img-des {
    /*width: 100%;*/
    max-height: 480px;
    width: auto;
}

@media(max-width:768px) {
    .img-des {
        width: 100%;
        height: auto;
    }
}

.img-des:hover {
    cursor: zoom-in;
}

.img-pie-des {
    font-size: 0.8rem;
    padding-top: 15px;
}

#contImg .modal-dialog {
    max-width: 80% !important;
}

.img-body img {
    width: 100%;
}

table tr.active th,table tr.active td {
    background: #4DBA6F;
    color: #fff;
}

li.nav-item.active a.nav-link {
    color: #076633 !important;
    font-weight: bold;
}

@media (max-width:768px) {
    .nav-link {
        padding: .5rem 0.9rem;
    }
}

.boton-subir {
    display: none;
    position: fixed;
    right: 20px;
    bottom:80px;
    z-index: 999999999;
    font-size: 50px;
}

@media (max-width: 768px) {
    .boton-subir {
        font-size: 40px;
    }
}

.boton-subir i.fa {
    color: #913694;
    box-shadow: 2px 2px 15px #9c9c9c;
    border-radius: 100px;
    border: thin solid #fff;
}

.fondo-montanya {
    position: absolute;
    bottom: -220px;
}

@media (max-width: 768px) {
    img.fondo-montanya {
        max-height: 300px;
        bottom: -132px;
    }
}

section#contenido {
    /*margin-top: 100px;*/
    padding: 35px 40px;
}

@media (max-width: 768px) {
    section#contenido {
        /*margin-top: 90px;*/
        padding: 0px;
    }   
}

.contenido-tab {
    padding: 40px 0px;
}

@media (max-width: 768px) {
    .contenido-tab {
        padding: 0px;
        font-size: 0.8em;
    }

    .contenido-tab table {
        font-size: 1em;
    }
    p.seccion {
        padding: 8px;
    }
}

.btn-table {
    padding: 4px 8px;
    color: #fff;
    background: #4dba6f;
    border-radius: 4px;
}

.btn-table:hover {
    color: #fff;
}

.btn-descargar {
    position: relative;
    top: 45px;
    z-index: 10;
    background: #10bccf;
    padding: .375rem .75rem;
    border-radius: 4px;
    right: 10px;
    color: #fff !important;
}

.btn-descargar:hover {
    color: #fff;
}

.btn-fichero {
    background: #10bccf !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .btn-descargar {
        font-size: 1em;
    }
    .btn-fichero {
        padding: 4px 10px;
        margin: 5px 0px 0px 10px !important;
    }
}

.enlace a:hover {
    text-decoration: underline;
}

/* Estilos para el footer */

.footer-links {
    font-size: 30px;
    color: #4dba6f !important;
}

.footer-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.footer-links ul li {
    float: left;
}

footer a{
    color: #4dba6f !important;
}
.footer-links ul li a.icon-facebook:hover {
    color: #3b5998 !important;
}
.footer-links ul li a.icon-twitter:hover {
    color: #00aced !important;
}
.footer-links ul li a.icon-instagram:hover {
    color: #8a3ab9 !important;
}




footer .contenedor-copy-right {
    padding-top: 16px;
}


.contenedor-icono-social i {
    color: #4dba6f;
    display: inline-block;
    font-size: 2.3em;
}

.contenedor-icono-social i.icon-facebook:hover {
    color: #3b579d;
}

.contenedor-icono-social i.icon-twitter:hover {
    color: #04a9f4;
}

.contenedor-icono-social i.icon-instagram:hover {
    color: #bf2f9e;
}

.logo-govern-b {
    width: 100px;
}

.atb-nombre {
    color: #076633;
}


/* estilos para el mapa */

.mapa { width: 100%; padding-top: 20px; margin: 0 auto; }

@media screen and (max-width: 1920px) { .mapa { height: 700px; } }
@media            (max-width: 1680px) { .mapa { height: 625px; } }
@media            (max-width: 1600px) { .mapa { height: 600px; } }
@media            (max-width: 1200px) { .mapa { height: 500px; } }
@media            (max-width: 1366px) { .mapa { height: 450px; } }
@media            (max-width: 1024px) { .mapa { height: 400px; } }


.layersDiv {
    background-color: #e0e1e2 !important;
    padding: 15px !important;
    border-radius: 4px;
    box-shadow: -2px 2px 10px #505050;
}

.olControlLayerSwitcher {
    top: 15px !important;
    right: 15px !important;
    font-weight: normal !important;
    font-size: 12px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

label.labelSpan {
    font-weight: normal !important;
    position: relative !important;
    top: 2px !important;
    left: 5px !important;
    margin-bottom: 5px !important;
    color: #000 !important;
}

.baseLbl, .dataLbl {
    color: #07a0e4 !important;
}

.minimizeDiv {
    right: 5px !important;
    background: #9c9c9c !important;
}

.dataLayersDiv input[type=checkbox] {
    position: relative !important;
    top: 4px !important;
}

/* estilos para el listado de paradas */

tr.active a.linkParada {
    color: #ffffff;
}

/* estilos para el glosario de términos */

span.glosario-termino {
    border-bottom: 1px dashed #000000;
    cursor: help;
}

.tooltip > .tooltip-inner {
  max-width: 350px;
  background-color: #10BED2;
  color: #ffffff;
  box-shadow: 1px 3px 10px #909090;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #10BED2;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #10BED2;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #10BED2;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #10BED2;
}

.popover {
    background-color: #10BED2;
    border: 1px solid #10BED2;
}

.popover-nombre {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0px;
}

.popover-body p,.popover-body ul li, .popover-body ol li, .popover-body a, .popover-body span {
    color: #fff !important;
}

.bs-popover-right .arrow::before,.bs-popover-right .arrow::after {
    border-right-color:#10BED2;
}

.bs-popover-left .arrow::before,.bs-popover-left .arrow::after {
    border-left-color:#10BED2;
}

.bs-popover-top .arrow::before,.bs-popover-top .arrow::after {
    border-top-color:#10BED2;
}

.bs-popover-bottom .arrow::before,.bs-popover-bottom .arrow::after {
    border-bottom-color:#10BED2;
}


/* Estilos para la ficha */

.nombre-ficha {
    color: #000;
    font-size: 1.2rem;
    position: relative;
    top: 20px;
}

@media (max-width: 768px) {
    .nombre-ficha {
        font-size: 0.8rem;
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .nombre-ficha {
        font-size: 0.7rem;
        margin-top: 60px;
    }
}

.icono-dificultad {
    height: 100px;
}

.icono-dificultad-listado {
    height: 25px;
}

@media (max-width: 768px) {
    .icono-dificultad {
        height: 50px;
    }
    .icono-dificultad-listado {
        height: 20px;
    }
}

