body
{
    background: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.logotipo
{
    width: 140px;
}

.More
{
    position: relative;
    padding: 12px 0px;
}

.barOne
{
    width: 24px;
    height: 2px;
    background-color: #2d938e;
}

.barTwo
{
    width: 24px;
    height: 2px;
    background-color: #2d938e;
    transform: rotate(90deg);
    margin-top: -2px;
}

.CloseBtn
{
    transform: rotate(135deg);
    transition: 0.2s;
}

.OpenBtn
{
    transform: rotate(0deg);
    transition: 0.2s;
}

/* Navbar */

.navbar
{
    padding: 15px 0px;
    z-index: 2;
}

.navbar-toggler
{
    border: none;
}

.navbarGroup
{
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px #0000000f;
}

.navbarGroup ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.navbarGroup ul li a
{
    padding: 10px 15px;
    color: #494949;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #f3f7f9;
    position: relative;
}

.navbarGroup ul li a .imgGroup
{
    width: 36px;
    height: 36px;
    border-radius: 5px;
    margin-right: 10px;
    float: left;

    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.navbarGroup ul li a span
{
    font-size: 10px;
    color: #9b9b9b;
    font-weight: 400;
}

.navbarGroup ul li a p
{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 800;
    color: #dedede;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.navbarGroup ul li a p b
{
    font-weight: 400;
    font-size: 14px;
}

h3
{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;

    color: #2d938e;
}

.subnav
{
    border-bottom: 1px solid #d5e6ef;
    margin-top: 10px;
}

.subnavsub
{
    border-top: 1px solid #d5e6ef;
    padding-top: 10px;
}

.subnavlast
{
    border-bottom: none!important;
}

.confignavbar
{
    padding: 10px 15px;
    color: #494949;
    font-size: 13px;
}

/* Body */

h2
{
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 600;

    background: linear-gradient(145deg, rgb(136, 201, 113) 0%, rgba(45,147,142,1) 50%, rgba(11,68,98,1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: rgba(45,105,171,1);
}

.Top
{
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.TopContent
{
    padding: 20px 0px 20px 10px;
    display : inline-flex;
    scroll-snap-type: x mandatory;
}

.TopItem
{
    position: relative;
    width: 110px;
    height: 160px;
    border-radius: 15px;
    background-color: #e2e2e2;
    margin-right: 10px;
    scroll-snap-align: start;

    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    box-shadow: 0px 0px 10px 0px #0000000f;
}

.TopItem span
{
    font-size: 18px;
    font-weight: 400;
}

.TopItem p
{
    font-size: 30px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 0px 20px #00000086;
}

.Thumb
{
    position: relative;
    height: 180px;
    background-color: #e2e2e2;
    border-radius: 15px;

    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;

    box-shadow: 0px 0px 10px 0px #0000000f;
}

.Thumb p
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 0px 20px #00000086;
}

/* Footer */

#footer
{
    width: 100%;
    margin-bottom: 10px;
}

.footerOptions
{
    margin: 20px 0px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px #0000000d;
    background: #c3e1c4;
}

.footerOptions ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footerOptions ul li a
{
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    color: #5e8160;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    display: block;
}

.footerOptions ul li a:hover
{
    background: #2d938e;
    color: #ffffff;
}

.firstLink:hover
{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.lastLink:hover
{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.footerOptions ul li svg
{
    width: 16px;
    height: 16px;
    float: inline-end;
}

.footerOptions ul li:last-child
{
    border-bottom: none;
}

footer
{
    background: #0b4462;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    display: none;
    z-index: 1;
}

footer a
{
    text-decoration: none;
    color: #ffffff;
}

.videos, .fondos, .juegos, .animaciones, .tonos
{
    border-right: 1px solid #266688;
}

.videos:hover, .fondos:hover, .juegos:hover, .animaciones:hover, .tonos:hover
{
    background-color: #2e6581;
}

.footerBtn
{
    text-align: center;
}

.footerBtn img
{
    height: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footerBtn p
{
    text-align: center;
    font-size: 9px;
    margin: 0px;
    padding-bottom: 10px;
}

#navbarsDiyou
{
    position: absolute;
    top: 82px;
    left: 0px;
    background: #f3f7f9;
    z-index: 99;
    width: 100%;
    padding: 20px 15px;
    overflow: hidden;
}

#navbarsDiyou a
{
    text-decoration: none;
}

#service
{
    font-size: 11px;
    margin-bottom: 80px;
    text-align: center;
    color: #9a9a9a;
}

#service a
{
    color: #9a9a9a;
    text-decoration: none;
    font-weight: 700;
}

#serviceSub
{
    font-size: 11px;
    margin-bottom: 0px;
    text-align: center;
    color: #9a9a9a;
}

#serviceSub a
{
    color: #9a9a9a;
    text-decoration: none;
    font-weight: 700;
}

.allHide
{
    background: #f3f7f9;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}


/* Cancelar */

.cancelSub
{
    font-family: 'Poppins', sans-serif;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cancelSub p
{
    margin-bottom: 40px;
}

/* Categorias */

.allItems
{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 15px 0px 15px;
    box-shadow: 0px 0px 10px 0px #0000000f;
}

.allItems a
{
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0px 0px 15px #000000;
}

.allItems p
{
	font-size: 13px;
    color: #676767;
    line-height: 18px;
}

#contentCategory
{
    margin-top: 0px;
}

.ItemCateogry
{
    position: relative;
    height: 150px;
    border-radius: 10px;
    background-color: #e2e2e2;
    width: 100%;
    margin-bottom: 20px;

    transition: 0.3s;

    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.ItemCateogry p
{
    position: absolute;
    margin-bottom: 0px;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
    font-weight: 600;
	color: #ffffff;
}

#paginationCategory
{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.breadcrumb
{
    font-size: 12px;
    box-shadow: 0px 0px 10px 0px #0000000f;
    padding: 8px 15px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 20px;
}

.breadcrumb a
{
    text-decoration: none;
    color: #a7aeb1;
}

.pagination
{
    justify-content: center;
    position: relative;
    z-index: 0;
}

.active>.page-link, .page-link.active
{
    background-color: #c3e1c4;
    border-color: #5e8160;
    color: #5e8160;
}

.page-link
{
    color: #7b8f9b;
}

.alignItems
{
    color: #7b8f9c;
}

/* Tema */

.TopicPre
{
    position: relative;
    height: 250px;
    border-radius: 10px;
    background-color: #e2e2e2;
    width: 100%;
    margin-bottom: 0px;
    transition: 0.3s;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    box-shadow: inset 0px -70px 80px -30px #0000008a;
}

.TopicPre p span
{
	font-size: 14px;
	font-weight: 600;
}

.TopicPre p
{
	position: absolute;
    margin-bottom: 0px;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    right: 10px;
    text-align: justify;
}

#breadcrumbTopic
{
	position: fixed;
    bottom: 0;
    background: #0b4462;
    left: 0;
    right: 0;
}

#breadcrumbTopic p
{
	font-size: 10px;
    margin: 0px;
    color: #cdcdcd;
    padding: 8px 6px 6px 6px;
}

#breadcrumbTopic p span
{
	font-weight: 600;
    background: linear-gradient(145deg, rgb(136, 201, 113) 0%, rgba(45,147,142,1) 50%, rgb(36, 107, 144) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: rgba(45,105,171,1);
}

#breadcrumbTopic a
{
	text-decoration: none;
    color: #cdcdcd;
    font-size: 14px;
    width: 100%;
    display: block;
}

#BarraAvance
{
	height: 2px;
    background: #a5a5a5;
    position: fixed;
    width: 100%;
	margin-top: -2px;
}

.Avance
{
	background: rgb(136, 201, 113);
    height: 2px;
}

#ContentTopic
{
	margin-top: 30px;
	margin-bottom: 80px;
}

#ContentTopic h3
{
	margin-bottom: 25px;
	font-size: 32px;
}

#ContentTopic h4
{
	margin-bottom: 20px;
}

#ContentTopic p
{
	text-align: justify;
}

.ContentText
{
    border-radius: 15px;
    background-color: #ffffff;
    padding: 15px 15px 1px 15px;
}

.Welcome
{
    border-radius: 15px;
    margin-bottom: 20px;
    background: linear-gradient(145deg, rgb(136, 201, 113) 0%, rgba(45,147,142,1) 50%, rgba(11,68,98,1) 100%);
}

.Welcome p
{
	color: #f3f7f9;
    font-size: 13px;
    padding: 10px 15px;
    margin: 0px;
}

.Welcome p svg
{
	width: 16px;
	height: 16px;
	color: #f3f7f9!important;
	float: inline-end;
}

.Figma svg
{
	width: 16px;
	height: 16px;
	float: inline-end;
	color: #2d938e;
}

.disable
{
    color: gray!important;
}

/* Media Query */

/* XXL */
@media (min-width: 1401px)
{
    
}

/* XL */
@media (min-width: 1201px) and (max-width:1400px)
{
    
}

/* LG */
@media (min-width: 993px) and (max-width:1200px)
{
    
}

/* MD */
@media (min-width: 768px) and (max-width:992px)
{
    
}

/* MS */
@media (min-width: 577px) and (max-width: 767px)
{
    
}

/* XS */
@media (max-width: 576px)
{
    
}
