/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
 */
:root {
    --main-colorLow: #ad1deb;
    --main-color: #6e72fc;
    --transition: all 0.3s ease-in-out;
}

body {
    color: #8f9bad;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #203656;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

a {
    color: var(--main-colorLow);
    outline: 0;
    text-decoration: none;
    transition: var(--transition);
}
a:hover {
    color: #203656;
}
a:focus {
    outline: 0;
}
.site-wrapper .main-overlay {
    opacity: 0;
    visibility: hidden;
    filter: blur(2px);
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 5;
    transition: var(--transition);
}
.site-wrapper .main-overlay.active {
    opacity: 0.6;
    visibility: visible;
}
.header-default {
    padding: 40px 0;
    position: relative;
    width: 100%;
}
.header-default .navbar-nav {
    margin-left: 50px;
}
.header-default {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    right: 0;
    padding: 20px 0;
    z-index: 4;
}
.header-default.clone {
    box-shadow: 0 .2rem .5rem rgba(8, 8, 8, 0.3);
    justify-content: end;
}
body.down .header-default.clone {
    transform: translateY(0);
}
.navbar {
    padding: 0;
}
.navbar .container-xl {
	justify-content: space-evenly;
}
#navbar-toggler-icon {
    color: var(--main-colorLow);
}
.navbar-nav {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.navbar-nav .nav-link {
    padding: 0.439rem 1rem;
    font-size: 15px;
    color: #79889e;
}
.navbar-nav li .nav-link:hover {
    color: #fff;
}
.navbar-nav li:hover {
    background: var(--main-color);
    border-radius: 25px;
    background-color: var(--main-colorLow);
    background-image: linear-gradient(315deg, var(--main-color) 0%, var(--main-colorLow) 74%);
}
.navbar-brand {
    font-family: 'Rock Salt', cursive;
    font-size: 25px;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.navbar-brand i{
    animation: floating 3s linear infinite;
}
@keyframes floating{
    0%, 100%{
        transform: translateY(0.1rem);
    }
    50%{
        transform: translateY(-0.6rem);
    }
}
.header-right .social-icons {
    display: inline-block;
}
.header-right .header-buttons {
    display: inline-block;
    margin-left: 50px;
}
.header-right .header-buttons button {
    margin-left: 10px;
}
.header-right .header-buttons button:first-child {
    margin-left: 0;
}
@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
    }    
}
@media(min-width: 1200px) {
    .container-xl {
        max-width: 1140px;
    }
}
@media only screen and (max-width: 1200px) {
    .header-right .social-icons {
        display: none;
    }
}

button {
    transition: var(--transition);
}
button:focus {
    outline: none;
    box-shadow: none;
}
.icon-button {
    color: #fff;
    border: 0;
    border-radius: 100%;
    background-color: var(--main-color);
    background-image: linear-gradient(315deg, var(--main-color) 0%, var(--main-colorLow) 74%);
    background-size: auto 200%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    line-height: 39;
    text-align: center;
    vertical-align: middle;
    width: 37px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    transition: var(--transition);
    outline: none;
    margin-right: 10px;
}
.icon-button:hover {
    background-position: bottom center;
}
.icon-button img {
    border-radius: 100%;
}
.social-icons a {
    font-size: 16px;
    color: #203656
}
.social-icons a:hover {
    color: #ad1deb;
}
.social-icons li:not(:last-child) {
    margin-right: 1rem;
}


.notificaciones {
    position: absolute;
    z-index: 1000;
    top: 70px;
    right: 16px;
    width: 400px;
    transition: ease-in-out;
    background: #fafafa;
    box-shadow: 0 .2rem .5rem rgba(8, 8, 8, 0.3);
    text-align: end;
    border-radius: 20px;
}
.notificaciones .notificaciones_header {
    background: #203656;
    text-align: center;
    height: 3.5rem;
    border-radius: 20px 20px 0 0;
}
.notificaciones .notificaciones_header h5 {
    font-size: 2rem;
    color: #fff;
    margin: auto;
}
.notificaciones .lista_notificaciones {
    color: var(--main-color);
    padding: 0.5rem;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
}
.notificaciones .lista_notificaciones li div p {
    font-size: 1.3rem;
}
.notificaciones .lista_notificaciones li:hover {
    cursor: pointer;
    background: #203656;
    border-radius: 25px;
}
.notificaciones .spinner_notificaciones {
    background: var(--main-color);
    margin: 5rem;
}
.notificaciones .notificaciones_boton {
    background: var(--main-color);
    margin: 1rem;
    right: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    height: 3rem;
    width: 6rem;
    border-radius: 25px;
    background-color: var(--main-colorLow);
    background-image: linear-gradient(315deg, var(--main-color) 0%, var(--main-colorLow) 74%);
}
#notificaciones_nuevas {
    position: relative;
    right: 5px;
    top: -15px;
    margin-right: -15px;
    line-height: 10px;
    padding: 5px;
    background-color: var(--main-colorLow);
    color: #fff;
    border-radius: 100%;
    font-weight: 10px;
    border: 1px solid #222
}


section {
    position: relative;
}
.primera {
    margin-top: 120px;
}
.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 1040px;
    width: 100%;
}
.hero::after {
    content: "";
    background: #203656;
    display: block;
    left: 0;
    opacity: 0.8;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.post .category-badge {
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    display: inline-block;
    padding: 6px 11px;
    line-height: 1;
    left: 20px;
    top: 20px;
    z-index: 1;
    background-color: var(--main-color);
    background-image: linear-gradient(315deg, var(--main-color) 0%, var(--main-colorLow) 74%);
    background-size: 200% auto;
    transition: all 0.3 ease-in-out;
}
.post .category-badge:hover{
    background-position: right center;
}
.post .thumb {
    position: relative;
}
.post .thumb.rounded .inner {
    border-radius: 10px;
    overflow: hidden;
}
.post .thumb img {
    transform: scale(1);
    transition: all 0.3 ease-in-out;
}
.post .thumb:hover img {
    transform: scale(1.07);
}
.post .post-title a {
    color: #203656;
}
.post .post-title a:hover {
    color: var(--main-colorLow);
}
.post .meta {
    font-size: 14px;
    color: #9faabb;
}
.post .meta a {
    color: #9faabb;
    font-weight: 400;
}
.post .meta a:hover {
    color: #ad1deb;
}
.post .meta i {
    vertical-align: middle;
}
.post .meta li:last-child::after {
    content: "";
    display: none;
}
.post .meta li::after {
    content: "";
    display: inline-block;
    background-color: #ad1deb;
    border-radius: 50%;
    margin-left: 1rem;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px;
}
.post .meta li:not(:last-child) {
    margin-right: 0-8rem;
}
.featured-post-lg {
    position: relative;
}
.featured-post-lg:hover .thumb .inner {
    transform: scale(1.05);
}
.featured-post-lg .thumb {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
}
.featured-post-lg .thumb::after {
    content: "";
    background: #203656;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
    position: absolute;
    width: 100%;
}
.featured-post-lg .details {
    bottom: 50px;
    left: 50px;
    right: 50px;
    position: absolute;
    z-index: 1;
}
.featured-post-lg .post-title {
    font-size: 32px;
}
.featured-post-lg .post-title a {
    color: #fff;
}
.featured-post-lg .thumb .inner {
    background: cover;
    background-position: center center;
    height: 533px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.featured-post-lg .post-title a:hover {
    color: #a05ebd;
}
.featured-post-lg .meta {
    color: rgba(255,255,255, 0.6);
}
.featured-post-lg .meta li::after {
    content: "";
    background:rgba(255, 255, 255, 0.6);
}
.featured-post-lg .meta li a {
    color: rgba(255, 255, 255, 0.6);
}



.rounded {
    border-radius: 10px;
}
.bordered {
    border: 1px solid #ebebeb; 
}
.post-tabs {
    padding: 25px;
}
.post-tabs .tab-content {
    margin-top: 30px;
}
.nav-tabs {
    border-bottom: 0;    
}
.tab-content {
    position: relative;
}
.tab-pane {
    opacity: 1;
    transition: var(--transition);
    height: 410px;
    overflow: auto;
}
.tab-pane.loading {
    opacity: 0.3;
}
.lds-dual-ring {
    display: inline-block;
    position: absolute;
    right: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.lds-dual-ring.loading {
    visibility: visible;
    opacity: 1;
}
.lds-dual-ring::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #ad1deb transparent #ad1deb transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.nav-fill .nav-item, .nav-fill>,.nav-link {
    margin-right: 10px;
}
.nav-fill .nav-item:last-child, .nav-fill>,.nav-link:last-child {
    margin-right: 0;
}
.nav-fill .nav-item>.nav-link {
    color: #8f9bad;
    margin-right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show >.nav-link {
    color: #fff;
    background-color: #6e72fc;
    background-image: linear-gradient(315deg, #6e72fc 0%, #ad1deb 75%);
}
.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}
.post.post-list-sm {
    clear: both;
}
.post.post-list-sm.circle .thumb {
    max-width: 60px;
    float: left;
    position: relative;
}
.post.post-list-sm.circle .details {
    margin-left: 80px;
}
.post .thumb.rounded .inner {
    border-radius: 10px;
    overflow: hidden;
}
.post .thumb.circle .inner {
    overflow: hidden;
    border-radius: 50%;
}
.post.post-list-sm .post-title {
    font-size: 15px;
}
.post.post-list-sm::after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    background: #ebebeb;
    background: linear-gradient(to left, #ebebed 0%, transparent 100%);
}
.post.post-list-sm:last-child::after {
    content: "";
    display: none;
}

.temas {
    overflow-x: auto;
}
.temas a, .boton {
    color: #79889e;
    border-radius: 25px;
    padding: 5px;
    margin: auto;
}
.temas a:hover, .temas a.active, .boton:hover {
    background: var(--main-color);
    color: #fff;
    background-color: var(--main-colorLow);
    background-image: linear-gradient(315deg, var(--main-color) 0%, var(--main-colorLow) 74%);
}

.post.post-list {
    margin-bottom: 30px;
    padding: 10px;
}
.post.post-list .thumb {
    float: left;
    width: 285px;
}
.post.post-list .details {
    margin-left: 295px;
}
.post.post-list .post-botton {
    margin-top: 9px;
}
.autor {
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.contenido {
    height: 50px;
    overflow: hidden;
}
@media(max-width: 992px) {
    .temas a {
        font-size: 15px;
    }
    .post.post-list .thumb {
        width: 100px;
    }
    .post.post-list .details .meta {
        margin-left: 110px;
    }
    .post.post-list .details {
        margin-left: auto;
    }
    .post.post-list .details .post-title, .post.post-list .details .contenido {
        margin-left: 10px;
    }
}

.footer .box{
    text-align: center;
    width: 100%;
}
.footer .box h3{
    font-size: 1.5rem;
    padding:1rem 0;
}
.footer .box a{
    font-size: 1.2rem;
    padding-inline: 1.5rem;
}
.footer .credit{
    padding:1rem;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top:.1rem solid #fff3;
    font-size: 1rem;
    color:#aaa;
    text-align: center;
}
.footer .credit span{
    color:var(--main-color);
}
