* {
    margin: 0
}

.background {
    background-color: #90d;
}

body {
    font-size: 18px;
    color: #59595b !important;
    /* background-image: url(https://museoamparo.com/img/new-ma/logo-amparo-black@2x.png); */
    background-position: center;
    background-size: 300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p {
    color: #59595b;
}

.container {
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.ma_font_bold {
    font-family: 'Helvetica Neue Bold';
}
.ma_font_light {
    font-family: 'Helvetica Neue Light';
}
.ma_font_medium {
    font-family: 'Helvetica Neue Medium';
}
.ma_font_roman {
    font-family: 'Helvetica Neue Roman';
}

.ma_video-height {
    background-color: #fff;
    height: calc(100vh - 100px);
}

.ma_video-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh;
}

/* Home Content Styles */

.ma_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.ma_section-title-left,
.ma_section-title-right {
    font-family: 'Helvetica Neue Medium';
    position: absolute;
    font-size: 32px;
    text-transform: uppercase;
    z-index: 10
}
.ma_section-title-left {
    width: 350px;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    text-align: right;
    top: 350px !important;
}
.ma_section-title-right {
    right: -80%;
    transform: rotate(-90deg);
    top: 130px;
}

.ma_extra-content-item {
    background-color: #000;
    margin-bottom: 30px;
}
.ma_extra-content-item p,
.ma_extra-content-item .fas {
    color: #fff;
    font-weight: bold;
}
.ma_extra-content-item .fas {
    opacity: .3;
    float: right;
}
.ma_extra-content-title {
    padding: 20px 10px !important;
}
.ma_extra-content-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ma_section-title {
    font-size: 32px;
    font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
    line-height: 38px;
}

.carousel-info-container {
    width: 100%;
    padding-top: 10px;
}

.owl-carousel h3 {
    font-weight: 400;
    line-height: 30px
}

.owl-carousel .item {
    /* background-color: grey; */
}

.carousel-portada {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #272525;
    width: 13px !important;
    height: 13px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #272525 !important;
}

#carouselNoTEPierdas .owl-dots {
    float: right;
    width: 25%;
    margin-top: -20;
    position: relative;
    z-index: 3
}

.ma_section-online-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

.ma_section-online-info {
    background-color: #e4e7e6;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    opacity: 0;
    transition: all .5s;
    font-size: 16px;
}

.ma_section-online-titles {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.ma_section-online-info a {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.ma_section-online-cover:hover .ma_section-online-info {
    opacity: 1;
}

.ma_exposiciones .owl-stage ~ .owl-item.active:first-of-type .carousel-info-container {
    padding-left: 15px !important;
}

.ma_exposiciones h5,
.ma_section-online-info h5,
.ma_exposiciones h6 {
    font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
}
.ma_exposiciones h5,
.ma_section-online-info h5 {
    font-size: 23px;
    font-weight: inherit;
    color: #59595b;
}
.ma_exposiciones h3,
.ma_section-online-info h3   {
    font-size: 30px;
    font-family: 'Helvetica Neue Light';
    line-height: 40px;
    color: #59595b;
}
.ma_section-online-info h3   {
    line-height: 35px;
}
.ma_exposiciones h6,
.date-section {
    font-size: 20px;
    color: #59595b;
    text-transform: uppercase;
}

.ma_no_te_pierdas h5,
.ma_no_te_pierdas h6 {
    font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
}
.ma_no_te_pierdas h5 {
    font-size: 23px;
    font-weight: inherit;
}
.ma_no_te_pierdas h4 {
    font-size: 30px;
    font-family: 'Helvetica Neue Light';
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.ma_no_te_pierdas h6 {
    font-size: 21px;
}
.ma_no_te_pierdas .s-text {
    font-family: 'Helvetica Neue Roman';
}
.ma_no_te_pierdas .s-tag {
    font-family: 'Helvetica Neue Roman';
}
.ma_en_linea h6 {
    font-size: 23px;
    font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
}
.ma_en_redes{

}

.collection-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}

/* Other Content Styles */
.ma_general_cover {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    top: 0px;
}
.ma_general_cover::after {
    content: '';
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ma-section-description p {
    font-size: 1.5em;
    line-height: 40px;
}

.ma_subsection-text-container p {
    line-height: 30px;
}

.ma-section-title {
    position: relative;
}

.ma-section-title::after {
    content: '';
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30%;
    height: 5px;
}

.ma_share-box {
    margin-bottom: 30px;
}

.ma_share-box p {
    text-transform: uppercase;
}

.ma_share-box a {
    margin-right: 20px
}

/* Exposiciones */

.ma_collection-tabs-container {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    z-index: 1029;
}

.ma_collection-tabs-container a {
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
}

.ma_collection-tabs a {
    margin-right: 60px;
    padding: 15px 0;
    display: inherit;
}

.ma_collection-tabs.justify-content-between a {
    margin: 0;
}

.ma_collection-tabs-container a.active::before {
    content: '';
    background-color: #59595b;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 5px;
}

.ma_collection-section {
    padding: 30px 0;
    border-bottom: 1px solid #dee2e6;
}

.ma_collection-subcover {
    min-height: 500px;
    max-height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Post Cards */
.ma_post-grid-container {
    margin-bottom: 30px
}
.ma-title-section,
.ma_post-grid-container h6 {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
}
.ma_post-card {
    transition: .3s all;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ma_post-card:hover {
    background-color: #000;
}
.ma_post-card:hover p,
.ma_post-card:hover a {
    color: #fff !important;
}
.ma_post-card .badge {
    margin-bottom: 3px
}
.ma_post-card:hover .badge {
    background-color: #fff;
    color: #000
}
.ma_post-card:hover .badge a {
    color: #000 !important
}
.ma_post-subtactivities {
    text-transform: uppercase;
    opacity: .5;
    font-weight: 800;
    font-size: .8em;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ma_post-card-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ma_colections-container .ma_colection-item {
    position: relative;
    z-index: 1;
}
.ma_colections-container .ma_colection-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.ma_colections-container .ma_colection-item img {
    transition: 2.5s all;
    margin: auto;
}
.ma_colections-container .ma_colection-item:hover img {
    transform: scale(1.1);
}
.ma_collection-cover {
    height: 65vh;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}
.ma_collection-title-container {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
}
.ma_collection-titles {
    position: absolute;
    top: 100%;
    margin-top: auto;
    margin-bottom: auto;
    width: 650px;
    height: 260px;
    /* padding: 50px 50px; */
    text-align: right;
    padding-right: 60%;
    transform: rotate(-90deg);
    transform-origin: 0 0;

    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
}
.ma_collection-title h1,
.ma_collection-title-container h3 {
    font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
}
.ma_collection-title h1 {
    font-size: 35px;
    /* padding-bottom: 25px */
}
.ma_collection-title .Name_section {
    position: relative;
}
/* .ma_collection-title .Name_section::after {
    content: 'Esta sección aún no está traducida.';
    position: absolute;
    bottom: 0;
    left: 12px;
    font-size: .8em;
} */
.ma_collection-title-container h3 {
    font-size: 30px !important;
    /* font-family: 'Helvetica Neue Light'; */
}

.ma_collection-info-container {
    padding: 30px 80px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    min-height: 200px;
}
.ma_collection-info-container h6 {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    opacity: .4;
}
.ma_collection-info-container h5 {
    font-weight: 700;
}
.ma_collection-info-container p {
    font-size: .9em;
}
.badge-dark {
    background-color: #000000;
    border-radius: 0;
}
.badge-dark p,
.badge-dark a {
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px
}
.ma_post-card-share {
    width: 20%;
    text-align: center;
}
/* Post Cards End */

.ma_instagram-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.ma_instagram-item-caption {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.ma_instagram-item-caption a {
    width: 100%;
    height: 100%;
}

.ma_instagram-item:hover .ma_instagram-item-caption {
    opacity: 1;
}

.fancybox-progress {
    background: #fff !important;
}

#recorridos img{
    height: 250px;
}

@media (min-width: 768px) {
    .ma_instagram-item {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1024px) {
    .ma_instagram-item {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 1440px) {
    .ma_instagram-item {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 769px) {
    .ma_video-container {
        /*background-image: url(../img/static/ma_home_background.webp);*/
    }
}

@media (max-width: 992px) {
    .ma_collection-tabs a span {
        display: none
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    .ma_video-container {
        /*background-image: url(../img/static/edificio_museo_amparo.webp);*/
        height: 100vh;
        padding: 0 !important;
        justify-content: center;
        align-items: center;
    }
    #ma_video {
        width: auto !important;
        height: 100%;
        /* position: absolute;
        left: -90%; */
    }
    .ma_exposiciones h6 {
        font-size: 17px;
    }
    .ma_exposiciones h5, .ma_section-online-info h5 {
        font-size: 17px;
    }
    .ma_exposiciones h3, .ma_section-online-info h3 {
        font-size: 25px;
        line-height: 30px;
    }
    #acerca {
        padding: 0 !important;
    }
    .ma_no_te_pierdas h5 {
        font-size: 17px;
    }
    .ma_no_te_pierdas h4 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .carousel-portada {
        min-height: 300px;
    }
    .ma_en_linea h6 {
        font-size: 18px;
    }
    .ma_section-title-left,
    .ma_section-title-right {
        position: inherit;
        text-transform: uppercase;
        z-index: 10
    }
    .ma_section-title-left {
        top: 0 !important;
        left: 0 !important;
        width: 350px;
        transform: rotate(0deg);
        text-align: left;
        margin-bottom: 25px;
        display: none;
    }
    .ma_section-title-right {
        right: -80%;
        transform: rotate(0deg);
        top: 130px;
    }
    .ma_instagram-item {
        width: 176px;
        height: 176px;
        margin-bottom: 15px;
    }
    .ma_footer h5 {
        margin-top: 20px;
    }
    .ma_collection-cover {
        height: 40vh;
    }
    .ma_collection-title {
        padding-left: 0px !important
    }
    .ma_collection-tabs-container {
        display: none;
    }
}


/* Mantenimiento */
/* body {
    overflow: hidden;
} */
.maintenance-container {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
.maintenance-container img {
    width: 70%;
    max-width: 500px
}
.print-layout .print-text {
    column-count: 2;
    column-gap: 20px;
}
.ma_symbol,
.ma_lateral_symbol,
.ma_qr {
    display: none;
}
.ma_symbol {
    top: 0;
    left: 50px;
    width: 100px;
}
.ma_lateral_symbol {
    top: 0;
    right: 0;
    width: 100px;
}

@media (max-width: 500px) {
    body {
        font-size: 16px;
    }
    .ma_section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #ma_video {
        margin-bottom: 0;
    }
    .ma_section-title-left {
        display: block;
    }
    .ma_collection-title .pt-5 {
        padding-top: 0 !important
    }
    .Breadcrumbs__list li {
        margin-right: 15px;
    }
    .Breadcrumbs__list li a::after {
        right: -13px;
    }
    .collection-item {
        margin-top: 30px;
    }
    .ma_collection-tabs a {
        padding: 15px 5px;
    }
    .ma_section-online-info {
        min-height: 400px;
    }
    .ma_section-online-titles {
        width: 90%;
    }
    .navbar-collapse {
        overflow-x: hidden;
        overflow-y: auto;
        height: 80vh;
        /* background-color: #90d; */
    }
    .navbar .dropdown-menu div[class*="col"] {
        margin-bottom: 0;
    }
    .print-layout .print-text {
        column-count: 1;
        column-gap: normal;
    }
    .ma_video-height {
        height: inherit;
    }
}
