@font-face {
    font-family: FunnyCute;
    src: url("fonts/Funny & Cute.ttf") format("truetype");
}
/*A reset to account for shoddy browser code.*/
html, body {
    height: 100%;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif !important;
    font-style:normal !important;
    font-weight:400 !important;
    scroll-behavior: smooth !important;
}
/*Por iOS!*/
input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}

button {
    border: 0 !important;
    font-family: FunnyCute !important;
    box-shadow: 0 5px rgb(118, 150, 39);
    /*-webkit-text-stroke-width: 1.5px !important;
    -webkit-text-stroke-color: black;*/
}

button:hover {
    box-shadow: 0 5px rgb(133, 63, 111);
}

h1, h2, h3, h4, h5, h6 {
    font-family: FunnyCute !important;
    /*-webkit-text-stroke-width: 1.5px !important;
    -webkit-text-stroke-color: black;*/
}

.mune-green {
    background-color: green !important;
}

.mune-purple {
    background-color: rgba(164,84,143,1.00) !important;
}

.mune-green-text {
    color: rgba(142,179,47,1.00) !important;
}

.mune-purple-text {
    color: rgba(164,84,143,1.00) !important;
}

.mune-h3 {
    font-size: 48px !important;
}

.mune-img-100 {
    height: auto !important;
    width: 100% !important;
}

.mune-img-contain {
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    width: 50% !important;
}

.mune-no-overflow {
    overflow: hidden !important;
}

.mune-shadow {
    box-shadow: 0px 4px 10px 5px rgba(145, 145, 145, 0.4);
}

.fill-height {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

#muneLogo {
    transition: ease 0.3s all;
}

.mune-logo {
    position: fixed;
    height: 92px;
    width: 92px;
    left: 10px;
    top: 10px;
}

.mune-logo-scroll {
    position: fixed;
    height: 64px;
    width: 64px;
    left: 10px;
    top: 5px;
}

.mune-logo-btm {
    position: relative;
    margin: auto auto auto 20px;
    height: 92px;
    width: 92px;
    left: 10px;
    top: 10px;
}

.mune-title {
    display: inline-block;
    margin: 195px 36px 0px 50%;
    color:  rgba(164,84,143,1.00) !important;
    /*-webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: black;*/
   font-size: 60px;
   white-space: nowrap;
}

.mune-title-btn {
    display: inline-block;
    margin: 28px auto auto 72%;
}

.mune-icon {
    margin: 10px !important;
    color: white !important;
    font-size: 32px !important;
    transition: all 0.5s ease;
}

.mune-icon:hover {
    cursor: pointer;
    color: rgb(180, 180, 180) !important;
}

.margin-auto {
    position: relative;
    margin: 20% auto auto auto;
}

.parallax {
    background-attachment: fixed !important;
  background-position: 10% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: grid !important;
}

.nav-custom-transitions {
    transition: ease .06s all;
    position: fixed;
    right: 50px;
}

.nav-custom {
    border: 1px solid #fff;
    border-radius: 25px;
    box-shadow: 0px 4px 10px 5px rgba(145, 145, 145, 0.4);
    margin: 10px 125px 0px 0px;
    min-width: 400px;
    z-index: 999 !important;
}

.nav-custom-width {
    box-shadow: 0px 4px 10px 5px rgba(145, 145, 145, 0.4);
    width: 100% !important;
    height: 85px;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 999 !important;
}

.nav-llamar {
    border: 1px solid #fff;
    border-radius: 25px;
    position: fixed;
    right: 10px;
    z-index: 999 !important;
}

.nav-a {
    position: fixed;
    top: 14px;
}

.nav-z {
    z-index: 999 !important;
}

.nav-z li {
    display: block !important;
    box-sizing: border-box !important;
    overflow: hidden;
    text-align: center;
}

.nav-z li > .nav-underline-mune {
    display: block;
    position: fixed;
    top: 60px;
    border-radius: 5px;
    height: 5px;
    width: auto;
    background-color: rgba(142,179,47,1.00);
    visibility: hidden;
    opacity: 0.0;
    transition: ease all 0.5s;
}

.nav-item:hover > .nav-underline-mune {
    top: 50px;
    opacity: 1.0;
    visibility: visible;
}

.mune-tarjeta {
    background-color: transparent;
    width: 450px;
    height: 450px;
    perspective: 1000px;
}

.mune-tarjeta-img {
    width: 450px !important;
    height: 450px !important;
}

.mune-tarjeta-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    will-change: transform !important; /*Do not remove, it hints browsers to optimize for animations.*/
    transition: transform 0.4s;
    transform-style: preserve-3d;
  }

.mune-tarjeta:hover .mune-tarjeta-inner {
    transform: rotateY(180deg);
  }

.mune-tarjeta-frente, .mune-tarjeta-atras {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.mune-tarjeta-frente {
    background-color: #bbb453;
    color: black;
  }

.mune-tarjeta-atras {
    background-color: rgba(164,84,143,1.00);
    color: white;
    transform: rotateY(180deg);
  }

.mune-tarjeta-p {
    font-family: FunnyCute !important;
    font-size: 16px;
    color: white;
    /*-webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;*/
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.line {
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 80%;
    margin: auto auto auto auto !important;
}

.line-bottom {
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 80%;
    margin: auto 10% auto 10% !important;
}

/* ********************************************************** Contact *************************************/

.mune-contact-overlay {
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.35);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.mune-contact-div h2 {
    color: white;
    margin-top: 22px;
}

.mune-contact-div .line {
    margin: auto auto auto auto !important;
}

.mune-contact-div {
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 400px;
    margin: 125px auto auto 53%;
    height: 620px;
    width: 42%;
    background-color: rgba(169,81,141,0.95);
    z-index: 10 !important;
}

form {
    display: table !important;
    text-align: left !important;
    margin: auto auto auto auto !important;
}

.mune-contact-div label {
    display: table-row !important;
    color: white;
    font-family: FunnyCute !important;
}

.mune-contact-div input {
    display: table-row !important;
    border-radius: 5px;
    margin-left: 10px;
    width: 450px;
}

.mune-contact-div textarea {
    display: table-row !important;
    border-radius: 5px;
    resize: none;
    height: 200px;
    width: 450px;
    margin-left: 10px;
}

#mune-contact-btn {
    box-shadow: 0 5px rgb(172, 172, 172);
    height: 42px;
    font-family: FunnyCute;
    font-size: 22px;
    color: white;
    margin: 10px;
    text-align: center !important;
    /*-webkit-text-stroke-width: 1.5px !important;
    -webkit-text-stroke-color: black;*/
    transition: ease all 0.3s;
    width: 40% !important;
}

#mune-contact-btn:hover {
    background-color: rgba(142,179,47,1.0);
    box-shadow: 0 5px rgb(118, 150, 39);
    color: rgba(169,81,141,1.00);
    cursor: pointer;
}

.mune-gracias {
    background-color: rgba(142,179,47,1.0);
    border-radius: 5px;
    border: 2.5px solid black;
    position: fixed;
    width: 320px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 11;
}

.mune-gracias p {
    color: white;
    font-family: FunnyCute;
    margin-top: 35px;
    /*-webkit-text-stroke-width: 1.5px !important;
    -webkit-text-stroke-color: black;*/
}

.mune-gracias-btn {
    color: white;
    cursor: pointer;
}
.mune-whatsapp-mob {
    display: none;
}
.mune-chat {
    background-color: rgba(164,84,143,1.00);
    box-shadow: 0 5px rgb(133, 63, 111);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    transition: all ease 0.5s;
    overflow: hidden;
}
.mune-chat:hover {
    height: 58px;
    width: 58px;
}
.mune-chat:hover > .mune-chat-ic {
    font-size: 38px;
}
.mune-chat-ic {
    position: absolute;
    font-size: 32px;
    top: 18%;
    left: 12%;
    color: rgb(180, 180, 180);
    transition: all ease 0.5s;
}

@media only screen and (max-width: 640px) {
    .nav-custom {
        border-radius: 0px !important;
        width: 100% !important;
        position: fixed !important;
        left: 0px;
        top: 0px;
        margin: 0px 0px 0px 0px;
        justify-content: center !important;
    }
    .nav-llamar {
        display: none !important;
    }
    .nav-custom-width {
        justify-content: center !important;
    }
    .mune-logo, .mune-logo-scroll {
        display: none;
    }
    .mune-logo-btm {
        text-align: center !important;
        margin: auto auto auto auto !important
    }
    .mune-title {
        display: inline-block;
        margin: 200px auto auto 50% !important;
        transform: translate(-50%, -50%);
        color:  rgba(164,84,143,1.00) !important;
        /*-webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: black;*/
        font-size: 32px;
        white-space: nowrap;
    }
    .mune-title-btn {
        display: inline-block;
        margin: auto 30% auto 30%;
    }
    .mune-icon {
        font-size: 48px !important;
    }
    .mune-tarjeta, .mune-tarjeta-img {
        height: 300px !important;
        width: 300px !important;
    }
    .mune-tarjeta-p {
        font-size: 12px !important;
    }
    .mune-contact-div h2 {
        color: white;
        margin-top: 22px;
    }
    .mune-contact-div .line {
        margin: auto auto auto auto !important;
    }
    .mune-contact-div input {
        width: 300px !important;
    }
    .mune-contact-div {
        display: inline-block;
        position: relative;
        text-align: center;
        min-height: 400px;
        margin: 125px auto auto 2.5%;
        height: 620px;
        width: 95%;
        background-color: rgba(169,81,141,0.95);
        z-index: 10 !important;
    }
    
    form {
        display: table !important;
        text-align: left !important;
        margin: auto auto auto auto !important;
    }
    
    .mune-contact-div label {
        display: table-row !important;
        color: white;
        font-family: FunnyCute !important;
    }
    
    .mune-contact-div input {
        display: table-row !important;
        border-radius: 5px;
        margin-left: 10px;
        width: 90%;
    }
    
    .mune-contact-div textarea {
        display: table-row !important;
        border-radius: 5px;
        resize: none;
        height: 200px;
        width: 90%;
        margin-left: 10px;
    }
    
    #mune-contact-btn {
        box-shadow: 0 5px rgb(172, 172, 172);
        height: 42px;
        font-family: FunnyCute;
        font-size: 22px;
        color: white;
        margin: 10px;
        text-align: center !important;
        /*-webkit-text-stroke-width: 1.5px !important;
        -webkit-text-stroke-color: black;*/
        transition: ease all 0.3s;
        width: 100% !important;
    }
    .mune-map-mobile {
        height: 300px !important;
        width: 300px !important;
        float: left;
    }
    .mune-whatsapp-mob {
        background-image: url(".images/WhatsApp.svg");
        cursor: pointer;
        display: inline-block;
        height: 64px;
        width: 64px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 999;
        transition: all ease 0.5s;
        overflow: hidden;
    }
    .mune-whatsapp-mob:hover {
        height: 72px;
        width: 72px;
    }
    .mune-prod-m-mob {
        margin-bottom: 15px;
    }
  }
/*
    .mapouter {
        position:relative;
        text-align:right;
    }
    .gmap_canvas {
        overflow:hidden;
        background:none !important;
    }*/

  /* WhatsApp Code */
  @-webkit-keyframes mune-btn-jiggle {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes mune-btn-jiggle {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  .mune-whatsapp {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }
  .mune-whatsapp:hover, .mune-whatsapp:focus, .mune-whatsapp:active {
    -webkit-animation-name: mune-btn-jiggle;
    animation-name: mune-btn-jiggle;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }