body {
    background-image: url("_img/fondo.png"), linear-gradient(90deg, #d9d9d9 0%, #eeeeee 80%) !important;
    background-size: cover, cover; /* Hace que la imagen y el degradado cubran toda el área visible */
    background-repeat: no-repeat; /* Evita que la imagen y el degradado se repitan */
    background-position: center center; /* Centra la imagen y el degradado en el área visible */
    background-attachment: fixed; /* Fija la imagen de fondo y el degradado al hacer scroll */
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'DIN 2014', sans-serif;
    color: #666;
}
.titulo{
    color: #E52421;
  }
  .subtitulo {
    color: #34345C;
  }

.custom-container {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #7A75B5 !important;
    border-color: #7A75B5 !important;
    color: #FFFFFF !important;
}

#btn-back-to-top:hover {
    background-color: #F6AFCE !important;
    border-color: #F6AFCE !important;
    color: #34345C !important;
}

.texto{
    font-size:11px;
}

  .lg-share-facebook,
  .lg-share-twitter {
    display: inline-block !important;
  }
    .lg-share-pinterest {
    display: none !important;
  }

  .img-display-sm{
    width: 300px;
  }
  
.gallery-item {
    width: 200px;
    padding: 7px;
    text-align: center;
}
.nav-tabs .nav-link{
    margin-bottom: 0px !important;
}
.pointer{
    cursor: pointer !important;
}
.nav-link {
    color: #fff !important;
    background-color: #7A75B5 !important;
    border-color: #7A75B5 !important;
    margin-right: 2px !important;
    margin-top: 2px !important;
    font-weight: bold !important;
}
.nav-link.active {
    background-color: #E33439 !important;
    border-color: #E33439 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.nav-item .nav-link:hover {
    background-color: #F6AFCE !important;
    border-color: #F6AFCE !important;
    color: #34345C !important;
    font-weight: bold !important;               
}
.nav-tabs{
    border: 0px !important;
}
.nav-tabs .nav-item.show .nav-link{
    border-color: #7A75B5 !important;
}
.nav-tabs .nav-link.active{
    border-color: #F6AFCE !important;
}

.titulo img {
    margin-top: 15px;
}
.titulo h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}

.titulo h2 {
    color: #eee;
    margin: 15px 0 0 0;
    font-size: 18px;
}

.titulo h3 {
    color: #fff;
    margin: 2px 0 0 0;
    font-size: 18px;
}

.titulo h4 {
    color: #F79A18;
    margin: 2px 0 0 0;
    font-size: 18px;
}
.titulo_r h1{
    padding-top: 65px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}
.titulo_r img{
    padding-top: 20px;
}
.titulo_r{
        text-align: right;
}
@media (max-width: 767.98px) {
    .titulo_r h1{
        padding-top: 25px;
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
        color: #fff;
        text-align: center;
    }
    .titulo_r img{
        display: none !important;
    }
}
.gallery-container{            
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}
.gallery-container img{
    border-radius: 4px;
}