html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}


body {
	margin: 0 auto;
	padding-top: 73px;
    color: #444444;
    font-family: lato-light;
    font-size: 1.7rem;
    line-height: 1.5;
	width: 100%;
	height: 100%;
}

/* Hyphenization */
:lang(pt),
p {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.content p {
	padding: 0 20px 10px 20px;
	font-size: 18px;
	line-height: 1.4;
}
a {
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
h1 { margin-bottom: 60px; font-size: 42px; font-size: 2.5em; }
h2 { margin-bottom: 40px; font-size: 32px; font-size: 2em; }
h3 { margin-bottom: 30px; font-size: 24px; font-size: 1.5em; }
img { max-width: 100%; }
@font-face {
    font-family: comfortaab;
    src: url(../fonts/Comfortaa-Bold.ttf);
	font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
	font-family: lato-light;
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
	font-family: "lato-bold";
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: bold;
}

iframe {
  max-width: 100%;
}

/* THEME COLORS */
.SIV-N,
.SIV-N a { color: #FFFFFF; }
.orange-text { color: #eaa826; }
.white-bg { background-color: #FFFFFF; }
.black-bg { background-color: #000000; }
.blue-bg { background-color: #1b71b9; }
.orange-bg { background-color: #f89b1c; }
.grey-bg { background-color: #eeeeee; }
.blue-dg-bg {
	background: -webkit-linear-gradient(#488eda, #115898);
    background: -o-linear-gradient(#488eda, #115898);
    background: -moz-linear-gradient(#488eda, #115898);
    background: linear-gradient(#488eda, #115898);
}
.lightblue-dg-bg {
	background: -webkit-linear-gradient(#7dbfe7, #3d66aa );
    background: -o-linear-gradient(#7dbfe7, #3d66aa);
    background: -moz-linear-gradient(#7dbfe7, #3d66aa);
    background: linear-gradient(#7dbfe7, #3d66aa);
}
.img-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

/* THEME BORDERS */
.blue-border { border-color: #1b71b9; }
.orange-border { border-color: #f89b1c; }
.grey-border { border-color: #dddddd; }
.top-border { border-top-width: 1px; border-top-style: solid; }
.bottom-border { border-bottom-width: 1px; border-bottom-style: solid; }
.full-border { border-width: 1px; border-style: solid; }
.top-border.lg-border { border-top-width: 3px; }
.bottom-border.lg-border { border-bottom-width: 3px; }

/* GENERIC CLASSES */
.fixed { position: fixed; left: 0; right: 0; }
.txt-left { text-align: left; }
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-just { text-align: justify; }
.f-right { float: right; }
.f-left { float: left; }
.block { display: block; }
.i-block,
li.i-block a { display: inline-block; }
.redondo { border-radius: 15px; }
.box { box-sizing: border-box; }
.lg-pad { padding-top: 90px; padding-bottom: 90px; }
.md-pad { padding-top: 50px; padding-bottom: 50px; }
.sm-pad { padding-top: 20px; padding-bottom: 20px; }
.xs-pad { padding-top: 14px; padding-bottom: 14px; }

.lang-flag { width: 30px; }

.aposts {
	position: relative;
}
.aposts::before,
.aposts::after {
	position: absolute;
	display: inline-block;
	content: " ";
	background: no-repeat center;
}
.aposts::before {
	top: 0;
    left: 0;
	background-image: url("../imgs/home/apost1.png");
}
.aposts::after {
	bottom: 0;
    right: 0;
	background-image: url("../imgs/home/apost2.png");
}

.modal_load {
    display:    none;
    position:   fixed;
    z-index:    9999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
		url(../imgs/loading.gif)
                50% 50% 
                no-repeat;
}

body.loading .modal_load {
    display: block;
}

.modal_alert {
    display:    none;
    position:   fixed;
    z-index:    9999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .4 );
    vertical-align: top;
    font-family: lato-light;
}

.modal_table {
	border-radius: 10px;
    width:500px;
    height:50px;
    background-color:#FFFFFF;
    position:fixed;
    margin-left:-250px; /* half of width */
    margin-top:-200px;  /* half of height */
    top:50%;
    left:50%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

td.center_top { 
	vertical-align: top; 
	text-align: center;

}

body.alert_modal .modal_alert {
    display: block;
}

.login_tag {
	margin: 10px;
	text-align: center;
}
.qtip.qtip-default {
    text-align: center;
}

/* BOOTSTRAP ADAPTAION - Minimizes html structure with centered lone boxes */
.centered,
.centered[class*="xs-col-"],
.centered[class*="sm-col-"],
.centered[class*="md-col-"],
.centered[class*="lg-col-"] {
	margin-left: auto;
    margin-right: auto;
    float: none;
}

/* HEADER AND TOP ELEMENTS - including animations */
header {
	top: 0; left: 0; right: 0;
	z-index: 10;
}
#top-wrapper {
    font-size: 14px; font-size: 0.8em;
}
#top-wrapper a {
	padding: 5px;
	line-height: 1;
}
#top-wrapper .glyphicon {
    margin-right: 20px;
}
#header_bt {
    font-family: lato-bold;
    color: #1b71b9;
    font-size: 14px;
    border: none;
    border-radius: 7px;
    background: #f1ea41;Ligamos-p-
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f1ea41 0%, #f89b1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ea41), color-stop(100%,#f89b1c));
    background: -webkit-linear-gradient(top, #f1ea41 0%,#f89b1c 100%);
    background: -o-linear-gradient(top, #f1ea41 0%,#f89b1c 100%);
    background: -ms-linear-gradient(top, #f1ea41 0%,#f89b1c 100%);
    background: linear-gradient(to bottom, #f1ea41 0%,#f89b1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ea41', endColorstr='#f89b1c',GradientType=0 );
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#header_bt:hover, #header_bt:focus {
    background: #f1ea41;
}
#nav-wrapper {
	padding-top: 10px;
	font-size: 18px; font-size: 1em;
	color: #1b71b9;
	border-top-color: #1b71b9;Ligamos-Ligamos-p-p-
	border-bottom-color: #f89b1c;
}
#nav-wrapper nav {
	margin: 0;
}
#nav-wrapper .nav > li {
	margin: 0px 15px;
}
#nav-wrapper nav a {
	font-weight: 600;
    color: inherit;
}
#header_bt2 {
	border-bottom: 1px solid transparent;
}
#nav-wrapper nav .nav > li > a.active,
#nav-wrapper nav .nav > li > a:hover,
#nav-wrapper nav .nav > li > a:focus,
#nav-wrapper .navbar-default .navbar-nav>.open>a {
    color: #f79837;
	background: initial;
	border-bottom: 1px solid #538ec8;
}
.navbar-default .navbar-nav > li > a {
	padding: 10px 0px 4px 0px;
}Ligamos-p-Ligamos-p-
#nav-wrapper nav .nav a:hover,
#nav-wrapper nav .nav a:focus {
	color: #f79837;
	background: initial;
}

/* HEADER.VH1 - scrolled version */
	header #top-wrapper { height: 63px; overflow: hidden; -moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
	header #header_bt2 { width: 0px; overflow: hidden; -moz-transition: all 0.55s ease; -webkit-transition: all 0.55s ease; transition: all 0.55s ease; }
	header #header_bt2 img { opacity: 0; -moz-transition: all 0.55s ease; -webkit-transition: all 0.55s ease; transition: all 0.55s ease; }
	header #nav-wrapper nav .nav { margin: 20px 0px; -moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; }
	header .brand-img { width: 240px; height: 80px; -moz-transition: all .6s ease-in; -webkit-transition: all .6s ease-in; transition: all .6s ease-in; }
	
	header.vh1 #top-wrapper { height: 0px; }
	header.vh1 #header_bt2 { width: 55px; }
	header.vh1 #header_bt2 img { opacity: 1; }
	header.vh1 #nav-wrapper nav .nav { margin-top: 0; }
	header.vh1 .brand-img { width: 150px; height: 50px; }

footer a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#footer-brand {
    width: 240px;
    height: 72px;
    background-image: url(../imgs/marca_neg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}Ligamos-p-
#footer-brand:hover,
#footer-brand:focus {
	background-image: url(../imgs/marca_neg2.png);
}
#f-base-2 a {
	line-height: 40px;
}
footer a:hover,
footer a:focus {
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.6);
	transform: scale(1.2);
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #f-base-2 a { padding: 0 28px; }LigLigamos-p-amos-p-
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  #f-base-2 a { padding: 0 14px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#nav-wrapper .nav > li { margin: 0px 10px; }
	#nav-wrapper nav a { font-size: 15px; }
	#f-base-2 a { font-size: 16px; padding: 0 5px; }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .aposts { padding-left: 50px; padding-right: 50px; }
  .aposts::before, .aposts::after { width: 50px; height: 50px; }
  .qtip.qtip-login { min-width: 400px; }
  footer .sp-block { display: inline-table; }
  footer .sp-table { display: table; padding: 13px 0; }
  footer .sp-block span.glyphicon,
  footer .sp-table span.glyphicon { display: table-cell; padding-right: 35px; vertical-align: middle; }
  footer .sp-table span.glyphicon { padding-left: 40px; }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  #top-info a { padding: 0px; width: 32px; height: 32px; overflow: hidden; }
  #top-info a span { padding: 8px; width: 32px; height: 32px; }
  #header_bt, #header_bt2 { display: none; }
  .aposts { padding-left: 20px; padding-right: 20px; }
  .aposts::before, .aposts::after { width: 20px; height: 20px; background-size: 30px; }
  footer .sp-block, footer .sp-table { display: block; padding: 15px 0; }
  footer .sp-block span.glyphicon,
  footer .sp-table span.glyphicon { display: block; }
  footer #f-base-3 div { text-align: center; }
  #f-base-2 ul { display: block; padding: 0px; }
  #f-base-2 li,
  #f-base-2 a  { display: block; }
}

.font-bold {
  font-family: lato-bold;
}
#popups input.isEmpty {
	border: 1px solid rgb(255,0,20);
	background-color: rgba(255, 0, 0, 0.1);
}
#popups textarea.isEmpty {
	border: 1px solid rgb(255,0,20);
	background-color: rgba(255, 0, 0, 0.1);
}
input.isEmpty {
	border: 1px solid rgb(255,0,20) !important;
	background-color: rgba(255, 0, 0, 0.1) !important;
}
textarea.isEmpty {
	border: 1px solid rgb(255,0,20) !important;
	background-color: rgba(255, 0, 0, 0.1) !important;
}

.whatsapp {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 80px;
	height: 80px;
	background: url('../imgs/icon_whatsapp.png');
	background-size: 80px;
}
