* {
    font-family: "ShadowsIntoLight-Regular";
}

.d-none {
  display: none;
}

.mb-5 {
    margin-bottom: 3rem;
}

.seccion-colecciones .title_block {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.seccion-colecciones .ApColumn .block {
   position: relative;
}

.seccion-colecciones .block .title_block {
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 25px;
}

.seccion-colecciones .block .sub-title-widget {
    position: absolute;
    z-index: 9;
    top: 60px;
    left: 25px;
    font-size: 1rem;
}

.text-center {
    text-align:center;
}

@media screen and (min-width: 767px) {
   
.left-up-category .block {
    padding-top: 2rem;
}

.right-up-category .block {
    padding-top: 5rem;
}

.left-down-category .block {
   position: absolute;
   transform: translateY(-50px);
}

.center-down-category .block {
   position: absolute;
   transform: translateY(-80px);
}

.box-cateh2 .ApColumn {
   padding-right: 0px;
   padding-left: 0px;
}

.box-cateh2 .ApColumn .block {
    margin-bottom: 0;
}


}

.box-instagram {
    margin-top: 1.5rem;
}

.box-instagram .ApInstagram {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.footer-center {
    border-left: 1px solid;
    border-right: 1px solid;
}

.box-cateh2 .ApImage {
 filter: grayscale(1);
transition: all 2s ease;
}

.box-cateh2 .ApImage:hover {
 filter: grayscale(0);
}

.nav-item:hover .menu-content .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.table thead th {
text-align:center;
}

.box-fashion .ApColumn {
    background: rgba(255, 255, 255, 0.75);
}

.box-fashion .ApHtml a {
    margin-top: 0px;
    padding: 0.5rem 1rem;
    background-color: #1e1e1e;
    color: white;
}

@media only screen and (min-width : 280px) and (max-width : 500px) {
.box-cateh2 .ApColumn {
    height: auto;
    margin-bottom: 1rem !important;
}
}

@media only screen and (min-width : 600px) and (max-width : 900px) {
.box-cateh2 .ApColumn {
    height: 22rem;
}
}

@media only screen and (min-width : 901px) and (max-width : 1024px) {
.box-cateh2 .ApColumn {
    height: 30rem;
}
}

.cms-table {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 3rem;
}

.block-social {
    margin: 0;
}

.block-social li {
    vertical-align: text-top;
}

.enlaces-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
.enlaces-footer {
    flex-direction: column;
}

.enlaces-footer div {
    margin-bottom: 3rem;
}
}

.footer-center {
    border: none;
}

@media (min-width: 1200px)
.menu-sobre-mi {
    position: relative;
}

.leo-megamenu .dropdown-menu {
    left: 0;
    right: unset;
}





@media only screen and (min-width : 600px) and (max-width : 900px) {
footer .ApColumn .block_content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media only screen and (min-width : 901px) and (max-width : 1024px) {
footer .box-footerlink {
    display: flex;
    justify-content: center;
}
}