@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background: #fff;
}
.white{
    background: white
}

.navbar-wrapper{
  border-bottom: 1px solid #CCCCCC;
}

.container-btn{
    margin: 30px 0;
}

.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  color: #FFF;
  background: #25d366;
  text-align: center;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
}
.whatsapp a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

img {
  border: 0px;
  margin: 0;
  padding: 0px;
}

.wrapper {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto
}

.tit-interior {
  font-size: 25px;
  text-align: left;
  margin: 0px;
  color: #1a3385;
  line-height: 30px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  margin: 20px 0 20px 15px
}
.img-rouded{
    border-radius:10px !important; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
    border: 2px solid rgba(180,180,180,0.2) !important; 
}

.box_slider{
    background: rgba(220,111,34,0); 
    padding: 30px;
    position: absolute;
    top:25%;
    left: 20%;
    max-width: 600px;
}

.tit_slider{
    font-size:25px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0;
    color:white;
    margin-left: 10px
}

.txt_slider{
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    color:white;   
    text-align: justify; 
}

/* .container_servicios_home{
    width: 100%;
    display: flex;
    flex-wrap:  wrap;
    align-content: flex-start;
    justify-content:center;
    
} */

.box_servicios_home{
    margin-right: 30px;
    margin-bottom: 30px;
    background: white;
    padding: 0px;
    border-bottom: 15px solid #1a3385; 
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.35);
    border-radius: 10px;
    
}

.box_proyectos_home{
    margin: 15px;
    padding: 15px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
    background: white;
    display: flex;
    align-content: center;
    border-radius: 10px;
    min-height: 300px;
}
@media (max-width:1199px){
  .box_proyectos_home{
    min-height: 380px;
}
}
@media (max-width:767px){
  .box_proyectos_home{
    min-height: auto;
     display: block;
}
}
.tit_servicios_home{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    color: #153A72;
    margin-bottom: 5px;
    border-radius: 10px;
    
}

.txt_servicios_home{
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
    color: #111;
    text-align: justify;
    
}

.img_servicios{
    width: 270px 
}

.tit_proyectos_home{
    color: #1a3385;
    font-size: 25px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    padding: 10px;    
}

.txt_proyectos_home{
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-align: left
}

.txt_proyectos_home{
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
    font-weight: 200;
}

.subtit_quienes_home{
    color: #1a3385;
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.tit_quienes_home{
    color: #1a3385;
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 5px;    
}

@media (max-width:991px){
  .tit_quienes_home, .subtit_quienes_home{
    margin-left: 0;   
}
}
.tit_section_home{
    color: #1a3385;
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    margin: 25px;  
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}


.txt_proyectos_home{
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
    color: #111;
        padding: 0;
    margin-left: 15px;
    margin-bottom: 5px;   
}

@media (max-width:991px){
  .txt_proyectos_home{
    margin-left: 0;
}
}

@media (max-width: 1540px) {
    
    .img_servicios{
        width: 235px 
    }

    .txt_slider{
        font-size: 18px;   
        padding: 10px;
        font-weight: 400;
        color:white;    
    }

    .box_slider{
        background: rgba(220,111,34,0); 
        padding: 30px;
        position: absolute;
        top:25%;
        left: 10%;
        max-width: 600px;
    }
    
}



@media (max-width: 1290px) {
    
    .img_servicios{
        width: 200px 
    }


}



@media (max-width: 1190px) {

    .box_slider{
        background: rgba(220,111,34,0); 
        padding: 10px;
        position: absolute;
        top:25%;
        left: 0;
        max-width: 100%;
    }    

    .img_servicios{
        width: 180px 
    }

}

@media (max-width: 600px) {

.img_servicios{
    width: 270px 
}

}




/*=========================================
	SLIDER
=========================================*/


#owl-demo .item{
    margin: 0px 0px;
    background: #fff;
}

#owl-demo .item img{
    display: block;
    width: auto;
    height: auto;
    border: none;
    margin: 0 auto;
    padding: 0;
}

.owl-theme{
    padding: 0 60px;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 0px;
  position: absolute;
    height: 20px;
  top: -100px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 5px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 5px;
}

/* ------------------------------------------------------ 
            HEADER HOME INTERIOR ALT		
*-------------------------------------------------------- */

 
.navbar-inverse .navbar-nav > li > a {
  color: #111;
  padding: 10px 5px;
  margin-left: 25px
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
  margin-left: 25px;
  padding: 10px 5px
}
.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0 solid transparent
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 9980;
    padding: 15px 0;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    transition: .2s all linear;
}
.navbar-header {
  float: none
}
.header-alt {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .2s all linear;
    z-index: 99999;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);   
    padding: 15px 0;
}
.header_alt_interior {
    background: #fff;
    padding: 15px 0;
}

.logotipo {
    position: relative;
    transition: all .5s;
    width: 250px;
}

.logotipo_alt {
  transition: all .5s;
  width: 230px;
}
.margin_nav {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    margin-left: 50px;
    transition: all .5s;
}

.margin_nav_alt {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;  
    transition: all .5s;
    font-size: 13px;
    margin-left: 50px;
}

.navbar .navbar-collapse {
  text-align: right
}
   
@media (max-width:1370px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-left: 120px
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #111;
    padding: 10px 5px;
    margin-left: 10px
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    margin-left: 10px;
    padding: 10px 5px
  }
  .navbar .navbar-collapse {
    text-align: left
  }

}
@media (max-width:768px) {

  .logotipo {
    display: none
  }
  .logotipo_alt {
    display: none
  }
  .navbar-inverse {
    margin-top: 0;
    padding: 10px 10px
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: #1a3385;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
  }
  .navbar-toggle:focus {
    outline: 0
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
  }
  .header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9980;
    padding: 4px 0;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    max-width: 1903px;
    transition: .2s all linear;
    z-index: 9999
  }
  .header-alt {
    background-color: #111;
    position: relative
  }
  .logotipo {
    margin-top: 5px;
    margin-left: 5px
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 18px
  }
}    
    


/* ------------------------------------------------------ 
					BANNER HOME		
*-------------------------------------------------------- */

ul.migas {
    font-family: 'Raleway', sans-serif;
    padding: 0.625rem 1rem;
    list-style: none;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0 0 15px 15px;
    font-weight: 400;
    color: #303030;
    border-radius: 10px;
}

ul.migas li {
    display: inline;
    font-size: 16px;
}

ul.migas li a{
    color: #404040
}

ul.migas li a:hover{
    color: #111;
    text-decoration: underline !important
}

ul.migas li + li:before {
    padding: 8px;
    color: #404040;
    content: ">\00a0";
}

.container-interior{
    margin-top: 30px
}

.logo_pie{
    width: 100px
}

.btn-green a{
    text-decoration: none;
    color: white
}


.btn-green{
    background-color: #1a3385;
    color: #fff;
    padding: 7px 20px 7px 20px;
    margin: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: table;
    border-radius: 10px !important;
    margin-left: 15px;
    margin-top: 20px
}

.btn-green:hover, .btn-green:active {
    background-color: #2b58ab;
    text-decoration: none;
    color: #fff;
}

.btn-green span{
    color: #fff;
    margin-left: 15px;
    padding-top: -5px;
    font-weight: 700;
        font-size: 25px;
}
@media (max-width:991px){
  .btn-green{
    margin-left: 0;
}
}
.btn-blue a{
    text-decoration: none;
    color: #1a3385
}


.btn-blue{
    background-color: #1a3385;
    color: #FFFFFF;
    padding: 7px 30px 7px 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: table;
    border-radius: 10px !important;
    margin-top: 20px
}

.btn-blue:hover, .btn-blue:active {
    background-color:  #2b58ab;
    text-decoration: none;
    color:  #FFF;
}

.btn-blue span{
    color: #1a3385;
    margin-left: 15px;
    padding-top: -5px;
    font-weight: 700;
        font-size: 25px;
}
.btn-blue-contacto{
    background-color: #1a3385;
    color: #FFFFFF;
    padding: 7px 30px 7px 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
    display: table;
    border-radius: 10px !important;
    margin-top: 20px
}

.btn-blue-contacto:hover, .btn-blue:active {
    background-color:  #2b58ab;
    text-decoration: none;
    color:  #FFF;
}

.btn-blue-contacto span{
    color: #1a3385;
    margin-left: 15px;
    padding-top: -5px;
    font-weight: 700;
        font-size: 25px;
}

.tit_servicios{
    font-size: 35px;
    text-align: left;
    color:#1a3385;
    margin-bottom: 15px
}

.txt_servicios_detail{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #111;
    text-align: justify;
}


.tit_icon_servicios{
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color:#1a3385;
    margin-top: 15px;
    padding: 15px
}


.txt_icon_servicios{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: justify;
    color: #111;
    padding: 15px 15px 0 15px
}

.txt_servicios{
    font-size: 23px;
    line-height: 27px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #111;
}

.txt_servicios span{
    font-weight: 400;
    color: #fff;
}

.img_servicios_int{
    width: 100%;
    border-top-left-radius:15px; 
     border-top-right-radius:15px; 
}


.box_servicios{
    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid rgba(180,180,180,0.4);
    padding: 0px;
    margin-bottom: 50px;
}

@media (max-width:1199px){
  .box_servicios{
min-height: 600px;
}
}
@media (max-width:991px){
  .box_servicios{
min-height: 560px;
}
.box_quienes_home{
  margin-top: 40px;
}
}
@media (max-width:767px){
  .box_servicios{
min-height: auto;
}
}

.mas{
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    color:#1a3385;
    padding: 10px
}
.mas{
    background-color: #1a3385;
    color: #fff;
    padding: 7px 20px 7px 20px;
    margin: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px !important;
    margin-left: 15px;
    margin-top: 20px
}



.mas:hover, .mas:active {
    background-color: #2b58ab;
    text-decoration: none;
    color: #fff;
}

.box_servicios {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    height: 100%; /* Asegura que todas las cajas crezcan igual */
    background-color: #fff; /* O tus estilos actuales */
    padding-bottom: 20px; /* Espacio opcional al final */
}

/* El texto o el contenedor antes del botón debe crecer */
.txt_icon_servicios {
    flex-grow: 1; /* Esto empuja todo lo que esté debajo (el botón) al final */
    margin-bottom: 15px;
}

.mas {
    background-color: #1a3385;
    color: #fff;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px !important;
    display: inline-block;
    
    /* EL TRUCO CLAVE: */
    margin-top: auto; /* Esto garantiza que el botón se pegue al fondo si el contenedor es flex */
    margin-bottom: 10px;
    
    transition: background-color 0.3s;
    width: fit-content;
    text-decoration: none;
}
.banner-servicios a{
    padding: 0px;
    margin: 0 auto;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	background:none;
    cursor: pointer
}

.banner-servicios a:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
   text-decoration:none;
}

.banner-servicios-home a{
    padding: 0px;
    margin: 0 auto;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	background:none;
    cursor: pointer
}

.banner-servicios-home a:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
   text-decoration:none;
}










/* ------------------------------------------------------ 
					EMPRESA	
*-------------------------------------------------------- */

.tit_quienes{
    font-size: 35px;
    text-align: left;
    color:#1a3385;
    margin-bottom: 15px;
    font-weight: 600;
}

.txt_quienes{
    font-size: 18px;
    font-weight: 300;
    color: #111;
    margin-bottom: 50px;
    text-align: justify;
}

.txt_quienes span{
    font-weight: bold;
    color: #1a3385;
}

/* ------------------------------------------------------ 
					PORQUE	
*-------------------------------------------------------- */


.box_porque{
    background: url(../porque/check.svg) no-repeat 20px center;
    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid #CCCCCC;
    padding: 30px 30px 30px 65px;
    margin-bottom: 50px;    
    background-size: 50px 50px;
}
@media (max-width:767px){
/* Para pantallas móviles (menos de 767px) */
@media (max-width: 767px) {
    .box_porque {
        /* 1. Centramos el icono arriba: horizontal center, vertical 20px */
        background-position: center 20px; 
        
        /* 2. Reajustamos los paddings:
           Arriba: 80px (para que el texto no pise el icono)
           Derecha/Izquierda: 20px (para que respire en móviles)
           Abajo: 30px
        */
        padding: 80px 20px 30px 0;
        
        /* 3. Centramos el texto para que acompañe el diseño del icono */
        text-align: center;
    }
}
}
.tit_porque{
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color:#1a3385;
    margin-left: 35px;
    margin-bottom: 15px
}


.txt_porque{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: justify;
    color: #111;
    margin-left: 35px
}
@media (max-width:767px){
  .txt_porque{
    margin-left: 20px
}
.tit_porque{
    margin-left: 20px;
}
}
.txt_servicios{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #111;
    text-align: justify;
}

.txt_servicios span{
    font-weight: 400;
    color: #fff;
}

.img_servicios_int{
    width: 100%;
    border-top-left-radius:15px; 
     border-top-right-radius:15px; 
}


.box_servicios{
    border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid rgba(180,180,180,0.4);
    padding: 0px;
    margin-bottom: 50px;
}

.img-rouded{
    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px; 
    border: 2px solid rgba(180,180,180,0.2)
}

/* ------------------------------------------------------ 
					PRODUCTOS  	
*-------------------------------------------------------- */

.box{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
	z-index:50;



}

/* ------------------------------------------------------ 
					CONTACTO	
*-------------------------------------------------------- */
.tit_form_contacto{
    font-size: 18px;
    text-align: left;
    margin: 0 0 30px 0; 

}

.box_form {
    padding: 20px 30px;
    margin: 30px auto 80px auto;
    background: #ffffff; 
    border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 5px solid rgba(180,180,180,0.55)    
    
}

.form-group {
  margin: 0 0 20px 0;
  padding: 0 15PX;
}
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.control-label {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.content {
  background: #EEE1D0;
  padding: 50px 0;
  margin: 0;
}

label {
  margin-top: 17px;
  text-align: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

/* ------------------------------------------------------ 
						SLIDER					
*-------------------------------------------------------- */

#ls-s-2, #ls-s-3 {
  background: black;
  padding: 9px 20px;
  color: #fff font-size:25px;
  font-family: 'Raleway', sans-serif !important;
}
.tit_slide {
  font-size: 24px;
  font-weight: 400;
  border-bottom: 0px solid #111;
  font-family: sans-serif;
  margin-bottom: 0px;
  color: #111;
}

.ls-l{
      text-align: left;
    font-size:70px;
    font-weight: 500;
    color: #444 ;
    border-left: 8px #C6A230 solid;
    padding: 10px 25px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@media (max-width: 767px) {

  .tit_slide {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #111;
    font-family: sans-serif;
    margin-bottom: 10px;
  }

}



/* ------------------------------------------------------ 
						PIE					
*-------------------------------------------------------- */

footer {
  padding: 25px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #1a3385;
  display: table;
  width: 100%;
  color: white
}

.wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100
}

.txt-pie {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-top: 20px;
  text-align: center;
}
.txt-pie a {
  color: #fff
}
.txt-pie-nav {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
  margin-top: 20px;
    font-weight: 300;
}
.txt-pie-nav a {
  color: #fff;
}

.txt-pie-nav a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {

  .txt-pie-nav {
    font-size: 2.8vmax;
  }
}

.txt-pie-nav {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.txt-pie-nav a {
    color: #FFFFFF;
    text-decoration: none
}

.txt-pie-nav a:hover {
    color: #FFFFFF;
    text-decoration: underline
}
.br-pie{
    display: none;
}
.linea-sep-pie{
    display: none;
}
@media (max-width:767px) {

    .txt-pie-nav {
        font-size: 16px;
        padding: 10px;
    }
    .linea{
        display: none;
    }
    .br-pie{
        display: block;
    }
    .linea-sep-pie{
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
        display: block;
    }}

@media (min-width:767px) {

    .txt-pie-nav {
        font-size: 16px;
    }
}






.logo-composite {
  position: relative;
  display: inline-block;
}

.logo-composite img {
  display: block;
  height: auto;
}


.link-urban, .link-celpa {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  /* background: rgba(255,0,0,0.2);  */
}


.link-urban {
  top: 0;
  height: 85%;
}


.link-celpa {
  bottom: 0;
  height: 15%;
}

@media (max-width: 1273px) {

    .logo-composite {
        margin-right: 0;
        margin-left: auto; /* Refuerza el empuje a la derecha */
    }

    .logo-composite {
        margin: 0 auto; /* Asegura que el bloque tenga márgenes iguales a los lados */
    }
    .logo{
      width: 150px;
      margin-top: 15px;
    }
    .link-urban {
  top: 0;
  height: 85%;
}
}










.logo-composite {
  position: relative;
  display: inline-block; /* Se ajusta al tamaño del logo */
}

.logo-composite img {
  display: block;
  height: auto;
}

/* Base para los enlaces invisibles */
.link-urban, .link-celpa {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  /* background: rgba(255,0,0,0.2); */ /* Descomenta esto para ver las áreas mientras pruebas */
}

/* Área superior (70% del alto aprox) */
.link-urban {
  top: 0;
  height: 65%;
}

/* Área inferior (30% del alto aprox) */
.link-celpa {
  bottom: 0;
  height: 35%;
}

/* Estilos para Escritorio */
.slider-container {
    position: relative;
    overflow: hidden;
}

/* --- CONFIGURACIÓN ESCRITORIO --- */
.slider-container-hybrid {
    position: relative;
    width: 100%;
}

.img-desktop-only {
    width: 100%;
    display: block; /* Visible por defecto */
}

.background-mobile-only {
    display: none; /* Oculto en escritorio */
}

.box_slider {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 10;
    background: #1a338560;
    padding: 30px;
    max-width: 500px;
    color: #fff;
    border-radius: 10px;
}

/* --- CONFIGURACIÓN MÓVIL (Menos de 768px) --- */
@media (max-width: 1000px) {
    
    /* 1. Ocultamos la etiqueta img real */
    .img-desktop-only {
        display: none !important;
    }

    /* 2. Mostramos el div que tiene la imagen de fondo */
    .background-mobile-only {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; /* Cubre todo el alto que el texto estire */
        background-image: url('../images/bg_home.jpg');
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    /* 3. Ajustamos el cuadro de texto */
    .box_slider {
        position: relative; /* Para que el contenido sea el que empuje el alto */
        top: 0;
        left: 0;
        transform: none;
        margin: 0;
        padding: 60px 20px; /* Mucho padding para que se vea la imagen */
        max-width: 100%;
        background: #1a338560; /* Azul de marca con transparencia */
        z-index: 2; /* Por encima del fondo */
    }
}






/* --- CONTENEDOR PRINCIPAL --- */
.container_servicios_home {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    margin: 0 -10px; /* Compensa el padding de las tarjetas */
}

/* --- ESTRUCTURA DE LA TARJETA (RESPONSIVE) --- */
.banner-servicios-home {
    padding: 10px;
    display: flex;
    /* 1. MÓVIL MUY PEQUEÑO: 1 tarjeta por fila (por defecto) */
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 480px) {
    /* 2. MÓVIL ESTÁNDAR / TABLET PEQUEÑA: 2 tarjetas por fila */
    .banner-servicios-home {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    /* 3. ESCRITORIO: 5 tarjetas por fila */
    .banner-servicios-home {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* --- ESTILOS INTERNOS (IGUALAR ALTURAS) --- */
.banner-servicios-home a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    /*display: flex;  Permite que el enlace ocupe todo el alto */
}

.box_servicios_home {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; /* Obliga a todas a medir lo mismo que la más alta de su fila */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: #1a3385 15px solid;
}

.content-text-wrapper {
    padding: 5px;
    flex-grow: 1; /* Rellena el espacio vacío para empujar la imagen al fondo */
}

.img_servicios {
    width: 100%;
    margin-top: auto; /* Garantiza el pegado al borde inferior */
    display: block;
}



/* --- ESTILOS DEL BOTÓN NUEVO --- */
.btn-mas-info {
    background-color: #1a3385; /* Azul institucional */
    color: #ffffff;
    text-align: center;
    padding: 12px 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    margin-top: auto; /* Empuja el botón al final si hay poco texto */
}

/* Efecto hover al pasar el mouse por la tarjeta */
.banner-servicios-home a:hover .btn-mas-info {
    background-color: #2b58ab; 
}

/* --- AJUSTES EN BOX EXISTENTE --- */
.box_servicios_home {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; 
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    /* Eliminamos el border-bottom grueso anterior para usar el botón */
    border-bottom: none; 
}

.img_servicios {
    width: 100%;
    display: block;
    /* Quitamos el margin-top auto de la imagen para que el botón sea el que se pegue abajo */
    margin-top: 0; 
}

.content-text-wrapper {
    padding: 15px 10px; /* Un poco más de aire al texto */
    flex-grow: 1;
}