* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

html,
body {
    height: 100%;
	font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px
}

img {
    border: none
}


@media (min-width:631px) {
    body {
        font-size: 14px;
		margin-top: 90px
    }
}

.descritivoTelaContrato {
    font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-top: 30px;
    color: #444;
    width: 85%;
    border-right: 1px;
    margin-left: 30px;
    border-right-color: #555;
    margin-bottom: 60px
}



@media (min-width:631px) {
    .descritivoTelaContrato {
        margin-right: 80px;
        text-align: justify;
        margin-top: 35px;
        width: 40%;
        margin-left: 10%
    }
    @media (min-width:1100px) {
        .descritivoTelaContrato {
            width: 45%
        }
    }
}

.tituloContratoDescritivoNovo {
    font-size: 1.5em;
    font-weight: 600 !important;
	padding-bottom: 5px;
	color: #444;
}

@media (min-width:631px) {
    .tituloContratoDescritivoNovo {
		font-weight: 300 !important;
        text-align: left;
        line-height: 1.2em;
		padding-bottom: 0px;
    }
}

.subtituloContratoDescritivoNovo{
	font-size: 20px;
    font-weight: 600 !important;
	padding-bottom: 5px;
}

@media (min-width:631px) {
    .subtituloContratoDescritivoNovo {
		font-weight: 300 !important;
        text-align: left;
        line-height: 1.2em;
		padding-bottom: 0px;
    }
}

h1,
h2,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: 400
}


@media (min-width:636px) {
    h1,
    h2,
    h4,
    h5,
    h6 {
        font-size: 100%;
        font-weight: 400
    }
}

@media (min-width:636px) {
    h2 {
        font-size: 1.8em;
        margin-bottom: 10px
    }
    @media (min-height:650px) {
        h2 {
            font-size: 2em;
            margin-bottom: 0px
        }
    }
}
h3{
	font-size: 18px; 
	font-weight: 600;
	padding-top: 8px;
}
@media (min-width:636px) {
	h3{
		font-size: 16px; 
		padding-top: 0px;
	}
}

p {
    margin: .5em 0 1.2em;
    font-weight: 300;
    line-height: 1.3em;
    color: #555
}


li {
	font-weight: 300;
	list-style-type: none
}

@media (min-width:631px) {
    li {
        font-weight: 300;
        list-style-type: none;
        font-size: 14px
    }
    @media (min-height:701px) {
        li {
            font-weight: 300;
            line-height: 1.6em;
            list-style-type: none;
            font-size: 14px
        }
    }
}

ul,
ol {
    list-style-type: none
}

ul li,
ol li {
    color: #777;
    margin: 5px 0
}

@media (min-width:631px) {
    ul li,
    ol li {
        color: #777;
        margin: 0 0
    }
    @media (min-height:701px) {
        ul li,
        ol li {
            color: #777;
            margin: 5px 0
        }
    }
}

a {
    color: #007b73;
    text-decoration: none;
}

a:hover {
    color: #00a99d;
    text-decoration: underline
}

hr {
    clear: both;
    border: none;
    border-top: 1px solid #eee;
    margin: 0 auto;
    width: 80%;
    max-width: 1200px
}

.wrap {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

section {
    position: relative
}

section .wrap {
    min-height: 200px;
    padding: 80px 0;
    width: 55%;
    padding-right: 25%
}

@media (min-width:600px) {
    section .wrap {
        padding: 10px 0;
        width: 790px;
        padding-right: 30%
    }
}


section .wrap .insert {
	position: absolute;
	top: 10px;
	right: 0%;
	width: 33%;
	max-width: 250px
}
@media (min-height:900px) {
	section .wrap .insert {
		position: absolute;
		top: 40px;
		right: 0%;
		width: 33%;
		max-width: 250px
	}
}


section .wrap.short {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 1px;
    min-height: 70px
}

.secondary {
    background: #fff;
    color: #222f3f;
	margin-top: 70px
}

.secondary p {
    color: #fff
}

.secondary p a {
    color: #fff;
    font-weight: 500
}

@media (min-width:631px) {
    .secondary {
        margin-top: -20px
    }
    @media (min-height:700px) {
        .secondary {
            margin-top: 92px
        }
    }
}

@media (min-width:1025px) {
    .secondary {
        margin-top: 0
    }
}

#header {
    position: fixed;
    height: 70px;
    background: #222f3f;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

@media (min-width:551px) {
	#header {
		position:fixed;
		height: 90px;
		background: #222f3f;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99
	}
}

#header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

#header .wrap {
    padding: 28px 0 10px
}

#header a {
    color: #fff;
    font-size: 1em;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

#header .logo {
    float: left;
    line-height: 36px
}

#header .logo img {
    float: left;
    margin-top: -12px;
    margin-left: -10px;
    width: 151px;
    height: 42px
}

@media (min-width:631px) {
    @media (min-height: 600px) {
        #header .logo img {
            float:left;
            margin-top: 0px;
            margin-left: 0px;
            width: 170px;
            height: 48px
        }
    }
}

#header .logo .header {
    letter-spacing: -.05em;
    font-size: 2em;
    font-weight: 300
}

#header nav {
    float: right;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif
}

#header nav a {
    margin-left: 40px;
    font-weight: 400;
    font-size: .8em
}

#header nav a.selected {
    border-bottom: 3px solid #02b3a9
}

footer {
    clear: both;
    min-height: 100px;
    border-top: 1px solid #eee;
    background-color: #f9f9ff
}

.footer p {
    color: #fff !important
}

@media all and (max-width:1150px) {
    .wrap {
        width: 90%
    }
    section .wrap {
        width: 59%;
        padding-right: 31%
    }
    #header nav a {
        font-size: .8em;
        margin-left: 11px
    }
}

@media all and (max-width:1000px) {
    .wrap,
    section .wrap.full {
        width: 95%
    }
    section .wrap {
        width: 57%;
        padding-right: 38%
    }
}

#header nav a {
    float: none;
    font-size: .7em
}

@media all and (min-width:370px) {
    #header nav a {
        float: none;
        font-size: .8em
    }
}

@media all and (min-width:500px) {
    #header nav a {
        margin-left: 40px;
        font-weight: 400;
        font-size: .9em
    }
}

@media all and (max-width:600px) {
    section .wrap {
        width: 95%;
        padding: 10px 0;
        min-height: 0
    }
}

#header .logo {
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-top: -6px;
    height: 45px
}

@media (max-width:600px) {
    @media (min-height: 600px) {
        #header .logo {
            margin-top:0
        }
    }
}

@media (min-width:600px) {
    #header .logo {
        float: none;
        display: inline-block;
        margin-top: -6px;
        height: 45px
    }
}

@media all and (max-width:750px) {
    body {
        margin-top: 0
    }
    #header {
        position: fixed;
        height: auto;
        padding-bottom: 10px;
        text-align: center
    }
    #header nav {
        clear: both;
        display: block;
        float: none;
        padding-top: 10px;
        margin-top: -8px;
        border-top: 1px solid #eee
    }
    #header nav a:first-child {
        margin-left: 0
    }
    section .wrap.short {
        padding-top: 20px;
        padding-bottom: 1px;
        min-height: 0
    }
    h1 {
        font-size: 2.8em
    }
    h4 {
        font-size: 1.5em;
        font-weight: 300
    }
}

@media all and (min-width:650px) {
    section .wrap.short {
        text-align: justify;
    }
}
@media (min-width:1500px) {
	section .wrap.short {
	    width: 970px;
        padding-right: 24%;
	}
}
@media (min-width:1800px) {
	section .wrap.short {
	    width: 1100px;
		padding-right: 22%;
	}
}

.tituloContratoH1 {
    font-size: 1.8em;
    letter-spacing: 0;
    font-weight: 600;
    color: #28303b;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif
}

@media (min-width:636px) {
    .tituloContratoH1 {
        color: #2f2f2f;
        margin-bottom: 2px;
        font-size: 2em;
        font-weight: 400;
        font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif
    }
}

.textoContratoNormal {
    margin: 10px 0 10px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 50px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0em;
    color: #000;
    padding: 0;
    word-spacing: 2px;
    -webkit-text-size-adjust: none;
    display: inline;
    --white-space: nowrap;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif;
    -webkit-filter: blur(0);
    filter: blur(0);
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 12px
}

@media (min-width:360px) {
    .textoContratoNormal {
        font-size: 18px;
    }
}

@media (min-width:600px) {
    .textoContratoNormal {
        font-size: 16px;
        line-height: 18px
    }
}

.textoDescritivoInicial {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    color: #000 !important;
    ;
    font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif
}

p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    color: #3b3b3b !important;
    font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif;
    margin: 9px 0;
	margin-top: 5px;
}

@media (min-width:636px) {
    p {
        font-size: 16px;
        line-height: 19px;
        color: #555 !important
    }
}

.letraInicial {
    letter-spacing: -.003em;
    word-wrap: break-word;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased;
    float: left;
    padding: .25em .15em .25em 0;
    font-size: 5em;
    line-height: .4em;
    color: #333
}

.botaoCriarPaginaInicial {
	font-size: 13px;
	vertical-align: middle;
	color: #fff
}
.botaoCriarPaginaInicialSuperior {
	font-size: 13px;
	vertical-align: middle;
	color: #fff;
	position: relative;
}
.imagemCriarPaginaInicial {
	height: 25px;
	float: right;
	padding-right: 12px;
	padding-top: 12px;
	vertical-align: middle
}
.botaoCriarLaranja {
	background-color: #f24b00;
	border-bottom-color: #9d4817;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: #f24b00;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #f24b00;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #f24b00;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 2px;
	color: #fff;
	cursor: pointer;
	font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	height: 45px;
	line-height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	max-width: 610px;
	outline-color: rgb(43, 85, 74);
	outline-style: none;
	outline-width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: background-color;
	transition-timing-function: ease-out;
	text-align: center;
	vertical-align: baseline;
	width: 250px;
	zoom: 1
}
.botaoCriarLaranjaTopo {
	background-color: rgb(1, 130, 122);
	border-bottom-color: rgb(1, 130, 122);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(1, 130, 122);
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: rgb(1, 130, 122);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(1, 130, 122);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 2px;
	color: #fff;
	cursor: pointer;
	font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	height: 45px;
	line-height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	max-width: 610px;
	outline-color: rgb(43, 85, 74);
	outline-style: none;
	outline-width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: background-color;
	transition-timing-function: ease-out;
	text-align: center;
	vertical-align: baseline;
	width: 90%;
	zoom: 1;
	display: block;
	right: 0;
	bottom: 30px
}

@media (min-width:350px) {
    .botaoCriarPaginaInicialSuperior {
        font-size: 13px;
        vertical-align: middle;
        color: #fff
    }
}

@media (min-width:380px) {
    .botaoCriarPaginaInicialSuperior {
        font-size: 13px;
        vertical-align: middle;
        color: #fff
    }
}

@media (min-width:410px) {
    .botaoCriarPaginaInicialSuperior {
        font-size: 13px;
        vertical-align: middle;
        color: #fff
    }
}

@media (min-width:636px) {
    .botaoCriarPaginaInicial {
        vertical-align: middle;
        font-size: 13px;
        color: #fff
    }
    .imagemCriarPaginaInicial {
        height: 30px;
        float: right;
        padding-right: 10px;
        padding-top: 7px;
        vertical-align: middle
    }
    .botaoCriarLaranja {
        background-color: #f24b00;
        border-bottom-color: #9d4817;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: #f24b00;
        border-left-style: solid;
        border-left-width: 2px;
        border-right-color: #f24b00;
        border-right-style: solid;
        border-right-width: 2px;
        border-top-color: #f24b00;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-style: solid;
        border-top-width: 2px;
        color: #fff;
        cursor: pointer;
        font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        height: 45px;
        line-height: 30px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        max-width: 610px;
        outline-color: rgb(43, 85, 74);
        outline-style: none;
        outline-width: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        transition-delay: 0s;
        transition-duration: 0.1s;
        transition-property: background-color;
        transition-timing-function: ease-out;
        text-align: center;
        vertical-align: baseline;
        width: 150px;
        zoom: 1
    }
    .botaoCriarLaranjaTopo {
        background-color: rgb(1, 130, 122);
        border-bottom-color: rgb(1, 130, 122);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-color: rgb(1, 130, 122);
        border-left-style: solid;
        border-left-width: 2px;
        border-right-color: rgb(1, 130, 122);
        border-right-style: solid;
        border-right-width: 2px;
        border-top-color: rgb(1, 130, 122);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-top-style: solid;
        border-top-width: 2px;
        color: #fff;
        cursor: pointer;
        font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 300;
        height: 45px;
        line-height: 30px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        max-width: 610px;
        outline-color: rgb(43, 85, 74);
        outline-style: none;
        outline-width: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        transition-delay: 0s;
        transition-duration: 0.1s;
        transition-property: background-color;
        transition-timing-function: ease-out;
        text-align: center;
        vertical-align: baseline;
        width: 250px;
        zoom: 1;
        display: block;
        position: absolute;
        right: 15px;
        top: 410px
    }
    @media (min-width:1250px) {
        .botaoCriarLaranjaTopo {
            width: 320px;
            right: -25px;
            top: 380px
        }
    }
    @media (min-width:1500px) {
        .botaoCriarLaranjaTopo {
            right: -28px
        }
    }
    @media (min-width:1700px) {
        .botaoCriarLaranjaTopo {
            right: -33px
        }
    }
}

.hideMe {
    display: none;
    visibility: hidden
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.rwd-break-big-screen {
	display: none
}
.rwd-break-small-screen {
	display: block
}

@media (min-width:631px) {
    .rwd-break-big-screen {
        display: block
    }
    .rwd-break-small-screen {
        display: none
    }
}

@media (min-width:750px) {
    .rwd-break {
        display: none
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    background: rgb(77, 80, 98)
}

::-webkit-scrollbar-thumb {
    background: #00b3a9
}

::-webkit-scrollbar-thumb:hover {
    background: #009189
}

.divPrincipalComentarios {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px
}

@media (min-width:600px) {
    .divPrincipalComentarios {
        padding-left: 10%;
        padding-right: 90px
    }
}

.tituloPaginaContrato {
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: -.05em;
    margin: 0;
    padding: 0;
    font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
    color: #777
}

@media (min-width:600px) {
    .tituloPaginaContrato {
        font-size: 3.6em;
        font-weight: 300;
        letter-spacing: -.05em;
        margin: 0;
        margin-top: 20px;
        padding: 0;
        font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
        color: #777
    }
}

blockquote {
    font-style: italic;
    padding-left: 16px;
    border-left: 4px solid #00b3a9;
    margin: 0;
    margin-right: 5%;
    margin-left: 5%;
    font-size: 16px;
    line-height: 18px;
    color: #555
}

.miniPreviaContrato {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 1px 12px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

@media (min-width:600px) {
    .miniPreviaContrato {
        margin-left: 10%;
        margin-right: 10%;
		max-width: 900px;
    }
}

@media (min-width:1800px) {
	.miniPreviaContrato {
        margin-left: 15%;
    }
}

@media (min-width:2300px) {
	.miniPreviaContrato {
        margin-left: 20%;
    }
}

.modal-content-aguarde {
    position: fixed;
    z-index: 1000;
    background-color: #fefefe;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    margin: auto;
    padding: 0;
    top: 25%;
    width: 90%;
    left: 5%;
    height: 50%;
    vertical-align: middle;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media (min-width:370px) {
    .modal-content-aguarde {
        top: 20%;
        height: 45%
    }
}

@media (min-width:636px) {
    .modal-content-aguarde {
        top: 20%;
        width: 600px;
        height: 250px;
        left: 50%;
        margin-left: -300px
    }
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 30px
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #02b3a9;
    animation: lds-grid 1.2s linear infinite
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s
}

@keyframes lds-grid {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

.atendimentoWhatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 99999999;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

@media (min-width:636px) {
    .atendimentoWhatsapp {
		right: 45px;
    }
}
@media (min-width:1100px) {
    .atendimentoWhatsapp {
		top: 25px;
    }
}

.divAtendimentoWhatsapp {
    background-color: #f5f5f5;
    color: #000;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 25px;
    font-size: 14px;
    line-height: 32px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
@media (min-width:1100px) {
	.divAtendimentoWhatsapp {
		height: 40px;
	}
}

.imagemAtendimentoWhatsapp {
    max-width: 50px;
    height: auto;
    vertical-align: middle
}
@media (min-width:636px) {
    .imagemAtendimentoWhatsapp {
		max-width: 35px;
		padding-top: 2px;
    }
}

.textoAtendimentoWhatsapp {
    padding-left: 5px;
    margin-right: 10px
}

.divAguardeCarregando {
    background-color: #222f3f;
    color: #fff;
    font-size: 1.6em;
    min-height: 70px
}

.textAguardeCarregando {
    font-size: 14px;
    line-height: 16px
}

.aguardeCarregando {
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10003;
    height: 100%;
    position: fixed;
    background: #33475f
}

.wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7)
    }
    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1)
    }
    100% {
        top: 0%
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5)
    }
    40% {
        transform: scaleX(1);
        opacity: .7
    }
    100% {
        transform: scaleX(.2);
        opacity: .4
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s
}

.wrapper span {
    position: absolute;
    top: 75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%
}

.setaBotaoIniciarContrato {
    border: solid #eee;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: right;
    margin-right: 19px;
    margin-top: 14px
}

@media (min-width:636px) {
    .setaBotaoIniciarContrato {
        padding: 7px;
        margin-right: 25px
    }
}

.divisorSuperior {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    border-top: 1px solid #fff
}

@media (min-width:636px) {
    .divisorSuperior {
        margin-bottom: 5px;
        border-top: 1px solid #d2d2d2
    }
}

.spanFormatos {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 10px
}

@media (min-width:636px) {
    .spanFormatos {
        font-size: 15px;
        margin-top: 0
    }
}

.divAvaliacoes {
    float: left;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    margin-top: -8px
}

@media (min-width:636px) {
    .divAvaliacoes {
        min-width: 350px;
        font-size: 15px;
        line-height: 16px
    }
}

.divFormatos {
    min-width: 300px;
    float: left;
    display: inline-flex;
    margin-bottom: 5px
}

@media (min-width:636px) {
    .divFormatos {
        margin-bottom: 0
    }
}

.divLogo {
    display: inline-flex
}

@media (min-width:600px) {
    .divLogo {
        display: none
    }
}

.logoHeaderTopoMobile {
    display: block;
    z-index: 10001;
    opacity: 1;
    width: 100px;
    height: 30px;
    margin-top: -5px !important
}

@media (min-width:360px) {
    .logoHeaderTopoMobile {
        width: 170px;
        height: auto;
        margin-left: -8px;
        margin-top: -5px !important;
    }
}

.textoMenuMobile {
    font-family: "Avenir Next", Avenir, sans-serif;
    font-size: 11px;
    display: block;
    position: relative;
    top: 6px;
    color: #43e4dc;
    left: 20px;
    z-index: 1;
    width: 50px
}

@media (min-width:350px) {
    .textoMenuMobile {
        top: 15px
    }
}

@media (min-height:650px) {
    .textoMenuMobile {
        top: 20px
    }
}

#menuToggle {
    display: block;
    position: relative;
    top: 8px;
    left: 20px;
    z-index: 1;
    width: 90%;
    -webkit-user-select: none;
    user-select: none
}

@media (min-width:350px) {
    #menuToggle {
        top: 15px
    }
}

@media (min-height:660px) {
    #menuToggle {
        top: 22px
    }
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    font-family: "Avenir Next", "Avenir", sans-serif;
    transition: color 0.3s ease;
    line-height: 45px
}

#menuToggle a:hover {
    color: tomato
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #00dcd0;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(.77, .2, .05, 1), background 0.5s cubic-bezier(.77, .2, .05, 1), opacity 0.55s ease
}

@media (min-height:660px) {
    #menuToggle span {
        height: 4px
    }
}

#menuToggle span:first-child {
    transform-origin: 0% 0%
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fefefe
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(.2, .2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px)
}

#menu {
    position: absolute;
    width: 300px;
    height: 230px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #042331;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(.77, .2, .05, 1)
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
    color: #fefefe;
    margin: 0;
    border-bottom: 2px solid #000;
    border-top: 2px solid rgba(255, 255, 255, .1);
    transition: 0.4s
}

#menu hr {
    width: 100%
}

#menuToggle input:checked~ul {
    transform: none
}

.textoContratoBlurred{		
    -webkit-filter: blur(3px);
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listaCirculo{
	list-style-type:disc;
	font-size: 18px;
	line-height: 24px;
	color: #555 !important;
	margin-bottom: 5px;
}
.listaNumerada{
	list-style-type:number;
	font-size: 18px;
	line-height: 24px;
	color: #555 !important;
	margin-bottom: 5px;
}
@media (min-width:636px) {
	.listaCirculo{
		font-size: 16px;
		line-height: 20px;
	}
	.listaNumerada{
		font-size: 16px;
		line-height: 20px;
	}
}

.perguntasFAQ{
	font-size: 20px;
	display: inline-block;
	display: list-item;
	margin-left: 10px;
}
@media (min-width:636px) {
	.perguntasFAQ{
		font-size: 16px;
		font-weight: 600;
	}
}
.outrosModelos{
	color: #3e3e3e;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 18px;
	margin-left: 5px;
}
@media (min-width:636px) {
	.outrosModelos{
		font-size: 16px;
	}
}
strong {
    font-weight: 600;
}
.imagemApresentacao{
	cursor: pointer;
	top: 20px !important;
	right: -2% !important;
	width: 320px !important;
	max-width: 320px !important;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 1px 12px 0 rgba(0,0,0,0.2);
}
.tituloContrato{
	font-size: 16pt; 
	line-height: 18pt; 
	font-weight: 500; 
	color: #3e3e3e; 
	text-align:center;
}
.divBotaoContrato{
	display: flex;
	justify-content: center;
}
@media (min-width:636px) {
	.divBotaoContrato{
		margin-left: 33%;
		justify-content: unset;
	}
}

.trust-signals-wrap{
	max-width: unset;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10%;
}
@media (min-width:636px) {
	.trust-signals-wrap{
		margin-left: 5%;
	}
}
@media (min-width:1400px) {
	.trust-signals-wrap{
		margin-left: 7%;
	}
}
@media (min-width:1800px) {
	.trust-signals-wrap{
		margin-left: 13%;
	}
}
@media (min-width:2300px) {
	.trust-signals-wrap{
		margin-left: 18%;
	}
}
b{
	font-weight: 600;
}