
@import '/node_modules/font-awesome/css/font-awesome.min.css';

/* Sidebar */

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
}

.sidebar-container, .card-block {
  /*max-width: 75% !important;*/
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-area-main {
  --bs-gutter-x: 0 !important;
}


.dropdown-toggle { outline: 0; }

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

/* Fits slider images to container */
.carousel-item img {
  width: 100%;
  height: auto;
}

/*Footer customization*/
.footer-container {
  background: #EC1B30;
  max-width: 100% !important;
}

.footer-link {
  color: white !important;
  font-weight: 250;
}

/* Fit images to carousel slide */
#myCarousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
  overflow: hidden;
}

/* Adjust logo to navbar */
.navbar-logo {
max-width: 15%;
}

a.nav-link {
  font-size: small;
}

/* Apply black shadow on main categories heading (Home) */

.main-categories-heading {
text-shadow: 2px 2px 4px #000000 !important;
}

.sm-icons {
flex-direction: row;
}

.brands-image {
  max-width: 100;
  height: auto;
}

body,html {
  height: 100%;
  background-color: white;
}

/* Nuestras Marcas Carousel */
.container {
  overflow: hidden;
}
  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
  }

  .slider-back {
    animation: slideout 30s linear infinite;
    white-space: nowrap;
  }
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
    }
      .fab {
        width: calc(100% / 7);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
      }

      .faf {
        width: calc(100% / 6);
        animation: fade-out 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) backwards;
      }

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideout {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* /Nuestras Marcas Carousel */

.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366 !important;
	color:#FFF !important;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: color 2s;
  transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  -moz-transition: color .5s;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px 3px #999;
  z-index:100;
}

.whatsapp-float:hover {
  background-color:#fff !important;
	color:#25d366 !important;
}



.whatsapp-icon-float{
	margin-top:16px;
}

.slide-title {
	text-shadow: -1px 1px 0 #000,
                1px 1px 0 #000,
                1px -1px 0 #000,
                -1px -1px 0 #000;
}

.home-card-link {
  text-decoration: none !important;
}

.home-card {
  background-repeat: no-repeat;
  background-position: center center; 
}


.card-img-top {
  padding: 20px !important;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 960px) {
  .sm-icons > .nav-item:not(:first-child) {
    padding-left: 2.5em;
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (max-width: 720px) {

  .navbar-logo {
    max-width: 45%;
  }

  .row.g-5 {
    margin: -48px 0px 0px 0px;
  }

  .main-menu {
    padding-left: 25px;
  }
}