@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Montserrat:wght@100;200&family=Mulish:wght@200&family=Nanum+Myeongjo&display=swap');

a:link {
    text-decoration:salmon!important;
}

a:hover {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}


.banner {
    background-image: radial-gradient(circle at 100% 0%, #8baafd 0, #538ef1 50%, #0073e5 100%);
}

.menu-bg {
    background-color: #015E8C;
}

.footer {
     background-color: #015E8C;
}

.bg-prim {
    background-color: #015E8C !important;
}

.bg-lig {
    background-color: #C8EEFA !important;
}

.bg-dar {
    background-color: #001B43 !important;
}

.bg-suc {
    background-color: #117F34 !important;
}

.bg-inf {
    background-color: #015AA3 !important;
}

.bg-war {
    background-color: #E87D04 !important;
}

.bg-dan {
    background-color: #C9183E !important;
}

.txt-prim {
    color: #015E8C !important;
}

.txt-lig {
    color: #C8EEFA !important;
}

.txt-dark {
    color: #001B43 !important;
}

.txt-suc {
    color: #117F34 !important;
}

.txt-inf {
    color: #015AA3 !important;
}

.txt-war {
    color: #E87D04 !important;
}

.txt-dan {
    color: #C9183E !important;
}


.fuente-1 {
    font-family: 'Cormorant Garamond', serif;
}

.fuente-2 {
    font-family: 'Montserrat', sans-serif;
}

.fuente-3 {
    font-family: 'Mulish', sans-serif;
}

.fuente-4 {
    font-family: 'Nanum Myeongjo', serif;
}

.fuente-5 {
    font-family: 'Nanum Myeongjo', serif;
}
  