/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;*/
	position: relative;
	background: #FFCC00;
	color: #2E335B;
	font-size: 16px;
	line-height: 1;
	font-family: Kanit;
	min-width: 100%;
	margin: 0;
	padding: 1px;
	background-image: url("./Imagenes/WirelesSense patrones 2.png");
	background-repeat: no-repeat;
	background-position: auto;
	background-size: cover;
}
form { 
	background: white; 
	padding: 2rem; 
	border-radius: 10px; 
	max-width: 400px; 
	margin: auto; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face{
	font-family: Kanit;
	scr: url("https://fonts.google.com/specimen/Kanit")format("woff");
	font-weight: normal;
	font-style: normal;
}

*{
	box-sizing: border-box;
}

img{
		max-width: 100%;
	}

	.container {
    max-width: 100%;
    min-height: 150px;
    margin: 50px;
    padding: 0;
}

/* Header */
header {
	 max-width: 100%;
	 max-height: 150px;
    background-color: transparent;
    color: #FFCC00;
    padding: 20px 0;
}

header img {
    width: 15%;
    position: absolute;
    left: 0;
    /*display: inline-block;*/
    vertical-align: middle;

}
body img{
	 float: left;
	 width: 13%;
    /*position: absolute;
    left: 0;*/
    /*display: inline-block;*/
    vertical-align: middle;

}
nav ul {
    /*postition: absolute;
    rigth: 0;
    top: 30px;*/
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    float: right;
}

nav ul li {
    display: inline-block;
    margin-left: 50px;
}

nav ul li a {
   /*color: #FFCC00;*/
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
}

nav ul li a:hover {
    transition: 0.5s color;
    /*color: #FFFFFF;*/
    color: #FFCC00;
    text-decoration: none;

}

.container2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
#hero {
	 /*background: linear-gradient(260deg, #2595A3, #314C7B,#2E335B);*/
    /*background-color:rgba(37, 149, 163, 0.90);*/
	 /*background-color:rgba(46, 51, 91, 0.95);*/
    /*background-color: #314C7B;*/
	 /*background-color: #2595A3;*/
    color: #FFFFFF;
    margin-top: 30px;
    padding: 100px 0;
    text-align: center;
}

#hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #FFCC00;
    text-align: center;
    font-weight: bold;
}
/*#hero h1:hover {
    /*background-color: #FFCC00;*/
    /*color: #FFFFFF;*/
    /*color: #314C7B;*//*
}*/

#hero p {
    font-size: 24px;
    margin-bottom: 40px;
    color: #FFCC00;
    text-align: center;
    font-weight: regular;
}

/*#hero p:hover {
    /*background-color: #FFCC00;*/
    /*color: #FFFFFF;
    /*color: #314C7B;*//*
}*/

.btn {
    display: inline-block;
    background-color: #fff;
    color: #2E335B;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
	 transition: 1.5s color;
	 transition: 1.5s background-color;
    background-color: #FFCC00;
    color: #fff;
}

/* Features Section */
#features {
	background-color:rgba(255, 255, 255, 0.90);
	/*background-color: #2595A3;*/
    padding: 10px 0;
    text-align: center;
}

#features h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}
#features h2:hover {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.feature-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.feature-box .feature-icon {
    margin-right: 20px;
}
.feature-box .feature-icon1 {
    margin-right: 20px;
}
.feature-box .feature-icon2 {
    margin-right: 20px;
}
.feature-box .feature-icon3 {
    margin-right: 0px;
    width: 30%;
}

.feature-box .feature-icon img {
    /*max-width: 80px;*/
    width: 100%;
}

.feature-box .feature-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.feature-box .feature-content p {
    font-size: 18px;
    text-align: center;
}
.container3 {
    max-width: 100%;
    margin: 0 ;
    padding: 2px ;
    line-height: 1.8;

}

.container3 p{
	position: absolute;
	right: 250px;

}
.container3 ul li {
    display: inline-block;
    list-style: circle;
    /*position: absolute;
    right: 0;*/
}

.container3 a{
	color: #2E335B;
	text-decoration: none;
	/*position: absolute;
	right: 0;*/	
}
.container4 {
	position: absolute;
	left: 0;
	bottom: 15px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
   font-weight: bold;
}

/* Call to Action Section */
#cta {
	background-color:rgba(255, 204, 0, 0.90);
    /*background-color: #FFCC00;*/
    color: #2E335B;
    padding: 100px 0;
    text-align: center;
}

#cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
}