.c{
	clear: both;
}
*:focus {
	outline: none;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
img{
	border: 0;
}
html{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	overflow-x: hidden;
}
h1{
	position: relative;
    display: block;
    margin: auto;
    width: 90%;
    font-size: 38px;
	margin-bottom: 50px;
    font-weight: 100;
    text-align: center;
}
	h1 span{
		color: rgb(40,50,125);
    	font-weight: 200;
	}

.container2{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1420px;
}
.container{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
	.logo{
		padding-top: 49px;
		width: 300px;
		float: none;
		margin: auto;
	}
		.logo img{
			float: left;
			width: 100%;
			height: auto;
			padding: 50px 0 50px 0;
		}
	.navegacion{
		float: right;
		display: block;
	}
	.navegacion ul{
		margin-top: 33px;
		position: relative;
		flex-wrap: wrap;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-between;
		display: -moz-flex;
		-moz-flex-wrap: wrap;
		-moz-justify-content: space-between;
		display: -ms-flex;
		-ms-flex-wrap: wrap;
		-ms-justify-content: space-between;
    	align-items: center;
    	z-index: 1000 !important;
	}
		.navegacion ul>li{
			position: relative;
    		margin: 0 5px 0 0;
		}
			.navegacion ul li>a{
				display: block;
    			padding: 12px;
				color: rgb(23,148,55);
				font-weight: bold;
    			font-size: 16px;
    			border: solid 1px transparent;
			}
			.navegacion li:hover > a {
				color: white;
				border-radius: 2px;
				background: rgb(40,50,125);
			}
			.activo> a{
				color: white !important;
				border-radius: 2px;
				background: rgb(40,50,125);
			}
				.navegacion ul ul{
					display: none;
					position: absolute;
					margin: 0px;
					width: 200%;
					background-color: #fff;
				}
					.navegacion li ul li{
						width: 100%;
						margin: 0px;
					}
					.navegacion li ul li a{
						color: rgb(23,148,55);
						font-size: 15px;
					}
					.navegacion li ul li a:hover{
						background: rgb(40,50,125);
					}
				#servicios:hover ul, #servicios2:hover ul{
					display: block;
				}
	#barra2{
		position: fixed;
    	top: -104px;
    	z-index: 1000;
		border-top: solid 3px rgb(186,186,185);
		background: white;
		width: 100%;
		-moz-transition: all ease .5s;
		-ms-transition: all ease .5s;
		-webkit-transition: all ease .5s;
		-o-transition: all ease .5s;
		transition: all ease .5s;
		visibility: hidden;
	}
		.logo2{
			width: 250px;
			float: left;
		}
			.logo2 img{
				width: 100%;
				height: auto;
				float: left;
				padding-top: 10px;
			}
		#barra2 .navegacion ul{
			margin: 16.55px 0px;
		}
			#barra2 .navegacion ul li a{
				font-size: 12px;
			}
			#barra2 .navegacion ul ul{
				margin: 0px;
			}
			#barra2 .navegacion li:hover > a {
				color: white;
				border-radius: 2px;
				background: rgb(40,50,125);
			}

footer{
	padding: 20px 0 20px 0;
    min-height: 200px;
    background: rgb(40,50,125);
}
	footer ul{
		flex-wrap: wrap;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: space-between;
		display: -moz-flex;
		-moz-flex-wrap: wrap;
		-moz-justify-content: space-between;
		display: -ms-flex;
		-ms-flex-wrap: wrap;
		-ms-justify-content: space-between;
		margin: auto;
		padding: 0 15px 0 15px;
		border-bottom: solid 1px white;
	}
		footer ul li {
			width: 100%;
			padding: 10px 0;
			overflow: hidden;
		}
			footer h2{
				color: white;
				font-size: 20px;
				font-weight: 200;
				text-align: center;
			}
				footer ul li ul{
					margin: 10px 0 10px 0;
					border-bottom: none;
				}
				footer ul li ul li{
					width: 100%;
					display: block;
					padding: 5px;
					font-size: 13px;
					color: white;
					text-align: center;
				}
			.redes{
				margin: 37.5px 0;
			}
				.redes li{
					width: 20%;
					display: block;
					padding: 0px
					text-align: center;
				}
			.pago{
				margin: 45.165px 0;
			}
				.pago li{
					width: 200px;
					display: block;
					margin: auto;
					text-align: center;
					padding: 0;
				}
				footer ul li ul li img{
					max-width: 100%;
					height: auto;
				}
				footer ul li a{
					display: block;
					color: white;
					text-decoration: none;
				}
				footer ul li a:hover{
					 color: rgb(186,186,185);
				}
	footer h6{
		color: white;
		text-align: center;
		font-size: 14px;
		font-weight: 100;
		margin-top: 20px;
	}

@media (min-width: 768px){
	.container{
		width: 750px;
	}
}
@media (min-width: 992px){
	.slicknav_menu{
		display: none;
	}
	.container{
		width: 90%;
    	max-width: 1420px;
	}
	.logo{
		float: left;
		padding: 0px;
	}
	.logo img{
		padding: 16px 0px;
	}
	#barra, #barra2 {
		display: block;
	}
	footer ul li{
		width: 33%;
	}
}
@media (max-width: 991px){
	#barra, #barra2 {
		display: none;
	}
	.slicknav_menu{
		display: block;
	}
}

.boton-whats {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
