@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@300&display=swap");
* {
  margin: 0;
  padding: 0; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-light-grey {
  background-color: #999999 !important; }

.bg-grey {
  background-color: #666666 !important; }

.bg-special-grey {
  background-color: #525252 !important; }

.bg-dark-grey {
  background-color: #333333 !important; }

.bg-yellow {
  background-color: #F2E099 !important; }

.bg-light-red {
  background-color: #D42B34 !important; }

.text-white {
  color: #FFFFFF !important; }

.text-black {
  color: #000000 !important; }

.text-light-grey {
  color: #999999 !important; }

.text-grey {
  color: #666666 !important; }

.text-special-grey {
  color: #525252 !important; }

.text-dark-grey {
  color: #333333 !important; }

.text-yellow {
  color: #F2E099 !important; }

.text-light-red {
  color: #D42B34 !important; }

.text-light-green {
  color: #25D366 !important; }

.font-open-sans {
  font-family: "Open Sans", sans-serif; }

.font-poppins {
  font-family: "Poppins", sans-serif; }

.size-14 {
  font-size: 14px; }

.size-16 {
  font-size: 16px; }

.size-18 {
  font-size: 18px; }

.size-20 {
  font-size: 20px; }

.size-24 {
  font-size: 24px; }

.size-32 {
  font-size: 32px; }

.size-36 {
  font-size: 36px; }

.size-64 {
  font-size: 64px; }

body {
  font-family: "Poppins", sans-serif; }

.initial-section {
  padding-top: 50px; }

.title-bg-image {
  background-image: url("../img/titles-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.special-button {
  color: #333333;
  background-color: #F2E099;
  border-radius: 10px 10px 10px 10px;
  border: none;
  padding: 10px 35px 10px 35px; }

.pt-5rem {
  padding-top: 5rem; }

.pb-5rem {
  padding-bottom: 5rem; }

#scrolling-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20; }

nav {
  position: relative !important; }

.top-navbar {
  height: 40px;
  font-size: 14px; }
  .top-navbar .nav-item {
    padding-right: 0.5rem; }
  .top-navbar span {
    color: #FFFFFF !important;
    padding-right: 0.5rem; }
    .top-navbar span a {
      color: inherit;
      text-decoration: none; }

.principal-navbar {
  height: 130px;
  font-size: 18px;
  box-shadow: 0px 2px 5px #999999; }
  .principal-navbar li {
    padding: 0px 10px; }

.navbar-toggler {
  display: none; }

#corousel-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%); }

#home-products-bg-image {
  background-image: url("../img/home-products-background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#home-whatsapp-bg-image {
  background-image: url("../img/home-banner-whatsapp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#home-email-bg-image {
  background-image: url("../img/home-banner-email.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.presentation-button {
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 15px 5px 15px;
  color: #999999;
  border: 2px solid #999999; }

.presentation-button-selected {
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 15px 5px 15px;
  color: #000000;
  border: 2px solid #D42B34; }

.shadow-card {
  box-shadow: 0px 4px 5px #999999;
  border-radius: 0px 0px 10px 10px; }

footer {
  margin-top: 88px; }
  footer a {
    color: #FFFFFF; }
    footer a:hover {
      color: #999999; }

@media screen and (min-height: 900px) {
  #footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%; } }

.accordion-button {
  background-image: url(""); }
  .accordion-button:focus {
    box-shadow: none;
    border-color: #FFFFFF; }
  .accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #525252;
    box-shadow: none; }
    .accordion-button:not(.collapsed)::after {
      background-image: url("../img/down-arrow-icon.svg"); }
  .accordion-button::after {
    background-image: url("../img/down-arrow-icon.svg"); }

@media (max-width: 576px) {
  #scrolling-whatsapp {
    display: none; }
  .top-navbar {
    display: none; }
  .principal-navbar {
    height: auto !important; }
  #principal-navbar-container {
    justify-content: space-between !important; }
  .navbar-brand img {
    width: 220px; }
  #navbar-links {
    display: none !important; }
  .navbar-toggler {
    display: block;
    border: none; }
    .navbar-toggler:focus {
      box-shadow: none !important; }
  #navbarToggle {
    position: absolute;
    width: 100%;
    z-index: 20; }
  #banner-one img {
    content: url("../img/mobile/home-banner-one.jpg"); }
  #banner-two img {
    content: url("../img/mobile/home-banner-two.jpg"); }
  #banner-three img {
    content: url("../img/mobile/home-banner-three.jpg"); }
  #banner-subtitle {
    font-size: 0.7rem !important; }
  #banner-title {
    font-size: 1.1rem !important; }
  #banner-button-section {
    padding-top: 1rem !important; }
    #banner-button-section a button {
      padding: 0.7rem 1.2rem 0.7rem 1.2rem !important; }
  #principal-information {
    flex-direction: column;
    justify-content: space-between !important; }
    #principal-information div {
      margin-bottom: 10px; }
  #truck-icon-img {
    width: 94px;
    height: 60px; }
  #home-products {
    flex-direction: column;
    justify-content: space-between !important; }
    #home-products div {
      margin-bottom: 20px; }
  #home-whatsapp-bg-image {
    background-image: url("../img/mobile/home-banner-whatsapp.jpg") !important;
    min-height: 420px; }
    #home-whatsapp-bg-image div {
      position: relative;
      top: -20px;
      padding-left: 0 !important; }
  #home-contact-empty-col {
    display: none; }
  #home-email-bg-image {
    background-image: url("../img/mobile/home-banner-email.jpg") !important; }
    #home-email-bg-image div {
      flex-direction: column !important;
      padding-left: 0 !important; }
      #home-email-bg-image div .col {
        margin-bottom: 40px; }
  .images-section {
    margin-bottom: 15px; }
  #contact-information-section {
    flex-direction: column !important; }
    #contact-information-section .card-info {
      width: 100% !important;
      margin-bottom: 40px; }
  #hands-img {
    display: none; }
  footer #logo-section {
    text-align: center;
    order: 6 !important; }
  footer #footer-social-media {
    display: flex;
    justify-content: space-between; }
    footer #footer-social-media h5 {
      display: inline; }
    footer #footer-social-media span {
      width: 50%; }
      footer #footer-social-media span a img {
        width: 35px; } }
