@font-face{
  font-family: "Didot-HTF-B06-Bold-Ital";
  src:url("../fonts/Didot-HTF-B06-Bold-Ital.ttf");
}

@font-face{
  font-family: "Didot-HTF-B06-Bold";
  src:url("../fonts/Didot-HTF-B06-Bold.ttf");
}

.didotBI{
  font-family: Didot-HTF-B06-Bold-Ital;
}

.didotB{
  font-family: Didot-HTF-B06-Bold;
}

body{
  font-size: 17px;
  font-family: Didot-HTF-B06-Bold;
}

p{
  font-family: MontserratAlternates-Medium;
}

h4{ font-size: 1rem; }

small{font-size: 12px;}

.h1{font-size: 3.5rem;}

/*********COLORES*************/
.bg-primary{ background: #790000; }

.bg-secondary { background: #f9f4ef!important; }

.text-primary{ color: #790000!important; }

.text-gray{ color: #646464; }

.text-green{ color: #64bd53; }

.deg-blue{
	background: rgb(82,15,15);
  background: linear-gradient(180deg, rgba(82,15,15,1) 0%, rgba(120,0,0,1) 100%);
}


.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: 15%;
  bottom: 25%;
  left: 25%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left!important;
}

/*.slick-prev, .slick-next {
  border-radius: 100%;
  top: 50%;
  width: 63px;
  height: 60px;
  color: transparent; 
}*/

.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/Slide1p.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: cover;
  background-position: center center;
  min-height: 85vh;
  margin-top: 75px;
}
/*==================================================*/
/*==================================================*/
/*==================================================*/

.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;
}

@media (max-width: 767.98px) {
  .h1{font-size: 2.5rem;}

  /*==================================================*/
  /*Copa y pega este codigo y cambia el numero de slide y el nombre de imagen*/
  /*==================================================*/
  /*==================================================*/
  .slide-1, .slide-2, .slide-3 {
    min-height: 35vh;
    padding: 0rem;
    margin-top: 60px;
  }


  /*==================================================*/
  /*==================================================*/
  /*==================================================*/

  .carousel {
    padding: 0rem;
  }

  .carousel-caption {
    right: 0%;
    bottom: 25%;
    left: 0%;
    padding-left: 1.5rem;
  }

  .navbar-brand{
    width: 50%!important;
  }
}