

/*
* Amazium (http://www.amazium.co.uk)
* Copyright 2010 - 2013, Mike Ballan
* Licensed under MIT (https://github.com/OwlyStuff/Amazium/blob/master/LICENSE)
IBIS SOCIAL
*/


/***********************************************
Forms with labels
***********************************************/
form                                                        { margin:0 0 16px; padding:0; width:100%; }
label                                                       { margin:0; padding:0 16px 0 0; float:left; text-align:right; width:30%; height:40px; font-family:sans-serif; font-size:14px; line-height:40px; color:#666; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
label.checkbox, label.radio                                 { text-align:left; width:auto; }
form span                                                   { margin:10px 0; padding:0; display:block; overflow:hidden; float:left; }
fieldset                                                    { margin:0 0 20px 0; padding:0; display:block; position:relative; top:0; left:0; }
fieldset small                                              { margin:0 0 0 30%; padding:3px 8px; font-family:sans-serif; font-size:11px; line-height:20px; color:#FFF; border-color:#E74C3C; background-color:#E74C3C; width:70%; float:right; display:inline-block; position:relative; top:-1px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
input, textarea, select, textarea                           { margin:0; padding:0 28px; display:inline-block; border-radius:0; width:100%; height:40px; font-family:sans-serif; font-size:14px; line-height:40px; color:#555; border:solid 1px #BBB; overflow:hidden; position:relative; top:0; left:0; outline:0 none; box-sizing:border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-appearance:none; }
textarea                                                    { padding:0 0 0 10px; resize:none; min-height:100px; overflow-y:auto; }
input[type="search"]                                        { -webkit-padding-start:0;  }


/***********************************************
Styled Select fields
***********************************************/
.select                                                     { margin:0; padding:0; position:relative; display:inline-block; width:100%; right:0; top:0; height:40px; background:#FFF; overflow:hidden; border:solid 1px #BBB; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.select:after                                               { margin:0; padding:0; content:'\25be'; color:#999; line-height:35px; text-align:center; right:0; top:0; background:#FFF; width:38px; height:38px; position:absolute; pointer-events:none; }
.select select                                              { padding:10px; padding-top:11px; -webkit-padding-before:0; -webkit-padding-start:6px; width:100%; height:40px; font-family:sans-serif; font-size:14px; line-height:40px; float:left; color:#999; border:none; display:block; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; }
.select option                                              { padding:10px; border-bottom:1px solid #F2F2F2;  }
.select optgroup                                            { padding:0 10px; color:#000; background-color:#FFF; }
.select optgroup[label]                                     { padding-top:10px; background-color:#FFF; font-style:normal; }
.select optgroup option                                     { border-bottom:1px solid #F2F2F2; font-family:sans-serif; font-size:12px; line-height:40px; }
.select optgroup option:first-child                         { margin:10px 0 0 0; border-top:1px solid #F2F2F2; }


/***********************************************
Styled Checkboxes
***********************************************/
.checkbox                                                   { padding:8px 0 0; width:70%; float:right; }
.checkbox > span                                            { margin:0 0 10px; padding:0 20px 0 0; float:left; position:relative; top:0; left:0; width:auto; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.checkbox > span label                                      { padding:2px 0 0 0; width:100%; height:auto; font-family:sans-serif; font-size:14px; line-height:20px; text-align:left; cursor:pointer; float:none; display:block; position:relative; left:0; top:0; }
input[type="checkbox"]                                      
input[type="checkbox"]:not(:focus):invalid                  { width:22px; height:22px; position:relative; top:0; left:0; }
input[type="checkbox"] + label:before                       { margin:0; content:'\2718'; position:relative; left:0; top:0; background-color:#FFF; border:1px solid #CCC; cursor:pointer; display:inline-block; height:20px; width:20px; text-align:center; font-family:sans-serif; font-size:13px; line-height:22px; color:#CCC; transition:all .1s linear 0s; -moz-transition:all .1s linear 0s; -webkit-transition:all .1s linear 0s; -o-transition:all .1s linear 0s; }
input[type="checkbox"]:checked + label:before               { background-color:#4A788B; content:'\2714'; border-color:#345D6E; color:#FFF; transition:all .6s linear 0s; -moz-transition:all .6s linear 0s; -webkit-transition:all .6s linear 0s; -o-transition:all .6s linear 0s; }
input[type="checkbox"] + label + small                      { margin:0; padding:0 0 0 32px; background:none; border:none; color:#E74C3C; width:auto; float:none; }


/***********************************************
Styled Radio button
***********************************************/
.radio                                                      { padding:8px 0 0; width:70%; float:right; }
.radio > span                                               { margin:0 0 10px; padding:0 20px 0 0; float:left; position:relative; top:0; left:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.radio > span label                                         { margin:0; padding:2px 0 0 32px; width:100%; height:auto; font-family:sans-serif; font-size:14px; line-height:20px; text-align:left; cursor:pointer; display:block; position:relative; left:0; top:0; }
input[type="radio"],
input[type="radio"]:not(:focus):invalid                     { width:22px; height:22px; border:none; position:absolute; top:0; left:0; }
input[type="radio"] + label:before                          { margin:0; content:''; position:absolute; left:0; top:0; background-color:#FFF; border:1px solid #CCC; cursor:pointer; display:inline-block; height:20px; width:20px; text-align:center; font-family:sans-serif; font-size:13px; line-height:22px; color:#CCC; border-radius:50%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; transition:all .1s linear 0s; -moz-transition:all .1s linear 0s; -webkit-transition:all .1s linear 0s; -o-transition:all .1s linear 0s; }
input[type="radio"]:checked + label:before                  { border:7px solid #000; transition:all .1s linear 0s; -moz-transition:all .1s linear 0s; -webkit-transition:all .1s linear 0s; -o-transition:all .1s linear 0s; }
input[type="radio"] + label + small                         { margin:0; padding:0 0 0 32px; background:none; border:none; color:#E74C3C; width:auto; float:none; }


/***********************************************
Validation
***********************************************/
input:not(:focus):invalid                                   { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }

input:focus:invalid,
.error input,
select:focus:invalid,
input[type="checkbox"]:focus:invalid,
input[type="checkbox"]:focus:invalid + label:before         { color:#E74C3C; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }

input:focus:invalid::-webkit-input-placeholder              { color:#E74C3C; opacity:1; }
input:focus:invalid:-moz-placeholder                        { color:#E74C3C; opacity:1; }
input:focus:invalid::-moz-placeholder                       { color:#E74C3C; opacity:1; }
input:focus:invalid:-ms-input-placeholder                   { color:#E74C3C; opacity:1; }

.error input + small                                        { margin:0; padding:3px 8px; font-family:sans-serif; font-size:11px; line-height:20px; color:#FFF; border-color:#E74C3C; background-color:#E74C3C; width:70%; float:right; display:inline-block; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }


/***********************************************
Buttons
***********************************************/
input[type="button"],
input[type="submit"],
input[type="reset"]                                         { margin:0 6px 6px 0; padding:0 28px; display:inline-block; height:40px; font-family:sans-serif; font-size:14px; line-height:40px; font-weight:normal; float:left; width:auto; cursor:pointer; -webkit-appearance:none; }

/*input:first-of-type[type="button"],
input:first-of-type[type="submit"],
input:first-of-type[type="reset"]                           { margin-left:30%; }*/

input[type="button"],
input[type="submit"],
input[type="reset"]                                         { transition:all .1s linear 0s; -moz-transition:all .1s linear 0s; -webkit-transition:all .1s linear 0s; -o-transition:all .1s linear 0s; }

input:hover[type="button"]                                  { border-color:#CCC; background-color:#FFF; color:#333; }
input:hover[type="submit"]                                  { border-color:#25A35A; background-color:#25A35A; color:#FFF; }
input:hover[type="reset"]                                   { border-color:#000; background-color:#000; color:#FFF; }

.loading                                                    { padding:0 36px 0 20px; border-color:#25A35A; background-color:#25A35A; position:relative; cursor:default; }
.loading:hover                                              { border-color:#25A35A; background-color:#25A35A; }
.loading:after                                              { margin-top:-10px; content:''; width:20px; height:20px; background:transparent url('../img/loading.png') no-repeat 0 0; position:absolute; top:50%; right:10px; -webkit-animation:spinner 1.0s infinite linear; animation:spinner 1.0s infinite linear; }

.success                                                    { padding:0 36px 0 20px; border-color:#25A35A; background-color:#25A35A; position:relative; cursor:default; }
.success:hover                                              { border-color:#25A35A; background-color:#25A35A; }
.success:after                                              { content:'\2714'; width:20px; height:20px; line-height:30px; position:absolute; top:5px; right:10px; }

.error                                                      { padding:0 36px 0 20px; position:relative; background-color:#E74C3C; border-color:#E74C3C; cursor:default; }
.error:after                                                { content:'\00D7'; width:20px; height:20px; line-height:30px; position:absolute; top:5px; right:8px; }
.error:hover                                                { background-color:#E74C3C; border-color:#E74C3C; }

@keyframes spinner {
    0%                                                      { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
    100%                                                    { transform:rotate(-360deg); -webkit-transform:rotate(-360deg); }
}

@-webkit-keyframes spinner {
    0%                                                      { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
    100%                                                    { transform:rotate(-360deg); -webkit-transform:rotate(-360deg); }
}


/***********************************************
Forms without labels
***********************************************/
.hide-lables label                                          { display:none; }
.hide-lables .checkbox label,
.hide-lables .radio label                                   { display:block; }

.hide-lables input,
.hide-lables textarea,
.hide-lables select,
.hide-lables .select,
.hide-lables fieldset.error input + small                   { width:100%; }
.hide-lables small                                          { margin:0; width:100%; }
.hide-lables .radio, .hide-lables .checkbox                 { width:100%; float:right; }

input[type="checkbox"],
input[type="checkbox"]:not(:focus):invalid,
input[type="radio"],
input[type="radio"]:not(:focus):invalid                     { width:20px; height:20px;float:left; margin:0 15px;background-color: #4ab647; cursor: default; appearance: auto; box-sizing: border-box; padding: initial; border: #4ab647}

/***********************************************
Validation
***********************************************/
.hide-lables input:not(:focus):invalid + small              { width:100%; }


/***********************************************
Buttons
***********************************************/
.hide-lables input[type="button"],
.hide-lables input[type="submit"],
.hide-lables input[type="reset"]                            { margin:6px 6px 6px 0; width:auto; }


/***********************************************
Placeholder
***********************************************/
::-webkit-input-placeholder                                 { color:#333; opacity:.5; }
:-moz-placeholder                                           { color:#333; opacity:.5; }
::-moz-placeholder                                          { color:#333; opacity:.5; }
:-ms-input-placeholder                                      { color:#333; opacity:.5; }

:focus::-webkit-input-placeholder                           { color:#333; opacity:1; }
:focus:-moz-placeholder                                     { color:#333; opacity:1; }
:focus::-moz-placeholder                                    { color:#333; opacity:1; }
:focus:-ms-input-placeholder                                { color:#333; opacity:1; }

input:focus                                                 { color:#000; border-color:#999; outline:none; }
textarea:focus                                              { color:#000; border-color:#999; outline:none; }
select:focus                                                { color:#000; border-color:#999; outline:none; }


/***********************************************
NYSMNYD
***********************************************/
.nysmnyd-labels fieldset label                              { display:block; position:absolute; left:1px; top:0; height:auto; width:auto; z-index:1; font-family:sans-serif; font-size:12px; line-height:40px; color:#999; transition:all .1s ease-out 0s; -moz-transition:all .1s ease-out 0s; -webkit-transition:all .1s ease-out 0s; -o-transition:all .1s ease-out 0s; }
.nysmnyd-labels fieldset.show-all label                     { top:-27px; transition:all .1s ease-out 0s; -moz-transition:all .1s ease-out 0s; -webkit-transition:all .1s ease-out 0s; -o-transition:all .1s ease-out 0s; }

.nysmnyd-labels input,
.nysmnyd-labels .select,
.nysmnyd-labels textarea                                    { z-index:2; }

.nysmnyd-labels input,
.nysmnyd-labels textarea,
.nysmnyd-labels select,
.nysmnyd-labels .select,
.nysmnyd-labels fieldset.error input + small,
.nysmnyd-labels fieldset input:not(:focus):invalid + small,
.nysmnyd-labels small                                       { width:100%; }

.nysmnyd-labels .radio, .nysmnyd-labels .checkbox           { width:100%; float:right; }

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
   
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
	margin: 0;
}

h2 {
    font-size: 1.5em;
	margin: 0;
}

h3 {
    font-size: 1.17em;
	margin: 0;
}

h4 {
    font-size: 1em;
	margin: 0;
}

h5 {
    font-size: 0.83em;
	margin: 0;
}

h6 {
    font-size: 0.75em;
	margin: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

.alterar {
    margin: 15px 0;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
 
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------------------------------------------------------------
EMPRESA
Criacao em: 01/12/14
Autor: Lidia Freitas <lidiaf@vegait.com.br>
Ultima Alteracao: 01/12/14
-------------------------------------------------------------------------------- */

html{
    width: 100%;
    height: 100%;
    margin: 0px auto;
}
 
*{
    padding: 0;
    margin: 0;
}
 
body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    background: #fff;
}

.geral {
	min-height: 100%;
	position: relative;
}

* html .geral {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

h1 {
	font-size: 32px
}

a {
	color: #4A7789;
}

p {
	font-size: 16px;
	line-height: 20px;
    text-align: left;
}

li {
    font-size: 16px;
    line-height: 24px;
}

header {
    width: 100%;
    height: 150px;
    display: block;
    /*	background: #4AB647;*/
    text-align: center;
}

.topo {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #fff;
}

.logotipo {
    width: 220px;
    height: 50px;
    display: block;
    margin: 30px auto;
}

.selo-wifi {
    width: 80px;
    height: 30px;
    display: none;
    margin: 5px auto;
}

    .selo-wifi img {
        width: 35px;
        height: auto;
        float: left;
    }

    .selo-wifi span {
        float: right;
        line-height: 34px;
        display: block;
        color: #000;
        font-weight: bold;
    }

.conteudo {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.login-form {
    width: 320px;
    height: 200px;
    margin: 50px auto 20px;
    display: block;
}

    .login-form label {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        padding: 0;
        font-weight: bold;
        color: #4A7789;
        height: 35px;
    }

    .login-form i {
        font-size: 12px;
    }

    .login-form input {
       border-radius: 3px;
    }

    .login-form .link-senha {
        text-align: left;
        display: block;
    }

    .login-form .checkbox {
        width: 100%;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .login-form label {
        font-size: 13px;
    }

    .login-form input::-webkit-input-placeholder {
        font-size: 13px;
    }
}

.login-form .checkbox label {
    color: #aaa;
    font-weight: normal;
}

    .login-form .checkbox label a {
        color: #aaa;
    }

.login-form .checkbox input {
    border: none;
    display: none;
}

input[type="button"],
input[type="submit"] {
    width: 100% !important;
    margin: 0;
    padding: 0 28px;
    display: inline-block;
    height: 40px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    border-color: #4AB647;
    background-color: #4AB647;
    color: #fff;
    border-radius: 3px;
}

input:hover[type="button"],
input:hover[type="submit"] {
    border-color: #345D6E;
    background-color: #166d3b;
    color: #FFF;
}

.container {
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
    text-align: left;
    padding: 15px;
}

    .container h1 {
        margin: 20px 0;
        display: block;
    }

    .container ul {
        margin-top: 20px;
        list-style-type: disc;
        list-style-position: inside;
    }

    .container li {
        margin-bottom: 10px;
    }

    .container input[type="button"] {
        display: inline-block;
        width: auto;
        margin-top: 30px;
    }

footer {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    margin-top: 9em;
}


.button {
    background: #4A7789;
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    margin-top: 2rem !important;
    display: block;
}


.modal {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.78);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    font-family: sans-serif;
}

    .modal .modal-error {
        position: fixed;
        background: #ddd;
        margin: auto;
        width: 251px;
        top: 50%;
        bottom: 50%;
        left: calc(50% - 9.5em);
        right: 50%;
        height: auto;
        padding: 20px;
        min-height: 220px;
    }

        .modal .modal-error .ico-fechar {
            background: #4AB647;
            padding: 5px 14px;
            font-size: 28px;
            position: absolute;
            right: -7px;
            top: -22px;
            border-radius: 74px;
            height: 37px;
            line-height: 38px;
            cursor: pointer;
            color: #fff;
        }

        .modal .modal-error .btn-fechar {
            bottom: 13px;
            width: 150px;
            background: #4AB647;
            padding: 10px;
            text-align: center;
            font-weight: 400;
            color: #fff;
            left: 21%;
            border-radius: 60px;
            cursor: pointer;
            margin: 30px auto;
            display: block;
        }

        .modal .modal-error ul {
            position: relative;
            top: 1em;
            color: #656565;
        }

            .modal .modal-error ul li {
                margin-top: 5px;
            }

.bt-login {
    width: 80% !important;
    margin: 10px auto;
    padding: 0 28px;
    display: inline-block;
    height: 40px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    border-color: #4AB647;
    background-color: #4AB647;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.mgb {
    margin-bottom: 20px;
    background: #4AB647;
}


.facebook {
    width: 80px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    background: #516298;
    border: 0;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 32px;
    margin-right: 10px;
}

    .facebook img {
        width: 25px;
        padding: 8px;
    }

.google {
    width: 80px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    background: #C23321;
    border: 0;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 32px;
    margin-left: 10px;
}

    .google img {
        width: 25px;
        padding: 8px;
    }

/*.instagram {
    display: block;
    width: 100%;
    margin-bottom: 2em;
    margin-top: 1em;
    width: 250px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    background: #c5318f;
    border: 0;
    height: 41px;
    outline: none;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
}
*/
.ou {
    border-bottom: 1px solid #dbdbdb;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 30px;
}

    .ou b {
        background: #fff;
        border-bottom: 1px solid #dbdbdb;
        border-radius: 50px;
        position: absolute;
        padding: 9px;
        top: 10px;
        left: 45%;
    }

a {
    cursor: pointer;
}

.marca-accor {
    display: block;
    margin: 0 auto 30px;
    width: 45px;
}

    .marca-accor img {
        width: 45px;
    }

.login-redes-sociais {
    display: flex;
    height: 40px;
    padding: 5px;
    justify-content: center;
}

.bt-termos-de-uso {
    width: 180px;
    text-align: center;
    margin: 5px auto;
    padding: 0 28px;
    display: block;
    height: 40px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    cursor: pointer;
    -webkit-appearance: none;
    border-color: #4AB647;
    background-color: #4AB647;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.decline {
    background-color: #D9D9D9;
    border: 1px solid #151953;
    color: #707070;
}

.botoes-termo {
    margin-top: 40px;
    width: 100%;
    display: block;
}

.combobox {
    background: #FFFFFF;
    left: 0;
    height: 45px;
    margin: 0;
    width: 100%;
    border-radius: 5px;
}

    .combobox select {

        margin: 0;
        width: 100%;
        border-radius: 5px;
        color: #555555;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

.termos {
    float: center;
    margin-top: 1px;
    padding-block: 5px;
    width: 100%;
    display: flex;
    align-items: center;
}

.aceitar {
    float: center;
    margin-top: 11px;
    width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    }

    .aceitar input {
        float: center;
        width: 28px;
        height: 40px;
        margin-top: 0;
        margin-right: 15px;
        cursor: pointer;
    }

    .aceitar label {
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.3rem;
        float: center;
        font-weight: 500;
    }

