 /* Fonts */
 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@800&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;600;700;800;900&display=swap');
 @font-face{font-family:'Bw Glenn Sans DEMO';src:url(../fonts/Bw_Glenn_Sans/BwGlennSansDEMO-Medium.otf);font-weight:medium;}
 @font-face{font-family:'Glacial Indifference';src: url(../fonts/glacial-indifference/GlacialIndifference-Bold.otf);font-weight:bold;}

.titulo {
    font-size: 3rem;
    color:#228ccd;font-weight:800;font-family: "Manrope";
    text-transform: uppercase;
}

.galeria img {
    box-shadow: 0 8px 10px -4px rgba(0,0,0,.6);
    border-radius: 15px;
}

.materialbox-caption {
    bottom: 3rem;
    right: 0;
    width: 41%;
    border-radius: 0 0 15px 15px;
    height: auto;
    padding: 10px;
    margin: auto;
    background: #000;
    font-size: 1.5rem;
    font-weight:800;
    font-family: "Manrope";
    color: #fff;
    line-height: 28px;
}

.galeria .col {
    margin-bottom: 20px;
}

/* Boton Flotante */
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#228ccd;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:2;
    transition: all 300ms ease;
}

.btn-wsp:hover{
    background: #1a6fa4;
}

.galeria-titulo {
    font-size: 1.2rem;
    text-align: center;
    padding: .8rem;
    font-family: "Manrope"; /* Fuente personalizada si es necesario */
    font-weight: 900;
}


@media screen and (max-width: 600px){
    .materialbox-caption {
         width: 90%;
    }
}

@media screen and (max-width: 992px){
    .materialbox-caption {
         width: 70%;
    }
}