/* @import "./fonts.css"; */
@import "./maps.css";
/* 
= = = = R E S E T = = = =
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
= = = = H E R O = = = =
*/
body{
    font-family: 'ProximaNova', sans-serif;
}
.mude-hero{
    position: relative;
    height: 590px;
    width: 100%;
}
.mude-hero__container{
    display: flex;
    align-items: flex-end;
}
.mude-hero__logotipo{
    position: absolute;
    left: 30px;
    top: 50px;
}
.mude-hero__content{
    padding-left: 55px;
    padding-bottom: 40px;
}
.mude-hero__schedules{
    margin-bottom: 50px;
}
.mude-hero__schedules,
.mude-hero__to{
    position: relative;
}
.mude-hero__schedules img,
.mude-hero__to img{
    position: absolute;
    left: -30px;
    top: -6px;
}
.mude-title{
    font-size: 14px;
    font-weight: 700;
    color: #ffd24c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.mude-hero__schedules__description{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
.mude-hero__to__description{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    width: 210px;
    line-height: 18px;
}
.mude-hero__slider{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.mude-hero__container,
.mude-hero__slider,
.mude-hero__slider__container,
.mude-hero__slide{
    height: 100%;
    width: 100%;
}
.mude-hero__slide{
    /* display: none; */
    background-position: 63% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 590px;
}
/* 
= = = = P R I C E S = = = =
*/

.mude-prices__box-price-visit{
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mude-prices__box__description__visit{
    display: flex;
    align-items: center;
}
.mude-prices__box__title{
    background-color: #ff974d;
    width: 100%;
    height: 50%;
    padding-left: 0px; 
    display: flex;
    justify-content: center;
    align-items: center;

}
.mude-prices__box__image {
  padding-right: 10px;
}
.mude-prices__box__image img{
    width: 22px;
  }

.mude-prices__box__visit{
    background-color: #65301e;
    width: 100%;
    height: 50%;
    padding-left: 0px; 
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    
}

.mude-prices__box__visit .mude-prices__subtitle{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.mude-prices__box__visit .mude-title{
    color: #fff;
    margin-bottom: 5px;
}

.mude-prices__box__phone{
    display: flex;
    align-items: center;
    /* margin-top: 20px;
    line-height: 20px; */
}

.mude-prices__box{
    height: 160px;
    display: flex;
    align-items: center;
    padding-left: 55px;
}
.mude-prices__box{
    border-bottom: 1px solid #f2f2f2;
}
.mude-prices__box:first-child{
    height: 130px;
    background-color: #ff974d;
}
.mude-prices__box__title .mude-prices__subtitle{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.mude-prices__box__title .mude-title{
    color: #fff;
    margin-bottom: 5px;
}



/* .mude-prices__box__title{
    position: relative;
} */
/* .mude-prices__box__title img {
    position: absolute;
    left: -30px;
    top: -5px;
} */

.mude-prices__box__description{
    /* width: 50%;
    padding-right: 15px; */
    box-sizing: border-box;
}
.mude-prices__box__description .mude-prices__price{
    display: none;
}
.mude-prices__box__description img{
    width: 30px;
    padding-bottom: 5px;
}
.mude-prices__box:last-child .mude-prices__box__description img{
    width: 45px;
}
.mude-prices__price{
    font-size: 30px;
    font-weight: bold;
    color: #ff974d;
}
.mude-prices__price sup{
    font-size: 17px;
    top: -11px;
    position: relative;
}
.mude-prices__title{
    font-size: 24px;
    color: #665c47;
    font-weight: 700;
    line-height: 30px;
}
.mude-prices__description{
    font-size: 14px;
    color: #665c47;
    font-weight: 700;
}

.mude-prices__button-buy{
    position: relative;
    background-color: #65301E;
    height: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    border: none;
    text-decoration: none;
    overflow: hidden;
}
.mude-prices__button-buy::before{
    background: url(../images/svg/ticket.svg#star) left top no-repeat;
    opacity: 0.1;
    background-size: 300px;
    bottom: 0;
    content: "";
    position: absolute;
    top: -70px;
    right: 0;
    left: -60px;
    z-index: 0;
}
.mude-prices__button__description{
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
}
.mude-prices__button-description{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}
.mude-prices__button-description::after{
    content: '';
    display: block;
    width: 30px;
    border-bottom: 2px solid #FFD24C;
    margin-top: 15px;
}
.mude-prices__ticket{
    background-color: #FF974D;
    mask-image: url(../images/svg/ticket.svg#star);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url(../images/svg/ticket.svg#star);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    width: 70px;
    height: 60px;
}
.mude-prices__arrow-tablet{
    display: none;
}
/* 
= = = = C O N T A C T = = = =
*/
.mude-contact__container{
    background-color: #ffd24c;
}
.mude-contact__map{
    height: 400px;
    width: 100%;
}
.mude-contact__map iframe{
    width: 100%;
    height: 100%;
}
.mude-contact__info{
    padding-top: 50px;
    text-align: center;
}
.mude-contact__info__title{
    position: relative;
    margin-bottom: 20px;
}
.mude-contact__info__title img{
    position: absolute;
    left: 27%;
    top: -5px;
}
.mude-contact__title,
.mude-contact__social__title{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #66301f;
}
.mude-contact__phone{
    margin-bottom: 50px;
}
.mude-contact__phone__number{
    font-size: 24px;
    color: #b25536;
    line-height: 30px;
    font-weight: 700;
}
.mude-contact__item{
    margin-bottom: 30px;
}
.mude-contact__item__title{
    font-size: 16px;
    font-weight: bold;
    color: #66301f;
}
.mude-contact__item__email{
    font-size: 16px;
    color: #66301f;
    font-style: italic;
}
.mude-contact__social{
    text-align: center;
    padding-bottom: 55px;
}
.mude-contact__social__title{
    padding-bottom: 20px;
}
.mude-contact__social ul{
    display: flex;
    justify-content: center;
}
.mude-contact__social ul li:nth-child(2) {
    padding: 0px 25px;
}
.mude-contact__social a{
    display: block;
    cursor: pointer;
}
#js-mude-map{
    height: 100%;
    width: 100%;
}
footer{
    padding: 45px 0px;
    background-color: #261607;
}
footer .mude-footer__copy{
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    color: #ffefbf;
    text-transform: uppercase;
}

/*
= = = = T A B L E T = = = =
*/
@media only screen and (min-width: 768px) {
    .mude-hero__logotipo{
        left: 110px;
    }
    .mude-hero__content{
        padding-left: 110px;
        padding-bottom: 100px;
    }
    .mude-hero__schedules__description{
        font-size: 48px;
        font-weight: 300;
    }
    .mude-hero__to__description{
        width: 410px;
    }
    .mude-prices__box{
        padding-left: 110px;
    }
    .mude-prices__box__title{
        padding-left: 170px;
        justify-content: flex-start;
    }
    .mude-prices__box__visit{
        padding-left: 170px;
        align-items: flex-start;
        padding-right: 0;
    }
    .mude-prices__box__description{
        padding-right: 0;
    }
    .mude-prices__button-buy{
        height: 162px;
        padding: 0 100px;
    }
    .mude-prices__button-buy::before{
        left: 10px;
    }
    .mude-prices__button__description{
        flex-direction: row;
        gap: 25px;
        align-items: center;
    }
    .mude-prices__button-description{
        font-size: 24px;
        line-height: 26px;
    }
    .mude-prices__ticket{
        width: 118px;
        height: 102px;
    }
    .mude-prices__arrow-tablet{
        display: block;
    }
    .mude-prices__arrow-mobile{
        display: none;
    }
    .mude-contact__info__title img{
        left: 38%;
    }
    .mude-contact__phone__number{
        font-size: 30px;
        line-height: 36px;
    }
    .mude-contact__item__title{
        font-size: 18px;
    }
    .mude-footer__copy{
        font-size: 11px;
    }

    /* .mude-prices__box-price-visit{
      flex-direction: row;
     
    } */
}
/*
= = = = D E S K T O P = = = =
*/
@media only screen and (min-width: 1024px) {
    .mude-hero{
        height: 730px;
    }
    .mude-hero__slide{
        height: 730px;
    }
    .mude-hero__content{
        padding-bottom: 180px;
    }
    .mude-hero__schedules{
        margin-bottom: 70px;
    }
    .mude-prices{
        position: absolute;
        left: 0;
        /* left: 50%; */
        /* transform: translateX(-50%); */
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 2;
    }
    .mude-prices__container{
        display: flex;
        background-color: #fff;
        max-width: 1270px;
        width: 100%;
        /* width: 1020px; */
        margin-top: -100px;
    }
    .mude-prices__box-price-visit{
        height: 260px;
        border-right: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom: none;
        width: 25%;
    }

    .mude-prices__box{
        height: 260px;
        width: 14%;
        padding: 0px;
        border-right: 1px solid #f2f2f2;
    }
    .mude-prices__box__title{
        justify-content: center;
        padding: 0;
    }

    .mude-prices__box__image img{
        padding-bottom: 0 !important;
      }

    .mude-prices__box__title .mude-prices__box__description{
        text-align: left;
    }
    .mude-prices__box__title .mude-prices__box__image{
      margin-left: 0px;
    }
    .mude-prices__box__visit{
        padding: 0;
        align-items: center;
        padding-right: 20px;
    }
    .mude-prices__box__visit .mude-prices__box__description__visit{
        margin-left: 30px;
    }
    .mude-prices__box__visit .mude-prices__box__phone{
        margin-left: 0px;
    }
    .mude-prices__box:first-child{
        height: 260px;
        border-right: none;
    }
    .mude-prices__box:last-child{
        border-right: none;
    }
    .mude-prices__box{
        flex-direction: column;
        justify-content: center;
        border-bottom: none;
        padding: 0px 60px;
    }
    /* .mude-prices__box__title:first-child{
        text-align: left;
    } */
    /* .mude-prices__box__title{
        text-align: center;
    } */
    .mude-prices__box__description img{
        width: auto;
    }
    .mude-prices__box:last-child .mude-prices__box__description img{
        width: auto;
    }
    .mude-prices__box__description{
        width: auto;
        text-align: center;
    }
    .mude-prices__box__description .mude-prices__price{
        display: block;
    }
    .mude-prices__price{
        padding: 5px 0px;
    }
    .mude-prices__box__title img{
        position: relative;
        left: auto;
        top: auto;
        padding-bottom: 20px;
    }
    .mude-prices__box__price{
        display: none;
    }
    .mude-prices__button-buy{
        height: 260px;
        width: 25%;
        justify-content: center;
        padding: 0;
    }
    .mude-prices__button-buy:hover{
        background-color: #FF974D;
    }
    .mude-prices__button-buy::before{
        background-size: 445px;
        top: -100px;
        left: -100px;
    }
    .mude-prices__button-buy:hover::before{
        background-image: url(../images/svg/ticket-dark.svg#star);
    }
    .mude-prices__button__description{
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .mude-prices__button-description{
        font-size: 22px;
        line-height: 24px;
        text-align: center;
    }
    .mude-prices__button-buy:hover .mude-prices__button-description{
        color: #65301E;
    }
    .mude-prices__button-description::after{
        width: 70px;
        margin: 15px auto 0;
    }
    .mude-prices__button-buy:hover .mude-prices__button-description::after{
        border-bottom: 2px solid #BD663A;
    }
    .mude-prices__ticket{
        width: 130px;
        height: 100px;
    }
    .mude-prices__button-buy:hover .mude-prices__ticket{
        background-color: #65301E;
    }
    .mude-prices__button__arrow{
        display: none;
    }
    .mude-contact__container{
        display: flex;
    }
    .mude-contact__map{
        height: 770px;
        width: 65%;
    }
    .mude-contact__info{
        width: 35%;
        padding-top: 250px;
        padding-left: 70px;
        box-sizing: border-box;
        text-align: left;
    }
    .mude-contact__info__title img{
        left: -10%;
    }
    .mude-contact__social{
        text-align: left;
    }
    .mude-contact__social ul{
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 1500px){
    .mude-contact__info{
        padding-left: 140px;
    }
}