
@import url('https://fonts.googleapis.com/css2?family=Cutive&display=swap');


  /* Estilo de home */

	.bg-nav{
		background-color: #1B1717;
	}
  .navbar-brand-2 {
    margin: 0;
  }
	

  .pd5 {
  	padding: 5%;
  }

  .pdtb3 {
  	padding-top: 3%;
  	padding-bottom: 3%;
  } 

.card-2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-right: 2;
  margin-left: 2;
}

.txtdiv {
  font-family: 'Cutive';
  color: #E3B404;

}

.bg-footer {
  background-color: #1B1717;
  color: white;
}

.bg-nuevo {
  background-image: url("../img/directorio/Slide-directorio.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.bg-contacto {
  background-image: url("../img/contacto/Slide-contacto.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}
.bg-kurisu {
  background-image: url("../img/kurisu/Slide-kurisu.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.bg-antojeria {
  background-image: url("../img/antojeria/Slide-antojeria.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.bg-fullmoon {
  background-image: url("../img/fullmoon/Slide-fullmoon.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.bg-fullmoon {
  background-image: url("../img/fullmoon/Slide-fullmoon.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.bg-pizza {
  background-image: url("../img/pizza/Slide-pizza.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.bg-hamburguesa {
  background-image: url("../img/hamburguesas/Slide-hamburguesa.jpg");
  background-repeat: no background-repeat;
  background-size: 100%, 100%;
  background-position: center, center;
}

.titulos {
  font-size: 35px;
  font-weight: bold;
  color: white;
  text-align: center;

}

.pad1 {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.padding-1{
    padding-left: 10%;
    padding-right: 10%;
  }
  .rounded-input{
    border-radius: 1.25rem!important;
  }

.bg-l{
    background-color: white;
  }