﻿html {

font-family: 'Roboto', sans-serif;
font-size: 18px;
color:#666;

}

body {
background: #fff;
margin: 0px ;
padding: 0px;
}

header {
	width:100%;border-top:10px solid #11958F;background:#F4F4F4;
}

.contenedor {padding:1%;text-align:center;}

h1,h2,h3,h4{font-family:'Roboto',sans-serif;font-weight:normal;text-align:left;}
h1{font-size:28px;line-height:30px;margin:0px 0 16px 0;color:#11958F;}
h2{font-size:22px;line-height:30px;margin:16px 0 16px 0;color:#444;}
h3{font-size:20px;margin:16px 0 16px 0;color:#FE5000;}
h4{font-size:10px;margin:16px 0 2px 0;}
.inclu {font-size: 0px;}

.number { width: 60px; height: 60px; background: #fe5000; border-radius: 50%; color: #fff; font-size: 40px; box-shadow: 0 6px 10px #ccc; font-family:'Roboto',sans-serif; display: flex; align-items: center; justify-content: center; margin: auto;  margin-bottom: 30px; text-align: center; }
.number span{
    line-height: 1px;
	margin-bottom: -8px;
}

.number { margin-left: 0; margin-right: 0; }

header nav {
	width:100%;
	font-size: 18px;
	margin: 0px auto;
	background:#11958F;
}

.menu_bar {
	display:none;
}

header nav ul {
	overflow:hidden;
	list-style:none;
}

header nav ul li {
	float:left;
	margin-right:30px;
}


header nav ul li a {
	color:#fff;
	padding:10px;
	display:block;
	text-decoration:none;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	background:#6FACAA;	
}

p {text-align:left;}


.btn a {

	background:#11958F;
    -webkit-border-radius: 6px ;
    -moz-border-radius: 6px ;
    border-radius: 6px ;
	padding:1% 5%;
    color:#fff;
	text-decoration:none;
    cursor:pointer;
	
}

.btn a:hover {background:#fff;color:#11958F;border:1px solid #11958F;}

.estilo1 {

color: #333;

}


.estilo2 {

color: #fff;

}

.estilo3 {

color: #0066FF;

}

.estilo4 {

color: #00CCCC;

}

.estilo5 {

color: #000;

}

section {

background: #fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
display: inline-block ;
vertical-align:top;
margin-top:2%;
margin-left:1%;
margin-bottom:1%;
padding: 0px 15px;
width: 63%;
-webkit-border-radius: 10px ;
-moz-border-radius: 10px ;
border-radius: 10px ;

}

section.inicio{width: 98%;background:;border:1px solid #ccc;}


article {
width:46%;
margin:1%;
padding:2%;
display: inline-block ;
vertical-align:top;
-webkit-border-radius: 5px ;
-moz-border-radius: 5px ;
border-radius: 5px ;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.slidernar {
	width:46%;
	margin:1%;
	padding:2%;
	display: inline-block ;
	vertical-align:top;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	border-radius: 5px ;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.logos{text-align:center;}

aside {

	background:;
	color: #555;
	width: 30%;
	border:1px solid #ccc;
    display: inline-block ;
    vertical-align:top;
    margin-top:2%;
    margin-left:1%;
    margin-bottom:2%;
    padding: 0%;
	-webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    border-radius: 10px ;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}

aside a {color:#fff;text-decoration: none}

aside a:hover {
	color: #006666;
	text-decoration:none;
}

.content {width: 48%;
display: inline-block ;
vertical-align:top;
margin-left:0%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.content3 {width: 15%;
	display: inline-block ;
	vertical-align:top;
	margin-left:0%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

	.content3 img { width: 90px; }

	.content4 {width: 30%;
		display: inline-block ;
		vertical-align:top;
		margin-left:0%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}

.utilidades {width: 48%;
display: inline-block ;
text-align:center;
vertical-align:top;
margin-left:0%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.utilidades1 {width: 98%;
text-align:center;
display: inline-block ;
vertical-align:top;
margin:0% 0% 3% 8%;
padding:2%;
border:1px solid #ccc;
-webkit-border-radius: 10px ;
-moz-border-radius: 10px ;
border-radius: 10px ;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.content2 {width:15%;
font-size: 14px;
display: inline-block;
vertical-align:top;
margin-left:0%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.content2 p{text-align:center;}

.estilo-in {width: 28%;}

.medi { float:left;margin-right:2%;}

img{
max-width:100%;
height:auto;
border:0;
}

a img {border: none;}

.bor1 {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.bor:hover {opacity: 0.6;}

.centro{text-align: center;}

@media (min-width: 320px){

section {

width: 98%;

}

aside {

width: 98%;


}

.estilo-in {width: 98%;}

}

@media screen and (max-width:767px ) 

   {article{width:95%;}

.slidernar {width:95%;}

.content3 {width: 95%;}

.content4 {width: 95%;}

.content4 h3 { text-align: center;}

.content4 p { text-align: center;}

.number { margin: auto; }

	header nav {
		width:70%;
		height:auto;
	    background:#11958F;
		opacity:0.9;
		top:-500%;
		margin:0;
		position: fixed;
		z-index: 10;
	}

	header nav ul li {
		display:block;
		float:none;
		border-top:none;
	}

	header nav ul li a {margin-right:0px;}
	
	.menu_bar {
		display:block;
		width:100%;
		background:#11958F;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;

	}	
	
	.content2 {width: 18%;}
	
	.utilidades {width: 100%;}
	
	.utilidades1 {width: 100%;margin:0% 0% 3% 0%;}
	
	}


@media (min-width: 768px){

section {

width: 67%;

}


aside {

width: 30%;


}

.estilo-in {width: 31.33%;}


}

footer {
	background:#06544F;
	clear: both;
	font-size:14px;
	color:#fff;
	margin-top:0%;
	padding:8px;
	position: relative;
}

footer p { text-align:center;}

footer a {color:#999;text-decoration: none}

footer a:hover {
	color:#666;
	text-decoration:none;
}