body {
    margin-top: 10px;
}
.iso {
    background-color: #069;
    padding: 12px 0;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-bottom: 20px;
}
.logo {
    background-color: #09f;
    text-align: center;
    height: 100px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 20px;
    padding-top: 30px;
}
.menu span {
    margin-right: 10px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #069;
    border-color: #069;
}
.list-group-item.active span,
.list-group-item.active:hover span,
.list-group-item.active:focus span {
    color: #0ff;
}
a.list-group-item {
  background-color: #eee;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background-color: #ccc;
}
.main {
    text-align: center;
}
.main h6 {
    font-size: 16px;
    font-weight: bold;
}
.slide-container {
    padding: 10px 50px;
}
.footer {
    font-size: 12px;
    color: #666;
}


.hideX {
    display: none;
}
.div-img {
    background: url(../img/ampliar.png) center center no-repeat;
}
.div-video {
    background: url(../img/play.png) center center no-repeat;
}
.div-img p {
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.div-img:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-dialog {
    width: inherit;
    margin: 20px;
}
.modal-body {
    text-align: center;
}
.modal-body img {
    max-width: 100%;
    margin-bottom: 5px;
}
.panel ul {
    margin-bottom: 0;
}
.panel ul .list-group-item {
    border: 0;
}
.panel a:focus {
    outline: none;
}
.panel-group {
    margin-bottom: 5px;
}
.titulo h3 {
    font-family: 'Scada', sans-serif;
    font-size: 1.6em;
    border-bottom: #ccc 1px dotted;
    padding-bottom: 5px;
    margin-top: 12px;
}
.titulo h3 span {
    color: #999;
    font-size: .7em;
}
.titulo h3 em {
    color: #333;
    font-size: .9em;
}
.datos-contacto h4 {
    margin: 0 0 20px;
    color: #09f;
}
.empresa {
    text-align: justify;
}
.empresa p {
    padding: 0 10px 15px;
    margin: 0;
    line-height: 22px;
}
.close {
    opacity: 1;
    color: #069;
    font-size: 15px;
}
.contacto-alert {
    margin-top: -15px;
}
.extra div {
    text-align: center;
}
.extra div div {
    background-color: #039;
    height: 140px;
    margin: 10px 0;
    padding: 5px 0 0 0;
    border-radius: 10px;
}
/*.extra div div img:hover {
    padding-top: 2px;
}*/
#listado .modal-dialog ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    text-align: left;
}
.extra .btn-listado {
    margin-top: 10px;
    white-space: normal;
}
.extra2 div div {
    background-color: #fff;
    height: auto;
    padding: 0;
}
.extra2 div div img {
    border-radius: 15px;
}
.extra2 div div img:hover {
    padding-top: 0;
}
.listas h3,
.lista h3 {
    margin-top: 0;
}
.listas ul,
.lista ul {
    list-style: none;
    padding: 0;
}
.listas li {
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
.listas li a {
    font-size: 16px;
    font-weight: bold;
}
.listas li .small {
    padding-left: 17px;
    color: #666;
}
.lista p.lead {
    margin-bottom: 0;
}
.lista .form-group {
    padding-left: 0;
}
.lista li {
    padding: 2px 0;
}
.subtit {
    font-family: 'Scada', sans-serif;
    color: #09f;
    font-weight: bold;
}
.video {
    margin-bottom: 10px;
}
[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}
