html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
	margin:0;
	background-color: #fff;
  color: #777;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.625;
  font-size:1em;
}

@media (max-width: 870px) {
body {
  font-size:1.3em;
}
}

::selection {
    background-color: #333;
    color: #fff;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

a {
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #31b2ed;
	text-decoration: none;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

ol, ul {
    margin: 0;
    padding: 0;
}

i {
	font-style: italic;
	color:#fff;
}

*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

input[type='radio'] {
	accent-color: gray;
}

.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
	content: " ";
	display: table;
}

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}

#site-container {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-x:none;
	overflow-y:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header {
	position:relative;
	background-color: #fff;
	min-height: 150px;
}

.nav-primary {
	position:relative;
	background-color:#333;
	height: 61px;
}

.nav-primary, .nav-primary a {
	color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.wrap {
	position:relative;
	height:100%;
	padding:40px 0px;
	margin:0px auto;
	max-width:1140px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.title-area {
	float:left;
	padding:0px 0px 4px;
	width:320px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  font-weight: 700;
	background-color:#333;
  line-height: 1.2;
  margin-bottom: 0;
  text-indent: -9999px;
  display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-header, .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.widget-area .widget {
	margin-bottom: 0;
}

.site-title a {
	color: #2bc876;
	background-position: top !important;
  float: left;
  min-height: 80px;
  width: 100%;
  background: url(../img/verdeidealogo20201.png) no-repeat !important;
  background-position: center !important;
}

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

.widget li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.mainbody {
	position:relative;
	background-color: #fff;
	min-height: 150px;
	background-color: #f5f5f5;
}

.site-inner {
	position:relative;
	background-color: #f5f5f5;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
	height:0px;
}


.site-footer {
  background-color: #fff;
  color: #aaa;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  min-height:78px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #aaa;
}
.site-footer a:hover {
	color: #2bc876;
}

.columndata {
	position:relative;
	float:left;
	width:100%;
}

.dataentry {
	background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  padding: 40px;
  margin-bottom: 20px;
  display:block;
}

.dataentry p{
  margin: 0px;
}

entry-title {
	font-size: 30px;
	margin: 0;
}

.main-title {
  border-bottom: 1px solid #ececec;
  margin: -40px -40px 40px;
  padding: 40px;
}

.button {
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	display: inline-block;
	background-color: #2bc876;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 400;
  padding: 16px 24px;
  box-sizing: border-box!important;
  -webkit-appearance: button;
  box-shadow: inset 1px 1px 2px rgb(0 0 0 / 6%);
  line-height: normal;
  font-family: inherit;
}

.button:hover {
	background-color: #333;
}

.redcol {
	color:#c00;
}

#sfondo {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.3;
}

.warnbox {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-150px;
	width:300px;
	margin-top:-100px;
	height:200px;
	background-color:#fff;
	border:1px solid #333;
}

.warntit {
	position:absolute;
	left:20px;
	top:20px;
	height:20px;
	line-height:20px;
	font-size:20px;
	text-align:left;
	right:60px;
	margin: 0;
	font-weight:bold;
}

.warntext {
	position:absolute;
	left:20px;
	top:60px;
	min-height:16px;
	line-height:16px;
	font-size:16px;
	text-align:center;
	right:20px;
	margin: 0;
}

.warnbtn {
	position:absolute;
	left:100px;
	top:110px;
	min-height:30px;
	text-align:center;
	width:100px;
	margin: 0;
}

.button1 {
	font-size: 1em;
	width:100px;
	display: inline-block;
	text-align:center;
	background-color: #2bc876;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 400;
  padding: 16px 24px;
  box-sizing: border-box!important;
  -webkit-appearance: button;
  box-shadow: inset 1px 1px 2px rgb(0 0 0 / 6%);
  line-height: normal;
  font-family: inherit;
}

@media only screen and (max-width: 1139px) {
	.wrap {
		max-width: 960px;
	}
	.site-header, .widget-area {
		width: 600px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-description, .site-header, .search-form, .site-header, .title-area, .site-header, .widget-area {
    width: 100%;
	}
	.genesis-nav-menu, .site-description, .site-header, .search-form, .site-header, .title-area, .site-header, .widget-area, .site-title {
   	text-align: center;
	}
	.site-header, .wrap {
    padding: 20px 5%;
	}
	.wrap {
    max-width: 768px;
	}
}

@media only screen and (max-width: 1023px) {
	.button {
	  padding: 10px 16px;
  	margin: 5px 10px 5px 0;
	}
}