* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

:root {
  --azul: #233973;
  --amarillo: #FFDF00;
  --grisoscuro: #343133;
  --gris: #333333;
  --grisclaro: #B9B9B9;
  --naranja: #F4B907;

}


body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

/* -------------------
HEADER
-------------------- */


.header-top {
  height: 30px;
  padding: 20px 0;
  background: var(--amarillo);
  display: flex;
  justify-content: end;
  font-size: 14px;
  font-size: medium;
}

.navbar {
  height: 140px;
  background: var(--azul);
}
.logo-header{
  width: 100%;
}
.navbar span {
  color: #FFF;
  margin: auto;
}

.nav-item {
  display: flex;
  gap: 5px;
  color: #FFF;
}

.nav-item a {
  color: #FFF;
  transition: all 300ms;
}

.nav-item a:hover {
  color: var(--amarillo);
}

.nav-item a.activo {
  color: var(--amarillo);
  pointer-events: none;

}

.header-redes {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-item .vr {
  margin-left: 20px;
  min-height: 0.5em !important;
}


/* BOTON HAMBURGUESA */
.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 3em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
  transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0;
}

/* -------------------
FIN HEADER
-------------------- */


/* -------------------
 FOOTER
-------------------- */

footer {
  background: var(--grisoscuro);
}

.footer-superior p{
  text-align: center;
  color: var(--naranja);
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-menu {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-menu a {
  color: #FFF;
  text-decoration: none;
  transition: all 300ms;
}

.footer-menu a:hover {
  color: var(--amarillo);
}

.footer-visitanos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 25px 0px;

}

.footer-visitanos span {
  color: var(--grisclaro);
}

.footer-redes {
  display: flex;
  gap: 15px;
}


.footer-redes i {
  color: var(--naranja);
  font-size: 1.4rem;
  transition: all 300MS;
}

.footer-redes i:hover {
  color: var(--azul);
}


.footer-inferior {
  padding: 20px 0;
  border-top: 0.5px #b0b0b0 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-inferior span {
  color: var(--grisclaro);
}
.footer-separador{
  color: #FFF;
}
/* -------------------
FIN FOOTER
-------------------- */
/* -------------------
 BANNERS PRINCIPAL INICIO
 -------------------- */
.fondo-imagen img {
  width: 100%;
}

.carousel-control-prev-icono {
  transform: rotate(-130deg);
  font-size: 30px;
  color: #343133;
  background-color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;

  padding-right: 4px;
  padding-top: 4px;
}

.carousel-control-next-icono {
  transform: rotate(45deg);
  font-size: 30px;
  color: #343133;
  background-color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  padding-top: 4px;

}

.contenido-banner {
  position: absolute;
  width: 40%;
  background-color: rgba(0, 0, 0, 0.7);

  height: 100%;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 48px 259px 48px 48px
}

.contenido-banner h4 {
  font-weight: 600;

}

.btn-azul {
  background-color: var(--azul);
  color: #FFF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  padding: 5px 25px;
  text-decoration: none;
  transition: all 300ms;
  font-weight: 500;
}

.btn-azul:hover {
  background: var(--naranja);
}

/* -------------------
 BANNERS PRINCIPAL FIN
 -------------------- */
/* -------------------
 BANNERS INNTERNA INICIO
 -------------------- */
.img-banner-interna {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/* -------------------
 BANNERS INNTERNA FIN
 -------------------- */
/* -------------------
CONTENEDOR SECCION  INICIO
 -------------------- */
.contenedor-seccion {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px 0;
}

.contenedor-seccion h2 {
  text-align: center;
  color: var(--azul);
  font-weight: 800;
  font-size: 20px;

}

.contenedor-seccion h2::after {
  content: "";
  display: block;
  width: 8em;
  max-width: 70%;
  border-bottom: 2px solid #7d7d7d;
  margin: 0.5em auto 0;

}

.contenedor-seccion .descripcion-seccion {
  margin-top: 25px;
  color: var(--grisoscuro);
}

.contenedor-seccion .descripcion-seccion * {
  color: var(--grisoscuro);
}

.boton {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btn-amarillo {
  background-color: var(--naranja);
  color: var(--azul);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  padding: 5px 100px;
  text-decoration: none;
  transition: all 300ms;
  font-weight: 700;
}


.btn-amarillo:hover {
  background: var(--azul);
  color: var(--naranja);
  border: solid 1px var(--naranja);

}

/* -------------------
CONTENEDOR SECCION  FIN
 -------------------- */

/* -------------------
CONTENEDOR HOME  INICIO
 -------------------- */
.section-contenido {

  padding: 35px 0;
}

.section-contenido h1 {
  text-align: center;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 50px;
}

.section-contenido h1::after {
  content: "";
  display: block;
  width: 2em;
  max-width: 70%;
  border-bottom: 2px solid var(--amarillo);
  margin: 0.5em auto 0;

}

.card .card-body .img-producto {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.card .card-body {
  padding: 0.5rem !important;
}

.card .card-body h3 {
  padding: 1rem !important;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--azul);
}

.card .card-body .descripcion {
  padding: 0 1rem !important;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* -------------------
CONTENEDOR HOME  FIN
 -------------------- */
/* -------------------
PRODUCTOS INICIO
 -------------------- */
.section-interna {
  background: var(--azul);
}

.section-interna h1 {
  text-align: center;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 50px;
}

.section-interna h1::after {
  content: "";
  display: block;
  width: 2em;
  max-width: 70%;
  border-bottom: 2px solid var(--amarillo);
  margin: 0.5em auto 0;

}

.contenedor-interna {}

.contenedor-interna h1 {
  text-align: center;
  color: #FFF;
}

/* -------------------
PRODUCTOS FIN
 -------------------- */

/* -------------------
CONTACTENOS INICIO
 -------------------- */
.text-contacto{
  color: #FFF;
  font-weight: 800;
  margin: auto;
  display: block;
  /* font-style: italic; */
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.group {
  position: relative;
}

.form {
  width: 100%;
}

.form .group label {
  font-size: 14px;
  color: #FFF;
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: var(--azul);
  transition: all .3s ease;
  padding: 1px 10px;
  border-radius: 4px;
}

.form .group input,
.form .group textarea {
  padding: 13px 10px;
  border-radius: 5px;
  border: 1px solid var(--naranja);
  margin-bottom: 20px;
  color: #FFF;
  outline: 0;
  width: 100%;
  background-color: transparent;
}

.form .group input:placeholder-shown+label,
.form .group textarea:placeholder-shown+label {
  top: 10px;
  background-color: transparent;
}

.form .group input:focus,
.form .group textarea:focus {
  border-color: #3366cc;
}

.form .group input:focus+label,
.form .group textarea:focus+label {
  top: -10px;
  left: 10px;
  background-color: var(--azul);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 4px;
}

.form .group textarea {

  height: 100px;
}

.form button {
  background-color: var(--naranja);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form button:hover {
  background-color: #27408b;
}

/* -------------------
CONTACTENOS FIN
 -------------------- */

/* -------------------
NOSOTROS INICIO
-------------------- */
/* -------------------
DESGIN 1 INICIO
-------------------- */

.design-one {}

.design-one h2 {
  color: #FFF;
}

.design-one .img-design-one {
  width: 100%;
  border-radius: 13px;
}

.design-one .descripcion {
  height: 100%;
  align-items: center;
  display: flex;
}

.design-one .descripcion p {
  color: #FFF;
  font-weight: 400;
}

/* -------------------
DESGIN 1 FIN
-------------------- */

/* -------------------
DESGIN 2 INICIO
-------------------- */

.design-two {}

.design-two .img-design-two {
  width: 100%;
  border-radius: 13px;
}

.design-two .descripcion {
  height: 100%;
  align-items: center;
  display: flex;
}

.design-two .descripcion p {
  color: var(--grisoscuro);
  font-weight: 400;
}

/* -------------------
DESGIN 2 FIN
-------------------- */

/* -------------------
NOSOTROS FIN
-------------------- */
/* -------------------
FLOTANTES INICIO
-------------------- */
.floating-btn {

  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0px;
  bottom: 160px;
  z-index: 1000;

  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.floating-btn img {
  width: 100%;

}

/* -------------------
FLOTANTES FIN
-------------------- */

.contenedor-productos {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Estilos para la barra de desplazamiento */
.contenedor-productos::-webkit-scrollbar {
  width: 12px;
  /* Ancho de la barra de desplazamiento en navegadores WebKit (Chrome, Safari, etc.) */
}

.contenedor-productos::-webkit-scrollbar-thumb {
  background-color: var(--naranja);
  /* Color del "pulgar" de la barra de desplazamiento en navegadores WebKit */
  border-radius: 6px;
  /* Radio de borde del pulgar */
}

.contenedor-productos::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Color del fondo de la barra de desplazamiento en navegadores WebKit */
  border-radius: 9px;
}

.contenedor-interna .list-group-item {}

.contenedor-interna .list-group-item.active {
  background: var(--naranja) !important;
  border-color: var(--naranja) !important;
}


/* Estilos para la barra de desplazamiento en navegadores no-WebKit (Firefox) */
.contenedor-productos {
  scrollbar-width: thin;
  /* Establece el ancho de la barra de desplazamiento en navegadores no-WebKit */
  scrollbar-color: var(--azul) #f1f1f1;
  /* Establece el color de la barra de desplazamiento y su fondo en navegadores no-WebKit */
}

.contenedor-productos h3 {
  color: var(--naranja);
  font-weight: 600;
}

.contenedor-productos h3::after {
  content: "";
  display: block;
  width: 8em;
  max-width: 70%;
  border-bottom: 2px solid var(--naranja);
  margin: 0.5em 0;

}


.card-producto {
  width: 250px;
}


.card .card-body .producto-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card .card-body h4 {
  padding: 0.5rem 0 !important;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--azul);
  height: 80px;
    /* margin: auto; */
    text-align: center;
    display: flex;
    align-items: center;
justify-content: center;
}

.card .card-body .producto-descripcion {
  padding: 0 !important;
  display: -webkit-box;
  overflow: hidden;
 
  -webkit-box-orient: vertical;
  color: var(--grisoscuro);
  font-size: 13px;
height: 50px;
}