/*@font-face{
  font-family: "Abril Fatface";
  src:url("../fonts/AbrilFatface-Regular.ttf");
}

@font-face{
  font-family: "Didot-HTF-B06-Bold";
  src:url("../fonts/Didot-HTF-B06-Bold.ttf");
}*/

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:wght@500&family=Noto+Serif+TC:wght@200;300;400&display=swap');


.abril{
  font-family: 'Abril Fatface', cursive;
}


body{
  font-size: 17px;
}

h5{letter-spacing: 0.2rem;}

.h1{font-size: 3.5rem;}

/*********COLORES*************/
.bg-green{ background: #103313; }

.bg-greenL{ background: #62a430!important; }


.text-green{ color: #23351b; }

.text-greenL{ color: #62a430!important; }

.navbar{
  z-index: 99999;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(98 164 48);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card1 {
  background-color: #ffffff00;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-body1 {
  background-color: #ffffff;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-title1 {
  margin-bottom: 0.5rem;
  text-align: center;
}

.carousel{
  padding: 0rem;
}



.carousel-caption {
  position: absolute;
    right: 35%;
    bottom: 25%;
    left: 35%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}

.slick-prev {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 25%;
  background: transparent;
  border: transparent;
  color: transparent;
}
.slick-prev:before {
    content: url('../img/flecha_izq.png');
}


.slick-next {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 25%;
  background: transparent;
  border: transparent;
  color: transparent;
}
.slick-next:before {
    content: url('../img/flecha_der.png');
}

.whatsapp {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 30px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 6px;
}

/*==================================================*/
/*Copa y pega este codigo y cambia el numero de slide y el nombre de imagen*/
/*==================================================*/
/*sube la imagen a assets/img/ en el CPanel */
/*==================================================*/
.slide-1{
  background: url('../img/banner-home.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 85vh;
  margin-top: 75px;
}

.slide-2{
  background: url('../img/Slide2.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 85vh;
  margin-top: 75px;
}

.slide-3{
  background: url('../img/Slide3.jpg') no-repeat;
  background-size: 75%;
  background-position: center center;
  min-height: 85vh;
  margin-top: 75px;
}

.img-caption{
  width: 50%;
}
/*==================================================*/
/*==================================================*/
/*==================================================*/

.bg-nosotros{
  background: url('../img/nosotros.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 75vh;
  padding-top: 75px;
}

.bg-platillos{
  background: url('../img/platillos.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 85vh;
  padding-top: 75px;
}

.bg-textura{
  background: url('../img/textura.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 35vh;
  padding-top: 75px;
}

.mt-neg{ margin-top:-7rem; }


/*************ICONOS*********************/
.mail{
  margin-left: 0rem;
}
.mail:before{
    content: "";
    background: url(../img/mail.png) no-repeat center;
    background-size: 55%;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -2%;
}


.whatsapp{
  margin-left: 0rem;
}
.whatsapp:before{
    content: "";
    background: url(../img/whatsapp.png) no-repeat center;
    background-size: 55%;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -2%;
}

.ubi{
  margin-left: 0rem;
}
.ubi:before{
    content: "";
    background: url(../img/ubi.png) no-repeat center;
    background-size: 55%;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -2%;
}


.face{
  margin-left: 0rem;
}
.face:before{
    content: "";
    background: url(../img/face.png) no-repeat center;
    background-size: 55%;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -2%;
}


.insta{
  margin-left: 0rem;
}
.insta:before{
    content: "";
    background: url(../img/insta.png) no-repeat center;
    background-size: 55%;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -2%;
}


.form-control {
    display: block;
    height: 40px;
    max-width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: inherit;
    outline: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: transparent;
    color: #232323;
    background-color: transparent;
    border-color: #fff;
    height: 56px;
    padding-bottom: 0;
    outline: none;
}


.btn-green{
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #103313;
    border: 1px solid transparent;
    padding: 0.5rem 1.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.desk{ display: block; }

.movil{ display: none; }

@media (max-width: 767.98px) {
  .desk{ display: none; }

  .movil{ display: block; }

  .h1{font-size: 2.5rem;}


  .slide-1, .slide-2, .slide-3 {
    min-height: 55vh;
    padding: 0rem;
    margin-top: 60px;
  }

  .carousel {
    margin-top: 4rem;
  }

  .carousel-caption {
    right: 0%;
    bottom: 33%;
    left: 0%;
    padding-left: 1.5rem;
  }

  .img-caption{
    width: 35%;
  }

  .navbar-brand{
    width: 50%!important;
  }

  .ubi:before {
    content: "";
    margin-left: -7%;
  }

  .mail:before {
    content: "";
    margin-left: -7%;
  }
}


[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}
.aos-init[data-aos][data-aos].aos-animate {
  transform: unset;
}

.aos-init[data-aos].aos-animate {
   transform: unset;
}