/*///////////////////////// GENERALES /////////////////////////*/
@import url('https://use.fontawesome.com/releases/v6.6.0/css/all.css');
body {
  font-family: "DM Sans", sans-serif;
  color: #54555a;
  background-color: white;
}

img {
  width: 100%;
}

a {
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  color: #1b9bd5 !important;
}

strong,
b {
  font-weight: 700;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.space {
  font-family: "Space Grotesk", sans-serif;
}

.main-wrapper,
.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;
}
.fz-15{font-size: 15px;}
.primary {
  color: #104986;
}

.light-blue {
  color: #1b9bd5;
}

.green {
  color: #35a15d;
}

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

h1,
.h1 {
  font-size: 3.2rem;
}

h2,
.h2 {
  font-size: 2.6rem;
  line-height: 1;
}

.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;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/

.btn {
  border-radius: 70px;
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 12px 20px;
  display: flex;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: fit-content;
}

.btn::after {
  content: "";
  background-color: #1b9bd5;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 12px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: -1;
}

.btn-arrow {
  width: 60px;
  height: 60px;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 1;
}

.btn:hover::after {
  width: 500px;
  height: 500px;
  right: -5px;
}

.btn-primary {
  border: 0;
  color: #37383e;
  background-color: #ffffff;
}

.btn-primary:hover {
  color: #ffffff !important;
}

.outline-btn {
  border-radius: 26px;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  color: #1b9bd5;
  background-color: #fff;
  border: 1px solid #1b9bd5;
  width: fit-content;
}

.outline-btn span,
.blue-btn span {
  margin-left: 12px !important;
  transition: all 150ms ease-out;
}

.outline-btn:hover span,
.outline-btn:focus span,
.blue-btn:hover span,
.blue-btn:focus span {
  margin-left: 20px !important;
}

.blue-btn {
  border-radius: 26px;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  color: #fff;
  background-color: #1b9bd5;
  border: 1px solid #1b9bd5;
  width: fit-content;
}

.blue-btn:hover {
  color: white !important;
}
/* FLOAT BTN */
/* .wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  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: .3s;
}

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

/*///////////////////////// HEADER /////////////////////////*/

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

.navbar-brand img {
  width: 300px;
  transition: 0.3s;
}

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

.navbar {
  padding: 1rem 2rem;
  background-color: white;
  border-top: 4px solid #1b9bd5;
}

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

.nav-link {
  font-size: 20px;
  font-weight: 400;
  color: #37383e !important;
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
  position: relative;
  padding: 10px 0px 6px 0px !important;
}

.nav-link.active-nav {
  color: #1b9bd5 !important;
}

.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: #1b9bd5;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

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

.nav-link i {
  font-size: 14px;
  margin-left: 6px;
  color: #1b9bd5;
}

.nav-link-btn {
  border-radius: 26px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding: 8px 20px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  color: #fff;
  background-color: #104986;
}

.nav-link-btn:hover,
.nav-link-btn:focus,
.nav-link-btn:active,
.nav-link-btn:not(:disabled):not(.disabled).active,
.nav-link-btn:not(:disabled):not(.disabled):active,
.show > .nav-link-btn.dropdown-toggle {
  background-color: #003165;
  color: #fff;
  transition: all ease 0.25s;
}

/* Menú flotante */
.bsnav-light .nav-item.dropdown > .navbar-nav {
  background: #fff;
  border-radius: 20px !important;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem 1rem;
  width: auto;
  left: -100%;
}

.nav-item.dropdown > .navbar-nav {
  opacity: 0;
}

.nav-item.dropdown > .navbar-nav.in {
  clip: rect(0, 80vw, 2000px, -15px);
  transition: 0.4s ease-in;
  opacity: 1;
  transform: translateY(0px);
}

.float-nav {
  width: 590px;
}

.float-nav h5 {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #efefee;
  width: 100%;
  margin-bottom: .6rem;
}

.float-nav a {
  transition: 0.3s;
  color: #7d7d7d;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
}

.float-nav a:not(:last-child) {
  margin-bottom: 0.4rem;
}

.float-nav a::before {
  content: "-";
  margin-right: 4px;
}

.float-nav a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #104986;
  position: absolute;
  left: 10px;
  bottom: 0;
  transition: 0.3s;
}

.float-nav a:hover {
  color: #104986 !important;
}
.float-nav a:hover::after {
  width: calc(100% - 10px);
}

.float-nav a:hover::before {
  text-decoration: none;
}

.float-nav img {
  transition: 0.3s;
  height: 205px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.float-nav img:hover {
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.3));
}

.float-nav-list {
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* 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: #ffffff !important;
  color: #37383e !important;
  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;
  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 {
  padding: 1rem 2rem;
}

button.navbar-toggler {
  padding: 0;
}

.bsnav-sticky.bsnav-sticky-slide .navbar-toggler .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide .navbar-toggler .navbar-toggler-icon::before {
  background-color: #333333;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  min-height: 100vh;
  display: flex;
  align-items: end;
  position: relative;
  padding: 6rem 0 3rem 0;
}

.main-section .container {
  position: relative;
  z-index: 2;
}

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

.overlay {
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0.35;
}

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

/*///////////////////////// NOSOTROS HOME //////////////////////////*/
.about-us {
  position: relative;
  padding: 5rem 0rem;
  margin: 1rem;
  border-radius: 20px;
  background: url("../images/bg-nosotros.svg") #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

/*///////////////////////// TECNOLOGIA HOME //////////////////////////*/
.technology {
  padding: 5rem 0;
}

.accordion button {
  outline: 0;
  border: 0;
  color: #104986;

  font-size: 36px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  background-color: transparent;
  padding: 0;
}
.accordion button.collapsed {
  color: #104986a3;
}
.accordion button[aria-expanded="true"] {
  text-decoration: underline;
}

.accordion .card-body {
  padding: 1.25rem 0;
}

.deco-accordion-container {
  width: 80%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.deco-accordion {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

/* Transición para la imagen */
#imagenDeco {
  transition: opacity 0.5s ease-in-out;
}

/*///////////////////////// PRODUCTOS HOME //////////////////////////*/
.products {
  min-height: 500px;
  display: flex;
  align-items: end;
  margin: 1rem;
  padding: 2rem 0;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(270deg, #1b9bd5, #42a936);
  background-size: 400% 400%;
  -webkit-animation: productsAnimation 7s ease infinite;
  -moz-animation: productsAnimation 7s ease infinite;
  animation: productsAnimation 7s ease infinite;
}

@-webkit-keyframes productsAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes productsAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes productsAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.deco-products {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  bottom: 0;
}

.products-carousel {
  padding: 5rem 0;
}

/* Carousel */
.products-carousel .f-carousel__slide {
  width: 35%;
  max-width: 100%;
}

.products-card {
  height: 490px;
  border-radius: 20px;
  background-color: #000;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  margin: 0 0.5rem;
  display: flex;
  align-items: end;
}

.products-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  border-radius: 20px;
}

.products-card:hover .products-card-img img {
  opacity: 1;
  transform: scale(1.1);
}

.products-card-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  width: 100%;
  z-index: 1;
  position: relative;
}

.products-card-text {
  width: calc(100% - 100px);
}

.products-card-arrow {
  width: 65px;
  height: 65px;
  background-color: #1b9bd5;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateX(300px);
  transition: all 0.3s;
}

.products-card:hover .products-card-arrow {
  transform: translateX(0px);
}

.products-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 32px;
  color: white;
  transform: translateY(40px);
  transition: 0.3s;
}

.products-card:hover .products-card-title {
  transform: translateY(0px);
}

.products-card-description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: white;
  transform: translateY(150px);
  transition: 0.3s;
  margin-bottom: 0;
}

.products-card:hover .products-card-description {
  transform: translateY(0px);
}

.products-card-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 84%);
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  opacity: 0.7;
  bottom: 0;
}

.products-carousel .f-carousel__nav {
  margin-top: 1rem;
  display: flex;
  flex-direction: row-reverse;
}

.products-carousel .f-button.is-next,
.products-carousel .f-button.is-prev {
  position: relative !important;
  top: 0 !important;
  transform: translate(0) !important;
  width: 60px;
  color: #1b9bd5;
  transition: 0.3s;
}

.products-carousel .f-button.is-next:hover,
.products-carousel .f-button.is-prev:hover {
  color: #104986;
}

/*///////////////////////// INNOVACION //////////////////////////*/
.innovation {
  padding: 5rem 0;
}
.custom-list {
  padding-left: 0rem;
}

.custom-list li {
  font-weight: 400;
  margin-bottom: 0.8rem;
  font-size: 18px;
}

.custom-list li::marker {
  content: none;
}

.custom-list li::before {
  content: url(../images/icon-check.svg);
  margin-right: 0.6rem;
  margin-top: 2px;
}

.list-img {
  width: 26px;
  margin-left: 0.5rem;
}

/*///////////////////////// Cotizacion //////////////////////////*/
.products-price {
  min-height: 500px;
  display: flex;
  align-items: end;
  margin: 1rem;
  padding: 2rem 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: url(../images/bg-cotizacion.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: none;
}

.price-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 84%);
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  opacity: 0.7;
  bottom: 0;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: rgb(16, 73, 134);
  background: linear-gradient(
    137deg,
    rgba(16, 73, 134, 1) 35%,
    rgba(18, 67, 117, 1) 100%
  );
  padding-top: 5rem;
  border-top: 10px solid #1b9bd5;
}

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

footer .contact {
  list-style: none;
  padding-left: 0;
  text-align: right;
}

footer .contact li {
  margin-bottom: 0.6rem;
}

footer .contact li,
footer .contact li a {
  transition: 0.3s;
  position: relative;
}

footer .contact li a::after {
  content: "";
  height: 1px;
  width: 0%;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

footer .contact li a:hover::after {
  width: 100%;
}

footer .contact li a:hover {
  color: white !important;
}

.social-media-container {
  display: flex;
  justify-content: center;
}

.social-media {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 12px;
  background-color: #efefee5d;
}

.social-media:hover {
  transform: scale(1.15);
}

.partners-border-top {
  border-top: 1px solid #1b9ad518;
}

.footer-partners {
  height: 33px;
  width: auto;
}

.copy-end {
  background-color: #0a396b;
}

.copy-end p {
  font-size: 16px !important;
  color: #77b5d1d0;
}

/*////////////////// FORMULARIO ///////////////*/
.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;
}

/*////////////////////// INTERNA - PRODUCTOS //////////////////
/////////////////////////////////////////////////////////////*/
.section-title {
  height: 420px;
  display: flex;
  align-items: end;
  color: white;
  padding: 4rem 0 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-title-products {
  background-image: url("../images/bg-title-productos.jpg");
}

.breadcrumb {
  background-color: transparent;
  padding: 0.5rem 0rem 1.4rem 0;
  margin-top: 4.6rem;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item.active::before {
  color: #1b9bd5;
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  margin-top: 2px;
}

.breadcrumb a {
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #1b9bd5;
}

.breadcrumb-item a.active {
  font-weight: 700;
}

.product-detail {
  padding: 3rem 0;
}

/* Tabs generales */
.general-nav-tab {
  background-color: #efefeec8;
  border-radius: 35px;
}

.nav-tabs-general-container {
  justify-content:flex-start !important;
}

.nav-link-general-tab {
  /*background-color: #efefeec8;*/
  padding: 15px 30px;
  color: #37383ec5;
  outline: 0;
  border: 0;
  font-size: 18px;
  border-radius: 35px;
  transition: .3s;
}

.nav-link-general-tab:hover{
  background-color: #d4d4d4c8;
}
.nav-link-general-tab.active{
  background-color: #1B9BD5;
  color: #fff;
  font-weight: 500;
}

.tab-general-content {
  margin-top: 3rem;
}
.tab-general-content>.tab-pane {
 border: 0;
 padding: 0;
 border-radius: 0;
}


/* Carousel */
.product-detail-container {
  width: 100%;
  height: 650px;
  border-radius: 20px;
  overflow: hidden;
}

.product-detail-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.product-detail .f-button.is-next,
.product-detail .f-button.is-prev {
  color: #1b9bd5;
  transition: 0.3s;
}

.product-detail .f-button.is-next:hover,
.product-detail .f-button.is-prev:hover {
  color: #104986;
}

.product-detail .f-carousel__dots {
  position: absolute;
  bottom: 1rem;
}

.product-detail .f-carousel__dots li button span {
  margin: 0 4px;
  width: 22px;
  height: 8px;
  border: 0;
  border-radius: 50px;
  background: #1b9bd5;
  transition: all 0.2s;
}

.product-detail .f-carousel__dots li button {
  width: 30px;
}
.product-detail .f-carousel__dots li.is-current button span {
  width: 30px;
  height: 15px;
}

.comparative {
  transition: 0.3s;
}
.comparative:hover {
  transform: scale(1.1);
}

.nav-tabs {
  border-bottom: 0;
  display: flex;
  justify-content: space-evenly;
}

.nav-link-tab {
  outline: none;
  border: 0;
  border-bottom: 4px solid #fff;
  color: #37383e5b;
  background-color: white;
  padding: 0.4rem 0.8rem;
  font-size: 17px;
  transition: 0.3s;
  font-weight: 600;
}

.nav-link-tab.active {
  border-bottom: 4px solid #1b9bd5;
  color: #104986;
}

.tab-pane {
  border: 1px solid #70707032;
  padding: 1.6rem 1.2rem;
  border-radius: 8px;
}

.icon-container {
  display: flex;
  align-items: center;
  line-height: 0.9;
  width: max-content;
}

.icon-container img {
  height: 47px;
  width: auto;
  margin-right: 0.6rem;
}

.gallery-container {
  height: 357px;
  width: 100%;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.gallery-img:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.faqs {
  position: relative;
  margin: 1rem;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.deco-faq-container {
  min-height: 700px;
  position: relative;
}

.deco-faq {
  height: 100%;
  width: 1000px;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.faqs .accordion .card {
  border: 0;
  border-radius: 20px;
  margin-bottom: 1rem;
  padding: 1.2rem;
}

.faqs .accordion .card-body {
  padding-bottom: 0;
}

.faqs .accordion .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #37383e;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.faqs .accordion .card-header.collapsed {
  border: 0;
}

.faqs .accordion .card-header.card-header.collapsed::after {
  content: "\f077";
  font-family: "FontAwesome";
  color: #1b9bd5;
  font-size: 16px;
  transition: all 0.3s;
  transform: rotate(180deg);
}

.faqs .accordion .card-header.card-header::after {
  content: "\f077";
  font-family: "FontAwesome";
  transition: all 0.3s;
  font-size: 16px;
  color: #1b9bd5;
}

.faqs .accordion .card-header p {
  margin-bottom: 0;
  text-align: left;
  padding-right: 1rem;
}

.faqs .accordion .card-body p {
  margin-bottom: 0;
  color: #37383ed0;
}

/*////////////////////// INTERNA - CONTACTO //////////////////
/////////////////////////////////////////////////////////////*/
.section-title-contact {
  background-image: url("../images/bg-title-contacto.jpg");
}

.contact-section-block {
  background: url(../images/bg-contacto.svg) #f7f7f7;
  padding-bottom: 5rem;
  margin: 1rem;
  border-radius: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}

.contact-section-card {
  padding: 1rem;
  text-align: center;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
  border-radius: 20px;
  transition: 0.3s;
}

.light-gradient {
  background: rgb(27, 155, 213);
  background: linear-gradient(
    90deg,
    rgba(27, 155, 213, 1) 0%,
    rgba(14, 78, 107, 1) 100%
  );
}

.dark-gradient {
  background: rgb(16, 73, 134);
  background: linear-gradient(
    90deg,
    rgba(16, 73, 134, 1) 0%,
    rgba(8, 37, 67, 1) 100%
  );
}

.contact-section-card img {
  height: 74px;
  width: auto;
  margin: 1rem auto;
  display: block;
  transition: 0.3s;
  transition: 0.3s;
}

.contact-section-card:hover img {
  transform: scale(1.1);
}

.contact-section-card a {
  color: white;
  transition: 0.3s;
}

.contact-section-card:hover,
.map-img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 15px -5px;
}

.map-img {
  min-height: 290px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  margin-top: -35px;
  border-radius: 20px;
}

.contact-section-card a:hover {
  color: #efefef !important;
  margin-left: 4px;
}

.form-block {
  margin: 5rem 0;
}

.form-control {
  border: 1px solid #10498675;
  border-radius: 5px;
  transition: 0.3s;
}

.form-control:hover,
.form-control:focus {
  border: 1px solid #104986;
  box-shadow: none;
}

form label {
  color: #37383ef1;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
}

/*////////////////////// INTERNA - EMPRESA //////////////////
/////////////////////////////////////////////////////////////*/
.section-title-about {
  background-image: url("../images/bg-title-empresa.jpg");
}

.about-section {
  padding: 5rem 0;
}

.why-us {
  margin: 1rem;
  border-radius: 20px;
  background: url("../images/bg-contacto.svg") #f7f7f7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: 210%;
  padding: 4rem 0;
}

.why-us-icon-container {
  text-align: left;
}

.why-us-icon-container img {
  height: 50px;
  margin-bottom: 0.5rem;
  width: auto;
}
/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1360px) {
  .deco-faq-container {
    min-height: 800px;
  }
}

@media (max-width: 1200px) {
  .header-logo {
    width: auto;
    max-width: 260px;
  }
  .nav-link {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
  }
}

@media (max-width: 1140px) {
  .deco-faq-container {
    min-height: 900px;
  }
  .nav-link {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

@media (max-width: 1024px) {
  .products-carousel .f-carousel__slide {
    width: 55%;
    max-width: 100%;
  }
}

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

  h1 {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  .btn::after {
    width: 45px;
    height: 45px;
  }
  .btn-arrow {
    width: 45px;
    height: 45px;
    margin-left: 2rem;
  }

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

  .bsnav-mobile .navbar-nav {
    padding: 30px;
  }

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

  .float-nav {
    width: 100%;
  }

  .nav-link-btn {
    margin-top: 2rem;
    display: block;
    margin-left: 0 !important;
  }

  .custom-nav .navbar-nav {
    padding: 0px 0px 0px 25px;
  }

  .float-nav h5 {
    font-size: 18px !important;
}
  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }

  .nav-link-general-tab {
    width: 50%;
}

  .products-carousel .f-carousel__slide {
    width: 75%;
    max-width: 100%;
  }
  .deco-accordion-container {
    width: 100%;
    height: 600px;
  }
  .contact-section-card {
    height: auto;
    min-height: auto;
  }
  .map-img {
    margin-top: 1rem;
    height: 200px;
  }
  .contact-section-card.dark-gradient {
    margin-top: 1rem;
  }
  .contact-section-block {
    padding-bottom: 1rem;
  }
}

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

  .bsnav-sticky.bsnav-sticky-slide {
    padding: 1rem;
  }
  .main-section {
    padding: 6rem 0 2rem 0;
  }

  
  .products-carousel .f-carousel__slide {
    width: 90%;
    max-width: 100%;
  }
  .products-card {
    height: 390px;
  }

  .products-card-arrow {
    display: none;
  }
  .products-card-text {
    width: 100%;
  }
  .products-card-title {
    font-size: 28px;
  }
  .products-card-title,
  .products-card-description {
    transform: none;
  }
  .products-card-bottom-content {
    padding: 1.4rem;
  }
  footer .contact {
    text-align: center;
  }
  
  .nav-link-general-tab {
    width: 100%;
}
  .deco-accordion-container {
    height: 290px;
  }
  .icon-container img {
    height: 32px;
    margin-right: 0.4rem;
  }
  .icon-container .h3 {
    font-size: 1rem !important;
  }
  .icon-container small {
    font-size: 70%;
  }
  .gallery-container {
    height: 260px;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
