#landing12 {
    background: #ffffff
}

#landing12 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#landing12 .col {
    margin-bottom: 20px
}
#landing12 h2 {
    font-size: 24px;
    text-transform: initial;
    font-weight: 700;
    margin-bottom: 0;
}

#landing12 h3 {
    font-size: 20px;
    text-transform: initial;
    font-weight: 700;
    margin-bottom: 0;
}
#landing12 h4 {
    font-size: 20px;
    text-transform: initial;
    font-weight: 400;
    margin-bottom: 0;
}
#landing12 h4:hover {
    color: #08b2c7;
    font-weight: 700;
}
#landing12 h6 {
    font-size: 14px;
    text-transform: initial;
    font-weight: 500;
    margin-bottom: 0;
    color: rgb(39, 39, 39);

}

#landing12 .card {
    box-shadow: 0 .125rem .55rem #032e581f !important;
    border-radius: 5px;
    transition: 0.3s;
    width: 100%;
    margin-bottom: 12px;
    background-color: white;
    height: 100px;
    padding: 0 12px
}

#landing12 .card-img {
    border-radius: 10px;
    transition: 0.3s;
    width: 100%;
    background-color: white;
    margin-bottom: 15px
}

#landing12 .card-img:hover {
    box-shadow: 0 .5rem 1rem #032e581f !important;
}

#landing12 .card-img img {
    border-radius: 10px
}

#landing12 .hrefButton {
    transition: 0.2s
}

#landing12 .hrefButton:hover .card-img {
    box-shadow: 0 .8rem 1rem #032e581f !important;
}

#landing12 .hrefButton:hover h6 {
    font-weight: 700;
    color: black
}

#landing12 .card p {
    line-height: 100px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

#landing12 .iconCat {
    width: 25px;
    margin-right: 12px
}


.swiper-container-hs {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: white;
    padding: 0 25px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
}

.swiper-slide:nth-child(2n) {
    width: 90%;
}

.swiper-slide:nth-child(3n) {
    width: 80%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: white;
    border: none
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border: none
}

.nav-tabs {
    border: none;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 18px 44px;
}

.altoitem {
    height: 100% !important
}
.mainContent{
    background: transparent !important;
}
.mobileitem{
    margin-bottom: 0 !important;
    background: white !important
}
.itemSemanalEscritorio{
    height: auto !important;
}
.margin-bottom{
    margin-bottom: 0 !important
}
.pagination li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px
}
.page {
    display: none;
}
.page-active {
    display: block;
}

.ocultar-mobile{display:block;}
    @media (max-width: 768px) {
.ocultar-mobile{display:none;}
#slideraca{width:100% !important; padding-left: 0px; padding-right: 0px;}