/*///////////////////////// GENERALES /////////////////////////*/
@font-face {
  font-family: "American Typewriter";
  src: url("../fonts/American-Typewriter-Regular.ttf");
}

@font-face {
  font-family: "Kompeni";
  src: url("../fonts/Kompeni-Regular.ttf");
}

@font-face {
  font-family: "VTCEva-Maria";
  src: url("../fonts/VTCEva-Maria.ttf");
}
@media screen and (min-width: 1600px) {
  .col-xxl-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
.hidden {
  visibility: hidden;
}

:root {
  --animate-delay: 1s;
  --animate-duration: 1.5s;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
}

body {
  font-family: "American Typewriter";
  color: #f5e6cf;
}

* {
  scroll-behavior: smooth;
}

section {
  overflow: hidden !important;
}

.american {
  font-family: "American Typewriter";
}

.kompeni {
  font-family: "Kompeni";
  line-height: 1.1;
}

.maria {
  font-family: "VTCEva-Maria";
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1 {
  font-size: 64px;
}

h2,
.h2 {
  font-size: 56px;
}

h3,
.h3 {
  font-size: 48px;
}

h4,
.h4 {
  font-size: 34px;
  line-height: 1;
}

a:hover {
  text-decoration: none;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.black {
  color: #000000;
}

.red {
  color: #cf1924;
}

.blue {
  color: #2f2481;
}

.green {
  color: #365a00;
}

.whatsapp-mobile {
  position: fixed;
  z-index: 700;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.9;
  transition: all ease 0.25s;
}

.whatsapp-mobile {
  width: 56px;
  height: 56px;
}

.whatsapp-mobile:hover {
  opacity: 1;
  transition: all ease 0.25s;
  transform: scale(1.1);
}

/* HEADER  */
.menu {
  background-color: transparent;
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: 1.6rem 4rem;
  border-bottom: 2px solid #cf1924;
}

.navbar-nav {
  justify-content: space-between;
  width: 100%;
}

.navbar-brand img {
  width: 280px;
}

.header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  z-index: 0;
  opacity: 0.3;
}

.bsnav-sticky-slide.sticked.in {
  background-color: rgb(0, 0, 0);
  box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
}

.sticked.in.navbar {
  padding: 1.6rem 2rem;
}

.bsnav-sticky-slide.sticked.in .navbar-brand img {
  width: 130px;
}

.nav-link {
  font-size: 21px;
  font-weight: 600;
  color: #f7e8d0 !important;
  margin-right: 0.6rem !important;
  margin-left: 0.6rem !important;
  padding-bottom: 0px;
  position: relative;
  padding: 8px 15px !important;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.nav-link::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #f7e8d0;
  border-radius: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: 0 auto;
  transition: 0.4s;
  transform: translateY(150px);
}

.nav-link:hover::after,
.active .nav-link::after {
  transform: translateY(0px);
}

.nav-link:hover,
.active .nav-link {
  color: #f7e8d0 !important;
}

/* Bs nav para el menú mobile */
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background-color: white !important;
  transition: 0.3s;
}

.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  background-color: #cf1924 !important;
}

.bsnav-mobile .navbar .nav-link {
  color: #ffffff !important;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-sticky-slide.sticked.in .navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent !important;
}

/* MAIN */
.main-section {
  min-height: 120vh;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.1;
}

.main-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -5;
  object-position: top center;
}

.main-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
}

/*///////////////////////// animation zoom /////////////////////////*/

.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Carousel */
.main-carousel {
  margin-top: -215px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 29%
  );
  padding: 3rem 0 6rem 0;
}

#mainCarousel .f-carousel__slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  position: relative;
}

#mainCarousel .f-carousel__slide img {
  border-radius: 40px;
  width: 100%;
  object-fit: cover;
}

.youtube-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 150px !important;
  color: #fd0202;
  border-radius: 0 !important;
}
.video-container video{
  border-radius: 30px;
  object-fit: cover;
  width: 100%;
}
.img-xl {
  height: 500px;
}

.img-lg {
  height: 200px;
}

.img-sm {
  height: 290px;
}

.f-carousel__dots li button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.4rem;
  padding: 0;
  border: 1px solid white;
  border-style: dashed;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.f-carousel__dots li {
  opacity: 1;
}

.f-carousel__dots li span {
  opacity: 0;
}

.f-carousel__dots li.is-current button,
.f-carousel__dots li.is-current button span {
  background-color: white;
}

/* Encontranos */
.encontranos {
  background: url(../images/bg-encontranos.svg) #bd221ee3;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.logo-container {
  border-radius: 50px;
  padding: 2rem;
  background-color: #f6e8d0;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}

/* Nosotros */
.nosotros {
  padding: 4rem 0;
  background-color: #ab1a17;
  position: relative;
}

.text-container {
  background-color: #f7e8d0;
  border-radius: 15px;
  padding: 1.4rem;
  min-height: 135px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.text-container-deco::before {
  content: url(../images/deco-bandera.svg);
  position: absolute;
  right: 0;
  height: 100%;
}

.logo-camara {
  width: 85%;
}

.centro-logistico {
  width: 400px;
  margin-left: auto;
}

.carbones-container {
  border: 2px solid;
  border-color: #f7e8cf;
  border-style: dashed;
  border-radius: 20px;
  padding: 2rem;
}

.carbones-center-container {
  position: relative;
  width: 100%;
  height: 400px;
}

.carbones-center {
  position: absolute;
  left: -50px;
  right: 0;
  margin: 0 auto;
  height: 700px;
  bottom: -100px;
  filter: drop-shadow(0 0 0.75rem rgba(48, 48, 48, 0.723));
}

.caracteristicas-container {
  border-radius: 35px;
  background-color: #f7e8d0;
  padding: 1.4rem;
  position: relative;
}

.caracteristicas-container h5 {
  width: 65%;
}

.caracteristicas-container p {
  font-size: 19px;
  margin-bottom: 0;
  line-height: 1.1;
  width: 65%;
}

.caracteristicas-container img {
  position: absolute;
  right: -1rem;
  top: 1.2rem;
  height: 80%;
  bottom: 0;
  left: auto;
}

.nosotros::after {
  content: "";
  position: absolute;
  width: 4000px;
  height: 120px;
  background-color: #cf1924;
  left: 0;
  right: 0;
  bottom: 120px;
  z-index: -1;
}

/* Nosotros galeria */
.nosotros-galeria {
  background-color: #000000;
  padding: 5rem 0;
}

.image-container {
  position: relative;
}

.image-container img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.image-text {
  border-radius: 20px;
  background-color: #f7e8d0;
  padding: 1rem;
  position: relative;
  font-family: "Kompeni";
  color: #cf1924;
  font-size: 20px;
  line-height: 1.1;
  position: absolute;
  right: -1rem;
  width: 260px;
  bottom: 3rem;
  text-align: center;
}

.image-text-left {
  left: -1rem;
}

/* Productos */
.productos-container {
  background-color: #000000;
  padding: 8rem 4rem 4rem 4rem;
  margin-top: -6rem;
}

.productos {
  background: url(../images/bg-encontranos.svg) #aa1a17;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 4rem;
  border-radius: 50px;
}

.product-container {
  border: 2px solid #f7e8d0;
  border-radius: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 340px;
}

.product-container h5 {
  font-size: 26px;
  font-weight: 500;
}

.product-left {
  color: #000000;
  background-color: #f7e8d0;
  padding: 1rem;
  height: 100%;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  line-height: 1.1;
}

.product-left p {
  font-size: 16px;
}

.product-right {
  margin: 0 auto;
}

.product-right img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

/* Recomendaciones */
.recomendaciones {
  background-color: #000000;
  padding: 4rem 0 6rem 0;
}

#recommendationsCarousel .f-carousel__slide {
  width: 50%;
  padding: 1rem;
}

#recommendationsCarousel .f-carousel__nav .f-button {
  border: 1px solid white;
  border-style: dashed;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0.2rem;
  color: white;
}

#recommendationsCarousel .f-carousel__nav .f-button.is-next {
  right: -35px !important;
}

#recommendationsCarousel .f-carousel__nav .f-button.is-prev {
  left: -35px !important;
}

.reco-container {
  border-radius: 40px;
  border: 2px solid white;
  border-style: dashed;
  padding: 3rem;
  min-height: 350px;
}

.reco-text {
  padding: 1rem 2rem;
  color: white;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contacto */
.contacto {
  background: url(../images/bg-contacto.svg) #000000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 12rem 0 9rem 0;
  margin-top: -8rem;
}

.contacto-container {
  border-radius: 40px;
  background-color: #f7e8d0;
  padding: 2rem;
  position: relative;
  height: 440px;
}

.contacto-btn-group {
  background-color: #000000;
  padding: 0.6rem 1.6rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 1.4rem;
}

.contacto-btn-group a {
  color: white;
  font-size: 24px;
  transition: 0.3s;
}

.contacto-btn-group a:hover {
  color: #da0a1b;
}

.divider {
  height: 30px;
  width: 1px;
  background-color: white;
  margin: 0 1.8rem;
}

.contacto-mapa {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.contacto-deco {
  position: absolute;
  left: 3rem;
  height: 75%;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* FOOTER */
footer {
  background: #ab0d1a;
  padding: 4rem 0 0;
  position: relative;
}

.logo-footer {
  max-width: 195px;
  margin: 0 auto;
}

footer ul {
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
  padding: 0;
}

footer ul li {
  margin: 1rem;
}

footer a {
  transition: 0.3s;
  color: white;
  font-size: 21px;
}

footer a:hover {
  text-decoration: none;
  color: #000000 !important;
}

.copyright {
  background-color: #990a16;
  z-index: 1;
  bottom: 0;
  margin-top: 3rem;
  padding: 0.4rem 0;
}

.copyright p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 1360px) {
  .carbones-center {
    left: -20px;
    height: 660px;
  }

  .f-carousel__nav {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 3rem;
  }

  .f-carousel__nav button {
    position: relative !important;
    transform: none;
    margin: 0 0.5rem;
  }

  #recommendationsCarousel .f-carousel__nav .f-button.is-next {
    right: -0px !important;
  }

  #recommendationsCarousel .f-carousel__nav .f-button.is-prev {
    left: -0px !important;
  }

  .productos-container {
    padding: 8rem 3rem 4rem 3rem;
  }

  .productos {
    padding: 3rem 2rem;
  }

  .product-container h5 {
    font-size: 24px;
  }
}

@media (max-width: 1240px) {
  .carbones-center {
    left: -20px;
    height: 600px;
  }

  .caracteristicas-container p {
    font-size: 18px;
  }
  .productos-container {
    padding: 8rem 2rem 4rem 2rem;
  }

  .productos {
    padding: 3rem 1.6rem;
  }

  .product-container h5 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 26px;
  }

  .carbones-center {
    left: -30px;
    bottom: -50px;
    height: 450px;
  }

  .centro-logistico {
    margin-left: 0;
  }

  .caracteristicas-container img {
    top: 0rem;
    height: 100%;
  }

  .recomendaciones-logo {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .navbar {
    padding: 1.2rem;
  }

  .nav-link {
    font-size: 20px;
  }

  #mainCarousel .f-carousel__slide img {
    border-radius: 30px;
  }

  .carbones-center {
    left: 0px;
    bottom: 30px;
    height: auto;
    width: 100%;
  }
  .productos {
    padding: 3rem 1rem;
  }
  .product-left {
    width: 48%;
  }

  .recomendaciones {
    text-align: center;
  }
  .contacto-container {
    height: auto;
  }

  .logo-footer {
    max-width: 150px;
  }
}

@media (max-width: 525px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .main-section {
    min-height: 110vh;
  }

  .main-carousel {
    margin-top: -320px;
  }

  .img-xl {
    height: 420px;
  }

  .img-sm {
    height: 220px;
  }

  .encontranos {
    background: url(../images/bg-encontranos.svg) #bd221ee3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo-container {
    border-radius: 30px;
    padding: 1rem;
  }

  .centro-logistico {
    width: 100%;
  }

  .caracteristicas-container img {
    top: 1.8rem;
    height: 70%;
    right: -0.5rem;
  }

  .caracteristicas-container p {
    width: 70%;
  }

  .image-text {
    right: -0.5rem;
  }

  .image-text-left {
    left: -0.5rem;
  }

  .productos-container {
    padding: 6rem 1rem 3rem 1rem;
  }
  .productos {
    padding: 2rem 0rem;
    background-size: cover;
    border-radius: 40px;
  }

  .product-container {
    min-height: auto;
  }

  .product-container h5 {
    font-size: 22px;
  }

  .product-left {
    height: 100%;
    min-height: auto;
    width: 50%;
  }

  .product-right img {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }

  #recommendationsCarousel .f-carousel__slide {
    width: 90%;
    padding: 1rem;
  }

  .contacto {
    padding: 8rem 0 9rem 0;
    background: url(../images/bg-contacto.svg) #000000;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .contacto-container {
    height: 390px;
  }

  footer ul {
    display: block;
  }

  footer ul li {
    margin: 1rem 0;
  }
}
