*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#main{
	color: #707070;
}
/*ESTILOS GENERALES*/
img{
	display: block;
	width: 80%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
body{
	padding-top: 50px;
}
i{
	font-size: 30px;
	padding: 10px;
}
body h1{
	color: #017dbf;
}
/*menu*/
.navbar-brand{
	width: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.navbar-default{
	background: #33b5e5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
/*footer*/
footer{
	background: #33b5e5;
	color: #fff;
}
footer a{
	color: #ccc;
}
.icontec{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
/*index*/
.banner{
	width: 100%;
	overflow: hidden;
	margin-top: -70px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.overlay{
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100vh;
	width: 100%;
}
.banner h1{
	color: #fff;
	font-size: 40px;
	width: 100%;
	padding: 20px;
}

.btn-whatsapp {
        display:block;
        width:50px;
        height:auto;
        color:#fff;
        position: fixed;
        right:10px;
        bottom:20px;
        border-radius:50%;
        line-height:50px;
        text-align:center;
        z-index:999;
}


