.seccion-roja { 
    background: #fff;
    padding: 30px 0;
}

.seccion-amarilla { 
    background: #f66b0e;
    padding: 30px 0;
}

.seccion-pipe { 
    background: #8c1919e8;
    padding: 30px 0;
}

.btns-wrapper, .image-wrapper .item:hover .btns-wrapper {
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
    -ms-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(255,23,68,.8);
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}


.btns-wrapper {
    transform: none !important;
}

.gallery-detail .btn {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    left: 45%;
    top: 42%;
    position: absolute;
    font-size: 40px;
}

.gallery-detail .btn {
    left: 0 !important;
    position: relative !important;
    font-size: 20px !important;
    width: 100% !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    white-space: break-spaces !important;
}

.gallery-detail.btns-wrapper .btn {
    color: #fff !important;
}

.seccion-roja .encabezados { 
    border: 1;
    font-size: 50px;
    font-weight: bold;
    font-variant: all-petite-caps;
    color: #8c1919;
}

.seccion-roja .encabezados hr {
    width: 29%;
    margin: 0;
    height: 6px;
    background: #fdb400;
      margin-top: 15px;
}

.seccion-roja hr {
    height: 0;
    background: transparent;
    margin: 5px;
}


.s-lch-widget-float-btn {
    border: none;
    padding: .75em .75em .5em .75em;
    border-radius: 5px;
    position: relative;
    bottom: 0;
    right: 0;
    flex: 0 0 auto;
    box-shadow: 0em 0em 0em #ccc;
    font-size: .9em;
    background-color: ;
    color: ;
    width: 4em;
    height: 3.75em;
    z-index: 501;
}

.s-lch-widget-float {
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 1000;
    padding: 1em;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    pointer-events: none;
}

.s-lch-widget-float-btn.s-lch-widget-img-btn, .s-lch-widget-float-btn img {
    padding: 0;
    height: 100px;
    width: 100px;
}


.enlaces-dependencia figure {
 background: transparent !important;
}


.fondo-rojo h2 {
color: #fff !important;
}
 

.fondo-rojo {
background: #8c1919;
}

.grid {

max-width: 1300px !important;

}