a {
    text-decoration: none;
}

img.logomarca {
    width: 180px;
}

p.lead {
    color: dimgrey;
}

li.nav-item {
    font-weight: none;
}

.top-social-info {
    color: dimgrey;
    display: inline-block;
    margin-right: 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #1d4273;
}

.gowun-dodum-regular {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: block;
}

h1.gowun-dodum-regular {
    font-size: 2.4rem;
    color: #1d4273;
}

h2.gowun-dodum-regular {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #1d4273;
    margin-bottom: 14px;
}

h3.gowun-dodum-regular {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 500;
    color: #6e6e6e;
}

h4.gowun-dodum-regular {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 600;
    color: #46484b;
}

h1.gowun-dodum-regular:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 80px;
    content: '.';
    color: transparent;
    background: #1d4273;
    height: 3px
}

.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;
}

.since-2008 {
    width: 160px;
}

ul.contactos {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

span.contactos {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
}

span.text-codigo {
    color:orangered;
    font-size: 0.8rem;
}

a.botones-categoria {
	display:block;
    background-color:#FFF;
    border:#F60 solid 1px;
    padding:14px;
    margin-top:10px;
     text-align:center
}
a.botones-categoria:hover {
	border:#600 solid 1px
}

h5.mais-categorias {
    font-size:1rem;
    color:#003;
}

span.text-categorias {
    color:#474747;
    font-size: 0.8rem;
}
/*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) {
    .selo-escola-filiada-caem {
        width: 180px;
    }

    .selo-premio-top-2023 {
        width: 130px;
    }
}

@media screen and (min-width: 992px) {
    img.logomarca {
        width: 242px;
    }

    h1.gowun-dodum-regular {
        font-size: 2.6rem;
    }

    h2.gowun-dodum-regular {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    h1.gowun-dodum-regular {
        font-size: 2.8rem;
    }
}