/* ==========================================================================

General

========================================================================== */
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, font, img, ins, kbd, q, s, samp, small, strike, 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;
}
body{ 
	font-family: 'Dosis-Regular';
	color: #31566f;
	font-size: 62.5%;

}
.acoab-content{ 
	margin: 0 auto;
	display: block;
	margin-top: 65px;
	scroll-behavior: smooth;
}
.acoab-header {
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: fixed;
	top: 0;
	border-bottom: 5px solid #d22129;
	z-index:99;
}
.acoab-button-renew-now{
	display:none;
}
.acoab-main-grid{
	max-width: 1204px;
	margin: 0 auto;
}
.acoab-main-grid-header{
	max-width: 1204px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 10px;
}
h1 {
	background: url(../images/acoab.png) no-repeat;
	text-indent: 9999;
}
h2 {
	color: #31566f;
	font-size: 2.8em;
	text-transform: uppercase;
	font-family: 'Dosis-Bold';
	padding: 70px 20px 0px 20px;
}
h3 {
	color: #d22128;
	font-family: 'Dosis-Bold';
	margin: 10px 0 10px 0
}
h4 {
	color: #31566f;
	font-family: 'Dosis-Bold';
	margin: 10px 0 10px 0
}
h5 {
	color: #31566f;
	font-family: 'Dosis-Bold';
	width: 100%;
	margin: 10px 0 10px 0;
	font-size: 1.8em;
}

.red {
	color: #d22128;
}
.white {
	color: #ffffff;
}
.phone-hide{
	display: none;
}
.phone-show{
    font-size: 2.0em;
    float: left;
    margin: 0 0 0 20px;
    color: #31566f;
}
.phone-show2{
	display: block;
	font-size: 1.4em;	
    float: left;
    padding: 10px 0 0 10px;
    color: #fff;
}
#itens-validacao-bottom {
	display:flex;	
}
#itens-validacao-bottom > div > a {	
	background: #31566f;
	padding: 10px 10px 10px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
	margin: 20px 10px 0px 10px;
	color: white;
	min-height: 38px;
	font-size: 0.75em;
	text-align:center;
}
#itens-validacao-bottom > div > a:hover {
	text-decoration: underline;
}

/* ==========================================================================

Aside Desktop

========================================================================== */

@media all and (min-width:769px) {

/* ==========================================================================

Home

========================================================================== */
.acoab-home {
	background-image: url(../images/bg01.jpg);
	background-size: cover;
	width: 100%;
	max-height: 820px;
	min-height: 756px;
}
.acoab-home-text{
	max-width: 370px;
	padding: 30px 30px 30px 30px;
	font-size: 1.8em;
}
.acoab-home-text img{
	margin-bottom: 20px;
}
/* ==========================================================================

Who are we

========================================================================== */
.acoab-whoarewe {
	background-image: url(../images/bg04.jpg);
	background-size: cover;
	width: 100%;
	min-height: 569px;
}
.acoab-whoarewe-text{
	max-width: 500px;
	min-width: 300px;
	padding: 20px;
	font-size: 1.8em;
}
.acoab-whoarewe h2{
	padding-top: 100px;
}

.icon-hamburger-red {
	display: none;
}


#acoab-aside-mobile{
	display: none;
}
#acoab-aside-desktop{
	width: 855px;
	height: 100%;
	position: fixed;
	top: 65px;
	display: flex; 
	transition-duration: 1s;
	-webkit-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
	-moz-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
	box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
	z-index: 99;
}
#itens-validacao-bottom > div {
    width:170px;
}
#itens-validacao-bottom > div > a {
    min-height: 38px;
}
.trans01{
	background: #ffffff;
	opacity: 0.98;
	height: 100%;
	width: 100%;
	border-right: 1px solid #000;
}
.trans02{
	background: #ffffff;
	opacity: 0.98;
	height: 100%;
	width: 100%;
    display: flex;
    align-items: center;
}
.acoab-aside-desktop-hide{
	right: -427px;
}
.acoab-aside-desktop-show{
	right: 0px;
}
#acoab-aside-desktop .acoab-help {
	background-image: url(../images/sign.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: -100px;
	padding: 10px 0 0 20px;
}
#acoab-aside-desktop .acoab-help a {
	color: #d22128;
	font-family: 'Dosis-Bold';
	font-size: 1.6em;
}

#acoab-aside-desktop .icon-contact {
	background: url(../images/icon-contact.svg) no-repeat center center #31566f;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
	position: absolute;
	top: 130px;
	left: -15px;
	text-indent:-666em;
}
#acoab-aside-desktop .icon-phone {
	background: url(../images/icon-phone.svg) no-repeat center center #31566f;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
	position: absolute;
	top: 170px;
	left: -15px;
	text-indent:-666em;
	cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
	background: #ffffff;
    width: 150px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 3px;
    position: relative;
    top: -25px;
    left: -90px;
    color: #31566f;
    font-size: 16px;
    text-indent: 0em;
    font-family: 'Dosis-Bold';
    z-index: -5;

}
.tooltip02 {
	background: #ffffff;
    width: 100px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    top: 140px;
    left: -120px;
    font-size: 1.6em;
    -webkit-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
    -moz-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
    box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
}
.tooltip03 {
	background: #ffffff;
    width: 100px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    top: 140px;
    left: -120px;
    font-size: 1.6em;
    -webkit-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
    -moz-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
    box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
}
#acoab-aside-desktop .icon-faq {
	background: #31566f;
	width: 30px;
	height: 30px;
	display: block;
	box-sizing: border-box;
	padding: 3px 8px;
	border-radius: 20px;
	position: absolute;
	top: 175px;
	left: -15px;
	cursor: pointer;
	font-family: 'arial';
	font-weight: bold;
	font-size: 2.4em;
	color: #fff;
}
#acoab-aside-desktop .acoab-mainmenu{

background: url(../images/certificado-acoab.png) no-repeat center 20px;
}
#acoab-aside-desktop .acoab-showcase{
	width: 50%;
}
#acoab-aside-desktop .showcase-certificado-acoab p{
	font-family: 'Dosis-Bold';
	color: #d22128;
	font-size: 18px;
}
#acoab-aside-desktop .showcase-certificado-acoab span{
	font-family: 'Dosis-Regular';
	color: #325670;
	font-size: 14px;
}
#acoab-aside-desktop .showcase-certificado-acoab p:last-child{
	font-family: 'Dosis-Bold';
	color: #325670;
	font-size: 1.8em;
}

#acoab-aside-desktop .showcase-certificado-acoab{
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	height: 300px;
	display: block;
	box-sizing: border-box;
	padding: 0px 0 0 0;
	text-decoration: none;

}
#acoab-aside-desktop .acoab-buy{
	background: #d22128;
	position: absolute;
	bottom: 65px;
	width: 430px;
	height: 150px;
	text-align: center;
	color: #ffffff;
	padding: 20px 0 0 0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	opacity: unset;
}
#acoab-aside-desktop .acoab-buy:hover{
	text-shadow:2px 2px #7d0000;
}
#acoab-aside-desktop .acoab-buy p:first-child {
	font-family: 'Dosis-Bold';
	font-size: 3.8em;
	text-transform: uppercase;
}
#acoab-aside-desktop .acoab-buy p {
	font-size: 1.8em;

}
#acoab-aside-desktop .acoab-requesthere{
	background: #43657c;
	position: absolute;
	bottom: 65px;
	width: 430px;
	height: 150px;
	text-align: center;
	opacity: unset;	
}
#acoab-aside-desktop .acoab-requesthere-nav a{
	background: #365164;
	width: 32%;
	padding: 10px;
	color: #ffffff;
	font-size: 1.2em;
	margin: 0 2px;
	text-decoration: none;
    text-align: center;
}
#acoab-aside-desktop .acoab-requesthere-nav {
    display: flex;
}
.acoab-requesthere-maintext{
	background: url(../images/icon-left.png) no-repeat 350px 45px;
	font-family: 'Dosis-Bold';
	font-size: 3.4em;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 0.9;
	cursor: pointer;
}
.acoab-requesthere-desktop-show{
	background: url(../images/icon-right.png) no-repeat 340px 40px;
}
#acoab-aside-desktop .acoab-requesthere-maintext span{
	font-family: 'Dosis-Regular';
	font-size: 0.6em;
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
}
#acoab-aside-desktop .acoab-main-nav {
	margin: 0px 0 0 100px;
	padding: 210px 0 0 0;
}
#acoab-aside-desktop .acoab-main-nav a{
	color: #31566f;
	font-size: 1.8em;
	text-decoration: none;
}
#acoab-aside-desktop .acoab-main-nav-links li{
	list-style: none;
	/* line-height: 1.2; */
	cursor: pointer;
}

#acoab-aside-desktop .acoab-main-nav a:hover{
	text-decoration: none;
	border-bottom: 2px solid #31566f;
	width: 50px;
}
.active{
	border-bottom: 2px solid #31566f;
	font-weight: bold;
}
#acoab-aside-desktop .acoab-button-nav {
	display: flex;
}
#acoab-aside-desktop .acoab-button-nav a{
	border: 1px solid #e5e6e8;
	border-radius: 5px;
	width: 80px;
	height: 80px;
	font-family: 'Dosis-Bold';
	font-size: 1.8em;
	color: #d22128;
	text-decoration: none;
	box-sizing: border-box;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 50px 0 0 0;
}

#acoab-aside-desktop .acoab-button-nav a i{
	font-size:10px;
}
#acoab-aside-desktop .acoab-button-nav a.icon-schedule{
	background: white url(../images/icon-schedule.svg) no-repeat center 5px;

}
#acoab-aside-desktop .acoab-button-nav a.icon-schedule:hover{
	background: #d22128 url(../images/icon-schedule-white.svg) no-repeat center 5px;
	color: white;
}
#acoab-aside-desktop .acoab-button-nav a.icon-test{
	background: white url(../images/icon-test.svg) no-repeat center 5px;
}
#acoab-aside-desktop .acoab-button-nav a.icon-test:hover{
	background: #d22128 url(../images/icon-test-white.svg) no-repeat center 5px;
	color: white;
}
#acoab-aside-desktop .acoab-button-nav a.icon-renew{
	background: white url(../images/icon-renew.svg) no-repeat center 5px;
}
#acoab-aside-desktop .acoab-button-nav a.icon-renew:hover{
	background: #d22128 url(../images/icon-renew-white.svg) no-repeat center 5px;
	color: white;
}
#acoab-aside-desktop .acoab-button-nav a.icon-clube{
	background: white url(../images/clube.png) no-repeat center 5px;
	background-size:80%;
	background-position: center 10px;
}
#acoab-aside-desktop .acoab-button-nav a.icon-clube:hover{
	background: #d22128 url(../images/clube-white.png) no-repeat center 5px;
	background-size:80%;
	background-position: center 10px;
	color: white;	
}
.formTxt{
    background: #FFFFFF;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    position: relative;
    margin-left: 1%;
    width: 48%;
    min-height: 40px;
}
.formLine {
    background: #FFFFFF;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    position: relative;
    margin-left: 1%;
    width: 48%;
    min-height: 40px;
    font-size: 1.6em;	
}
.formLine input[type=text], .formLine-popup input[type=text]{
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    width: 55%;

}
#telefone {
	 width: 50%;
}
#ddd {
	 width: 30%;
}
.formLineTel {
	width: 33%;
}
.formLineRamal {
	width: 14%;
}
.modal.fade.in .modal-inner {
    transform: translateY(0);
    box-shadow: 0 2px 3px 0 #303030;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    max-width: 715px;
    padding: 20px;
}
#formLine-btn{
	width: 220px;
}
.btn-principal {
    
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    text-align: center;
    background-color: #d22129;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 2%;
    padding: 10px 30px;
    color: #ffffff;
    font-family: 'Dosis-Bold';
    font-size: 1.6em;	
    border: 0px;
}
.btn-principal:hover, .popup-agente-btn:hover, .anexar-btn:hover, .popup-certibio-btn:hover {
    background-color: #002B4F;
}

}
/* ==========================================================================

Aside Mobile

========================================================================== */
@media all and (min-width:0px) and (max-width: 768px) {

/* ==========================================================================

Home

========================================================================== */

.acoab-home {
	background-image: url(../images/bg01_m.jpg);
	background-size: cover;
	width: 100%;
	max-height: 756px;
	min-height: 420px;
}
.acoab-home-text{
	max-width: 390px;
	padding: 30px 30px 30px 30px;
	font-size: 1.6em;
}
.acoab-home-text img{
	margin-bottom: 20px;
}

.acoab-home-text img{
	width: 90%
}
/* ==========================================================================

Who are we

========================================================================== */
.acoab-whoarewe {
	background-image: url(../images/bg04_m.jpg);
	background-size: cover;
	width: 100%;
	min-height: 569px;
}
.acoab-whoarewe-text{
	max-width: 500px;
	min-width: 300px;
	padding: 20px;
	font-size: 1.6em;
}
.acoab-whoarewe h2{
	padding-top: 150px;
}



.icon-hamburger-red {
	background: url(../images/hamburger-red.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	text-indent:-666em;
}


 #acoab-aside-desktop{
	display: none;
}
#acoab-aside-mobile{
	width: 100%;
	position: fixed;
	transition-duration: 1s;
	-webkit-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
	-moz-box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
	box-shadow: -1px 0px 5px 1px rgba(84,82,84,1);
	display: grid;
    height: 100vh;
	grid-template-rows: 15% 60% 25%;
	z-index: 10;
}
.acoab-aside-mobile-hide{
	bottom: -85%;
}
.acoab-aside-mobile-show{
	bottom: 0px;
}
.acoab-help {
	background-image: url(../images/sign.png);
    background-repeat: no-repeat;
    width: 145px;
    height: 121px;
    position: absolute;
    top: -95px;
    right: 0;
    padding: 10px 0 0 20px;
    text-align: left;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity 1s ease-in;
 
}
.acoab-help a {
	color: #d22128;
	font-family: 'Dosis-Bold';
	font-size: 1.6em;
}
.acoab-help-show {
    transition: opacity 1s ease-out;
    opacity: 0; 
}

.acoab-requesthere-maintext{
	background: url(../images/icon-down.png) no-repeat 95% 40px;
	font-family: 'Dosis-Bold';
	font-size: 2.6em;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 0.9;
	cursor: pointer;
}
.acoab-requesthere-mobile-show{
	background: url(../images/icon-up.png) no-repeat 95% 40px;
}
.acoab-requesthere-maintext span{
	font-family: 'Dosis-Regular';
	font-size: 0.6em;
	color: #ffffff;
	text-transform: initial;
	text-decoration: none;
}
.acoab-requesthere{
	background: url(../images/certificado-acoab-mobile.png) no-repeat #43657c 1% 20px;
	width: 100%;
	text-align: center;
}
.acoab-showcase{
	width: 100%;
    text-align: center;
    background: #ffffff;
    opacity: 0.98;
    padding: 20px 0 0 0;
}
#acoab-aside-mobile .showcase-certificado-acoab p{
	font-family: 'Dosis-Bold';
	color: #d22128;
	font-size: 1.8em;
}
#acoab-aside-mobile .showcase-certificado-acoab p:last-child {
	font-family: 'Dosis-Bold';
	color: #325670;
	font-size: 1.8em;
}
#acoab-aside-mobile .showcase-certificado-acoab span{
	font-family: 'Dosis-Regular';
	color: #325670;
	font-size: 1.4em;
}
.acoab-buy{
	background: #d22128;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	display: flex;
    flex-wrap: wrap;
}
.acoab-buy a{
	text-decoration: none;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;

}
.acoab-buy p:first-child {
	font-family: 'Dosis-Bold';
	font-size: 2.6em;
	text-transform: uppercase;
	padding: 10px;
}
.acoab-buy p:last-child {
	text-align: left;
	padding: 10px;
	font-size: 1.6em;
}

.acoab-requesthere-nav a{
	background: #af2b30;
	width: 32%;
	padding: 10px;
	color: #ffffff;
	font-size: 1.2em;
	margin: 0 2px;
	text-decoration: none;
    text-align: center;
}
.acoab-requesthere-nav {
	
    display: flex;
}
.acoab-main-nav {
	border-bottom: 1px solid #ffffff;
	width: 80%;
	margin: 12%; 
}

.acoab-footer {
    height: 600px;
}

.formLine {
    background: #FFFFFF;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    position: relative;
    margin-left: 1%;
    width: 90%;
    min-height: 40px;
    font-size: 1.6em;	
}
.formLine input[type=text], .formLine-popup input[type=text]{
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    width: 60%;

}
.formTxt{
    background: #FFFFFF;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    position: relative;
    margin-left: 1%;
    width: 90%;
    min-height: 40px;
}
.formLineTel {
	width: 65%;
}
.formLineRamal {
	width: 24%;
}
.modal-inside{
	overflow-y: scroll;
    max-height: 500px;
}
.modal.fade.in .modal-inner {
	transform: translateY(0);
    box-shadow: 0 2px 3px 0 #303030;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    padding: 10px 0 10px 20px;
    width: 90%;
}
#telefone {
	 width: 50%;
}
#ddd {
	 width: 30%;
}
#formLine-btn {
	width: 180px;
}
.btn-principal {
    
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    text-align: center;
    background-color: #d22129;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 10%;
    padding: 10px 30px;
    color: #ffffff;
    font-family: 'Dosis-Bold';
    font-size: 1.6em;	
    border: 0px;
}
.btn-principal:hover, .popup-agente-btn:hover, .anexar-btn:hover, .popup-certibio-btn:hover {
    background-color: #002B4F;
}

}

/* ==========================================================================

Menu mobile

========================================================================== */
.acoab-menumobile {
	background: #31566f;
	width: 240px;
	height:100%;
	position: fixed;
	top: 0;
	right: -240px;
	z-index: 10;
	transition-duration: 1s;
}
.menu-mobile-show{
	right: 0px;
}
.icon-faq {
	background: #d22128;
    width: 30px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 3px 8px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    font-family: 'arial';
    font-weight: bold;
    font-size: 2.4em;
    color: #fff;
}
a.icon-faq {
	text-decoration: none;
}
.icon-contact {
	background: url(../images/icon-contact.svg) no-repeat center center #d22128;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
    text-indent:-666em;
    cursor: pointer;
}
.icon-phone {
	background: url(../images/icon-phone.svg) no-repeat center center #d22128;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
    text-indent:-666em;
}
.icon-hamburger-white {
	background: url(../images/hamburger-white.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	text-indent:-666em;
}

.acoab-menumobile-top {
	display: flex;
	justify-content: space-around;
	padding: 15px 0 0 0;
}
.acoab-main-nav {
	border-bottom: 1px solid #ffffff;
	width: 80%;
	margin: 12%; 
}
.acoab-main-nav a{
	color: #ffffff;
	font-size: 1.8em;
	text-decoration: none;
}
.acoab-main-nav-links li{
	list-style: none;
	line-height: 2;
}
.acoab-main-nav a:hover{
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	width: 50px;
}
.acoab-button-nav {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.acoab-button-nav a{
	width: 80px;
	height: 80px;
	font-family: 'Dosis-Bold';
	font-size: 1.8em;
	color: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 70px 0 0 0;
}
.icon-schedule{
	background: url(../images/icon-schedule-w.svg) no-repeat center 20px;
	color: #ffffff;
}
.icon-test{
	background: url(../images/icon-test-w.svg) no-repeat center 20px;
}
.icon-renew{
	background: url(../images/icon-renew-w.svg) no-repeat center 20px;
}
.icon-clube{
	background: url(../images/clube-w.png) no-repeat center 20px;
}


/* ==========================================================================

Renovation

========================================================================== */
.acoab-renovation {
	background-image: url(../images/bg02.jpg);
	background-size: cover;
	width: 100%;
	max-height: 1600px;
}
.acoab-renovation dt{
	color: #d22128;
	font-family: 'Dosis-Bold';
	padding: 60px 5px 0 5px;
	width: 100px;
	font-size: 0.8em;
}
.acoab-renovation dd{
	color: #d22128;
	font-family: 'Dosis-Bold';
	font-size: 4.0em;
}
.acoab-renovation dl{
	display: flex;
	text-align: center; 
	justify-content: center;
	flex-wrap: wrap;

}
.acoab-renovation-text{
	max-width: 600px;
	min-width: 300px;
	padding: 20px;
	font-size: 1.8em;
}
.acoab-renovation-alert{
	/*border: 1px solid #d22128;*/
	padding: 10px;
	margin: 10px;
	background: #31566f;
    color: white;
	text-align:center;
}
.icon-request{
	background: url(../images/icon-request.svg) no-repeat center 20px;
}
.icon-payment{
	background: url(../images/icon-payment.svg) no-repeat center 20px;
}
.icon-issue{
	background: url(../images/icon-issue.svg) no-repeat center 20px;
}
.icon-done{
	background: url(../images/icon-done.svg) no-repeat center 20px;
}
.icon-validation {
	background: url(../images/icon-validation.svg) no-repeat center 20px;
}
/*.acoab-button-renew-now{
	background: url(../images/icon-renew-w.svg) no-repeat center 10px #31566f;
    border-radius: 5px; 
    width: 80px;
    height: 80px;
    font-family: 'Dosis-Bold';
    font-size: 1.0em;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    display: block;    
    text-align: center;
    padding: 40px 0 0 0;    
}*/
/* ==========================================================================

Validation

========================================================================== */
.acoab-validation {
	background-image: url(../images/bg03.jpg);
	background-size: cover;
	width: 100%;
	min-height: 555px;
}
.acoab-validation-text{
	max-width: 600px;
	min-width: 300px;
	padding: 20px 20px 0px 20px;
	font-size: 1.8em;
}
.acoab-validation-text a{
		color: #31566f;
		
}
.acoab-validation-list{
	padding: 30px;
	line-height: 1.5;
}
.acoab-validation-text .atention-box{
	background: #ffffff;
	padding: 10px;
	width: 80%
}

/* ==========================================================================

Instalation

========================================================================== */
.acoab-instalation {
	background: #f0f0f0;
}
.acoab-instalation-text{
	max-width: 710px;
	min-width: 300px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.acoab-instalation-text p:first-child {
	max-width: 300px;
	font-size: 1.8em;
}
.acoab-instalation-text div.acoab-instalation-atention{
	background: #ffffff;
	padding: 20px;
	max-width: 300px;
	font-size: 1.4em;
}
.acoab-instalation-text div.acoab-instalation-atention strong{
	color: #d22128;
}
.acoab-instalation-text div.acoab-instalation-sistem{

	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.acoab-instalation-text div.atention-box strong{
	color: #d22128;
}
.icon-pc{
	background: url(../images/icon-windows.svg) no-repeat center center;
	border: 1px solid #d22128;
	border-radius: 150px;
	padding: 10px;
	margin: 20px;
	width: 70px;
	height: 70px;
	display: block;
	text-indent:-666em;
}
.icon-mac {
	background: url(../images/icon-apple.svg) no-repeat center center;
	border: 1px solid #d22128;
	border-radius: 150px;
	padding: 10px;
	margin: 20px;
	width: 70px;
	height: 70px;
	display: block;
	text-indent:-666em;
}
/* ==========================================================================

Services

========================================================================== */
.acoab-services {
	background: #f0f0f0;
}
.acoab-services-text {
	max-width: 770px;
	min-width: 200px;
	padding: 50px 20px 0px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.6em;
}
.acoab-services-text a{
	font-family: 'Dosis-Bold';
	text-align: center;
	color: #d22128;
	width: 140px;

    padding-top: 60px;
}
.acoab-services-text a:hover{
	text-decoration: underline;
}
.acoab-services-text h2{
	padding: 30px 30px 30px 30px;
}
.icon-digital-signature {
	background: url(../images/icon-digital-signature.svg) no-repeat top center;
	height: 70px;
	padding: 50px;
}
.icon-list-courts {
	background: url(../images/icon-list-courts.svg) no-repeat top center;
	height: 70px;
	padding: 50px;
}
.icon-events-calendar {
	background: url(../images/icon-events-calendar.svg) no-repeat top center;
	height: 70px;
	padding: 50px;
}
/* ==========================================================================

Footer

========================================================================== */
.acoab-footer {
	background: #325670;
	color: #ffffff;
}
.acoab-footer-text {
	max-width: 770px;
	min-width: 200px;
	padding: 20px;
}
.acoab-footer-brands{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.acoab-footer-brands > div{
	width:50%;
}
.acoab-footer-text p:first-child, .acoab-footer-text p:nth-child(2), .acoab-footer-text p:last-child {
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
}
.acoab-footer-brands p:nth-child(2), .acoab-footer-brands p:last-child {
	max-width: 80%;
}
.acoab-footer-text img{

}
.acoab-footer-text a{
	color: #ffffff;
	text-decoration: underline;
}



@media screen and (max-height: 700px) {


#acoab-aside-desktop .acoab-button-nav a {
    width: 70px;
    height: 60px;
    font-size: 1.2em;
    color: #d22128;
    padding: 40px 0 0 0;
}
#acoab-aside-desktop .acoab-main-nav a {
	 line-height: 1.5;
}
/*#acoab-aside-desktop .icon-schedule{
	background: url(../images/icon-schedule.svg) no-repeat center 5px;
}
#acoab-aside-desktop .icon-test{
	background: url(../images/icon-test.svg) no-repeat center 5px;
}
#acoab-aside-desktop .icon-renew{
	background: url(../images/icon-renew.svg) no-repeat center 5px;
}
#acoab-aside-desktop .icon-clube{
	background: url(../images/clube.png) no-repeat center 5px;
	background-size: 90%
}*/

#acoab-aside-desktop .acoab-requesthere-maintext {
    font-size: 2.5em;
    padding: 30px 0 30px 0;
    line-height: 0.9;
}

#acoab-aside-desktop .acoab-requesthere {
    height: 130px;
}

#acoab-aside-desktop .acoab-buy {
	height: 130px;
}
#acoab-aside-desktop .acoab-mainmenu {
    background: url(../images/certificado-acoab.png) no-repeat center 10px;
    background-size: 50%;
}
#acoab-aside-desktop .acoab-main-nav {
    padding: 180px 0 0 0;
}

}


/*FORMULARIOS*/
#fale_conosco{
	clear: both;
}

.formLine, .formSelect, .iptCaptcha, .centerContSelo input.iptSelo, .centerContSelo textarea.textAreaSelo {
    background: #FFFFFF;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    position: relative;
    margin-left: 1%;
    min-height: 40px;
    font-size: 1.6em;	

}

.formLine-popup {
    background: #FFFFFF;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 6px;
    position: relative;
    width: 100%;
    min-height: 40px;
}

.clearleft {
    clear: left
}
.formLine, .formLine-popup, .formTxt, .centerContSelo input.iptSelo {
    float: left;
    margin-bottom: 5px;
}
.formLine, .formLine-popup {
    height: 20px;
}
/*.formLine *:focus {outline: none;}*/
.formLine label, .formTxt label, .formLine-popup label {
    color: #8a8a8a;
    font-weight: 700;
    line-height: 40px;
}

.formLine input[type=text], .formLine input[type=email], .formLine input[type=tel], .formTxt textarea, .formLine-popup input[type=text]{
    font-size: 14px;
    color: #666666;
    border: none;
    background: transparent;
}
input[type="text"]:disabled, .disabled {
    background: #dddddd;
}


.select-style span.error {
    right: 35px;
}

.select-style:after  {
   position: absolute;
  content: "";
  top: 8px;
  right: 4px;
  width: 20px;
  height: 20px;
  border-left: 1px solid #dddddd;
  background: #fff url(../img/arrow-down-select.png) no-repeat 99% 50%;
  z-index: 99;
}

 select {
    width: 60%;
    color: #666666;
    border: none;
    box-shadow: none;
    outline: none;
    height: 32px;
    line-height: 32px;

}

select:focus {
    outline: none;
}
.formLine .iptSize2 {
    float: right;
    width: 60%;
    margin-top: 4px;
}

.radioarea {
    /* display: block; */
    position: relative;
    padding: 0 30px;
 
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioarea input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}






::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CCCCCC;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #CCCCCC;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #CCCCCC;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #CCCCCC;
}

ul.avisos {
        color: #8a8a8a;
        font-size: 12px;
        list-style: initial;
        float: left;
        margin: 10px 0 0 30px;

}







/* Modal*/
.modal-state-none {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.modal {
    position: fixed;
    opacity: 0;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5000;

}

.modal.fade .modal-inner {
    transform: translateY(-100px);
    transition: all .3s ease-in-out;
}

.modal.fade.in {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.modal-backdrop {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

.modal-inner {
    display: inline-block;
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 20px;
    animation: opac 0.8s;
}


#btn-close-modal{
	position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    background-color: #31566f;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding: 0px 0px 0px 12px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Dosis-Bold';
    font-size: 1.6em;	
}

.modal-inside {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;

}
.icon-contact-p {
	background: url(../images/icon-contact.svg) no-repeat center center #31566f;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 20px;
	float: left;
	margin: 0 5px 10px 0;
}

.sx{
	font-family: 'Dosis-Bold';
    font-size: 1.6em;	
    text-transform: uppercase;
    color: #31566f;
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
}
.icon-phone2 {
    background: url(../images/icon-phone.svg) no-repeat center center #31566f;
    width: 10px;
    height: 10px;
    display: block;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 20px;
    float: left;
    margin: 0 5px 10px 0;
}
.menu-active:after {
        content: "";
        display: block;

        position: fixed;#formLine-btn
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;

        background: rgba(0, 0, 0, 0.1);
    }
.validacao-span{
	 font-size: 0.8em;	
	 color: #d22129;
	 float: right;
	 padding: 10px 0 0 0;
}
.label-p {
    color: #8a8a8a;
    font-family: 'Dosis-Bold';
    font-size: 1.6em;
    float: left;
    margin: 10px 50px 0 10px;
}
.img-captcha{
    float: left;
    margin: 20px;
}
 .link-captcha{
    float: left;
    margin: 30px;
}
.btn-voltar{
	font-family: 'Dosis-Bold';
    font-size: 1.6em;
    color: #31566f;	
}
.msg-sucesso{
	font-family: 'Dosis-Bold';
	color: #31566f;
    font-size: 2.0em;
}

.msg-falha{
	font-family: 'Dosis-Bold';
	color: #d22128;
    font-size: 2.0em;
}
@media screen and (min-width: 1191px) { 
	.acoab-button-renew-now {
		display:block;
		position:relative;
		/*background: url(../images/icon-renew-w.svg) no-repeat center 10px #31566f;
		border-radius: 5px;
		width: 80px;
		height: 80px;
		font-family: 'Dosis-Bold';
		font-size: 1.0em;
		color: #ffffff;
		text-decoration: none;*/
		box-sizing: border-box;
		/*margin: -70px 40px 0 0;
		line-height: 1;
		text-align: center;
		padding: 40px 0 0 0;		*/
	}
	.acoab-button-renew-now.fixo {
		position: fixed;
		top: 150px;
	}
}
@media all and (max-width: 768px) { 
	.acoab-button-renew-now{
		display: block;
		position: absolute;
		top: -30px;
		right: 20px;
	}
}