*{
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
	outline:none;
}
body{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	background: #f7f7f7;
}
strong{
	font-weight: bold;
}
section ul{
    margin: 20px 0 0 30px;
    text-align: justify;
}
section li {
	font-size:15px;
	line-height:24px;
	color:#7c7c7c;
	text-align:justify;	
    list-style: square;
}
/**********MENU**********/
nav{width:auto; float:right;}
nav ul{display:table; float:right;}
nav ul li{float:left;}
nav ul li:last-child{padding-right:0px;}
nav ul li a{color:#002e5b; font-size:18px; padding: 25px 20px; display:inline-block; transition: all 0.5s ease 0s;}
nav ul li a:hover{background-color:#002e5b; color:#fde428; transition: all 0.5s ease 0s;}
nav ul li a:hover i{color:#fde428; transition: all 0.5s ease 0s;}
nav ul li a i{padding-right:10px; color:#002e5b; transition: all 0.5s ease 0s;}

.toggle-menu ul{display:table; width:25px;}
.toggle-menu ul li{width:100%; height:5px; background-color:#101b75; margin-bottom:6px;}
.toggle-menu ul li:last-child{margin-bottom:0px;}

input[type=checkbox]{display:none;}

header{padding:20px 0px;}
input[type=checkbox] {position: absolute; top: -9999px; left: -9999px; background:none;}
input[type=checkbox]:fous{background:none;}
label {float:right; padding:8px 0px; display:inline-block; cursor:pointer; }
input[type=checkbox]:checked ~ nav {display:block;}

nav{display:none; position:absolute; right:0px; top:53px; background-color:#002e5b; padding:0px; z-index:99;}
nav ul{width:auto;}
nav ul li{float:none; padding:0px; width:100%; display:table;}
nav ul li a{color:#FFF; font-size:15px; padding:10px 20px; display:block; border-bottom: 1px solid rgba(225,225,225,0.1);}
nav ul li a i{color:#fde428; padding-right:13px;}

/**********MENU**********/


#logo{
	padding:0px;
	font-size: 24px;
	color: #515151;
	font-weight: 700;
}
section{
	margin:0px auto;
	position:relative;
}
header .logomenu{
	display: flex;
}
header .logomenu ul{
	display: flex;
	margin: 3px 0 0 30px;
}
header .logomenu ul li a{
	color: #000;
    font-size: 15px;
    background: #eee;
    padding: 8px 15px;
    border-radius: 10px;
    margin: 0 10px;
}
h1{
	display:table;
	font-size:38px; 
	padding:20px 0 0;
	color:#000;
	text-align:left;
	text-transform: capitalize;
	font-weight:500;
	width: 70%;
	font-family: 'Poppins', sans-serif;
}
h1 span{
	color: #ff4b36;
}
header{
	max-width:1020px;
	margin:20px auto;
	padding: 20px 40px;
	border-radius: 20px;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: flex;
    justify-content: space-between;
}
section{
	display:flex;
	margin-bottom:60px;
	max-width:1000px;
	padding:50px;
    background: #fff;
    border-radius: 20px 0;
}
.left{
	padding-right: 60px;
}
.right{
	flex: 0 0 280px;
    border-left: 1px solid #ccc;
    padding-left: 40px;
}
.right div{
	margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.right h3{
	font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
}
.right p{
	font-size: 13px;
	line-height: 18px;
}
section a:link, a:visited{
	color: #ff4b36;
}
section a:hover{
	color: #171717;
}
h2{
	font-size:28px;
	font-weight:300;
	color:#f21c12;
	border-bottom:2px solid #ece3e3;
	display:table;
	padding-bottom:10px;
	margin: 40px 0 30px 0;
	line-height: 34px;
	width: 70%;
	font-family: 'Poppins', sans-serif;
}
h3{
	font-size:20px;
	font-weight:500;
	color:#171717;
	display:table;
	padding-bottom:10px;
	margin: 30px 0 10px 0;
	font-family: 'Poppins', sans-serif;
}
section p{
	font-size:16px;
	line-height:27px;
	color:#737373;
	text-align:justify;
	margin-bottom: 20px;
}
section picture{
	margin: 20px 0;
	display: block;
	text-align: center;
}
footer{
	display: flex;
    align-items: center;
    color: #bdb6b6;
    width: 420px;
    margin: 0 auto 50px;
}
footer div img{
	width: 140px;
	margin-left: 10px;
}

/**********CUSTOM**********/

table.tab{
	font-size: 15px;
    color: #7c7c7c;
}
table.tab td{
	background: #f8f7f7;
	padding: 8px 20px;
}
p.linkCat{
	background: #eee;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
}
ul.catPLP{
	list-style: none;
}
ul.catPLP li{
	list-style: none;
    width: 43%;
    display: inline-block;
    margin: 0px 18px;
}
ul.catPLP li h2{
	font-size: 22px;
    text-align: left;
    text-transform: capitalize;
}
ul.catPLP li p{
	font-size: 15px;
    text-align: left;
    line-height: 23px;
    margin-bottom: 2px!important;
}
.list247{
	border: 2px solid #eee;
    border-radius: 20px 0 20px 0;
    padding: 20px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    margin-bottom: 25px;
    min-height: 150px;
}
.list247 .listLeft{
	width: 240px;
    height: 150px;
    margin-right: 20px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px;
    background: #f7f7f7;
    border-left: 9px solid #444287;
}
.left picture img{
	border-radius: 20px;
    margin: 15px 0 20px;
}
.list247 a.btnCat{
	margin-top: 10px;
	display: block;
}
.list247 a.xHide{
	margin-top: 20px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.list247 a.xHide span{
	padding: 10px 16px;
    background: #606d83;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
}
.list247 .listLeft a.xHide:hover span{
	background: #000;
}
.list247 .listLeft h3{
	margin: 0;
    color: #606d83;
    text-align: center;
}
.list247 .listRight ul{
	margin: 0;
}
.list247 li{
	list-style: none;
}
.th1{
	padding: 10px 15% 15%;
}
.list247 .xValor{
	background: url(../../files/valoracion.png);
    width: 300px;
    height: 51px;
    margin: 0 auto;
    margin-top: 30px;
}
.list247 .xCalif{
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}
.list247 .xCalif span{
	font-size: 24px;
}
.list247 ul li.xBig{
	font-size: 22px;
    margin-bottom: 20px;
}
.list247 .listRight ul li a{
	cursor: pointer;
}
.list247 .listRight ul li.listServ a:link, .list247 .listRight ul li.listServ a:visited{
	padding: 4px 8px;
    margin-right: 3px;
    background: #bbb;
    color: #fff;
    font-size: 12px;
}
.list247 .listRight ul li.listServ a:hover{
	background: #606d83;
}
.banServ{
	display: flex;
    flex-wrap: wrap;
}
.banServ a:link, .banServ a:visited{
    width: 280px;
    height: 140px;
    display: block;
    text-align: center;
    margin: 11px;
    border-radius: 20px 0;
    font-size: 36px;
    color: #fff!important;
    padding-top: 60px;
    margin-bottom: 20px;
}
.banServ a:hover{
	background: #f21c12!important;
}
.banServ a:nth-child(2){
	background: url(cerrajero-puerta-casa.webp);
}
.banServ a:nth-child(3){
	background: url(cerrajero-puerta-auto.webp);
}
.banServ a:nth-child(4){
	background: url(cerrajero-caja-fuerte.webp);
}
.banServ a:nth-child(5){
	background: url(cerrajero-puerta-duplicado-llaves.webp);
}

/******************************************/
/****************** HOME ******************/
/******************************************/

.hRight{
	width: 100%;
}
.hRight p{
	font-size: 15px;
    background: #7d7d7d;
    padding: 5px 10px;
    display: inline;
    color: #fff;
}
.hRight h1{
	text-transform: none;
    font-weight: 100;
    font-size: 45px;
	line-height: 52px;
	padding: 20px 0;
}
.hRight h1 span{
	font-weight: 400;
	display: block;
	font-size: 58px;
}
.hRight h2{
	color: #7d7d7d;
    font-size: 22px;
    margin: 20px 0;
	width: 100%;
}
.modTop{
	flex-wrap: wrap;
	background: none;
	padding: 0;
	box-shadow: none;
}
.servTop{
    width: 24%;
    margin: 1%;
    padding: 30px;
    background: #fff;
    border-radius: 40px 0;
}
.servTop h2{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 30px;
}
.servTop p{
	text-align: center;
}
.servTop .imgTop img{
	margin: 0 auto;
    display: block;
    border-radius: 15px;
}
.servTop .contTop h2{
	margin: 20px 0 20px 0;
}
/**********CUSTOM**********/

@media only screen and (max-width: 999px) {
	section{
		display: block;
		max-width: 80%;
	}
	.left{
		padding: 0 10px;
	}
	section img{
		width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	h1{
		padding:25px 0px;
		width: 100%;
	}
	h1 span{
		display:block;
	}
}

@media only screen and (max-width: 480px) {
	section {
		max-width: 90%;
		padding: 20px;
	}
	.servTop{
		width: 85%;
		margin: 20px 0;
	}
	footer{
		display: block;
	}
	footer div{
		text-align: center;
		margin: 20px auto;
	}
	
}

@media only screen and (max-width: 360px) {
	h1{
		font-size:32px;
	}
	h2{
		font-size:28px;
		width: 85%;
		font-weight: 500;
	}
	label{
		padding:5px 0px;
	}
	.right{
		padding: 30px;
		border: 0;
	}
	table.tab{
		font-size: 13px;
	}
	table.tab td{
		padding: 8px 0;
	}
	ul.catPLP li{
		width: 90%;
	}
	.list247 .listLeft{
		margin-bottom: 20px;
	}
}