@font-face {
   font-family: "Helvetica Neue Bold";
   src: url("../helvetica/HelveticaNeueLTStd-Bd.otf");
}

@font-face {
   font-family: "Helvetica Neue Light";
   src: url("../helvetica/HelveticaNeueLTStd-Lt.otf");
}

@font-face {
   font-family: "Helvetica Neue Medium";
   src: url("../helvetica/HelveticaNeueLTStd-Md.otf");
}

@font-face {
   font-family: "Helvetica Neue Roman";
   src: url("../helvetica/HelveticaNeueLTStd-Roman.otf");
}

@import url("https://p.typekit.net/p.css?s=1&k=sgg1piz&ht=tk&f=45407.45410.60802.60808&a=284849303&app=typekit&e=css");

@font-face {
   font-family: "ivypresto-display";
   src: url("https://use.typekit.net/af/fad29f/00000000000000007735e5b3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/fad29f/00000000000000007735e5b3/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/fad29f/00000000000000007735e5b3/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
   font-display: auto;
   font-style: normal;
   font-weight: 400;
   font-stretch: normal;
}

@font-face {
   font-family: "ivypresto-display";
   src: url("https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/5071c4/00000000000000007735e5af/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
   font-display: auto;
   font-style: normal;
   font-weight: 700;
   font-stretch: normal;
}

@font-face {
   font-family: "helvetica-neue-lt-pro";
   src: url("https://use.typekit.net/af/45d708/0000000000000000775ad3ab/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/45d708/0000000000000000775ad3ab/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/45d708/0000000000000000775ad3ab/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
   font-display: auto;
   font-style: normal;
   font-weight: 400;
   font-stretch: normal;
}

@font-face {
   font-family: "helvetica-neue-lt-pro";
   src: url("https://use.typekit.net/af/6240b8/0000000000000000775ad3b2/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/6240b8/0000000000000000775ad3b2/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/6240b8/0000000000000000775ad3b2/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
   font-display: auto;
   font-style: normal;
   font-weight: 700;
   font-stretch: normal;
}

.tk-helvetica-neue-lt-pro {
   font-family: "helvetica-neue-lt-pro", sans-serif;
}

.text-times {
   font-family: "ivypresto-display", serif;
}

.ma-nav-logo {
   width: inherit;
   height: 45px;
}

.nav-item:hover .nav-link::after {
   opacity: 0 !important;
}

.dropdown.nav-item:hover a.nav-link::before {
   background-image: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.title {
   color: #000;
}

.title {
   font-size: 4.5em;
   font-family: "ivypresto-display", serif;
}

.bg-pink {
   background-color: #f222a3 !important;
}

.bg-green {
   background-color: #25ef25;
}

.text-green {
   color: #25ef25 !important;
}

.mobile-menu {
   background-color: #fff;
   position: fixed;
   top: -100%;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1031;
   transition: all .5s;
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
   -ms-transition: all .5s;
   -o-transition: all .5s;
}

.mobile-menu.menu-visible {
   top: 0;
}

#top {
   margin-top: 89px;
}

#close-menu {
   position: absolute;
   top: 30px;
   right: 30px;
}

#ma_35_video {
   width: 100%;
   margin-top: 80px;
}

#visita,
#agenda,
#entrada-gratuita,
#slide-3 {
   background-repeat: no-repeat;
}

#visita {
   background-image: url(../img/planea-visita.png);
   /* background-position: 600px center;
   background-size: 60%; */
}

#agenda {
   background-image: url(../img/agenda-visita.png);
   /* background-position: -350px center;
   background-size: 65%; */
}

#entrada-gratuita {
   background-image: url(../img/entrada-gratuita.png);
   /* background-position: 850px center;
   background-size: 40%; */
}

#slide-3 {
   background-image: url(../img/slide-cover.png);
   /* background-position: 700px center;
   background-size: 65%; */
}

.nav-link {
   font-family: 'Helvetica Neue Light';
   text-transform: inherit;
   font-weight: bold;
}

.ma_navbar-second {
   width: 300px;
}

.py-xl {
   padding-top: 150px;
   padding-bottom: 150px;
}

.btn-line-bold {
   padding: 10px 25px;
   border: 2px solid #000;
   color: #000;
   font-family: "ivypresto-display", serif;
   font-weight: bold;
   font-size: 1.5em;
}

.btn-line {
   padding: 5px 35px;
   border: 2px solid #000;
   color: #000;
}

.btn-line:hover {
   background-color: #000;
   color: #e4ed26;
}

.text-xl {
   font-size: 4em;
}


.vh-100 {
   min-height: 100vh;
}

.title-news {
   font-size: 2.5em;
}

.isotipo {
   width: 80px !important;
}

.news-form input {
   border: 0;
   border-bottom: 3px solid #000;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
}

.owl-carousel .owl-item {
   margin-left: 0 !important;
   margin-bottom: 0 !important;
}

.owl-carousel {
   position: relative;
}

.owl-nav {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: transparent !important;
   border: none !important;
   font-size: 24px;
   cursor: pointer;
   z-index: 10;
   width: 100%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
   position: absolute;
   color: #000 !important;
   border-radius: 50%;
   width: 35px;
}

.owl-nav .owl-prev {
   left: 40px;
}

.owl-nav .owl-next {
   right: 40px;
}

.owl-theme .owl-nav .owl-next:hover {
   background: transparent !important;
}

.owl-dots {
   position: absolute;
   bottom: 30px;
   left: 0;
   right: 0;
   text-align: center;
   margin-top: 20px;
}

.owl-dots .owl-dot span {
   width: 10px;
   height: 10px;
   background: #ccc;
   display: inline-block;
   margin: 0 5px;
   border-radius: 50%;
   transition: all 0.3s ease;
}

.owl-dots .owl-dot.active span {
   background: #000;
}

.owl-theme .owl-nav.nav-white .owl-prev,
.owl-theme .owl-nav.nav-white .owl-next {
   background: transparent !important;
   color: #fff !important;
}

.owl-theme .owl-dots.nav-white .owl-dot.active span {
   background: #fff !important;
}

.owl-theme .owl-dots.nav-white .owl-dot span {
   background: transparent !important;
   border-color: #fff;
}

.owl-theme .owl-nav.nav-yellow .owl-prev,
.owl-theme .owl-nav.nav-yellow .owl-next {
   background: #e4ed26 !important;
}

.owl-theme .owl-nav.nav-black .owl-prev,
.owl-theme .owl-nav.nav-black .owl-next {
   background: #fff !important;
}

.border-start {
   border-color: #000 !important;
}

.navbar-toggler {
   color: #000 !important;
}

.icon-card {
   text-align: center;
}

.shape-img {
   width: 190px;
   height: 190px;
   margin: 0 auto 14px;
   position: relative;

   /* Imagen base */
   background-size: cover;
   background-position: center;

   /* máscara */
   -webkit-mask-size: contain;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-size: contain;
   mask-repeat: no-repeat;
   mask-position: center;
}

/* Capa negra encima */
.shape-img::before {
   content: "";
   position: absolute;
   inset: 0;
   background: #000;
   transition: opacity .4s ease;

   /* misma máscara */
   -webkit-mask-size: contain;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position: center;

   mask-size: contain;
   mask-repeat: no-repeat;
   mask-position: center;
}

/* Hover revela imagen */
.icon-card:hover .shape-img::before {
   opacity: 0;
}

.shape-img.ma-35-exposiciones {
   background-image: url('../img/mascaras/exposiciones.jpg');
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_01.svg');
   mask-image: url('../img/mascaras/ma_35_mask_01.svg');
}

.shape-img.ma-35-exposiciones::before {
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_01.svg');
   mask-image: url('../img/mascaras/ma_35_mask_01.svg');
}

.shape-img.ma-35-agenda {
   background-image: url('../img/mascaras/agenda.jpg');
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_02.svg');
   mask-image: url('../img/mascaras/ma_35_mask_02.svg');
}

.shape-img.ma-35-agenda::before {
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_02.svg');
   mask-image: url('../img/mascaras/ma_35_mask_02.svg');
}

.shape-img.ma-35-talleres {
   background-image: url('../img/mascaras/talleres.jpg');
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_03.svg');
   mask-image: url('../img/mascaras/ma_35_mask_03.svg');
}

.shape-img.ma-35-talleres::before {
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_03.svg');
   mask-image: url('../img/mascaras/ma_35_mask_03.svg');
}

.shape-img.ma-35-noche-museos {
   background-image: url('../img/mascaras/noche-museos.jpg');
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_04.svg');
   mask-image: url('../img/mascaras/ma_35_mask_04.svg');
}

.shape-img.ma-35-noche-museos::before {
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_04.svg');
   mask-image: url('../img/mascaras/ma_35_mask_04.svg');
}

.shape-img.ma-35-tienda {
   background-image: url('../img/mascaras/tienda.jpg');
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_05.svg');
   mask-image: url('../img/mascaras/ma_35_mask_05.svg');
}

.shape-img.ma-35-tienda::before {
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_05.svg');
   mask-image: url('../img/mascaras/ma_35_mask_05.svg');
}

.shape-img.ma-35-terraza {
   background-image: url('../img/mascaras/terraza.jpg');
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_06.svg');
   mask-image: url('../img/mascaras/ma_35_mask_06.svg');
}

.shape-img.ma-35-terraza::before {
   -webkit-mask-image: url('../img/mascaras/ma_35_mask_06.svg');
   mask-image: url('../img/mascaras/ma_35_mask_06.svg');
}

.bg-ubicacion {
   background-size: cover;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   height: 450px;
}

@media (min-width: 768px) {
   #visita {
      background-position: 400px center;
      background-size: 85%;
   }

   #agenda {
      background-position: -350px center;
      background-size: 85%;
   }

   #entrada-gratuita {
      background-position: 550px center;
      background-size: 70%;
   }

   #slide-3 {
      background-position: 500px center;
      background-size: 40%;
   }
}

@media (min-width: 1200px) {
   #visita {
      background-position: 600px center;
      background-size: 60%;
   }

   #agenda {
      background-position: -350px center;
      background-size: 65%;
   }

   #entrada-gratuita {
      background-position: 750px center;
      background-size: 40%;
   }

   #slide-3 {
      background-position: 800px center;
      background-size: 35%;
   }
}

@media (min-width: 1600px) {
   #slide-3 {
      background-position: 1000px center;
   }

   #visita {
      background-position: 800px center;
   }

   #entrada-gratuita {
      background-position: 1000px center;
      background-size: 30%;
   }
}

@media (max-width:768px) {

   #top {
      margin-top: 61px;
   }

   .shape-img::before {
      opacity: 0;
   }

   .py-lg {
      padding-top: 60px;
      padding-bottom: 100px;
   }

   .bg-ubicacion {
      height: 250px;
   }
}

@media (max-width:500px) {

   .shape-img {
      width: auto;
   }

   /* .navbar {
      padding-left: 1.5rem;
      padding-right: 1.5rem !important;
      background-image: url(../img/logo-35.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 120px;
   } */

   .container {
      padding-left: 30px;
      padding-right: 30px;
   }

   .title,
   .title-news {
      font-size: 3.2em !important;
   }

   .py-lg {
      padding-top: 80px;
      padding-bottom: 60px;
   }

   .py-xl {
      padding-top: 80px;
      padding-bottom: 80px;
   }

   .vh-100 {
      height: auto !important;
      min-height: auto;
   }

   .owl-nav {
      top: auto;
      bottom: 60px;
   }

   .isotipo {
      width: 60px !important;
   }

   #ma_35_video {
      width: 100%;
      margin-top: 61px;
   }

   #slide-3 {
      background-image: none;
   }

   #visita {
      background-position: 35px 150%;
      background-size: 127%;
      padding-bottom: 320px;
      margin-top: -6px;
   }

   #agenda {
      background-position: center 115%;
      background-size: 120%;
      padding-bottom: 570px;
   }

   #entrada-gratuita {
      background-image: url(../img/entrada-gratuita.png);
      background-position: center 155%;
      background-size: 100%;
      padding-bottom: 350px;
   }

   #ma-map {
      height: 450px;
   }
}