@font-face {
  font-family: Avenir;
  src: url("../fonts/Avenir-Book.woff");
}
@font-face {
  font-family: AvenirBold;
  src: url("../fonts/Avenir-Heavy.woff");
}
@font-face {
  font-family: AvenirLight;
  src: url("../fonts/Avenir-Light.woff");
}
@font-face {
  font-family: AvenirBlack;
  src: url("../fonts/Avenir-Black.woff");
}
@font-face {
  font-family: AvenirMedium;
  src: url("../fonts/Avenir-Medium.woff");
}
@font-face {
  font-family: Oregano;
  src: url("../fonts/Oregano-Regular.woff");
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Avenir;
  background: #ffffff;
}

@font-face {
  font-family: Avenir;
  src: url("../fonts/Avenir-Book.woff");
}
@font-face {
  font-family: AvenirBold;
  src: url("../fonts/Avenir-Heavy.woff");
}
@font-face {
  font-family: AvenirLight;
  src: url("../fonts/Avenir-Light.woff");
}
@font-face {
  font-family: AvenirBlack;
  src: url("../fonts/Avenir-Black.woff");
}
@font-face {
  font-family: AvenirMedium;
  src: url("../fonts/Avenir-Medium.woff");
}
@font-face {
  font-family: Oregano;
  src: url("../fonts/Oregano-Regular.woff");
}
.bg-red {
  background: #E20714 !important;
}

.btn-green {
  background: #00973A;
  width: 150px;
  height: 5.1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 0 1.8rem;
  transition: 0.3s ease-in-out;
}
.btn-green:hover {
  color: #ffffff;
  padding: 0 1.8rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .btn-green {
    width: 100%;
    height: 4rem;
    justify-content: center;
  }
}

.btn-send-email {
  background: #00973A;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-family: AvenirLight;
  transition: 0.3s ease-in-out;
}
.btn-send-email:hover {
  color: #ffffff;
  transform: scale(1.05);
}

.text-green {
  color: #00973A;
}

.text-red {
  color: #E20714;
}

.btn-order {
  background: #2D2D2C;
  width: 230px;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
  line-height: 1.5rem;
  font-size: 1.3rem;
  font-family: AvenirMedium;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.btn-order:hover {
  color: #ffffff;
  transform: scale(1.05);
}
@media (max-width: 1268px) {
  .btn-order {
    font-size: 1.1rem;
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .btn-order {
    font-size: 1.1rem;
    width: 200px;
    height: 55px;
  }
}

.navbar {
  height: 87px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: #E20714;
  transition: 0.3s ease-in-out;
}

.main-menu .nav-item .nav-link {
  color: #ffffff;
  height: 5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 0 1rem;
  transition: 0.3s ease-in-out;
}
.main-menu .nav-item .nav-link:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
}
.main-menu .nav-item .nav-link.active {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff !important;
}
.navbar-light .navbar-nav .show > .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link:focus {
  color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.select-language .nice-select {
  border-radius: 0;
  height: 5rem;
  line-height: 5rem;
  font-size: 1rem;
  color: #ffffff;
  background: #E20714;
  border: 0px solid #ffffff;
}
.select-language .nice-select .list {
  color: #2D2D2C;
  background: #ffffff;
  border: none;
  top: 80%;
}
.select-language .nice-select .option {
  padding-left: 2rem;
  padding-right: 0;
}
.select-language .nice-select .option.selected {
  color: #00973A;
}
.select-language .nice-select .option:hover {
  background: #00973A;
  color: #ffffff;
}

.select-language .nice-select .list {
  width: 170px;
}

.nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.navbar-light .navbar-toggler {
  color: white;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
}

.navbar-toggler {
  height: 5rem;
  background: rgba(0, 0, 0, 0.1);
}
.navbar-toggler.collapsed {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  .navbar {
    height: auto;
    padding: 0;
  }

  .main-menu .nav-item .nav-link {
    height: 3rem;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 0.9rem;
  }
}
h1, h2 {
  font-family: Oregano;
  color: #ffffff;
}

h3, h4, h5 {
  color: #ffffff;
}

@media (max-width: 768px) {
  h4 {
    font-size: 1.3rem;
  }

  h1 {
    font-size: 1.7rem;
  }
}
.text-dark {
  color: #2D2D2C;
}

.form-control {
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  border-left: 5px solid #ffffff;
}
.form-control:hover, .form-control:focus {
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  border-left: 5px solid #ffffff;
}
.form-control:focus {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px whitesmoke;
}

.parsley-errors-list {
  list-style: none;
  position: absolute;
  right: 0.9rem;
  bottom: -1rem;
}
.parsley-errors-list .parsley-required {
  color: #ffffff;
  font-size: 0.8rem;
  background: #E20714;
  width: max-content;
  padding: 0.1rem 0.4rem;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .parsley-errors-list .parsley-required {
    font-size: 0.7rem;
  }
}
.parsley-errors-list .parsley-type {
  color: #ffffff;
  font-size: 0.8rem;
  background: #E20714;
  width: max-content;
  padding: 0.1rem 0.4rem;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .parsley-errors-list .parsley-type {
    font-size: 0.7rem;
  }
}
.parsley-errors-list .parsley-pattern {
  color: #ffffff;
  font-size: 0.8rem;
  background: #E20714;
  width: max-content;
  padding: 0.1rem 0.4rem;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .parsley-errors-list .parsley-pattern {
    font-size: 0.7rem;
  }
}

.dropdown-menu {
  padding: 0;
  color: #2D2D2C;
}
.dropdown-menu .dropdown-item {
  padding: 0.5rem 2rem;
  color: #2D2D2C;
}
.dropdown-menu .dropdown-item.disabled {
  background: rgba(216, 216, 216, 0.1);
  color: #00973A;
  font-family: AvenirMedium;
}
.dropdown-menu .dropdown-item:hover {
  background: #00973A;
  color: #ffffff;
}

.logo {
  width: auto;
  height: 4.5rem;
}

.line-white {
  width: 5px;
  height: 2.5rem;
  background: #ffffff;
}

/*CONTACT*/
.contact {
  background: #2D2D2C;
  width: 100%;
  height: auto;
  padding: 2.5rem 0.5rem;
}

.line-red-contact {
  width: 450px;
  height: 5px;
  background-image: url("../img/line_red_large.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .line-red-contact {
    width: 320px;
    height: 5px;
  }
}

.telephone {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: AvenirBold;
  text-align: center;
}
.telephone:hover {
  color: #ffffff;
}

.telephone-red {
  width: 30px;
  height: auto;
  margin: 0 0.5rem;
}

/*FOOTER*/
.footer {
  height: auto;
  background: #ffffff;
  padding: 0.6rem 1rem;
}

.logo-chx {
  width: auto;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .logo-chx {
    height: 2rem;
  }
}

.line-left-dark {
  border-left: 1px solid #3F3F3E;
}
@media (max-width: 991px) {
  .line-left-dark {
    border-left: 0px solid #2D2D2C;
  }
}

.icon-footer {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  margin: 0 0.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #2D2D2C;
}

.logo-instagram {
  width: 20px;
  height: 20px;
}

.logo-facebook {
  width: 20px;
  height: 20px;
}

.line-gradient {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #E20714, #00973A);
}

/*CONTENT*/
.content {
  background: #f7f7f7;
}

.box-text-sauce {
  width: 420px;
  height: auto;
  display: flex;
  justify-content: start;
}
@media (max-width: 420px) {
  .box-text-sauce {
    width: 320px;
  }
}

.text-sauce {
  font-family: Oregano;
  color: #2D2D2C;
  font-size: 1.9rem;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .text-sauce {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .text-sauce {
    font-size: 1.3rem;
  }
}

.logo-salsabrosita {
  width: 200px;
  height: auto;
}
@media (max-width: 1268px) {
  .logo-salsabrosita {
    width: 150px;
  }
}

.img-sauces {
  width: 450px;
  height: auto;
}
@media (max-width: 1268px) {
  .img-sauces {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .img-sauces {
    width: 280px;
  }
}
@media (max-width: 420px) {
  .img-sauces {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .img-green-sauce {
    width: 200px;
  }
}
@media (max-width: 420px) {
  .img-green-sauce {
    width: 180px;
  }
}

@media (max-width: 1268px) {
  .img-totopos {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .img-totopos {
    width: 280px;
  }
}
@media (max-width: 420px) {
  .img-totopos {
    width: 250px;
  }
}

.icon-btn-es {
  width: 50px;
  height: auto;
  margin-top: 3px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .icon-btn-es {
    margin-right: -9px;
  }
}

.icon-btn-us {
  width: 50px;
  height: auto;
  margin-top: 3px;
  margin-right: -35px;
}
@media (max-width: 768px) {
  .icon-btn-us {
    margin-right: -9px;
  }
}

.icon-btn-fr {
  width: 50px;
  height: auto;
  margin-top: 3px;
  margin-right: -5px;
}
@media (max-width: 768px) {
  .icon-btn-fr {
    margin-right: -9px;
  }
}

.line-green-content {
  width: 150px;
  height: 7px;
  background-image: url("../img/line_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.line-green-content2 {
  width: 520px;
  height: 25px;
  background-image: url("../img/line_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .line-green-content2 {
    width: 220px;
    height: 15px;
  }
}

.line-red-content {
  width: 150px;
  height: 10px;
  background-image: url("../img/line_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.line-red-content2 {
  width: 420px;
  height: 30px;
  background-image: url("../img/line_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .line-red-content2 {
    width: 220px;
    height: 25px;
  }
}

.line-red-content3 {
  width: 250px;
  height: 15px;
  background-image: url("../img/line_red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.line-left-white {
  border-left: 2px solid #fff;
  width: 5px;
  height: 30px;
}
@media (max-width: 991px) {
  .line-left-white {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
