
*{
    font-family: "Roboto-Light";
    box-sizing: border-box;
}

body{
}

.titulo{
    top: 1.375em;
    font-family: "Roboto";
    position: absolute;
    left: 0;
    width: 12.875em;
    font-size: 1.1875em;
    color: white;
    background-color: #0663af;
}
.container-fluid{
    position: relative;
    font-size: 25px;
}
.galeria{
    position: relative;
    top: 5.625em;
}
.nGY2GThumbnailTitle, nGY2GThumbnailImageTitle {
    position: relative !important;
    padding-left: 5% !important;
    border-radius: 10px 10px 10px 10px;
}
@media (max-width: 575.98px) { 
    .container-fluid{
        font-size: 15px;
    }
 }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .container-fluid{
        font-size: 17px;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    .container-fluid{
        font-size: 21px;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .container-fluid{
        font-size: 22px;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .container-fluid{
        font-size: 25px;
    }
 }