/* VARIABLES */
/* COLORS */
/* FONTS */
/* SIZE */
body {
  font-size: 1.2rem;
  color: #252525;
}

a {
  text-decoration: none;
}

a.link {
  color: #252525;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.link:hover {
  color: #252525;
}

a.link:hover .icon {
  background: #D2096D;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #252525;
}

img {
  max-width: 100%;
}

.title {
  font-size: 2rem;
  font-weight: 700;
}

.cursive {
  font-family: "Homemade Apple", cursive, sans-serif;
}

.cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}

/* BACKGROUNDS */
.bg-dark {
  background: #252525 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-green {
  background: #91CC63;
}

.bg-gray {
  background: #F1F4F6;
}

/* COLORS */
.pink {
  color: #D2096D;
}

.white {
  color: #ffffff;
}

.black {
  color: #252525;
}

.green {
  color: #91CC63;
}

/* BUTTONS */
.btn {
  padding: 8px 30px 6px;
  font-weight: 500;
  border-radius: 30px;
}

.btn.btn-green {
  color: #ffffff;
  background-color: #91CC63;
}

.btn.btn-green:hover, .btn.btn-green:focus,
.btn.btn-green .btn-green.focus {
  color: #91CC63;
  border: 1px solid #91CC63;
  background: transparent;
}

.btn.btn-green i {
  font-size: 1.5rem;
  margin-right: 10px;
}

.btn.btn-whats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* HEADER */
header {
  background: #ffffff;
}

header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 9999;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-brand {
  padding: 40px 70px;
  background: url("/img/logo-letras-cafe.png") no-repeat 0 50%;
  background-size: contain;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  padding: .25rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #91CC63;
}

.navbar-light .navbar-nav .nav-link {
  color: #252525;
  padding: .25rem 1rem;
}

.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%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbarNav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#Mezclas #mezclas {
  color: #91CC63;
}

#Servicios #servicios {
  color: #91CC63;
}

#Cafemania #cafemania {
  color: #91CC63;
}

#Porque #porque {
  color: #91CC63;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* FOOTER */
.navbar-footer {
  margin-top: 7px;
}

.social-footer {
  padding-left: 0;
  text-align: right;
}

.social-footer li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.social-footer li a {
  color: #ffffff;
  font-size: 18px;
}

.footer-link.green:hover {
  color: #91CC63;
}

.footer-link.white:hover {
  color: #ffffff;
}

p.bottom {
  text-align: right;
  font-size: 13px;
}

/* CONTENT */
#mobile .scrollMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

#mobile .scrollMenu a.link {
  display: inline-block;
  margin-left: 20px;
}

#mobile .scrollMenu a.link .icon {
  width: 110px;
  height: 110px;
}

#mobile .scrollMenu a.link .icon .img-fluid {
  max-width: 50%;
}

.icon {
  width: 158px;
  height: 158px;
  border-radius: 100%;
}

#Porque .img-process {
  display: none;
}

.form-floating .form-control, .form-floating .form-select {
  border-radius: 2rem;
  padding-left: 1.5rem;
}

.form-floating .form-control:focus, .form-floating .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced4da;
}

.form-floating label {
  padding: 1rem 2rem;
}

#mapa #mapa_mx {
  width: 100%;
}

#mapa .img-process {
  position: absolute;
  top: 0;
  right: 5%;
}

#seleccion, #perfilado,
#tostado, #molido, #envasado,
#oaxaca, #veracruz, #chiapas, #hidalgo {
  display: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#seleccion.active, #perfilado.active,
#tostado.active, #molido.active, #envasado.active,
#oaxaca.active, #veracruz.active, #chiapas.active, #hidalgo.active {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.flex-width {
  width: 100%;
}

.state {
  fill: #C2C3C9;
}

.state path {
  fill: #C2C3C9;
}

#Nayarit, #Jalisco, #Colima, #San-luis-potosi,
#Queretaro, #Hidalgo, #Veracruz, #Puebla,
#Guerrero, #Oaxaca, #Tabasco, #Chiapas {
  fill: #6AA338;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#Nayarit path, #Jalisco path, #Colima path, #San-luis-potosi path,
#Queretaro path, #Hidalgo path, #Veracruz path, #Puebla path,
#Guerrero path, #Oaxaca path, #Tabasco path, #Chiapas path {
  fill: #6AA338;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.estado#Hidalgo:hover, .estado#Veracruz:hover, .estado#Oaxaca:hover, .estado#Chiapas:hover {
  fill: #D2096D;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.estado#Hidalgo:hover path, .estado#Veracruz:hover path, .estado#Oaxaca:hover path, .estado#Chiapas:hover path {
  fill: #D2096D;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* VIDEO */
.vjs-poster {
  background-size: cover;
}

.vjs-theme-fantasy .vjs-big-play-button {
  color: #ffffff;
}

.vjs-theme-fantasy .vjs-big-play-button:hover {
  color: #91CC63;
}

.vjs-theme-fantasy .vjs-play-progress, .vjs-theme-fantasy .vjs-play-progress::before {
  background-color: #91CC63;
}
/*# sourceMappingURL=general.css.map */