html, body {
   font-family: Helvetica, sans-serif;
	line-height: 25px; 
	-webkit-font-smoothing: antialiased;
}

.skitter a img.directionTop {
  cursor: default !important;
  pointer-events: none !important;
}
.skitter a[href] {
  cursor: default !important;
  pointer-events: none !important;
}




.not_izq_2025{
    float: left;
    width: 58%;
    text-align: left;
}

.not_der_2025{
    float: right;
    width: 40%;
}

.not_der_2025 img{
    width: 100%;
    vertical-align: top;
}

.texto_ancho_2025{
    text-align: left;
}



.not_izq_2025_bis{
    float: left;
    width: 40%;
}

.not_izq_2025_bis img{
    width: 100%;
    vertical-align: top;
}

.not_der_2025_bis{
    float: right;
    width: 58%;
}

.envuelve_ante{
    width: 1200px;
    margin: 0 auto;
}




.idioma{
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	
}

.idioma a{
	color: #000;
}

.idioma a:hover{
	color: #999;
}

.disseny_2025 {
	text-align: right;
	padding: 1%;
	font-size:12px;
}

.disseny_2025 a{
	color: rgba(0, 0, 0, .2)!important;
}

.disseny_2025 a:hover{
	color: #fff!important;
}




.listado_gal_2021 {
    font-size: 0;
}

.listado_gal_2021 li {
    font-size: 12px;
	font-weight: bold;
    display: inline-block;
    width: 18%;
    margin: 1%;
}

.listado_gal_2021 li a {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #2971ca;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.listado_gal_2021 li a:hover {
    background: #999;
    color: #fff;
}


.listado_gal_2021 li img {
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    vertical-align: top;
    width: 100%;
}


.centrado_gal {
    display: table;
    height: 100px;
    width: 96%;
    padding: 2%;
    text-align: center;
}

.centrado_in_gal {
    display: table-cell;
    vertical-align: middle;
}


.contacto_izq {
    float: left;
    width: 37%;
}

.subtitulo_contacto {
    font-size: 1.2em;
    font-weight: bold;
}

.datos {
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4%;
    margin-bottom: 4%;
    font-size: 0.9em;
}

.datos a {
    color: #999;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.datos a:hover {
    color: #000;
}


.contacto_der {
    float: right;
    width: 60%;
}

.inputs {
    border: 1px solid #ccc;
    padding: 2%;
    width: 96%;
    margin-bottom: 1%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.textareas {
    border: 1px solid #ccc;
    padding: 2%;
    width: 96%;
    height: 120px;
    font-family: Tahoma, sans-serif;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.aceptacion {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.aceptacion a {
    color: #999;
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    top: -2px;
}

.aceptacion a:hover {
    color: #666;
}

.detalle_legal {
    font-size: 0.7em;
    line-height: 25px;
	text-align: justify;
}

.enviar {
    float: right;
    padding: 2%;
    background: #000;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0px solid #333;
    cursor: pointer;
}

.enviar:hover {
    background: #2971ca;
}


.uno-imgs {
    width: 32%;
    height: auto;
    float: left;
}

.dos-imgs {
    width: 32%;
    height: auto;
    float: left;
    margin-left: 2%;
}

.tres-imgs {
    width: 32%;
    float: right;
}



.volver {
	color: #999;
	 -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-weight: bold;
}

.volver:hover {
	color: #666;
}

.producto_izq {
    float: left;
    width: 57%;
}

.producto_der {
    float: right;
    width: 40%;
}

.producto_der img {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}


.listado_productos {
    font-size: 0;
}

.listado_productos li {
    display: inline-block;
    width: 23%;
    margin-right: 1%;
    font-size: 14px;
    background: #2971ca;
    color: #fff;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
}

.listado_productos a {
    color: #fff;
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listado_productos a:hover {
    color: #fff;
    background: #999;
}

.sub_titulos_prod {
    font-weight: bold;
    font-size: 1.2em;
    padding: 4%;
}

.listado_productos li img {
    vertical-align: top;
    width: 100%;
}

.centrado_prod {
    display: table;
    height: 200px;
    width: 96%;
    padding: 2%;
}

.centrado_in_prod {
    display: table-cell;
    vertical-align: middle;
}

.leer {
    font-weight: bold;
    color: #fff;
    padding: 4%;
}






.ico_pie {
	font-size: 20px;
	position: relative;
	top: 3px;
}

.listado_pie {
	font-size: 0;
}

.listado_pie li{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin-right: 20px;
}

.listado_pie li:last-child{
	margin-right: 0;
}

.listado_pie li a{
	color:#666;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listado_pie li a:hover{
	color:#2971ca;
}


.pie_in {
	width: 950px;
	margin: 0 auto;
}

.pie_izq {
	float: left;
	width: 18%;
	
}

.pie_izq img{
	width: 100%;
	vertical-align: top;
	
}

.pie_der {
	float: right;
	width: 60%;
}


.listado_home {
	font-size: 0;
	width: 90%;
	margin: 0 auto;
}

.listado_home li{
	font-size: 13px;
	font-weight: bold;
	width: 16.66%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 1%;
}

.listado_home li div{
	padding: 1%;
}

.listado_home li div a{
	color: #000;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listado_home li div a:hover{
	color: #999;
}

.listado_home li div a img{
	width: 100%;
}

.listado_home li div a .tit{
}

.listado_home li div a:hover .tit{
	
}


/* LISTADO SERVICIOS */

.listado_home_bis {
	font-size: 0;
	width: 80%;
	margin: 0 auto;
}

.listado_home_bis li{
	font-size: 13px;
	font-weight: bold;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 1%;
}

.listado_home_bis li div{
	padding: 1%;
}

.listado_home_bis li div a{
	color: #000;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listado_home_bis li div a:hover{
	color: #999;
}

.listado_home_bis li div a img{
	width: 100%;
}

.listado_home_bis li div a .tit{
}

.listado_home_bis li div a:hover .tit{
	
}


	






.titulo_h1 {
	font-size: 2.4em;
	text-align: center;
	padding: 2%;
	color: #000;
	line-height: 40px;
}

.men {
	background: #fff;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}

.menu_in {
	width: 1300px;
	margin: 0 auto;
}

.up_izq {
	float: left;
	width: 20%;
}

.up_izq img{
	width: 100%;
	vertical-align: top;
}

.up_der {
	float: right;
	width: 60%;
}

.menu {
	font-size: 0;
	margin-top: 30px;
}

.menu li{
	font-size: 15px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	font-weight: bold;
}

.menu li:last-child{
	margin-right: 0;
}

.menu li a{
	color: #2971ca;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li a:hover{
	color: #999;
}



.link{
	color: #53abec;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link:hover{
	color: #999;
}


.slide {
	position: relative;
-webkit-box-shadow: 2px -20px 21px -8px rgba(0,0,0,0.22);
-moz-box-shadow: 2px -20px 21px -8px rgba(0,0,0,0.22);
box-shadow: 2px -20px 21px -8px rgba(0,0,0,0.22);
}

.modulo {
	width: 1300px;
	margin: 0 auto;
}

.home_izq {
	float: left;
	width: 60%;
	text-align: justify;
}

.home_der {
	float: right;
	width: 38%;
}

.home_der img{
	width: 100%;
	vertical-align: top;
}


.pie {
	background: #bbbbbb;
	padding: 2%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #eee;
	
		position: relative;
-webkit-box-shadow: 2px -20px 21px -8px rgba(0,0,0,0.22);
-moz-box-shadow: 2px -20px 21px -8px rgba(0,0,0,0.22);
box-shadow: 2px -20px 21px -8px rgba(0,0,0,0.22);
}



/* Lindo efecto de img 

.envuelve_listado {
    background-image: url(../imgs/sistemas-de-seguridad-en-bcn.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position-y: 0;
    height: 360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    padding-top: 30px;
}

*/



/* MENU MÓVIL */



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 10px;
    width: auto;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.2em;
    font-weight: normal;
    position: relative;
    bottom: 80px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding:0;
  background: #fff;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  line-height: 30px;

}

.panel a{
  color: #e0653e;

}



/* MENU DESPLAZABLE */


.menu li ul {
	display:none;
	position:absolute;
	width:140px;
	z-index: 99;
	
}

.menu li:hover > ul {
	display:block;
}

.menu li ul li a{
	position:relative;
	display: inline-block;
	width:162px;
	color: #fff;
	background: #666;
	font-weight: bold;
	margin-top: 2px;
	padding: 10px;
	font-size: 12px;
	
	transition: 0.3s;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.menu li ul li a:hover{
	background: #000;
	color: #fff;
	
}

.menu li ul li ul {
	right:-162px;
	top:0px;
}




/**/


/* PINTADO */

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::-ms-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}


/* PLACEHOLDER */

::-webkit-input-placeholder {
    color: #051c2c;
}

:-moz-placeholder {

    color: #051c2c;
}

::-moz-placeholder {
 
    color: #051c2c;
}

:-ms-input-placeholder {
    color: #051c2c;
}


/*------------------------------------*\
    corner - transition - shadow
\*------------------------------------*/


.corner {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.transition {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.menu_mov {
	display: none;
}





.fondo_gris {
    background: rgba(204, 204, 204, 0.6);
    padding: 2%;
    text-align: center;
}

.listado_links {
    font-size: 0;
}

.listado_links li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    padding: 1%;
}

.fondo_gris a {
    color: #000;
}

.fondo_gris a:hover {
    color: #999;
}



@media only screen and (min-width: 0px) and (max-width: 1024px) {


    .listado_links li {
        display: inline-block;
        margin-right: 30px;
        vertical-align: top;
        font-size: 14px;
        text-align: center;
        width: 96%;
        padding: 2%;
    }
	
	
    .container {
        width: 100%;
        padding:0;
        overflow: hidden;
    } 
	
	.menu_mov {
	display: block;
	line-height: 20px!important;
	width: 100%;
	
}

.menu_mov a {
    color: #000;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.menu_mov img {
    width: 260px;
    vertical-align: top;
    position: relative;
    top: 30px;
}

.men {
	display: none;
}

.modulo {
    width: 96%;
	padding: 2%;
    margin: 0 auto;
}

.titulo_h1 {
    font-size: 1.6em;
    text-align: center;
    padding: 2%;
    color: #000;
    line-height: 40px;
}

.home_izq {
    float: left;
    width: 100%;
    text-align: center;
}

.home_der {
    float: left;
    width: 100%;
}

.listado_home {
    font-size: 0;
    width: 96%;
	padding: 2%;
    margin: 0 auto;
}

.listado_home li {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 8%;
}


.listado_home_bis {
    font-size: 0;
    width: 96%;
    margin: 0 auto;
    padding: 2%;
}

.listado_home_bis li {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 8%;
}



.pie_in {
    width: 100%;
    margin: 0 auto;
}

.pie_izq {
    float: left;
    width: 100%;
	margin-bottom: 30px;
}

.pie_izq img {
    width: 50%;
    vertical-align: top;
}


.pie_der {
    float: left;
    width: 100%;
}

.listado_pie {
    font-size: 0;
    line-height: 34px;
}

.listado_pie li {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-right: 0;
    width: 100%;
}

.no_mov {
	display: none;
}

.contacto_izq {
    float: left;
    width: 100%;
}

.contacto_der {
    float: left;
    width: 100%;
}

.subtitulo_contacto {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.inputs {
    border: 1px solid #ccc;
    padding: 4%;
    width: 92%;
    margin-bottom: 1%;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.textareas {
    border: 1px solid #ccc;
    padding: 4%;
    width: 92%;
    height: 120px;
    font-family: Tahoma, sans-serif;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.detalle_legal {
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
}

.enviar {
    float: left;
    padding: 4%;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0px solid #333;
    cursor: pointer;
}


.uno-imgs {
    width: 100%;
    height: auto;
    float: left;
	margin-bottom: 1%;
}

.dos-imgs {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
	margin-bottom: 1%;
}

.tres-imgs {
    width: 100%;
	height: auto;
    float: left;
}

.producto_izq {
    float: left;
    width: 100%;
    text-align: center;
}

.producto_der {
    float: left;
    width: 100%;
}

.listado_productos li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    background: #2971ca;
    color: #fff;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.listado_gal_2021 li {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.volviendo {
	text-align: center;
}

.texto_ancho{
	text-align: center;
}
        
       
    
    
}


/* @end */








/* boton wasap pie */


.wasap_2021 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
	background-color: green;
}

.wasap_2021 .logo_solo {
    width: 48px;
    position: fixed;
    bottom: 95px;
    right: 10px;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -moz-transition: opacity 0.4s, visibility 0.4s;
    -ms-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
}


.wasap_2021 .logo_solo img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.wasap_2021 .logo_solo:hover {
	opacity: 0.8;
}

.caja{

	width: 400px;
	height: 300px;
	background: #fff;
	
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: 0px 0px 10px #666;
	-ms-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;

	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,400px,0);
  -moz-transform: translate3d(0,400px,0);
  -ms-transform: translate3d(0,400px,0);
  transform: translate3d(0,400px,0);
  -webkit-transition: -webkit-transform 0.4s,opacity 0.4s, visibility 0.4s;
	-moz-transition: -moz-transform 0.4s,opacity 0.4s, visibility 0.4s;
	-ms-transition: -ms-transform 0.4s,opacity 0.4s, visibility 0.4s;
	transition: transform 0.4s,opacity 0.4s, visibility 0.4s;

}


.up{
	background: #46d265;
	-moz-border-radius: 20px 20px 0px 0px;
	-ms-border-radius: 20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
	height: 50px;
	width: auto;
	padding: 2%;
}


.izquierda {
    float: left;
    font-weight: bold;
}

.izquierda img{
	width: 32px;
	position: relative;
	top: 9px;
}

.cierra{
	display: inline-block;
	float: right;
	font-weight: bold;
	width: 32px;
	height: 32px;
	line-height: 32px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	opacity: 0.6;
	position: relative;
	top: 10px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.cierra:hover{
	opacity:1;
	text-decoration: none!important;
}

.globo{
	text-align: left;
	width: 360px;
	margin-top: 10px;
}

.globo img{
	width: 80%;
}

.hola {
    position: relative;
    color: #666;
    line-height: 25px;
    left: 57px;
    bottom: 92px;
    font-size: 14px;
    font-weight: bold;
}

.enviar_a_wasap{
	float: right;
	-moz-border-radius: 10px ;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #46d265;
	width: 200px;
	height: 44px;
	position: relative;
	bottom: 25px;
	right: 15px;
	opacity: 1;
	
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.enviar_a_wasap:hover{
	opacity: 0.8;	
}

.enviar_a_wasap img {
    width: 24px;
    position: relative;
    top: 6px;
    left: 20px;
}

.abrir_chat {
    position: relative;
    top: 4px;
    color: #fff;
    font-weight: bold;
}

.popup-whatsup-active .wasap_2021 .logo_solo {
  opacity: 0;
  visibility: 0;
}
.popup-whatsup-active .wasap_2021 .caja {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}



@media only screen 
and (min-width : 0px) 
and (max-width : 1023px){


.menu_movil{
	display: none;
}

.caja{

	width: 300px;
	height: 300px;
	background: #fff;
	
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: 0px 0px 10px #666;
	-ms-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;

	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,400px,0);
  -moz-transform: translate3d(0,400px,0);
  -ms-transform: translate3d(0,400px,0);
  transform: translate3d(0,400px,0);
  -webkit-transition: -webkit-transform 0.4s,opacity 0.4s, visibility 0.4s;
	-moz-transition: -moz-transform 0.4s,opacity 0.4s, visibility 0.4s;
	-ms-transition: -ms-transform 0.4s,opacity 0.4s, visibility 0.4s;
	transition: transform 0.4s,opacity 0.4s, visibility 0.4s;

}


.idioma {
    position: absolute;
    float: right;
    top: 10px;
    right: 10px;
}


.not_izq_2025{
    float: left;
    text-align: center;
    width: 96%;
    padding: 2%;
}

.not_der_2025{
    float: left;
    width: 96%;
    padding: 2%;
    text-align: center;
}

.not_der_2025 img{
    width: 100%;
    vertical-align: top;
}

.texto_ancho_2025{
    text-align: center;
    width: 96%;
    padding: 2%;
    
}


.not_izq_2025_bis{
    float: left;
    width: 100%;
    text-align: center;
}

.not_izq_2025_bis img{
    width: 100%;
    vertical-align: top;
}

.not_der_2025_bis{
    float: left;
    width: 100%;
    text-align: center;
}

.envuelve_ante{
    width: 100%;
    margin: 0 auto;
}

.tam {
    font-size: 1.4em;
    margin-top: 30px;
}

.space_2025{
    height: 20px;
}



		
}



/* Módulos de pavimentos */
.modulos-pavimentos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
    width: 100%;
}

.modulo-pav {
    flex: 0 0 calc(33.333% - 7px);
    max-width: calc(33.333% - 7px);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.titulo-modulo {
    color: #2971c9;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contenido-modulo {
    text-align: center;
    flex-grow: 1;
    font-size: 14px;
}

.contenido-modulo p {
    margin-bottom: 12px;
    line-height: 1.5;
}

.contenido-modulo strong {
    font-weight: bold;
    color: #000;
}

.contenido-modulo ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    text-align: center;
}

.contenido-modulo ul li {
    margin-bottom: 6px;
    text-align: center;
}

.contenido-modulo ul li:before {
    content: "○ ";
}

/* Responsive para móvil */
@media (max-width: 768px) {
    .modulo-pav {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
