a {
    text-decoration: none;
}

.logomarca {
    width: 137px;
    height: 70px;
    background: url(../../files/imagens/logomarca.png) no-repeat center;
    background-size: cover;
}

li.nav-item {
    font-weight: 600;
}

.top-social-info a {
    display: inline-block;
    font-size: 22px;
    margin-right: 14px;
}

.top-social-info a:last-child {
    margin-right: 0;
}

.top-social-info a:hover,
.top-social-info a:focus,
.top-social-info a.active {
    color: #b40000;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #b40000;
}

.gowun-dodum-regular {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2rem;
    position: relative;
    display: block;
}

.gowun-dodum-regular:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    content: '.';
    color: transparent;
    background: #b82315;
    height: 1px
}

.barra-centralizada:after {
    margin: auto;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#photos {
    line-height: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    column-count: 1;
    column-gap: 0px;
    margin-top: 10px;
}

#photos img {
    width: 100% !important;
    height: auto !important;
    padding: 1px;
}

/*MEDIAS QUERIES */
@media only screen and (max-width: 576px) {}

@media screen and (min-width: 576px) and (max-width: 767px) {}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
    .gowun-dodum-regular {
        font-size: 3.2rem;
    }

    .logomarca {
        width: 182px;
        height: 93px;
        background: url(../../files/imagens/logomarca.png) no-repeat center;
    }

    #photos {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
    #photos {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}