body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
/* header */
.header-banner {
    background-color: #d3d3d3;
}
.header-banner img {
    padding: 30px 0;
}
.header-banner img.logo {
    padding: 54px 0 0;
}
.navbar {
    min-height: auto;
    margin-bottom: 10px;
    border-radius: 0;
}
.navbar-collapse {
    padding-left: 0;
}
.navbar-right {
    margin-right: -30px;
}
.navbar-default {
    border-top: 2px solid #fff;
    border-bottom: 0;
    background: #a3a3a3;
    background: -moz-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #5e5e5e));
    background: -webkit-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: -o-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: -ms-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: linear-gradient(to bottom, #a3a3a3 0%, #5e5e5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#5e5e5e', GradientType=0 );
	background: #000000;
}
.navbar-default .navbar-nav>li {
    border-left: 1px solid #fff;
}
.navbar-default .navbar-nav>li:first-child {
    border-left: 0;
}
.navbar-default .navbar-nav>li:first-child a {
    padding-left: 0;
}
.navbar-default .navbar-nav.navbar-right>li:first-child a {
    padding-left: 15px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: .5px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #ff6600;
}
.navbar-default .navbar-nav.navbar-right>li {
    border-left: 0;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li {
    height: 32px;
    margin: 6px 0;
    padding-top: 5px;
}
.navbar-default .navbar-nav>li.active,
.navbar-default .navbar-nav>.open {
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #ff6600;
}
.navbar-default .navbar-toggle {
    background: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff6600;
}
.dropdown-menu {
    background: #a3a3a3;
    background: -moz-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #5e5e5e));
    background: -webkit-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: -o-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: -ms-linear-gradient(top, #a3a3a3 0%, #5e5e5e 100%);
    background: linear-gradient(to bottom, #a3a3a3 0%, #5e5e5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#5e5e5e', GradientType=0 );
}
.dropdown-menu>li {
    border-bottom: 1px solid #fff;
}
.dropdown-menu>li:last-child {
    border-bottom: 0;
}
.dropdown-menu>li>a {
    color: #fff;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 8px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ff6600;
    background-color: transparent;
}
@media screen and (max-width:767px) {
    .nav {
        padding: 0 10px;
    }
    .navbar-default .navbar-brand, .navbar-default .navbar-nav>li {
        margin: 0;
        height: 27px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 0;
        left: 180px;
        padding: 0;
    }
    .dropdown-menu {
        background: transparent;
    }
    .dropdown-menu>li {
        float: left;
        border: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 18px;
    }
    .navbar-right {
        margin-right: 0;
    }
}

h2 {
    margin-top: 10px;
}

/* social */
.social {
    margin-bottom: 10px;
}
.social .btn {
    color: #666;
    padding: 6px 6px;
}
.social .btn:first-child {
    padding-left: 0;
}
.fa-15x {
    font-size: 1.5em;
}
/* search */
.search-container {
    height: 30px;
    position: relative;
}
.form-search .form-group {
    display: block;
}
.form-search label {
    color: #ff6600;
    line-height: 2em;
    font-weight: bold;
    font-size: 1.1em;
}
.form-search input {
    box-shadow: none;
    height: auto;
    width: 100% !important;
    padding: 6px 40px 6px 12px;
}
@media screen and (min-width:1200px) {
    .noticias-aside .form-search input {
        width: 120% !important;
    }
}
.form-search input,
.form-search button {
    background-color: #ddd;
    border: 0;
    position: absolute;
    right: 0;
    border-radius: 0;
}
.form-search label,
.form-search input {
    letter-spacing: .5px;
}
.form-search button {
    color: #999;
}
/* video */
.row-home-video {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 44px;
    margin-top: 9px;
}
.video {
    margin-top: 20px;
}
.videoWrapper {
    position: relative;
    /*padding-bottom: 56.25%; */ /* 16:9 */
    padding-bottom: 53.25%; /* 640:360; */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* galecaria */
.galeria {
    margin-top: 20px;
}
.hr-galeria {
    margin: 45px 0 20px;
    border: 1px solid #ddd;
}
.owl-galeria .caption {
    padding: 5px 5px 0 0;
    font-size: 1.2em;
    text-align: center;
    font-style: italic;
}
.galeria h4 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .5px;
    color: #333;
    margin: 0 0 10px;
    text-align: center;
}
.galeria h4 a {
    color: #333;
}
.galeria h4 a:hover {
    text-decoration: none;
}
/* noticias */
.noticias-home {
    margin-top: 20px;
}
.noticias {
    font-weight: 400;
}
.noticias h2 {
    margin: 0 0 20px;
    font-size: 2.8em;
    font-weight: 500;
    color: #333;
}
.form-noticias .form-group {
    display: block;
}
.form-noticias select {
    color: #999;
    background-color: #ddd;
    border: 0;
    border-radius: 0;
    right: 0;
    position: absolute;
    width: 100% !important;
}
.noticias h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #ff6600;
}
.noticias h3 a {
    color: #ff6600;
	color: #ff6600;
}
.noticias h3 a:hover {
    color: #666;
    text-decoration: none;
}
.noticias p {
    margin-bottom: 40px;
    font-weight: 500;
}
.noticias.noticia h2 {
    margin-top: 10px;
}
.noticias.noticia .form-noticias select {
    margin-top: 10px;
}
.noticias.noticia p {
    margin-bottom: 20px;
    font-weight: 400;
}
.noticias.noticia h3 small,
.noticias.noticia h4 small {
    font-size: 10px;
    margin-top: 10px;
}
.noticias.noticia .otras-btn {
    text-transform: uppercase;
}
.noticias.noticia .otras-btn a {
    color: #999;
}
.noticias.noticia .otras-btn a:hover {
    color: #ff6600;
    text-decoration: none;
}
.noticias.noticia .otras-btn div {
    padding-bottom: 10px;
}
.noticias.noticia .otras-img h4 {
    position: absolute;
    top: 0;
    left: 25px;
    color: #ff6600;
    display: none;
}
.noticias.noticia .otras-img img {
   border: 1px solid transparent;
}

.noticias.noticia .otras-img div:hover h4 {
    display: block;
}
.noticias.noticia .otras-img div:hover img {
   opacity: .1;
   border: 1px solid #000;
}
.noticias.noticia hr {
    border: 1px solid #999;
    margin-top: -5px;
    margin-bottom: 8px;
}
.noticias-aside .galeria {
    margin-top: 25px;
}
.noticias.noticia .bb {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width:991px) {
    .noticias.noticia .otras-img img {
        width: 100%;
    }
    .search-container {
        height: 40px;
    }
    .img-noticia {
        margin: auto;
    }
    .noticias-aside {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }
}
/* comision directiva */
.comision h2 {
    color: #ff6600;
    margin-top: 5px;
}
.comision h2 span {
    color: #999;
    font-size: 18px;
}
.comision .row-comision {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #999;
}
.comision .row-comision h3 {
    color: #ff6600;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
}
.comision .row-comision h4 {
    color: #666;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 400;
}
.comision .row-comision p {
    margin-bottom: 0;
}
/* beneficios */
.beneficios .row-beneficios {
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #999;
}
.beneficios .row-beneficios h3 {
    color: #ff6600;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
}
.beneficios .row-beneficios p {
    margin-bottom: 0;
}
/* asociados */
.asociados .row-asociados {
    padding-bottom: 15px;
    margin-top: 15px;
}
.asociados .row-asociados h3 {
    color: #ff6600;
    margin: 0 -15px 0 0;
    font-weight: 400;
    font-size: 23px;
    line-height: 22px;
}
.asociados .row-asociados h3 a {
    color: #ff6600;
}
.asociados .row-asociados h3 a:hover {
    text-decoration: none;
    font-weight: 500;
}
.asociados .row-asociados p {
    margin: 2px 0 0;
}
.asociados .row-socio {
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
.asociados .row-socio div[class*=col-] {
    padding-left: 0;
}
.asociados .form-search {
    margin-top: 10px;
}
.asociados a.active {
    color: #ff6600;
    font-weight: bold;
}
@media screen and (max-width:410px) {
    .asociados .row-socio .col-img {
        display: none;
    }
}
/* socio */
.socio .row-socio {
    margin-top: 15px;
}
.socio .row-socio h3 {
    color: #ff6600;
    margin: 6px 0 0;
    font-weight: 400;
    font-size: 2.5em;
}
.socio .row-socio h4 {
    color: #ff6600;
    margin: 15px 0;
    font-weight: 400;
}
.socio .row-socio p {
    margin: 0 0 3px;
}
.socio .row-socio p.num {
    margin-bottom: 35px;
    font-size: 110%;
    font-weight: 500;
}
.socio .row-socio .datos-socio {
    /*height: 135px;*/
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
}
.socio .row-socio hr {
    border-color: #ccc;
}
.socio .row-socio hr.datos-socio-hr {
    margin-top: 0;
}
.socio .row-socio .owl-socio {
    text-align: center;
}
.socio .row-socio .owl-socio p {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    max-width: 150px;
}
.slbImageWrap {
    padding: 20px;
}
.socio .form-search {
    margin-top: 10px;
}
.socio .otras-btn {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
.socio .otras-btn a span {
    font-size: 2em;
    color: #666;
}
.socio .otras-btn a:hover span {
    font-size: 2em;
    color: #ff6600;
}
.socio .otras-btn a img {
    display: inline-block;
    margin: 0 5px;
    width: 50px;
}
.socio .otras-btn a div {
    display: inline-block;
}
.socio .otras-btn a div h4 {
    color: #ff6600;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}
.socio .otras-btn a div p {
    color: #333;
    margin: 0;
    font-size: 10px;
}
.socio .otras-btn a:hover {
    text-decoration: none;
}
@media screen and (max-width:479px) {
    .socio .otras-btn div[class*=col-] {
        width: 100%;
    }
}
/* droit de suite */
.droit .owl-carousel {
    margin-bottom: 20px;
}
/* directorio */
.directorio h2 {
    margin-bottom: 10px;
}
.directorio h4 {
    color: #ff6600;
    margin-top: 0;
    margin-bottom: 20px;
}
.directorio h4 .query {
    color: #000;
}
.directorio .resultados {
    max-height: 1065px;
    overflow: auto;
}
.directorio.noticias.noticia p {
    margin-bottom: 3px;
}
/* sava */
.sava ul {
    padding-left: 18px;
}
.sava .org-logo {
    width: 150px;
    padding-top: 15px;
}
/* boxes aside */
.box-div .box {
    padding: 30px;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 500;
}
.box-div a {
    color: #fff;
}
.box-div a:hover {
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}
.box-div .box strong {
    font-weight: 700;
}
.box-div .asociate {
    font-weight: 300;
    background-color: #ff6600;
    text-transform: uppercase;
	background-color: #ff6600;
}
.box-div .licencia {
    padding: 30px 40% 30px 20px;
    background: url(../img/box-licencia.jpg) no-repeat center right #777;
	background: url(../img/box-licencia.jpg) no-repeat center right #000;
}
.box-div .licencia a {
    color: #aaa;
}
.box-div .droit {
    background-color: #777;
	background-color: #000;
}
.box-div .directorio {
    background: url(../img/box-directorio.jpg) no-repeat top right #777;
	background: url(../img/box-directorio.jpg) no-repeat top right #000;
}
.box-div .directorio p {
    color: #ff6600;
    padding: 20px 40% 37px 20px;
    margin: 0;
	color: #ff6600;
}
.form-directorio .form-group {
    display: block;
    padding: 0 20px;
}
.form-directorio label {
    color: #ff6600;
	color: #ff6600;
}
.form-directorio input {
    box-shadow: none;
    height: auto;
    padding: 3px 40px 3px 10px;
}
.form-directorio button {
    color: #999;
    right: 0;
}
.form-directorio input,
.form-directorio button {
    position: absolute;
    background-color: #ddd;
    border: 0;
    border-radius: 0;
    height: 30px;
}
.form-directorio label,
.form-directorio input,
.form-directorio button {
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
}
.alert-search-directorio {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 28px;
    color: #fff;
}
.alert-search-directorio span {
    color: #a94442;
    font-size: 1.1em;
}

.box-div .beneficios {
    font-weight: 300;
    background-color: #ff6600;
    text-transform: uppercase;
	background-color: #ff6600;
}
/*.box div.form-group {
    padding: 0;
    color: #fff;
    background-color: #777;
}*/
.box-div hr {
    margin: 7px 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
/* typeahead */
.typeahead.dropdown-menu {
    background: #fff;
    padding: 0;
    margin: 0;
}
.typeahead.dropdown-menu li {
    padding: 0;
    margin: 0;
}
.typeahead.dropdown-menu li a {
    padding: 2px 5px;
    margin: 0;
    color: #444;
    font-weight: 400;
}
.typeahead.dropdown-menu>.active>a,
.typeahead.dropdown-menu>.active>a:focus,
.typeahead.dropdown-menu>.active>a:hover {
    background-color: #ff6600;
    font-weight: 500;
}
/* footer */
footer {
    font-size: .9em;
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
footer .social .btn {
    color: #333;
    padding-top: 0;
}
footer .social .btn:hover {
    color: #000;
}
footer .partners {
    float: right;
}

/* formularios */
.edit-form .form-control {
    font-size: 12px;
}
.edit-form .select2-container {
    display: block;
    width: 100% !important;
}
.edit-form .select-multi .select2-container {
    width: 90% !important;
}
.edit-form .select2-selection--single {
    border-color: #ccc;
    height: 34px;
    padding: 3px 6px 6px;
}
.edit-form .select2-selection--single .select2-selection__arrow {
    height: 31px;
}
.edit-form .has-error .select2-selection--single {
    border-color: #A94442;
}
.edit-form .input-group-addon {
    font-size: 13px;
}
.edit-form small {
    color: #999;
}
.edit-form label {
    color: #ff6600;
}
.edit-form .form-group .checkbox label,
.edit-form .form-group .radio label {
    color: #333;
}
.edit-form .form-group-sub {
    padding-left: 20px;
    border-left: 3px #ccc solid;
}
.edit-form .form-group.has-error .checkbox label,
.edit-form .form-group.has-error .radio label,
.has-error .control-label {
    color: #A94442;
}
.edit-form .checkbox,
.edit-form .radio {
    margin: 0px;
}
.edit-form .select-multi .btn-menos {
    position: relative;
    top: -28px;
}
.edit-form .error-submit {
    margin-top: 10px;
}

/* varios */
.bb {
    border-bottom: 1px solid #ff6600;
    padding-bottom: 5px;
}

/* owl */
.owl-prev,
.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    display: block !important;
    text-align: center;
}
.owl-prev {
    margin-left: 10px;
}
.owl-next {
    right: 10px;
}
.owl-prev i,
.owl-next i {
    font-size: 3em;
    color: #fff;
    text-shadow: 0 0 5px #000;
    opacity: .5;
    line-height: .8em;
}
.owl-prev i:hover,
.owl-next i:hover {
    color: #ff6600;
    opacity: 1;
    text-shadow: none;
}
.droit .owl-dots {
    text-align: center;
    position: relative;
    bottom: 20px;
}
.droit .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(120,120,120, 0.3);
    margin-left: 5px;
    margin-right: 5px;
}
.droit .owl-dot.active {
    background: #ff6600;
}
.owl-galeria .owl-dots {
    text-align: center;
    padding-top: 10px;
}
.owl-galeria .owl-dot {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-color: #ddd;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 14px;
    border: 1px solid #ccc;
}
.owl-galeria .owl-dot.active {
    background-color: #aaa;
    border-color: #ff6600;
}
/* dropzone multiple*/
.div-fotos-cargadas div {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.div-fotos-cargadas div .img-thumbnail {
    padding: 0;
    margin: 5px;
    border: 0;
}
.dropzone {
    background-color: #eee;
    min-height: auto;
    border-width: 1px;
}
#dropzone-gal {
    text-align: center;
}
.dropzone .dz-preview {
    margin: 5px;
}
.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}
.dropzone.dz-preview {
    width: 249px;
    height: 140px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    width: auto;
    height: auto;
}
.dropzone .dz-preview .dz-progress {
    width: 100px;
}
.dropzone .dz-preview .dz-details,
.dropzone .dz-preview .dz-size {
    display: none;
}
.dropzone .dz-default span {
    color: #555;
}
.dropzone .btn-foto-eliminar {
    bottom: 5px;
    right: 5px;
    position: absolute;
    z-index: 20;
}
.dropzone .btn-foto-cargada-ok,
.dropzone .btn-foto-destacar {
    bottom: 5px;
    right: 28px;
    position: absolute;
    z-index: 20;
}
.div-fotos-cargadas {
    text-align: center;
}
.div-fotos-cargadas .btn-foto-cargada-eliminar {
    bottom: 7px;
    right: 15px;
    position: absolute;
    z-index: 20;
}
.div-fotos-cargadas.con-destacar .btn-foto-cargada-eliminar {
    bottom: 9px;
    right: 9px;
}
.div-fotos-cargadas .btn-foto-cargada-ok,
.div-fotos-cargadas .btn-foto-destacar {
    bottom: 9px;
    right: 34px;
    position: absolute;
    z-index: 20;
}
.div-fotos-cargadas img {
    width: 249px;
}
.div-fotos-cargadas .titulo {
    margin: 0 5px;
    width: auto;
}


/* mq */
@media screen and (max-width:1199px) {
}
@media screen and (max-width:991px) {
    .owl-galeria {
        margin: 0 auto;
        width: 70%;
    }
    /*.galeria h4 {
        text-align: center;
    }*/
    .noticias h2 {
        margin-bottom: 10px;
    }
    .form-noticias .form-group {
        margin: 10px 0;
    }
    .form-noticias select {
        margin-top: 0;
    }
    footer {
        text-align: center;
    }
    footer .partners {
        float: none;
    }
    footer img {
        margin: 10px auto;
    }
}
@media screen and (max-width:767px) {
    .iso {
        display: none;
    }
    .header-banner img.logo {
        padding: 20px 0;
    }
}
@media screen and (max-width:479px) {
    .owl-galeria {
        width: 100%;
    }
}








/* =======================
   Estilos solo para el carrusel de la nota (.owl-carousel.owl-socio)
   ======================= */

/* Imágenes dentro del carrusel */
.owl-carousel.owl-socio .owl-item img {
  max-height: 500px;
}

.owl-carousel.owl-socio img {
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s ease;
  max-height: 450px;
}

/* Imágenes horizontales */
.owl-carousel.owl-socio img.horizontal {
  width: 100%;
  height: auto;
  max-height: 400px;
}

/* Imágenes verticales */
.owl-carousel.owl-socio img.vertical {
  width: auto;
  height: 400px;
  max-width: 300px;
  margin: 0 auto;
}

/* Item general */
.owl-carousel.owl-socio .owl-item > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* imagen arriba, texto abajo */
  overflow: hidden;
  text-align: center;
}

/* Fuerza ancho uniforme */
.owl-carousel.owl-socio .owl-item {
  width: 485px !important;
}

/* Contenedor de la imagen */
.owl-carousel.owl-socio .owl-item > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

/* Base para imágenes */
.owl-carousel.owl-socio img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 6px;
}

/* Imágenes horizontales */
.owl-carousel.owl-socio img.horizontal {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Imágenes verticales */
.owl-carousel.owl-socio img.vertical {
  width: auto;
  height: 100%;
  object-fit: contain;
  align-self: flex-start;
}

/* Texto debajo */
.owl-carousel.owl-socio .owl-item p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  min-height: 2em;
}

/* Responsive */
@media (max-width: 768px) {
  .owl-carousel.owl-socio .owl-item {
    width: 320px !important;
  }
  .owl-carousel.owl-socio .owl-item > div > a {
    height: 350px;
  }
  .owl-carousel.owl-socio img {
    max-height: 350px;
  }
}

/* =======================
   Ajuste general del lightbox
   (global, se mantiene igual)
   ======================= */

/* Fondo oscuro */
.slbOverlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

/* Contenedor más grande */
.slbContentOuter {
  max-width: 96vw !important;
  max-height: 96vh !important;
  padding: 0 !important;
}

/* Imagen ampliada */
.slbImage {
  max-width: 95vw !important;
  max-height: 95vh !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* Centrado de contenido */
.slbContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Caption */
.slbCaption {
  font-size: 16px !important;
  line-height: 1.4;
  color: #ddd;
  margin-top: 10px;
  text-align: center;
  max-width: 90vw;
}

.slbContentOuter .slbImage {
    width: 50vw;
}

.header-banner {
    background-color: #fff;
}

/* Fin cambios */
