@import url('https://fonts.googleapis.com/css?family=Muli:400,600,800');

body {
    font-family: 'Muli', sans-serif;
	margin: 0;
}
a {
	text-decoration: none;
	color: #003979;
	font-weight: 600;
}
a:hover {
	color: orange;
	font-weight: 800;
}
@media (max-width:480px){
	body {
	font-size: 16px;
	}
}
/*------------------ Logo para visualizar en app de escritorio ------------------*/
.logo2 {
    display: none;
}
/*------------------estilos del header------------------*/
.header {
	position: fixed;
	width: 100%;
    height: 50px;
    background: #003973;
	top: 0;
	left: 0;
	z-index: 100;
}
.header .contenedor {
    display: flex;
    justify-content: space-between;
}
.contenedor .logo1
{
    height: 40px;
    margin: 5px;
}
/*------------------estilos del menu------------------*/
.icon-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin: 5px;
    color: white;
    text-align: center;
    line-height: 37px;
    cursor: pointer;        
}
.nav {
    position: absolute;
    top: 50px;
	left: -100%;
    width: 100%;
    transition: all 0.4s;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu__link {
    display: block;
    padding: 40px;
    background: rgba(0, 57, 115, 0.85);
    text-decoration: none;
    color: white;
	margin: 0;
}
.menu__link:hover {
    background: white;
    color: #003973;
}
.menu__in {
	display: block;
	padding: 40px;
	background: rgba(210, 210, 210, 0.85);
    text-decoration: none;
	font-weight: 800;
	color: #003973;
}
.mostrar {
    left: 0;
}
/*------------------estilos del banner------------------*/
#c-slider {
	margin: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 20px;
}
#slider {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	width: 700%;
}
#slider section {
	width: 100%;	
}
#slider img {
	display: block;
	width: 100%;
	height: 100%;
}

#btn-prev, #btn-next {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	line-height: 20px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-family: monospace;
	cursor: pointer;
}
#btn-prev:hover, #btn-next:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #003973;
}

#btn-prev {
	left:10px;
}
#btn-next {
	right: 10px;
}
/*Este texto aparece solo en vista de escritorio----*/
#c-slider .cont-bn-txt {
	display: none;
	position: absolute;
	width: 380px;
	top: 50%;
	right: 50%;
	color: aliceblue;
	text-align: left;
	font-size: 24px;
	text-shadow: 2px 2px 8px #050505;
	transform: translateX(-30%) translateY(-60%);
}

/*------------------estilos de info------------------*/

.info__columna {
	background: #D8E3F0;
	color: #504F4E;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.info__titulo {
	color: #003973;
}
.info__img {
	max-width: 70px;
}

.info__img1 {
	display: none;
	max-width: 100%;
	float: left;
	margin-bottom: 35px;
}
.bgcolor {
	background-color: #E94E1B;
}
.txcolor {
	color: #ffffff;
}


/*------------------estilos del footer------------------*/

.cont-pie {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #333;
	color: #fff;
	justify-content: center;
}
.info-footer {
	margin: 15px;
	padding-top: 15px;
}
.location {
	position: relative;
	margin: 15px;
	width: 680px;
}
.copy {
	padding: 15px;
	background: #444;
	color: #888;
	text-align: center;
}

/*------------------estilos somos fabricantes------------------*/

#banner-int {
	margin: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 50px;
    text-align: center;
}
#banner-int img {
	max-width: 100%;
}
.cont-tx-bn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-shadow: 2px 2px 10px black;
	text-align: center;
}
.info__columna_int {
	background: #fff;
}
.info__txt_int {
	text-align: left;
	color: #504F4E;
	padding: 15px;
	margin-bottom: 10px;
}

/*------------------estilos productos------------------*/

.cont-tx-bn-pr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
    font-size: 25px;
	text-shadow: 2px 2px 10px black;
	text-align: center;
}    
.info__columna2 {
	background: #EBEBEB;
	color: #504F4E;
	margin-bottom: 35px;
	text-align: center;
	padding-bottom: 5px;
}
.info__titulo_p {
	margin: 0;
	background: #003973;
	padding: 10px;
}
.info__titulo_p a {
	text-decoration: none;
	color: #fff;
}
.info__titulo_p a:hover {
	color: orange;
}
.img__prod {
	position: relative;
	display: block;
	margin: auto;
	max-width: 100%;
}
.info__txt {
	margin: 20px;
}
.i {
	position: relative;
	display: block;
	margin: auto;
	max-width: 420px;
}
.i figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover12 figure {
	background: #003973;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
/*------------------estilos cajillas de seguridad------------------*/
.cont-tx-bn-h {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-shadow: 2px 2px 10px black;
	text-align: center;
}
.info__columna_c {
	background: #fff;
	color: #504F4E;
	padding: 15px;
	margin-bottom: 10px;
	text-align: left;		
}
.info__columna_r {
	background: #666666;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	text-align: left;		
}
.bginfo__columna {
	background: #FFFFFF;		
}
.info__img2 {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #003973;
	border-radius: 5%;
}
/*------------------estilos puertas de seguridad------------------*/
.info__img3 {
	max-width: 50%;
	padding: 5px;
}
/*------------------estilos alquiler de cofres------------------*/
.cont-tx-bn-a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 10px;
	text-shadow: 2px 2px 10px black;
	text-align: center;
}
/*------------------estilos mantenimiento------------------*/
.cont-tx-bn-m {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 10px;
	text-shadow: 2px 2px 10px black;
	text-align: center;
}
/*------------------estilos contacto------------------*/
form {
	width: 600px;
	margin: auto;
	background: #D8E3F0;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 25px;
}
h4 {
	text-align: center;
	color: #003973;
}
input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
}
textarea {
	min-height: 100px;
	max-height: 200px;
	max-width: 100%;
}
#btn_env {
	background: #003973;
	color: #fff;
	padding: 10px;
}
#btn_env:hover {
	cursor: pointer;
	background: #333;
	color: #fff;
	padding: 10px;
}

/*----------------------------------------------estilos responsive---------------------------------------------*/

/*-estilos inicio-*/

/*---estilos inicio---menu*/

@media (min-width: 1024px){
	.nav {
		position: static;
		width: auto;
		margin-top: 35px;
	}
	.menu {
		display: flex;
	}
	.menu__link {
		background: none;
		color: #504F4E;
	}
	.menu__link:hover {
		font-weight: 800;
	}
	.menu__in {
		display: flex;
		padding: 40px 40px 55px 40px;
		background: #003973;
    	text-decoration: none;
		font-weight: 800;
		color: #ffffff;
	}
	.icon-menu {
		display: none;
	}
}

/*-estilo inicio---header azul*/
@media (min-width:1024px){
	.header {
		position: static;
		height: 20px;
	}
	.header .contenedor{
		width: 1090px;
		margin: auto;
	}
	.header .contenedor .logo1 {
		display: none;
	}
	.logo2 {
		display: flex;
		height: 80px;
		margin-top: 50px;
	}
}
/*-estilos inicio---banner slider*/
@media (min-width:650px){
	#c-slider {
		height: 390px;
	}
	#slider img {
		transform: translateY(-15%)
	}
	#btn-prev, #btn-next {
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 56%;
		transform: translateY(-50%);
		line-height: 35px;
		font-size: 40px;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		font-family: monospace;
		cursor: pointer;
	}
	#btn-prev:hover, #btn-next:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #003973;
	}
}
@media (min-width:1024px){
	#c-slider {
		margin: auto;
		width: 100%;
		height: 500px;
		position: relative;
		overflow: hidden;
		padding-top: 50px;
		margin-bottom: 20px;
		margin-top: 130px;
	}
	#slider img {
		display: block;
		transform: translateY(-22%)
	}
	#btn-prev, #btn-next {
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 56%;
		transform: translateY(-80%);
		line-height: 35px;
		font-size: 40px;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		font-family: monospace;
		cursor: pointer;
	}
	#btn-prev:hover, #btn-next:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #003973;
	}
	/*Este texto aparece solo en vista de escritorio----*/
	#c-slider .cont-bn-txt {
		display: block;
	}
	#c-slider .bn_txt {
		transform: translateY(-100%);
	}
}

@media (min-width:2560px){
	#c-slider {
		margin: auto;
		width: 100%;
		height: 800px;
		position: relative;
		overflow: hidden;
		padding-top: 50px;
		margin-bottom: 20px;
		margin-top: 130px;
	}
	#slider img {
		display: block;
		transform: translateY(-21%)
	}
	#btn-prev, #btn-next {
		width: 40px;
		height: 40px;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 56%;
		transform: translateY(-80%);
		line-height: 35px;
		font-size: 40px;
		color: #fff;
		text-align: center;
		border-radius: 50%;
		font-family: monospace;
		cursor: pointer;
	}
	#btn-prev:hover, #btn-next:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #003973;
	}
	/*Este texto aparece solo en vista de escritorio----*/
	#c-slider .cont-bn-txt {
		display: block;
	}
	#c-slider .bn_txt {
		transform: translateY(-100%);
	}
}
/*-estilos inicio---info*/
@media (min-width:700px){
	.info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: auto;
	}

	.info__columna {
		width: 45%;
	}
}

@media (min-width:1024px){
	.info {
		display: flex;
		justify-content: space-between;
		width: 1024px;
		margin: auto;
	}

	.info__columna {
		width: 21.5%;
	}
	.info__img {
		max-width: 50%;
	}
	
}

/*-estilos paginas interiores-*/

@media (min-width:560px){

	#banner-int {
		margin-top: 50px;
		position: relative;
	}
	#banner-int img {
		max-height: 100%;
	}	
	.info__img1 {
		display: block;
		max-width: 100%;
		float: left;
		margin-bottom: 35px;
	}
	.cont-tx-bn-h {
		top: 30%;
		left: 20%;
		transform: translateX(-50%) translateY(-50%);
        text-shadow: none;
        color: #003973;
		font-size: 25px;
	}		
	.cont-tx-bn-a {
		top: 51%;
		left: 25%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 20px;
		text-align: left;
	}
	.cont-tx-bn-m {
		top: 48%;
		left: 20%;
		transform: translateX(-50%) translateY(-50%);
		text-shadow: none;
		font-size: 17px;
		color: #003973;
		text-align: left;
	}
    .cont-tx-bn-pr {
		top: 48%;
		left: 75%;
		transform: translateX(-50%) translateY(-50%);
		text-shadow: none;
		font-size: 25px;
		color: #003973;
		text-align: left;
	}
}

@media (min-width:1024px){
	#banner-int {
		margin-top: 130px;
	}
	.cont-tx-bn {
		font-size: 25px;
	}
	.cont-tx-bn-h {
		top: 50%;
		left: 23%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 25px;
	}
	.cont-tx-bn-a {
		top: 48%;
		left: 27%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 25px;
		text-align: left;
	}
	.cont-tx-bn-m {
		top: 48%;
		left: 26%;
		transform: translateX(-50%) translateY(-50%);
		text-shadow: none;
		font-size: 25px;
		color: #003973;
		text-align: left;
	}
}
/*-productos-*/
@media (min-width:1024px){
	.info2 {
		width: 1024px;
		display: flex;
		flex-wrap: wrap;	
		justify-content: space-between;
		margin: auto;
	}
	.info__columna2 {
		position: relative;
		width: 40%;
		margin: 50px;
	}
	.info_txt {
		padding: 5px;
	}
}

@media (min-width:1024px){
	.info__img2 {
		float: left;
		padding: 10px;
		margin-right: 25px;
		border: 1px solid #003973;
		border-radius: 5%;
	}
}
@media (min-width:2080px){
    
	.cont-tx-bn-h {
		top: 50%;
		left: 33%;
		transform: translateX(-50%) translateY(-50%);
		font-size: 25px;
	}
}

/*-estilos contacto-*/

@media (max-width:560px){
	form {
		width: 100%;
	}
}