:root {
  --animate-duration: 300ms;
  --animate-delay: 0s;
}

body {
  font-family: 'Rubik', sans-serif;
}

header {
  padding-bottom: 30px;
}

header .logo {
  margin-top: 10px;
}

header img
{
	height:150px;
}

header .icon {
  font-size: 30px;
  margin-top: 20px;
  color: #333;
}

main {
  background-color: #FFF;
  padding-top: 0px;
  border-radius: 1rem 1rem 0 0;
  min-height: 100vh;
}

.logoCantina {
  margin-bottom: 30px;
}

.logoCantina a {
  text-decoration: none;
}

.logoCantina h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.logoCantina h6 {
  font-size: .8rem;
  color: #999;
}

main .rounded-3 {
  border-radius: 1rem !important;
}

/* =========
  MODAL
========= */

.modal-content {
  min-height: 90vh;
  border-radius: 1rem 1rem 0 0;
  border: none;
}

.modal-dialog {
  margin: 10vh 0 0;
  min-width: 100%;
}

.modal-header {
  border: none;
}

ol.carousel-indicators {
  bottom: -20px;
}

