body{
  font-family: "Open Sans", serif;
} 


.logo{
  width: 200px;
} 

p{
  font-size: 16px!important;
}

.txt-blue {
    color: #1f5583;
}


.btn-float1 {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
.btn-float2 {
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 99999999;
  width:70px;
}
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
}


.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}


/*botones*/
.btn-llamanos{
  background: red;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: rgb(159, 0, 0);;
  color: white; 
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  white;
}

/* Botón CTA */

.btn-1 {
  background: linear-gradient(135deg, #b31322, #d72b38);
  color: #ffffff !important;
  border: none;
  border-radius: 12px;
  padding: 14px 30px;
  font-size: 0.95rem;
  letter-spacing: 0.8px;
  box-shadow: 0 10px 24px rgba(179, 19, 34, 0.25);
  transition: all 0.25s ease;
}

.btn-1:hover {
  background: linear-gradient(135deg, #96101c, #c51f2f);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(179, 19, 34, 0.34);
}

/* fin Botón CTA */
.btn-envia{
  background: #9f1a1f;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: rgb(227, 5, 15);
  color: white;
} 

/*botones gracias*/
.btn-back{
  background: #ff0202;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #8a0505;
  color: white;   
} 

.btn-llamanos-g{
  background: #ff0202;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#000000; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*backgrounds*/
.bg-menu{ 
  background: rgb(238, 245, 251); 
} 
 
.bg-blue{
  background: #1f5583;
}


.parallax1 { 
  /* The image used */
  background: url(../img/parallax.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}



/*sección cards servicios*/
/* SECCIÓN SERVICIOS */

.bg-cards {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
  position: relative;
}

/* Título sección */

.titulo{
  color: #1f2933 !important;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.titulo2{
  color: #1f2933 !important;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}


/* Cards servicios */

.bcard-accent {
  border: 1px solid #e3e8ef;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
  transition: all 0.28s ease;
  position: relative;
}

/* Línea premium superior */
.bcard-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  background: linear-gradient(90deg, #1f4e79, #c51f2f);
  border-radius: 0 0 12px 12px;
  z-index: 2;
}

/* Hover elegante */
.bcard-accent:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.15);
  border-color: rgba(31, 78, 121, 0.25);
}

/* Imagen de card */

.bcard-accent .card-img-top {
  height: 350px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  transition: all 0.35s ease;
}

.bcard-accent:hover .card-img-top {
  transform: scale(1.035);
}

/* Contenido */

.bcard-accent .card-body {
  padding: 28px 30px 32px;
  position: relative;
}


/* Título de card */

.bcard-accent .card-title {
  color: #1f2933;
  font-size: 1.28rem;
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}

/* Texto */

.bcard-accent .card-text {
  color: #5f6b76;
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/*fin sección cards servicios*/ 


/*listado servicios*/
.servicios-list {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.servicios-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #4f5d6a;
  font-size: 1.2rem;
  line-height: 1.45;
}

.servicios-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f4e79;
  font-weight: 800;
}
/*fin listado servicios*/


/*formulario*/
.bg-form {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.forma-contacto {
  padding: 28px !important;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.forma-contacto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: linear-gradient(90deg, #1f4e79, #c51f2f);
  border-radius: 0 0 10px 10px;
}

.forma-contacto h5 {
  color: #1f4e79 !important;
  font-size: 1.35rem;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
  padding-top: 8px;
}

.forma-contacto h5::after {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  color: #6c757d;
  margin-top: 6px;
  line-height: 1.3;
}

forma-contacto .form-control,
.forma-contacto .form-select {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d9dee5;
  background-color: #ffffff;
  color: #1f2933;
  font-size: 0.95rem;
  padding: 11px 15px;
  box-shadow: none;
  transition: all 0.22s ease;
}

.forma-contacto textarea.form-control {
  height: auto;
  min-height: 92px;
  resize: none;
}

.forma-contacto .form-control::placeholder {
  color: #7c858f;
}

forma-contacto .form-control:focus,
.forma-contacto .form-select:focus {
  border-color: #1f4e79;
  box-shadow: 0 0 0 4px rgba(31, 78, 121, 0.12);
  background-color: #fff;
}

/* Separación más premium */
.forma-contacto .mb-2 {
  margin-bottom: 12px !important;
}
.btn-envia {
  height: 50px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #b31322, #d72b38);
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(179, 19, 34, 0.28);
  transition: all 0.25s ease;
}

.btn-envia:hover {
  background: linear-gradient(135deg, #96101c, #c51f2f);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(179, 19, 34, 0.36);
}
.btn-envia:active {
  transform: translateY(0);
}


/*fin formulario*/

/*listado 2*/
.list2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list2 li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #4f5d6a;
  font-size: 0.96rem;

}

.list2 li:last-child {
  margin-bottom: 0;
}

.list2 ul li::before {
  content: "✓"; 
  position: absolute;
  left: 0;
  top: 0;
  color: #1f4e79;
  font-weight: 800;
}

/*listado 2 fin*/


/*listado 3*/
.list3 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list3 li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #4f5d6a;
  font-size: 0.96rem;

}

.list3 li:last-child {
  margin-bottom: 0;
}

.list3 ul li::before {
  content: "→"; 
  position: absolute;
  left: 0;
  top: 0;
  color: #1f4e79;
  font-weight: 800;
}

/*listado 3 fin*/

/*mini cards industrias*/

/* MINI CARDS INDUSTRIAS */

#industrias {
  background: #f7f9fb;
}

#industrias .titulo {
  color: #1f2933;
}

#industrias .col-12 > p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.6;
}

.mini-c {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
}

.mini-c:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 78, 121, 0.28);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.mini-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 78, 121, 0.08);
  color: #1f4e79;
  border-radius: 14px;
  font-size: 1.7rem;
  margin-bottom: 18px;
}

.mini-c h5 {
  color: #1f2933;
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.mini-c p {
  color: #5f6b76;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0;
}

#industrias h4 {
  color: #1f2933;
  max-width: 820px;
  margin: 18px auto 0;
  line-height: 1.3;
}


/*fin mini cards industrias*/


/*porque estilos*/
/* SECCIÓN ¿POR QUÉ ELEGIR RE-PACK? */

.why-section {
  background: #ffffff;
}

.why-section .titulo {
  color: #1f2933;
}

.why-intro {
  max-width: 850px;
  margin: 12px auto 0;
  color: #5f6b76;
  font-size: 1.05rem;
  line-height: 1.6;
}

.why-item {
  display: flex;
  gap: 18px;
  padding: 24px 10px;
  border-bottom: 1px solid #e3e8ef;
  height: 100%;
}

.why-item i {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 78, 121, 0.08);
  color: #1f4e79;
  border-radius: 14px;
  font-size: 1.45rem;
}

.why-item h5 {
  color: #1f2933;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.why-item p {
  color: #5f6b76;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0;
}

.why-item:hover i {
  background: #1f4e79;
  color: #ffffff;
}

/*fin porque estilos*/



/*borde imagen*/

.img-border {
    border-radius: 30px;
}


/*form btn whats*/
/* MODAL FORM PREMIUM */

.modal-form-premium .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.modal-form-premium .modal-header {
  border-bottom: none;
  padding: 18px 20px 0;
  position: relative;
}

.modal-form-premium .modal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  background: linear-gradient(90deg, #1f4e79, #c51f2f);
  border-radius: 0 0 12px 12px;
}

.modal-form-premium .btn-close {
  background-color: #f1f4f8;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  box-shadow: none;
}

.modal-form-premium .modal-body {
  padding: 8px 30px 32px;
}

.modal-form-premium .forma-contacto {
  padding: 10px 0 0 !important;
}

.modal-form-premium .forma-contacto h5 {
  color: #1f2933 !important;
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.modal-form-premium .forma-contacto h5::after {
  content: "Déjanos tus datos y nuestro equipo se pondrá en contacto contigo.";
  display: block;
  color: #6c757d;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 8px;
}

.modal-form-premium .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d9dee5;
  background-color: #ffffff;
  color: #1f2933;
  font-size: 0.95rem;
  padding: 11px 15px;
  transition: all 0.22s ease;
}

.modal-form-premium .form-control::placeholder {
  color: #7c858f;
}

.modal-form-premium .form-control:focus {
  border-color: #1f4e79;
  box-shadow: 0 0 0 4px rgba(31, 78, 121, 0.12);
}

.modal-form-premium .mb-2 {
  margin-bottom: 12px !important;
}

.modal-form-premium .btn-envia {
  height: 50px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #b31322, #d72b38);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 6px;
  box-shadow: 0 10px 22px rgba(179, 19, 34, 0.28);
  transition: all 0.25s ease;
}

.modal-form-premium .btn-envia:hover {
  background: linear-gradient(135deg, #96101c, #c51f2f);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(179, 19, 34, 0.36);
}

/*fin form btn whats*/



/* FAQ */

.faq-section {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.faq-intro {
  max-width: 850px;
  margin: 12px auto 0;
  color: #5f6b76;
  font-size: 1.05rem;
  line-height: 1.6;
}

.faq-accordion .accordion-item {
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.faq-accordion .accordion-button {
  background: #ffffff;
  color: #1f2933;
  font-size: 1rem;
  padding: 20px 22px;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(31, 78, 121, 0.06);
  color: #1f4e79;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-accordion .accordion-body {
  color: #5f6b76;
  font-size: 0.96rem;
  line-height: 1.6;
  padding: 0 22px 22px;
}
/*fin FAQ*/



/* CTA INDUSTRIAL */

.cta-industrial {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1f4e79 0%, #163a5c 100%);
}

.cta-industrial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.12), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,0.08), transparent 30%);
  pointer-events: none;
}

.cta-industrial .container-xl {
  position: relative;
  z-index: 2;
}

.cta-box {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  padding: 44px 28px;
  background: rgba(255,255,255,0.05);
  box-shadow: 0 18px 45px rgba(0,0,0,0.16);
}

.cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.cta-industrial h3 {
  line-height: 1.15;
  max-width: 950px;
  margin: 0 auto 12px;
}

.cta-industrial p {
  font-size: 1.08rem;
  line-height: 1.6;
  opacity: 0.92;
  max-width: 760px;
  margin: 0 auto 18px;
}
/* FIN CTA INDUSTRIAL */

@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 

}



@media (max-width: 768px){
	
  #banner {
      background-size: 160% auto;
      background-position: 0px 0px;
  } 

  .h1banner{
padding-top: 58px;
        font-size: 19px;
        margin-bottom: 40px;
  }

  .h2banner{
    /*padding-top: 23px;*/
    font-size: 19px;
    margin-bottom: 4px;
  }


  /*formulario*/
  .bg-form {
    margin-top: 60px;
    margin-bottom: 60px;
    background: rgb(209, 209, 209);
    border-radius: 20px; 
  } 

    .forma-contacto {
    padding: 24px 20px !important;
    max-width: 100%;
  }

  .bgformovil {
    border-radius: 20px;
  }

  .forma-contacto h5 {
    font-size: 1.2rem;
  }

  .forma-contacto h5::after {
    font-size: 0.78rem;
  }
 /*formulario*/



 /*sección servicios*/
   section.py-4 {
    padding-top: 2rem !important;
  }

  .bcard-accent {
    border-radius: 20px;
  }

  .bcard-accent .card-img-top {
    height: 210px;
  }

  .bcard-accent .card-body {
    padding: 24px 22px 28px;
  }

  .bcard-accent .card-title {
    font-size: 1.15rem;
  }

  .bcard-accent .card-text {
    font-size: 0.94rem;
  }

  .btn-1 {
    width: 100%;
    max-width: 320px;
  }
 /*fin sección servicios*/


   .why-item {
    padding: 22px 0;
  }

  .why-item i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.3rem;
  }

  /*form modal*/
    .modal-form-premium .modal-dialog {
    margin: 18px;
  }

  .modal-form-premium .modal-content {
    border-radius: 20px;
  }

  .modal-form-premium .modal-body {
    padding: 8px 22px 28px;
  }

  .modal-form-premium .forma-contacto h5 {
    font-size: 1.25rem;
  }
  /*form modal*/

  /*faq*/
    .faq-accordion .accordion-button {
    font-size: 0.95rem;
    padding: 18px 18px;
  }

  .faq-accordion .accordion-body {
    padding: 0 18px 20px;
  }
  /*fin faq*/
 
  /*CTA IND*/
    .cta-box {
    padding: 34px 22px;
    border-radius: 20px;
  }

  .cta-icon {
    width: 56px;
    height: 56px;
    font-size: 1.7rem;
  }
  /*FIN CTA IND*/
}