@font-face{
  font-family: "Cetary";
  src:url("../fonts/Cetary.otf");
}

@font-face{
  font-family: "myanmar-mn";
  src:url("../fonts/myanmar-mn.ttf");
}

@font-face{
  font-family: "myanmar-sangam-mn-bold";
  src:url("../fonts/myanmar-sangam-mn-bold.ttf");
}


.cetary{ font-family: 'Cetary'; }

.myanmar{ font-family: "myanmar-mn"; }

.myanmarB{ font-family: "myanmar-sangam-mn-bold"; }

body{
  font-family: "myanmar-mn";
  font-size: 18px;
  overflow-x: hidden;
}

.linkfooter{
    color: #000;
    text-decoration: none;
}

/*-------------COLORES-------------*/
.text-rosa{ color: #f6619a; }
.text-rojo{ color: #d21728; }
.text-vino{ color: #882c33; }
.text-amarillo{ color: #fdba29; }
.text-verde{ color: #00939a; }
.text-azul{ color: #0081c5; }
.text-brown{ color: #7e4900; }

.bg-rosa{ background: #f6619a; }
.bg-rojo{ background: #d21728; }
.bg-vino{ background: #882c33; }
.bg-amarillo{ background: #fdba29; }
.bg-verde{ background: #00939a; }
.bg-azul{ background: #0081c5; }
.bg-black{ background: #000000; }
.bg-gray{ background: #ddd; }
.bg-brown{ background: #454545; }


.bg.menu{
  background: #80808024;
}


.bg-comming{
  background: url('../../proximamente.png') no-repeat;
  background-size: 100%;
  background-position: center center;
  min-height: 102vh;
  margin-top: 0px;
}

.bg-mayores{
  background: url('../img/home/bg-mayores.png') no-repeat;
    background-size: cover;
    background-position: center;
}

  .form-date {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
  }
  

  .form-date__input[type="date"] {
    appearance: none;
    color: #fff;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 3rem;
    line-height: 42px;
    border:1px solid #ECF0F1;
    background:#000;
    display: inline-block;
    visibility: visible;
    width: 300px;
    padding: 10px;
    position: relative;
  }
  .form-date__input[type="date"]:focus {
    color: #fff;
    background-color: #000;
    border-color: #80BDFF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  }

  .form-date__input[type="date"]::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background: 0 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: auto;
  }

  .form-date__input[type="date"]::-webkit-date-and-time-value {
    margin: 0;
  }

    .form-date__input[type="date"] {
        border: 0;
        margin: 0;
    border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
  }

  .form-date__input[type="date"]::-webkit-inner-spin-button,
    .form-date__input[type="date"]::-webkit-outer-spin-button,
  .form-date__input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
  }

  .form-date__input[type="date"]::-webkit-datetime-edit-month-field { padding: 0; }
  .form-date__input[type="date"]::-webkit-datetime-edit-day-field { padding: 0; }
  .form-date__input[type="date"]::-webkit-datetime-edit-year-field { padding: 0; }

  .form-date__input[type="date"]::-webkit-datetime-edit-fields-wrapper { padding: 0; }

.bg-cupon{
  background: url('../img/home/cupon.png') no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2em;
}

body{ margin:0px; }

.btn-mezcalA{
  background: #fdba29;
    color: #000;
    border-radius: 7px;
    padding: 5px 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-mezcalB{
  background: #000;
    color: #fff;
    border-radius: 7px;
    padding: 5px 30px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.title-jumbo{
  font-size: 4rem;
}

/*********************MENU**********************/
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgb(233 229 229 / 72%);
} 

.logoMenu{
  width: 30%;
}

.navbar-brand{
  width: 40%;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 0.8em;
    font-family: Montserrat;
    margin-left: 1rem;
    margin-right: 1rem;
    letter-spacing: 3px;
    padding-top: 2rem;
}
.navbar .navbar-nav .nav-link:hover{
    color: #a9662a;
}
.navbar-logo-centered .navbar-nav .nav-link{
    padding: .5em 1em;
}

.bg-menu{
  background: #33333380;
}

.modal-header {
    padding: 1rem 1rem 0rem 1rem;
    border-bottom: 1px solid #dee2e600;
}

.puntoL{
  font-size: 18px;
}

.main-carousel{
  margin-top: 7px;
}

.carousel-captionH {
    position: absolute;
    right: 55%;
    bottom: 20%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-captionH1 {
    position: absolute;
    right: 55%;
    bottom: 55%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-captionH2 {
    position: absolute;
    right: 55%;
    bottom: 45%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-captionH3 {
    position: absolute;
    right: 55%;
    bottom: 20%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.carousel-captionR {
    position: absolute;
    right: 10%;
    bottom: 35%;
    left: 54%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-captionB {
    position: absolute;
    right: 60%;
    bottom: 5%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-control-next-icon {
    background-image: url('../img/colecciones/flecha_der.svg');
}


.slide-1{
  background: url('../img/colecciones/slider1.png') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 95vh;
}

.slide-2{
  background: url('../img/colecciones/slider2.png') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 95vh;
}

.slide-3{
  background: url('../img/colecciones/slider3.png') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 95vh;
}
/*==================================================*/
/*==================================================*/
/*==================================================*/

.bg-parallax-marmol{
    background: url('../img/home/marmol.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}


.bg-marmol{
    background: url('../img/home/marmol.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 45vh;
}


.bg-per-empr{
    background: url('../img/home/bg-empre.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-colecciones{
  background: url('../img/home/bg-tipos.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-parallax-coctail{
    background: url('../img/home/humo.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}


.bg-marmol-footer{
    background: url('../img/home/marmol.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 25vh;
}

.bg-pinas{
    background: url('../img/home/footer.png') no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 5vh;
}

.bg-coctel{
    background: url('../img/recetas/back.png') no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    padding-top: 10rem;
}

/**********BOTON WHATSAPP**************/
.whatsapp {
  position: fixed;
  width: 51px;
  height: 51px;
  bottom: 15%;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  z-index: 100;
}

a.whatsapp:hover {
  color: #FFF;
}

.whatsapp-icon {
  margin-top:6px;
}


.mt-neg{
  margin-top: -8rem;
}

.bottom-left {
  position: absolute;
  bottom: 35px;
  left: 80px;
}

.cont-img{
  position: relative;
  text-align: center;
}

.vh-100{ height:100vh; }

.desk{ display:block; }
.movil{ display:none; }

.boxPara{
  min-height: 45vh;
}

.boxPara2{
     min-height: 55vh;"
  }
/**************************************/

@media (max-width: 767.8px) {
  .desk{ display:none; }
  .movil{ display:block; }

  .bg-menu {
    background: #111111;
  }

  .logoMenu{
    width: 85%;
  }


  .carousel {
    position: relative;
    margin-top: 6rem; 
  }

  .btn-mezcalA {
    font-size: 12px;
  }

  .vh-100{ height:45vh !important; }

  .carousel-captionH1 {
    position: absolute;
    right: 45%;
    bottom: 77%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
  }

  .sh4{
    font-size: 1.2rem;
  }

  .sh5{
    font-size: 1rem;
  }

  .puntoL{
    font-size: 13px;
  }

  .carousel-captionH2 {
      position: absolute;
      right: 10%;
      bottom: 65%;
      left: 10%;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      color: #fff;
      text-align: left;
  }

  .carousel-captionH3 {
      position: absolute;
      right: 10%;
      bottom: 0%;
      left: 10%;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      color: #fff;
      text-align: left;
  }

  .carousel-captionH3 p{
    font-size: 14px;
  }

  .boxPara{
    min-height: 25vh;
  }

  .boxPara2{
     min-height: 35vh;"
  }

  .bg-parallax-marmol{
    min-height: 25vh;
  }

  .carousel-captionR {
    right: 10%;
    bottom: 0%;
    left: 10%;
  }


  .bg-comming {
    background-size: cover;
    min-height: 95vh;
  }

  .mt-neg{
    margin-top: 0rem;
  }

  .slide-1 {
    background-size: cover;
    background-position: 5% center;
    min-height: 65vh;
    margin-top: 0px;
  }

  .slide-2 {
    background-size: cover;
    background-position: 5% center;
    min-height: 65vh;
    margin-top: 0px;
  }

  .slide-3 {
    background-size: cover;
    background-position: 5% center;
    min-height: 65vh;
    margin-top: 0px;
  }

  .carousel-captionB {
    right: 13%;
    bottom: 5%;
    left: 10%;
    text-align: center;
  }
}