/* Small only */
	@media screen and (max-width: 39.9375em) {} /* max-width 639px, mobile-only styles */

/* Medium and up */
	@media screen and (min-width: 40em) {} /* min-width 640px, medium screens */

/* Medium only */
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {} /* min-width 640px and max-width 1023px, tablet-only styles */

/* Large and up */
	@media screen and (min-width: 64em) {} /* min-width 1024px, large screens */

/* Large only */
	@media screen and (min-width: 64em) and (max-width: 74.9375em) {} /* min-width 1024px and max-width 1199px, large screen-only styles */

/* XLarge and up */
	@media screen and (min-width: 75em) {} /* min-width 1200px, xlarge screens */

/* XLarge only */
	@media screen and (min-width: 75em) and (max-width: 89.9375em) {} /* min-width 1200px and max-width 1439px, xlarge screen-only styles */

/* XXLarge and up */
	@media screen and (min-width: 90em) {} /* min-width 1440px, xxlarge screens */

@-moz-document url-prefix() { 
  html, body {
		overflow: auto;
	}
}

html, body {
	font-family: 'Roboto';
	font-weight: 400;
}

* {
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto';
	font-weight: 400;
}

strong {
	font-weight: 700;
}

.row {
	max-width: 61.250rem;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #fff;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
	height: 2.5rem;
	font-size: 1.125rem;
	border: 1px solid #56c0e9;
	background-color: #56c0e9;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus
{
	border: 1px solid #56c0e9;
	background-color: #56c0e9;
}

.is-invalid-input:not(:focus) {
	background-color: #56c0e9;
}

select {
	height: 2.5rem;
	font-size: 1.125rem;
	color: #fff;
	border: 1px solid #56c0e9;	
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background:	linear-gradient(45deg, #56c0e9 50%, #fff 50%), linear-gradient(135deg, #fff 50%, #56c0e9 50%), linear-gradient(to right, #56c0e9, #56c0e9);
	background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	background-color: #56c0e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
}

select:hover {
	border: 1px solid #56c0e9;
	background-color: #56c0e9;
}


/* Botoes form */
button[type="submit"],
.button,
button.expand,
.button.expand {
	font-size: 1.125rem;
    color: #36aedd;
    background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button[type="submit"]:hover,
button[type="submit"]:focus,
.button:hover,
.button:focus,
button.expand:hover,
button.expand:focus,
.button.expand:hover,
.button.expand:focus {
	/*color: #fff;
    background-color: #3c499d;
    border: 1px solid #3c499d;*/
}

/* Box do erro */
#msg-box {
	display: block;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
}

div.msg-success {
	background-color: #DAFFD2;
	border: 1px solid #9CE28D;
}

div.msg-error {
	background-color: #FFD2D5;
	border: 1px solid #E28D93;
}

/*************************
 * HOTSITE -> NAVIGATION *
 *************************/

header.site-topo {
	position: absolute;
}

header.site-topo div.hotsite-nav-container {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

header.site-topo div.hotsite-nav-container nav ul li a {
	color: #8b553c;
	display: inline-block;
}

header.site-topo div.hotsite-nav-container nav ul li:last-child a {
	color: #fff;
	background-color: #36aedd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*********************
 * HOTSITE -> FOOTER *
 *********************/

footer.site-rodape {
	padding-bottom: 1rem;
	background-color: #36aedd;
}

/*====================================
=            Popup                   =
====================================*/

#popup {
	background: transparent;
	border: none;
	box-shadow: none;
}

#popup div.popup-img-container {
	max-width: 500px;
	max-height: 500px;
	margin: 0 auto;
}

#popup div.popup-img-container img {
	width: 100%;
	height: auto;
}	