@import url(responsive.css);
@import url(menu_responsive.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}
a {
	text-decoration:none;
}
.transicion {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#FFF;
	z-index:111;
}
#wrapper_gris_claro {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#eaeaea;
	z-index:111;
}
#wrapper_infraestructura {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	z-index:111;
	background-color:#e9e28f;
	margin-top:50px;
}
#wrapper_infraestructura:hover {
	background-color:#d9d16c;
}
#wrapper_gris {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#eaeaea;
	z-index:111;
	margin-top:-40px;
	padding-top:60px;
	padding-bottom:40px;
}
#wrapper_form_contacto {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#eaeaea;
	z-index:111;
	margin-top:20px;
	padding-top:100px;
	padding-bottom:120px;
	background-image:url(solapa_mapa.png), url(bg_cuadrado.png);
	background-position:top center;
	background-repeat:no-repeat, repeat;
}
#wrapper_inferior {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
#contenedor {
	height:auto;
	overflow:hidden;
}
#contenedor_g {
	height:auto;
	overflow:hidden;
}
#menu_pc {
	width:100%;
	height:115px;
	background-color:rgba(0,0,0,.7);
	position:absolute;
	z-index:9999;	
}
#menu_pc #logo{
	float:left;
	width:207px;
	height:68px;
	margin:23px 0px 23px 5%;	
}
#menu_pc #menu{
	width:auto;
	float:right;
	height:40px;
	margin:37px 5% 37px 0px;
}
#menu_pc #menu #boton {
	width:auto;
	height:38px;
	float:left;
	padding:0px 10px;
	border:1px solid rgba(239,184,20,0);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:38px;
	color:#FFF;
	text-align:center;
	overflow:hidden;
	margin:0px 15px;
	border-radius:3px;
}
#menu_pc #menu #boton:hover {
	border:1px solid rgba(239,184,20,.5);
	color:#efb814;
}
#menu_pc #menu #boton_act {
	width:auto;
	height:38px;
	float:left;
	padding:0px 10px;
	border:1px solid rgba(239,184,20,1);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:38px;
	color:#efb814;
	text-align:center;
	overflow:hidden;
	margin:0px 15px;
	border-radius:3px;
}
#icono_inicio {
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	margin-bottom:60px;
}
#icono_inicio #icono {
	float:left;
	font-family: 'Oswald', sans-serif;
	color:#454545;
	text-transform:uppercase;
	background-repeat:no-repeat;
}
#cont_titulo{
	width:calc(80% - 100px);
	background-image:url(titulo_izq.png), url(titulo_dcha.png);
	background-position:left center, right center;
	background-repeat:no-repeat;
	margin-top:-70px;
	position:absolute;
}
#cont_titulo #titulo {
	width:auto;
	background-color:#ffcc00;
	font-family: 'Oswald', sans-serif;
	font-style:italic;
	color:#FFF;
	text-align:center;
}
#servicios_inicio {
	width:100%;
	float:left;
	height:auto;
	background-color:#f6f6f6;
	padding-top:50px;
}
#servicios_inicio #contenedor_servicios {
	width:calc(100% - 8px);
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	padding:4px;
	margin-bottom:80px;
}
#servicios_inicio #caja {
	height:auto;
	margin:4px;
	position:relative;
	float:left;
	overflow:hidden;
}
#servicios_inicio #caja img {
	width:100%;
	height:auto;
}
#servicios_inicio #caja #titulo{
	z-index:9999;
	color:#20547d;
}
#wrapper_inferior #proyectos_inicio {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
#proyectos_inicio img {
	width:100%;
	min-height:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:-9999;
	overflow:hidden;
	opacity:0.85;
}
#proyectos_inicio #frase{
	width:100%;
	height:auto;
	margin-top:10%; 
	font-family: 'Poiret One', cursive;
	color:#FFF;
	text-shadow:0px 0px 8px #000, 0px 0px 8px #000, 0px 0px 8px #000, 0px 0px 8px #000, 0px 0px 8px #000;
	text-align:center;
}
#proyectos_inicio #btn_proyecto {
	width:calc(60% - 30px);
	height:auto;
	float:left;
	background-color:#eb3e23;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	padding:0px 15px;
	margin-left:20%;
	margin-right:20%;
	margin-top:30px;
	text-align:center;
}
#wrapper_inferior:hover #frase{ opacity:1; }
#wrapper_inferior:hover #btn_proyecto{opacity:1; }
#wrapper_inferior:hover img {opacity:1;}


#pie {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#bebebe;
	padding-top:50px;
}

#pie #cajatelefono {
	height:auto;
	float:left;
	overflow:hidden;
	margin:10px 10px;
	background-repeat:no-repeat;
}
#pie #cajadireccion {
	height:auto;
	float:left;
	overflow:hidden;
	margin:10px 10px;
	background-repeat:no-repeat;
}
#pie #cajaredes {
	height:auto;
	float:left;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:36px;
	color:#20547d;
	font-style:italic;
	
}
#pie #cajaredes:hover {
	color:#616161;
}
#pie #info {
	font-family: 'Oswald', sans-serif;
	color:#20547d;
	font-style:italic;
}
#pie #cajaredes #redes{
	float:left;
	background-position:left center;
	background-repeat:no-repeat;
	margin:5px 0px;
	font-family: 'Oswald', sans-serif;
	color:#20547d;
	font-style:italic;
}
#pie_copy { 
	width:100%; 
	float:left; 
	height:auto; 
	background-color:#a2a2a2;
	padding:10px 0px;
	font-weight:300;
	text-decoration:none;
	text-align:center;
}
#pie_copy .btn{	font-family: 'Oswald', sans-serif; 
	color:#FFF;
	text-align:center;
	font-size:14px;
	line-height:18px;
}
#titulo2 {
	width:100%;
	font-family: 'Poiret One', sans-serif; 
	color:#20547d;
	border-bottom:solid 1px #20547d;
	text-align:center;
	font-style:italic;
	margin-bottom:15px;
	padding-bottom:10px;
	font-weight:bold;
}
#titulo3 {
	width:100%;
	font-family: 'Oswald', sans-serif; 
	color:#666;
	border-bottom:dotted 1px #666;
	text-align:center;
	font-style:italic;
	margin-bottom:15px;
	padding-bottom:10px;
	font-weight:bold;
}
#quienes_somos_info {
	font-family: 'Oswald', sans-serif; 
	color:#000;
	text-align: justify;
	font-size:20px;
	line-height:35px;
	font-weight:300;
	float:left;
}
#quiene_somos_camras {
	float:right;
}
#quienes_somos_carac {
	float:left;
	overflow:hidden;
	padding:50px 0px;
}
#quienes_somos_carac #caja{
	float:left;
	height:auto;
	padding-top:70px;
	background-position:center top;
	background-repeat:no-repeat;
}
#quienes_somos_carac #caja #titulo{
	width:calc(100% - 22px); font-size:20px; line-height:28px;
	height:auto;
	font-family: 'Oswald', sans-serif;
	color:#eb3e23;
	font-weight:bold;
	padding:10px;
	margin-top:15px;
	border: solid 1px #eb3e23;
	text-align:center;
	font-weight:300;
}
#quienes_somos_carac #caja #info{
	width:100%;
	float:left;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-align: center;
	font-size:14px;
	line-height:22px;
	font-style:italic;
	background-image:url(solapa_caract_qs.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#quienes_somos_carac .gestion { background-image:url(icono/gestion_qs2.png); }
#quienes_somos_carac .edificacion { background-image:url(icono/edificacion_qs2.png); }
#quienes_somos_carac .inspeccion { background-image:url(icono/test_qs2.png); }
#quienes_somos_carac .tecnologia { background-image:url(icono/tecnologia_qs2.png); }


#servicios_caja {
	height:auto;
	overflow:hidden;
	float:left;
	background-color:#eaeaea;	
}
#servicios_caja #imagen{
	width:100%;
	height:auto;
	max-height:240px;
	overflow:hidden;
	position:relative;
}
#servicios_caja #imagen .imag{ height:180px; width:100%;}
#servicios_caja:hover #imagen .imag{  transform:scale(1.1); }
#servicios_caja #imagen #lupa{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.4);
	background-image:url(icono/lupa.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 7px 8px;
	position:absolute;
	z-index:9999;
	opacity:0;
}
#servicios_caja:hover #imagen #lupa{
	opacity:1;
	background-size: 72px 80px;
}
#servicios_caja #titulo{
	width:calc(100% - 10px);
	height:auto;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	line-height:22px;
	color:#FFF;
	text-align:center;
	margin-bottom:10px;
	padding:15px 5px;
	background-color:#20547d;
}
#servicios_caja #resumen{
	width:calc(100% - 14px);
	height:auto;
	overflow:hidden;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
	text-align:center;
	padding:7px;	
}
#servicios_caja:hover #resumen{
	color:#000;
}
#servicios_caja #separaador {
	width:90%;
	float:left;
	height:1px;
	border-top: dotted 1px #999; 
	margin: 15px 5%;
}

#servicios_caja #ver_mas{
	width:calc(90% - 2px);
	float:left;
	height:auto;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#20547d;
	text-align:center;
	border-radius:1px;
	margin:7px 5%;
	text-transform:uppercase;
	border:solid 1px #20547d;
}
#servicios_caja:hover #ver_mas{
	background-color:#ffffff;
	display:block;
	color:#20547d;
	border:solid 1px #20547d;
}
#servicios_caja #ver_mas:hover {
	background-color:#eb3e23;
	border:solid 1px #eb3e23;
	display:block;
	color:#FFF;
}
.servicio_portada {
	float:left;
}
.servicio_titulo{
	float:left;
	width:100%;
	font-family: 'Poiret One', sans-serif; 
	color:#20547d;
	text-align:left;
	font-style:italic;
	margin-bottom:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #20547d;
}
.servicio_descripcion {
	font-family: 'Oswald', sans-serif;
	float:left;
	width:100%;
	color:#666;
	text-align:left;
	font-size:20px;
	line-height:30px;
	font-weight:300;
}
#servicios_carrousel {
	width:calc(100% - 30px);
	margin:50px 0px;
	background-color:#FFF;
	padding:15px 15px;
}
#servicios_carrousel #imagen{
	height:auto;
	height:200px;
	margin:0px 3px;
	overflow:hidden;
	position:relative;

}
#servicios_carrousel #imagen .imag {
	height:200px;
	min-width:300px;
	z-index:2;
}
#servicios_carrousel #imagen:hover .imag{  transform:scale(1.1); }
#servicios_carrousel #imagen #lupa {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.4);
	background-image:url(icono/lupa2.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 5px 5px;
	position:absolute;
	z-index:3;
	opacity:0;
}
#servicios_carrousel #imagen:hover  #lupa{
	opacity:1;
	background-size: 51px 51px;
}
#servicios_fotos {
	width:100%;
	margin-top:25px;
}
#servicios_detalle_contenido{
	width:100%;
	float:left;
	height:auto;
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:50px;
	
}
#imagen_gral {
	overflow:hidden;
	position:relative;
	float:left;
}
#imagen_gral .imag {
	width:100%; 
	z-index:2;
}
#imagen_gral:hover .imag{  transform:scale(1.1); }
#imagen_gral #lupa {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.4);
	background-image:url(icono/lupa2.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 5px 5px;
	position:absolute;
	z-index:3;
	opacity:0;
}
#imagen_gral:hover  #lupa{
	opacity:1;
	background-size: 51px 51px;
}
#imagen_gral #video {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.4);
	background-image:url(icono/play.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 35px 35px;
	position:absolute;
	z-index:3;
	opacity:.8;
}
#imagen_gral:hover  #video{
	opacity:1;
	background-size: 51px 51px;
}
#servicios_detalle_caja {
	height:auto;
	overflow:hidden;
	float:left;
	padding:4px;
}
#servicios_detalle_caja #imagen{
	width:100%;
	height:auto;
	max-height:180px;
	overflow:hidden;
	position:relative;
}
#servicios_detalle_caja #imagen .imag{ width:100%;}
#servicios_detalle_caja:hover #imagen .imag{  transform:scale(1.1); }
#servicios_detalle_caja #imagen #lupa{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.4);
	background-image:url(icono/lupa.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 7px 8px;
	position:absolute;
	z-index:9999;
	opacity:0;
}
#servicios_detalle_caja:hover #imagen #lupa{
	opacity:1;
	background-size: 72px 80px;
}
#servicios_detalle_caja #titulo{
	width:100%;
	height:auto;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	color:#20547d;
	margin-top:5px;
	margin-bottom:5px;	
}
#servicios_detalle_caja #resumen{
	width:100%;
	height:auto;
	overflow:hidden;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
}
#servicios_detalle_caja:hover #resumen{
	color:#000;
}
#contacto_form {
	float:left;
	height:auto;
	overflow:hidden;
	padding-right:30px;
	margin-top:25px;
	border-bottom:dotted 1px #666;
}
#contacto_form .pre_caja_conf{
	font-family: 'Oswald', sans-serif;
	color:#666;
	font-weight:300;
}
#contacto_form .caja_conf{
	padding:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:55px;
	color:#666;
	border:2px solid #CCC;
	border-radius:3px;
	background-color:rgba(255,255,255,.8);
	font-style:italic;
}
#contacto_form .caja_conf:focus{
	font-size:18px;
	color:#000;
	font-weight:bold;
	background-color:rgba(255,255,255,1);
}
#contacto_form .caja_mensaje{
	padding:0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:45px;
	color:#666;
	border:2px solid #CCC;
	border-radius:3px;
	background-color:rgba(255,255,255,.8);
	font-style:italic;
}
#contacto_form .caja_mensaje:focus{
	color:#000;
	font-weight:bold;
	background-color:rgba(255,255,255,1);
}

#contacto_form .btn_enviar {
	height:auto;
	float:right;
	background-color:#6d8d4b;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	padding:0px 15px;
	text-align:center;
	border:none;
	border-radius:3px;
}

#contacto_mapa {
	width:100%;
	float:left;
	position:relative;
}
#contacto_mapa #opac {
	width:100%;
	height:100%;
	position:absolute;
	background-color:rgba(52,52,52,.3);
	overflow:hidden;
}
#contacto_mapa:hover #opac {
	z-index:1;
	background-color:rgba(52,52,52,0);
}
#contacto {
	min-height:100px;
	padding-top:20px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	text-align:left;
	margin-right:3%;
}
#contacto .txt1{
	font-family: 'Oswald', sans-serif;
	color:#000;
	float:left;
	width:100%;
}
#contacto .txt2{
	font-family: 'Arial', sans-serif;
	font-weight:300;
	color:#333;
	float:left;
	margin-top:10px;
	width:100%;
}
#quienes_somos_foto { 
	width:calc(100% - 10px);
	float:left;
	margin:55px 0px;
	padding:5px;
	background-color:#FFF; 
}
#inicio_caja {
	height:auto;
	overflow:hidden;
	float:left;
}
#inicio_caja #imagen{
	width:100%;
	height:auto;
	max-height:180px;
	overflow:hidden;
	position:relative;
}
#inicio_caja #imagen .imag{ height:180px; width:100%;}
#inicio_caja:hover #imagen .imag{  transform:scale(1.1); }
#inicio_caja #imagen #lupa{
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:rgba(0,0,0,.4);
	background-image:url(icono/lupa.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 7px 8px;
	position:absolute;
	z-index:9999;
	opacity:0;
}
#inicio_caja:hover #imagen #lupa{
	opacity:1;
	background-size: 72px 80px;
}
#inicio_caja #titulo{
	width:100%;
	height:auto;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	line-height:25px;
	color:#FFF;
	text-align:center;
	background-color:#20547d;
	padding:25px 0px;
}
#inicio_caja:hover #titulo{
	background-color:#eb3e23;
}
#titulo4 {
	width:100%;
	float:left;
	text-align:center;
	font-family: 'Poiret One', cursive;
	font-size:35px;
	line-height:45px;
	color:#999;
	margin:20px;
}
#titulo5 {
	width:100%;
	float:left;
	text-align:center;
	font-family: 'Poiret One', cursive;
	font-size:35px;
	line-height:45px;
	color:#999;
	margin:30px 0px;
	border-bottom:1px solid #999;
}
#contenedor_inicio_dest {
	height:auto;
	float:left;
}
#contenedor_inicio_video {
	height:auto;
	float:left;
}
#contenedor_inicio_video .video{
	float:right;
	border:2px solid #ccc;
	padding:3px;
}
#contenedor_inicio_video #titulo {
	float:left;
	margin-top:10px;
	float:right;
	text-align:left;
}
#contenedor_inicio_video .tit {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:23px;
	color:#efb814;
}
#contenedor_inicio_video:hover .tit {
	color:#eb3e23;
}
#contenedor_inicio_video .cat {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height:18px;
	color:#666;
	font-weight:300;
}
#contenedor_inicio_dest #txt {
	text-align:center;
	font-family: 'Oswald', sans-serif;	
	font-size:20px;
	line-height:27px;
	color:#000;
	width:100%;
	margin-bottom:40px;
	font-weight:300;
}
#inicio_dest {
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}

#inicio_dest #icono {
	background-color:#efb814;
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	border-radius:100%;
}
#inicio_dest:hover #icono {
	background-color:#20547d;
}
#inicio_dest .titulo{
	font-family: 'Oswald', sans-serif;
	color:#666;
}
#inicio_dest .detalle{
	font-size:13px;
	line-height:15px;
	font-family: 'Oswald', sans-serif;
	color:#333;
	font-weight:400;
}
#inicio_dest .gestion { background-image: url(icono/gestion.png); }
#inicio_dest:hover .gestion { background-image: url(icono/gestion_off.png); }
#inicio_dest .edificacion { background-image: url(icono/edificacion.png); }
#inicio_dest:hover .edificacion { background-image: url(icono/edificacion_off.png); }
#inicio_dest .inspeccion { background-image: url(icono/test.png);}
#inicio_dest:hover .inspeccion{ background-image: url(icono/test_off.png);}
#inicio_dest .tecnologia { background-image: url(icono/tecnologia.png);}
#inicio_dest:hover .tecnologia{ background-image: url(icono/tecnologia_off.png);}

#quienes_mision {
	float:left;
}
#quienes_titulo {
	width:100%;
	float:left;
	font-family: 'Poiret One', cursive;
	font-size:35px;
	line-height:45px;
	color:#999;
	border-bottom:solid 1px #999;
	margin:10px 0px;
}
.quienes_txt {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:23px;
	color:#333;
}
#quienes_vision {
	float:left;
}
#servicio_infra {
	width:100%;
	float:left;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}
.servicio_infra_txt {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}
.servicio_infra_txt2 {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:23px;
	color:#20547d;
	font-style:italic;
	padding-bottom:15px;
	border-bottom:dashed 1px #20547d;
	
}
#infraestructura_titulo {
	width:100%;
	float:left;
	font-family: 'Poiret One', cursive;
	font-size:35px;
	line-height:45px;
	color:#FFF;
	border-bottom:solid 1px #FFF;
	margin:10px 0px 30px 0px;
	text-align:center;
}
#contenedor_detalle_izq {
	height:auto;
	float:left;
}
#contenedor_detalle_dcha {
	height:auto;
	float:left;
	background-color:#FFF;
	padding:10px 8px;
}
#contenedor_detalle_dcha .foto_portada {
	width:calc(100% - 6px);
	margin:3px;
	float:left;
}
#contenedor_detalle_dcha .video_portada {
	width:calc(100% - 6px);
	height:auto;
	min-height:200px;
	margin:3px;
	float:left;
}


.carousel-container {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
}

.carousel-slide {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Asegura que la imagen cubra sin deformarse */
	flex-shrink: 0;
}

.prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 24px;
	border-radius: 50%;
	z-index: 1;
}

.prev { left: 20px; }
.next { right: 20px; }

@media (max-width: 600px) {
	.prev, .next {
		font-size: 18px;
		padding: 8px 12px;
	}
}