/*///////////////////////// GENERALES /////////////////////////*/
@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Bold.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Medium.otf);
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Light.otf);
  font-weight: light;
  font-style: normal;
}

body {
  font-family: "Lexend", sans-serif;
  color: #1d2946;
  background-color: white;
}

.lexend {
  font-family: "Lexend", sans-serif;
}

.satoshi {
  font-family: "Satoshi";
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.main-wrapper {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

.primary {
  color: #a6192e;
}

.blue {
  color: #1d2946;
}

.dark {
  color: #2a2927;
}

.light {
  color: #d3d5d6;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.underline {
  text-decoration: underline;
}

.deco-titles {
  position: relative;
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
}

.deco-titles::before {
  content: url(../images/deco-titles.svg);
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 35px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 0.4s ease-out;
  text-decoration: none !important;
  position: relative;
}

.btn-primary {
  color: white;
  position: relative;
  z-index: 1;
  border: 0;
}

.btn-primary::before,
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: right;
  border-radius: 40px;
  z-index: -1;
  transition: all 0.5s;
}

.btn-primary::before {
  background: linear-gradient(to right, #a6192e, #a6192e);
}

.btn-primary::after {
  background: linear-gradient(to right, #a6192e, #530d17);
}

.btn-primary:hover::after {
  opacity: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: white;
  box-shadow: none;
}

.button-link {
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-weight: 600;
}

.button-link span {
  font-size: 18px;
  margin-left: 6px;
  transition: 0.3s;
  font-weight: 600;
}

.button-link:hover {
  color: currentColor;
}

.button-link:hover span {
  margin-left: 15px !important;
}

/* FLOAT BTN */
.wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.wsp-float img {
  width: 35px;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
}

/*///////////////////////// HEADER /////////////////////////*/
header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0) 84%
  );
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  opacity: 0.5;
  top: 0;
}

.navbar-toggler {
  padding: 0;
}

/* Navegador principal */
.navbar-collapse {
  justify-content: center;
  display: flex;
}

.navbar {
  padding: 2rem;
}

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

.custom-nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navbar-brand {
  width: auto;
  margin: 0 3rem;
}

.navbar-brand img {
  min-width: 320px;
  height: auto;
  transition: 0.3s;
  filter: brightness(10);
}

.nav-item {
  min-width: 135px;
}

.nav-link {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  position: relative;
  padding: 6px 0px !important;
  text-align: center;
}

.nav-link:not(.nav-link-d)::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #1d2946;
  transition:
    width 0.3s ease 0s,
    left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after,
.nav-item.active .nav-link:after {
  width: 30px;
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-300px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

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

.bsnav-mobile .navbar.bsnav-dark {
      background-image: url(../images/bg-innovacion.svg);
    background-position: 10% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  padding: 0px 0 15px;
  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);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff;
  padding: 1.4rem 3rem;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand img {
  filter: none;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link {
  color: #1d2946 !important;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::before {
  background-color: #1d2946;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  height: 100vh;
  position: relative;
  line-height: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-title {
  position: absolute;
  text-align: center;
  margin: auto;
  z-index: 5;
  color: white;
  width: 100%;
  max-width: 770px;
  left: 0;
  right: 0;
  top: calc(50% - 100px);
  bottom: auto;
}

.main-title h1 {
  font-size: 56px;
}

.top-titles {
  background-color: #1d2946;
  color: white;
  font-weight: 300;
  padding: 0.4rem 0.8rem;
  width: fit-content;
  display: block;
  margin: 0 auto 1rem auto;
}

.main-section .carousel {
  height: 100vh;
}
.carousel-indicators{
  z-index: 8 !important;
}
.main-section .carousel-inner {
  height: 100%;
}

.main-section .carousel-item,
.main-section .carousel-item.active {
  height: 100%;
}

.main-section .carousel-item img,
.main-section .carousel-item.active img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.main-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: black;
  opacity: 0.6;
}

.deco-main {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  bottom: 0;
  z-index: 5;
  opacity: .6;
}
.hero-contact {
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 1rem;
  color: white;
  align-items: center;
      transform: rotate(-90deg);
    right: calc(0px - 40px);
}

.hero-contact .social-media-container {
  margin: 0;
}
.hero-contact .social-media-container .social-media{
  transform: rotate(90deg);
}
/*///////////////////////// 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);
  }
}

/*///////////////////////// NOSOTROS //////////////////////////*/
.about-us {
  padding: 6rem 0;
  background-image:
    url(../images/bg-about.svg), linear-gradient(to bottom, #f1f2f2, #ffffff);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  scroll-margin-top: 5rem;
}

.deco-about-container {
  position: relative;
}

.deco-about-container img {
  height: 530px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.counter-item {
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  min-height: 110px;
  padding: 0.6rem 1rem 1rem 1rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(ellipse, #1a3572 0%, #131b35);
  border-radius: 15px;
  line-height: 1;
}

.counter-item small {
  font-size: 18px;
}

.counter-number-container {
  display: flex;
  align-items: center;
}

.counter-number-container span {
  font-size: 22px;
  font-weight: 700;
}

.counter-number {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0.4rem;
}

.accordion-container {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.accordion-top {
  background-image: url(../images/bg-accordion.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 2rem 6rem;
}

.accordion .card {
  border: 0;
  border-bottom: 1px solid #d3d5d6 !important;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.accordion .card-header {
  background-color: transparent;
  border: 0;
  padding: 1.4rem 1.8rem;
}

.accordion .card-header button {
  outline: 0;
  background-color: transparent;
  border: 0;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  padding-right: 2rem;
  font-family: "Satoshi";
}

.accordion .card-header button::after {
  font-family: "Material Icons";
  left: auto;
  right: 2rem;
  top: 1.2rem;
  position: absolute;
  color: #a6192e;
  transition: 0.3s;
  font-size: 24px;
}

.accordion .card-header button[aria-expanded="true"]::after {
  content: "\e15b";
  transition: 0.3s;
}

.accordion .card-header button[aria-expanded="false"]::after {
  content: "\e145";
  color: #1d2946;
  transition: 0.3s;
}

.accordion .card-body {
  padding: 0.4rem 1.8rem 1.8rem 1.8rem;
}

.accordion .card-body img {
  border-radius: 15px;
}

.accordion .card {
  border-left: 5px solid #1d2946;
  transition: 0.3s;
}

.card:has(.collapse.show) {
  border-color: #a6192e;
}

/*///////////////////////// Productos //////////////////////////*/
.products {
  padding: 4rem 0 6rem 0;
  scroll-margin-top: 5rem;
}
.product-container {
  position: relative;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1d2946;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.product-container img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  transition: 0.3s;
  object-fit: cover;
}

.product-container:hover img {
  opacity: 0.2;
}

.product-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  z-index: 5;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  transition: 0.3s;
  padding: 0 1rem;
}

.product-container:hover .product-title {
  opacity: 0;
}

.product-hide-info {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 1.8rem 1.2rem;
  transition: 0.3s;
  transform: translateY(250px);
  opacity: 0;
}

.product-container:hover .product-hide-info {
  transform: translateY(0px);
  opacity: 1;
}

.product-hide-flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.product-links {
  padding-left: 1rem;
  margin: 0;
}

.product-links li::marker {
  color: #a6192e;
}

.product-links a {
  color: #ffffff;
  opacity: 0.8;
  font-weight: 300;
  transition: .3s;
}

.product-links a:hover {
   color: #e90527;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 76%
  );
  opacity: 0.7;
}

/* Marquesina */
.marquesina {
  overflow: hidden;
  white-space: nowrap;
  background: #a6192e;
  padding: 1rem 0;
  z-index: 10;
}

.marquesina-container {
  display: flex;
  width: max-content;
  animation: deslizar 60s linear infinite;
}

@keyframes deslizar {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-33.3%);
  }
}

.circle {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}

.marquesina-container .marquesina-line {
  display: inline-flex;
  gap: 1.6rem;
  padding-right: 1.6rem;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi";
  flex-shrink: 0;
  align-items: center;
}

/*///////////////////////// Innovación //////////////////////////*/
.innovation {
  background-image: url(../images/bg-innovacion.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0 0 0;
}

.innovation-bottom {
  margin-top: 5rem;
  border-top: 1px solid #ffffff28;
  padding-top: 1.6rem;
  padding-bottom: 4rem;
}

.innovation-bottom img {
  width: 310px;
  height: auto;
}

.innovation-right {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.137);
}

.innovation-title {
  background-color: white;
  padding: 1.2rem;
}

.innovation-txt {
  color: white;
  padding: 1.2rem 1.2rem 5rem 1.2rem;
}

.custom-list {
  padding-left: 0;
  list-style: none;
}

.custom-list li {
  margin-bottom: 0.4rem;
}

.custom-list li::before {
  content: "\e5ca";
  font-family: "Material Icons";
  color: #a6192e;
  margin-right: 0.4rem;
  top: 0.2rem;
  position: relative;
}

/*///////////////////// Servicios //////////////////*/
.services {
  background: url(../images/bg-servicios.svg), url(../images/bg-servicios-bottom.svg) #fbfbfb;
  background-position: left top, bottom right;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 6rem 0;
  scroll-margin-top: 5rem;
}

.service-icon-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.service-icon-container img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  display: block;
  margin: 0;
  transition: .3s;
}

.service-icon-container:hover img {
  transform: scale(1.1);
}


/*///////////////////// Contacto //////////////////*/
.contact {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  scroll-margin-top: 5rem;
}

.deco-contact {
  width: 45%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: 80px;
}

/* Formulario */
.form-control {
  border: 1px solid #1d29462d;
  border-radius: 5px;
  transition: 0.3s;
  background-color: transparent;
  color: #1D2946;
  padding: 0.4rem .6rem;
  font-weight: 300;
  font-size: 15px;
}

.form-control:hover,
.form-control:focus {
  border: 1px solid #1d29469a;
  box-shadow: none;
  background-color: transparent;
 color: #1D2946;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
 color: #1D2946;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
 color: #1D2946;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
 color: #1D2946;
  font-weight: 300;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
 color: #1D2946;
  font-weight: 300;
}

form label {
font-size: 14px;
font-weight: 600;
margin-bottom: .2rem;
text-transform: uppercase;
color: #1D2946;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: url(../images/bg-footer.svg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 5rem;
  color: white;
}

.footer-logo {
  width: 100%;
  max-width: 290px;
}

.social-media-container {
  display: flex;
  margin: 3rem 0 2rem 0;
}

.social-media {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50px;
  padding: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 12px;
  background-color: rgba(255, 255, 255, 0.15)
}

.social-media:hover {
background-color: #1441778f;
  transform: scale(1.1);
}

.social-media img {
  width: 32px;
}

.cv-container {
  border-radius: 15px;
  background-color: #1441778f;
  width: 100%;
  padding: 1.4rem;
}

.cv-container p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}

footer h6 {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  margin-bottom: 1.8rem;
  padding-bottom: 0.6rem;
}

footer h6::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #A6192E;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer a,
footer p {
  color: #ffffffd0;
    transition: 0.3s;
    font-weight: 300;
}

.footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.8rem;
}

.footer-contact li a,
.footer-contact li p {
  display: flex;
  gap: .2rem;
  margin-bottom: .8rem;
}

.footer-contact li a:hover {
  color: #A6192E !important;
}

.copy-end {
  background-color: #10172A;
}

.copy-end p {
  font-size: 14px !important;
  color: #ffffff88;
}

/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1360px) {
  .navbar-brand img {
    min-width: 290px;
}
.navbar-brand {
    margin: 0 1rem;
}

.nav-link {
    margin-right: .4rem !important;
    margin-left: .4rem !important;
}
}

@media (max-width: 1100px) {
  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.2rem 1rem;
}
    .navbar-brand img {
    min-width: 250px;
}
.nav-item {
    min-width: 125px;
}
}

@media (max-width: 1024px) {
    .nav-item {
        min-width: 100px;
    }

    .nav-link {
      font-size: 16px
    }

    .product-hide-flex {
    flex-direction: column;
    align-items: start;
    gap: 1.4rem;
}

}

@media (max-width: 768px) {
  .navbar {
    padding: 1rem;
  }

  .navbar-brand {
    margin: 0;
}

  .custom-nav {
    padding: 30px 40px !important;
  }

  .custom-nav-items {
    flex-direction: column;
        align-items: start;
  }

  .nav-link {
    margin-bottom: 1rem;
  }

  .hero-contact {
    right: calc(0px - 90px);
}

  .main-title {
    width: 100%;
    max-width: 90%;
  }

  .main-title h1 {
    font-size: 48px;
  }

  .nav-link::after {
    content: "";
    left: 0;
    right: auto;
  }

  .custom-nav .navbar-nav {
    padding: 10px 20px;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }

  .product-hide-info {
    transform: translateY(0px);
    opacity: 1;
}

.product-title {
  display: none;
}

  .innovation-bottom {
    margin-top: 2rem;
}
.accordion-top {
    padding: 2rem;
}
}

@media (max-width: 525px) {
  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

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

  .main-title {
    top: calc(28%);
}

 .main-title h1 {
        font-size: 42px;
    }

    
.deco-main {
    opacity: .3;
}

.hero-contact {
    transform: none;
    bottom: 2rem;
    left: 0;
    right: 0;
    justify-content: center;
}
.hero-contact .social-media-container .social-media {
    transform: none;
}
.about-us {
  padding: 4rem 0;
}

.product-container {
    min-height: 460px;
}
.product-container:hover img {
    opacity: 0.5;
}
}

@media (max-width: 376px) {

}
