/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

html {
     scroll-behavior: smooth;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/

header {
     height: 105px;
     background: #66b2ff; 
     width: 100%;
     padding: 33px 30px;
}

.logo img {
     max-height: 50px; 
     height: auto;
     width: auto;
     display: block;
 }
/** menu section **/

ul.email {
     padding-top: 4px;
     display: flex;
     align-items: center;
     justify-content: end;
     flex-wrap: wrap;
}

ul.email li {
     display: inline-block;
     color: #fff;
     padding: 0 20px;
     font-size: 17px;
  
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     font-size: 16px;
}

ul.email li a {
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 20px;
     padding-right: 10px;
}

ul.email li a:hover {
     color: #fe9a0c;
}

ul.email li img {
     padding-right: 10px;
}

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #111;
     overflow-x: hidden;
     overflow-y: hidden;    
     transition: 0.5s;
     padding-top: 60px;
     white-space: nowrap;    
}


.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 22px;
     color: #fff;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #fe9a0c;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.openbtn {
     cursor: pointer;
     background-color: transparent;
     color: white;
     border: none;
}




/** about **/

.top_layer {
     position: relative;
}

.about {
     padding-top: 40px;
}

.about .titlepage p {
     line-height: 24px;
     padding-top: 19px;
     color: #000;
     font-weight: 400;
}

.about_box {
     padding: 20px 0;
     box-shadow: 4px 0 27px rgba(02, 3, 8, 0.20);
     background-color: #e6f2ff;
}

.about_box_text {
     padding-left: 50px;
}

.about_box_text h3 {
     font-size: 27px;
     text-transform: uppercase;
     font-weight: 700;
     color: #0b0d0a;
     line-height: 30px;
     padding-bottom: 20px;
     text-align: center;
}

.about_box_text p {
     font-size: 20px;
     line-height: 32px;
     color: #0b0d0a;
     font-weight: 400;
     padding-bottom: 35px;
}

.about_box_img {
     padding: 35px 0;
     margin-right: -60px;
}

.about_box_img figure {
     margin: 0;
}

.about_box_img figure img {
     width: 100%;
}
/** end about **/

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     font-weight: 700;
     line-height: 46px;
     color: #251d12;
     text-transform: uppercase;
}

.read_more {
     display: block;
     background: #66b2ff;
     color: #fff;
     max-width: 224px;
     height: 61px;
     padding: 14px 0px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #99ccff;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** building **/

.building {
     padding-top: 323px;
     background: url(../images/bg.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 223px;
}

.building .titlepage h2 {
     color: #fff;
}

.building .titlepage p {
     color: #fff;
     line-height: 30px;
     padding-top: 30px;
     display: block;
}

.yello {
     color: #fe9a0c;
}

/** end building **/

/** services **/

.services_main {
     padding-top: 90px;
     background: url(../images/fondo.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 350px;
}

.services_main .titlepage {
     padding-bottom: 60px;
}

.services_main .titlepage span {
     color: #0f0f0e;
     font-size: 17px;
     line-height: 23px;
     padding-top: 15px;
     display: block;
}

.lisertab .servi_tab {
     border: inherit;
     border-radius: 0;
     padding: 12px 27px;
     line-height: 20px;
     font-size: 17px;
}

.lisertab .servi_tab.active {
     background: #99ccff;
     color: #fff;
}

.lisertab .servi_tab:focus,
.lisertab .servi_tab:hover {
     background: #99ccff;
     color: #fff;
}

.border_none {
     border: none;
}

.back_bg {
     background: transparent;
     border: inherit;
     padding-top: 70px;
}

.services_main .services_img {
     position: relative;
     margin: 0 auto;
}

.services_main .services_img figure {
     margin: 0;
}

.services_main .services_img figure img {
     width: 100%;
}

.ho_dist {
     position: absolute;
     z-index: 9999;
     top: 0px;
     right: 0;
     bottom: 0;
     left: 0;
     transition: .5s ease;
     background-color: #66b2ff87;
    
     margin: 0 auto;
     opacity: 0;
}

.ho_dist span {
     display: flex;
     align-items: center;
     justify-content: center;
     bottom: 0;
     top: 0;
     position: absolute;
     right: 0;
     left: 0;
     flex-wrap: wrap;
     font-size: 26px;
     color: #fff;
     font-weight: 600;
}

.ho_dist:hover {
     opacity: 1;
}


.padding_0 {
     padding: 0
}

.margin_top70p {
     margin-top: 170px;
}

.margin_left20 {
     margin-left: -20px;
}

.margin_right20 {
     margin-right: -20px;
}

.margin_top170 {
     margin-top: -170px;
}

.margin_left60 {
     margin-left: -108px;
     margin-right: 108px;
}

.margin_top40 {
     margin-top: -62px;
}


/** end services **/


/** instant **/

.instant {
     background: #66b2ff;
     position: relative;
}

.instant::before {
     background: url(../images/nuevo2.1.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     content: "";
     width: 100%;
     height: 363px;
     bottom: -361px;
}

.instant::after {
     background: url(../images/nuevo.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     content: "";
     width: 100%;
     height: 363px;
     top: -361px;
     z-index: 1;
}

.instant .titlepage {
     padding-top: 40px;
     max-width: 559px;
     float: right;
     width: 100%;
     padding-bottom: 0;
}

.instant .titlepage h2 {
     font-weight: 600;
     text-transform: none;
     color: #fff;
     font-size: 60px;
     line-height: 80px;
     text-align: center;
}

.instant .titlepage p {
     color: #fff;
     line-height: 30px;
     font-weight: 500;
     padding: 30px 0 55px 0;
}

.instant .titlepage .read_more {
     background: #0056b3;
     color: #fff;
     padding: 12px 25px;
     text-decoration: none;
     transition: 0.3s;
     display: inline-block;
 }
 


.instant .titlepage .read_more:hover {
     background: #003d80;
     color: white;
}

.instant_img {
     margin-top: -30px;
     z-index: 9999;
     position: relative;
}

.instant_img figure {
     margin: 0;
}

.instant_img figure img {
     width: 100%;
}


/** end instant **/


/** footer **/

.footer {
     background: #003d80;
     padding-top: 362px; /* Considera reducir si es mucho espacio */
}

.reader p {
     color: #fff;
     padding-top: 25px;
     line-height: 30px;
}

.padd_flet40 {
     padding-right: 40px;
}

.reader h3 {
     color: #fff;
     font-size: 30px;
     text-transform: uppercase;
     font-weight: 600;
     padding-top: 1px;
}

ul.xple_menu {
     padding-top: 29px;
}

ul.xple_menu li a {
     font-size: 17px;
     color: #fff;
     line-height: 31px;
     font-weight: 500;
     position: relative;
     padding-left: 21px;
}

ul.xple_menu li a:hover {
     color: #fd990c;
}

ul.xple_menu li a::before {
     position: absolute;
     content: "";
     background: #fff;
     width: 12px;
     height: 12px;
     border-radius: 20px;
     left: 0;
     top: 5px;
}

ul.re_post {
     padding-top: 35px;
}

ul.re_post li {
     display: inline-block;
     padding: 3px;
}

ul.re_post li img {
     width: 110px;     
     height: 80px;     
}

.copyright p {
     margin-top: 54px;
     color: #fff;
     padding: 20px 0px;
     border-top: white solid 1.5px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #fd990c;
}

/** end footer **/

/*- - ener page css--*/

.inner_page .about {
     padding-bottom: 90px;
     padding-top: 80px;
}

.inner_page .services_main {
     padding-bottom: 90px;
}

.inner_page .footer {
     padding-top: 50px;
}


/** contact **/

.contact {
     padding-top: 90px;
     padding-bottom: 90px;
}

#map {
     height: 100%;
     min-height: 477px;
}

.main_form {
     max-width: 566px;
     float: right;
}

.form-control {
     border-radius: 11px;
     margin-bottom: 20px;
     padding: 0 20px;
     background: transparent;
     border: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     height: 55px;
}

.form-control:focus {
     box-shadow: inherit;
     background: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
}

.textarea {
     background: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     border: transparent;
     padding: 0 20px;
     width: 100%;
     height: 176px;
     color: #666666;
     opacity: 1;
     border-radius: 11px;
     padding-top: 25px;
     font-size: 17px;
}

.send {
     margin: 0 auto;
     display: block;
     background: #540705;
     color: #fff;
     max-width: 160px;
     padding: 10px 0px;
     width: 100%;
     font-size: 18px;
     margin-top: 20px;
     border-radius: 11px;
}

.send:hover {
     background: #fd990c;
     color: #fff;
}

.padddd {
     padding-right: 0;
}


/** end contact **/



/*SobreNosotros*/

.img-wrapper {
     aspect-ratio: 1 / 1;
     width: 100%;
     overflow: hidden;
     border-radius: 8px;
   }
   
   .img-hover {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
   }
   
   .img-hover:hover {
     transform: scale(1.05);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
   }
   
   .titulo-instalaciones {
     color: #000;
     font-size: 2rem;
     font-weight: bold;
     text-align: center;
     border-bottom: 3px solid #000;
     padding-bottom: 0.5rem;
     margin-bottom: 2rem;
   }


   .text-center_mb-4{
     color: #000;
     font-size: 2rem;
     font-weight: bold;
     text-align: center;
     border-bottom: 3px solid #000;
     padding-bottom: 0.5rem;
     margin-bottom: 2rem;
   }
   
/*Pagina de servicio -------------------------------------------------------------------------------------*/

/* --- SECCION DE COLAS --- */
.titulo-colas {
  font-size: 2.6rem;
  font-weight: 800;
  color: #111;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}

.titulo-colas::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #66b2ff; 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); 
  transition: transform 0.3s ease;
  background-color: #eaf4ff;
}

.card:hover {
  transform: translateY(-4px);
}

.card h4 {
  font-weight: 700;
  color: #212529;
  font-size: 1.3rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #66b2ff;
  padding-bottom: 8px;
}

/*------PAGINA FORMULARIO DE CONTACTO------*/

  .custom-input {
    border-radius: 12px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
  }

  .custom-input:focus {
    border-color: #4b0000;
    box-shadow: 0 0 0 0.2rem rgba(75, 0, 0, 0.15);
  }

  .form-label {
    font-size: 0.95rem;
    color: #333;
  }



/*--------- CSS PARA SISTEMA DE RECOGIDA DE PRODUCTOS----------------------*/

.formulario-recogida {
  max-width: 650px;
  margin: 60px auto;
  background: #fefefe;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  font-family: "Helvetica Neue", sans-serif;
}

.formulario-recogida h2 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  color: #222;
  text-align: center;
}

.formulario-recogida p {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}

.formulario-recogida .form-group {
  margin-bottom: 20px;
}

.formulario-recogida label {
  display: block;
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
  font-weight: 600;
}

.formulario-recogida input[type="date"],
.formulario-recogida input[type="time"],
.formulario-recogida input[type="text"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fafafa;
  font-size: 15px;
  transition: border 0.3s ease;
}

.formulario-recogida input:focus {
  border-color: #007bff;
  background-color: #fff;
  outline: none;
}

.btn-enviar {
  width: 100%;
  padding: 14px;
  background: #007bff;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-enviar:hover {
  background: #005dc2;
  cursor: pointer;
}

.alert {
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-size: 14px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}

  
/* Estilo general del nav */
.nav-servicios .nav-link {
  background-color: #ffffff;
  border: 2px solid #66b2ff;
  color: #0077cc;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  margin: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.1);
}

.nav-servicios .nav-link:hover,
.nav-servicios .nav-link:focus {
  background-color: #66b2ff;
  color: white;
  text-decoration: none;
  border-color: #66b2ff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

/* Modernizacion base */
:root {
  --brand-blue: #1677c8;
  --brand-blue-dark: #0d3f73;
  --brand-blue-soft: #e8f4ff;
  --brand-ink: #172033;
  --brand-muted: #5f6b7a;
  --brand-accent: #f2a12b;
  --surface: #ffffff;
  --line: #d8e2ee;
}

body {
  background: #f7fafc;
  color: var(--brand-muted);
  font-family: 'Poppins', 'Raleway', sans-serif;
}

p {
  color: inherit;
}

header {
  position: sticky;
  top: 0;
  z-index: 10000;
  height: auto;
  min-height: 86px;
  padding: 18px 30px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.08);
}

.logo img {
  max-height: 56px;
}

ul.email {
  min-height: 50px;
  padding-top: 0;
}

ul.email li,
ul.email li a,
ul.email li i {
  color: var(--brand-ink);
}

ul.email li a:hover {
  color: var(--brand-blue);
}

.openbtn {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.openbtn:hover {
  background: var(--brand-blue-dark);
}

.openbtn img {
  width: 22px;
  padding: 0;
}

.sidepanel {
  background: var(--brand-blue-dark);
  box-shadow: 16px 0 40px rgba(0, 0, 0, 0.24);
}

.sidepanel a {
  font-size: 19px;
  font-weight: 600;
}

.sidepanel a:hover {
  color: var(--brand-accent);
}

.about_box,
.card,
.form-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(23, 32, 51, 0.08);
}

.about_box {
  overflow: hidden;
}

.about_box_text h3,
.titlepage h2,
.titulo-colas,
.titulo-instalaciones,
.text-center_mb-4 {
  color: var(--brand-ink);
}

.about_box_text p,
.services_main .titlepage span,
.lead {
  color: var(--brand-muted);
}

.read_more,
.btn-primary,
.btn-enviar {
  border-radius: 8px;
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  font-weight: 700;
}

.read_more:hover,
.btn-primary:hover,
.btn-enviar:hover {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
  color: #fff;
}

.services_main {
  padding-top: 74px;
  padding-bottom: 96px;
  background: #f7fafc;
}

.services_main .titlepage {
  padding-bottom: 36px;
}

.lisertab .servi_tab {
  border-radius: 8px;
  color: var(--brand-blue-dark);
  font-weight: 700;
}

.lisertab .servi_tab.active,
.lisertab .servi_tab:focus,
.lisertab .servi_tab:hover {
  background: var(--brand-blue);
}

.services_main .services_img {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
}

.ho_dist {
  background-color: rgba(13, 63, 115, 0.78);
}

.instant {
  padding: 64px 0;
  background: var(--brand-blue-dark);
}

.instant::before,
.instant::after {
  display: none;
}

.instant .titlepage h2 {
  font-size: 44px;
  line-height: 1.18;
}

.instant .titlepage .read_more {
  background: var(--brand-accent);
}

.instant .titlepage .read_more:hover {
  background: #d78614;
}

.footer,
.inner_page .footer {
  padding-top: 64px;
  background: #102033;
}

.reader h3 {
  font-size: 22px;
}

ul.xple_menu li a::before {
  background: var(--brand-accent);
}

.contact-background {
  min-height: calc(100vh - 86px);
  background:
    linear-gradient(rgba(247, 250, 252, 0.82), rgba(247, 250, 252, 0.92)),
    url("../images/formulario/formulario.jpg") center/cover no-repeat;
}

.form-control,
.textarea {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
}

.form-control:focus,
.textarea:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.2rem rgba(22, 119, 200, 0.14);
}

.titulo-colas::after {
  background-color: var(--brand-accent);
}

.product-category-image {
  width: min(100%, 420px);
}

.product-detail-image {
  width: min(100%, 440px);
  max-height: 300px;
  object-fit: contain;
}

.product-spec-list .list-group-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  color: var(--brand-muted);
}

.product-spec-list .list-group-item strong {
  white-space: nowrap;
  color: var(--brand-ink);
}

.product-image-toggle {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(22, 119, 200, 0.22);
  background: var(--brand-blue-soft);
  color: var(--brand-blue-dark);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.product-image-toggle:hover,
.product-image-toggle:focus {
  background: var(--brand-blue);
  color: #fff;
}

.form-submit-btn {
  min-width: 230px;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--brand-blue);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(22, 119, 200, 0.20);
  transition: all 0.25s ease;
}

.form-submit-btn:hover,
.form-submit-btn:focus {
  background: var(--brand-blue-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 63, 115, 0.24);
}

.form-help {
  display: block;
  margin-top: -12px;
  margin-bottom: 16px;
  color: var(--brand-muted);
  font-size: 13px;
}

.contact-background .form-card {
  border-radius: 8px !important;
  padding: 34px !important;
  border: 1px solid rgba(216, 226, 238, 0.9);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.14) !important;
}

.contact-background .form-label {
  color: var(--brand-ink);
  font-weight: 700;
}

.contact-background form,
.contact-background .mb-3,
.contact-background .mb-4 {
  min-width: 0;
}

.contact-background .form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 54px;
  box-sizing: border-box;
  font-size: 16px;
}

.contact-background input[type="date"].form-control {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.4;
  padding-right: 42px;
}

.contact-background select.form-control {
  -webkit-appearance: none !important;
  appearance: none !important;
  line-height: 1.4;
  padding-right: 42px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L7 7L12.5 1.5' fill='none' stroke='%23172333' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 18px) 50%;
  background-size: 14px 9px;
  background-repeat: no-repeat;
}

.contact-background select.form-control::-ms-expand {
  display: none;
}

.contact-background textarea.form-control {
  min-height: 116px;
  height: auto;
  padding-top: 16px;
  resize: vertical;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.gap-3 {
  gap: 1rem !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  content: "";
}

.ratio-16x9::before {
  padding-top: 56.25%;
}

.ratio > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Cabecera y bloque inicial refinados */
.head-top .row {
  align-items: center;
}

.logo {
  min-width: 0;
}

.brand-link {
  width: 228px;
  height: 70px;
  padding: 10px 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1b7fd2, #0b4a85);
  box-shadow: 0 12px 28px rgba(22, 119, 200, 0.22);
}

.brand-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(22, 119, 200, 0.28);
}

.brand-link img {
  width: 100%;
  max-height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}

header {
  min-height: 76px;
  padding: 14px 28px;
  backdrop-filter: saturate(1.2) blur(8px);
}

ul.email {
  gap: 10px;
}

ul.email li {
  padding: 0;
}

ul.email li.d_none a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--brand-ink);
  font-size: 16px;
  font-weight: 600;
}

ul.email li.d_none a:hover {
  background: var(--brand-blue-soft);
}

ul.email li i {
  padding-right: 0;
  color: var(--brand-blue-dark);
  font-size: 18px;
}

.openbtn {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.openbtn i {
  color: #fff;
  margin: 0;
  padding: 0;
}

.about {
  padding: 52px 0 38px;
  background:
    radial-gradient(circle at 12% 18%, rgba(22, 119, 200, 0.10), transparent 28%),
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.about .container {
  max-width: 1280px;
}

.about_box {
  padding: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(23, 32, 51, 0.11);
}

.about_box .row {
  align-items: stretch;
}

.about_box_text {
  height: 100%;
  padding: clamp(34px, 4vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about_box_text h3 {
  max-width: 560px;
  margin-bottom: 22px;
  padding-bottom: 0;
  text-align: left;
  text-transform: none;
  color: var(--brand-ink);
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.07;
  letter-spacing: 0;
}

.about_box_text h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--brand-accent);
}

.about_box_text p {
  max-width: 560px;
  padding-bottom: 28px;
  color: var(--brand-muted);
  font-size: 18px;
  line-height: 1.75;
}

.about_box_text .read_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  width: fit-content;
  min-width: 210px;
  height: 54px;
  padding: 0 24px;
  box-shadow: 0 12px 24px rgba(22, 119, 200, 0.22);
}

.about_box_img {
  height: 100%;
  min-height: 440px;
  margin: 0;
  padding: 0;
}

.about_box_img figure {
  height: 100%;
}

.about_box_img figure img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
}

/* Ajustes solicitados: logo, menu e imagen principal */
.brand-link {
  width: 270px;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-link:hover {
  transform: none;
  box-shadow: none;
}

.brand-link img {
  width: 100%;
  max-height: 78px;
  object-fit: contain;
  filter: none;
}

.openbtn {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brand-blue-dark);
}

.openbtn:hover {
  background: transparent;
  color: var(--brand-blue);
}

.openbtn i {
  color: currentColor;
  font-size: 24px;
}

.about_box_img {
  background: #f5f8fb;
}

.about_box_img figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_box_img figure img {
  padding: 28px;
  object-fit: contain;
  object-position: center;
}

/* Refinamiento visual: header azul claro y hero sin corte central */
header {
  background: #83c9f2;
  border-bottom: 1px solid #2e8dcc;
  box-shadow: 0 12px 30px rgba(13, 79, 134, 0.22);
}

.brand-link img {
  filter: drop-shadow(0 2px 2px rgba(13, 63, 115, 0.22));
}

ul.email li.d_none a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(13, 63, 115, 0.22);
}

ul.email li.d_none a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

ul.email li i,
.openbtn {
  color: #fff;
}

.about_box {
  border: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #9bd4f5 48%, #9bd4f5 100%);
}

.about_box .row {
  margin-left: 0;
  margin-right: 0;
}

.about_box [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.about_box_img {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(9, 83, 146, 0.26), transparent 34%),
    linear-gradient(135deg, #65b7ea 0%, #a9dbf7 100%);
}

.about_box_img::before {
  display: none;
}

.about_box_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(101, 183, 234, 0.82) 0%, rgba(101, 183, 234, 0.18) 22%, rgba(101, 183, 234, 0) 42%);
  pointer-events: none;
}

.about_box_img figure {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
}

.about_box_img figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

/* CTA recogida */
.instant .titlepage .read_more {
  width: auto;
  min-width: 250px;
  max-width: none;
  height: 56px;
  padding: 0 34px;
  border-radius: 8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  background: #f2a12b;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.instant .titlepage .read_more:hover {
  background: #d98612;
  transform: translateY(-2px);
}

/* Seccion recogida alineada */
.instant {
  background: var(--brand-blue);
  padding: 78px 0;
}

.instant .container-fluid {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.instant .row {
  align-items: center;
}

.instant .titlepage {
  float: none;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.instant .titlepage h2 {
  margin: 0;
}

.instant .titlepage p {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 0 48px;
}

.instant_img {
  margin: 0;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.instant_img figure {
  width: 100%;
}

.instant_img figure img {
  width: min(100%, 720px);
  display: block;
  margin: 0 auto;
}

/* Botones de productos */
.services_main .read_more {
  width: auto;
  min-width: 224px;
  max-width: 320px;
  min-height: 56px;
  height: auto;
  padding: 13px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  white-space: normal;
}

.services_main .tab-pane .row.g-4 > [class*="col-"] {
  margin-bottom: 34px;
}

.services_main .tab-pane .row.g-4 > .col-12 {
  margin-bottom: 0;
}

.services_main .services_img figure,
.services_main .services_img figure.mb-2 {
  margin: 0 !important;
}

.services_main .services_img figure img {
  display: block;
}

/* Tabs de productos: activo claro, hover diferenciado */
.services_main .nav-tabs {
  gap: 10px;
  justify-content: center;
}

.services_main .lisertab .servi_tab {
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--brand-blue-dark);
  font-weight: 800;
}

.services_main .lisertab .servi_tab.active {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(22, 119, 200, 0.20);
}

.services_main .lisertab .servi_tab:not(.active):hover,
.services_main .lisertab .servi_tab:not(.active):focus {
  background: var(--brand-blue-soft);
  border-color: rgba(22, 119, 200, 0.22);
  color: var(--brand-blue-dark);
  box-shadow: none;
}

/* Texto principal centrado */
.about_box_text {
  align-items: center;
  text-align: center;
}

.about_box_text h3,
.about_box_text p {
  text-align: center;
}

.about_box_text h3::after {
  margin-left: auto;
  margin-right: auto;
}

/* Pagina Sobre Nosotros */
.inner_page {
  background: #f4f9fd;
}

.about-gallery-section {
  padding: 76px 0 56px;
  background:
    radial-gradient(circle at 8% 4%, rgba(22, 119, 200, 0.14), transparent 28%),
    linear-gradient(180deg, #eef8ff 0%, #f7fbff 100%);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(22, 119, 200, 0.12);
  color: var(--brand-blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--brand-muted);
}

.titulo-instalaciones,
.text-center_mb-4 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
}

.titulo-instalaciones::after,
.text-center_mb-4::after {
  content: "";
  display: block;
  width: 82px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--brand-accent);
}

.gallery-grid {
  margin-left: -14px;
  margin-right: -14px;
}

.gallery-grid > [class*="col-"] {
  padding-left: 14px;
  padding-right: 14px;
}

.facility-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 42px rgba(13, 79, 134, 0.13);
}

.facility-card:hover {
  transform: translateY(-5px);
}

.facility-card .img-wrapper {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  position: relative;
  background: #dff1ff;
}

.facility-card .img-wrapper::after {
  display: none;
}

.facility-card .img-hover {
  filter: saturate(1.04) contrast(1.03);
}

.facility-card:hover .img-hover {
  transform: scale(1.04);
}

.facility-caption {
  display: none;
}

.about-summary-section {
  padding: 64px 0;
  background: var(--brand-blue);
  color: #fff;
}

.about-summary-section h2,
.about-summary-section p {
  color: #fff;
}

.about-summary-section .lead {
  max-width: 860px;
  margin: 0 auto;
}

.about-stats-section {
  margin-top: 0;
}

.stat-card {
  height: 100%;
  padding: 34px 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 79, 134, 0.10);
}

.stat-card i {
  color: var(--brand-blue);
}

.stat-card h4 {
  margin-top: 10px;
  color: var(--brand-ink);
  font-size: 24px;
  font-weight: 800;
}

.stat-card p {
  color: var(--brand-muted);
}

.about-map-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eaf6ff 100%);
}

.about-map-section .container {
  max-width: 1120px;
}

.about-map-section .ratio {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 46px rgba(13, 79, 134, 0.15);
}

.about-map-section .text-center_mb-4 {
  margin-bottom: 34px;
}

/* Services.php: formato coherente con la home */
.inner_page nav.text-center.my-4 {
  margin: 0 !important;
  padding: 46px 0 34px;
  background: linear-gradient(180deg, #eef8ff 0%, #f7fbff 100%);
}

.inner_page .nav-servicios {
  gap: 12px;
}

.inner_page .nav-servicios .nav-link {
  min-height: 46px;
  padding: 9px 20px;
  margin: 0;
  border: 0 !important;
  border-radius: 8px;
  background: var(--brand-blue) !important;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(22, 119, 200, 0.18);
}

.inner_page .nav-servicios .nav-link:hover,
.inner_page .nav-servicios .nav-link:focus {
  background: var(--brand-blue-dark) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(13, 63, 115, 0.22);
  transform: translateY(-1px);
}

/* Footer moderno */
footer {
  background: linear-gradient(180deg, var(--brand-blue) 0 34px, #102033 34px 100%);
}

.footer,
.inner_page .footer {
  padding: 82px 0 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(22, 119, 200, 0.22), transparent 28%),
    linear-gradient(135deg, #102033 0%, #0a1726 100%);
}

.footer .row {
  align-items: flex-start;
}

.reader {
  height: 100%;
}

.logo-footer {
  width: 140px;
  max-width: 100%;
  margin-bottom: 28px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

.reader p {
  padding-top: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.padd_flet40 {
  padding-right: 26px;
}

.reader h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-top: 0;
  margin-bottom: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.reader h3::after {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--brand-accent);
}

ul.xple_menu {
  padding-top: 0;
}

ul.xple_menu li {
  margin-bottom: 10px;
}

ul.xple_menu li a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.35;
}

ul.xple_menu li a::before {
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--brand-accent);
}

ul.xple_menu li a:hover {
  color: #fff;
  transform: translateX(3px);
}

ul.re_post {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  gap: 10px;
}

ul.re_post li {
  display: block;
  padding: 0;
}

ul.re_post li img {
  width: 100%;
  height: 86px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.footer .reader strong {
  color: #fff;
}

.copyright {
  margin-top: 52px;
}

.copyright p {
  margin-top: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.copyright small {
  display: inline-block;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.66);
}

.copyright a {
  color: #fff;
  font-weight: 700;
}

.copyright a:hover {
  color: var(--brand-accent);
}

.inner_page section[id] {
  scroll-margin-top: 110px;
}

.inner_page .titulo-colas {
  margin-bottom: 34px !important;
  padding-bottom: 0;
  color: var(--brand-ink);
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.05;
}

.inner_page .titulo-colas::after {
  position: static;
  display: block;
  width: 74px;
  height: 4px;
  margin: 20px auto 0;
  transform: none;
  background: var(--brand-accent);
}
