/* PÁGINAS INTERNAS */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
  margin:0; padding:0; border:0; background:transparent;
  /*vertical-align: baseline;*/
}

	body, html {
		background-image:url(/img/fundo_teste16.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		background-attachment: fixed;
		height:100%;
		background-color: #EAEAEA;
}

/* lists */
.list-full, .list-full li,
.list-auto, .list-auto li { width: 100%; float: left; display: block; position: relative; }
.list-auto, .list-auto li { width: auto; }

/* floats */
.float-l { float: left;
		background-image:url(/img/logo-arin3.png);
		background-repeat:no-repeat;
		background-color: #900500;
		max-width:100%;
		width:245px;
		height:60px;
		margin:auto;
		margin-top: 2px;
		margin-left: 20px;
		overflow:hidden;

}

.float-r { float: right; }


body, table, div {

  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000; */


header {
	max-height:70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  background: #900500;
  z-index: 2;
}

header h1 {
  padding: 10px 0 0 10px;
}


header h1 a {
  color: #fff;
}

header ul {
  padding: 15px 10px 0 0;
}

header li {
  border-left: 1px solid #ccc;
}

header li:first-child {
  border: none;
}

header li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

header li a:hover {
  color: #CCC;
}

input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* content */
section {
  padding: 80px 20px 50px;
  border-top: 1px solid #ccc;
  font-size: 20px;
  line-height: 24px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

section img {
  width: 44%;
  margin: 0 0 10px 4%;
}

section p {
  padding: 0 0 20px;
}

.highlights {
  position: relative;
}

.highlights input {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.highlights-item {
  float: left;
  margin: 0 0 0 2%;
  width: 32%;
  text-align: center;
}

.highlights-item:first-of-type {
  margin-left: 0;
}

.highlights-item img {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.highlights-item p {
  font-size: 14px;
}

.highlights-button {
  display: inline-block;
  padding: 10px 15px 8px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #ececec;
  -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.highlights-button:hover {
  border: 1px solid #ececec;
  background-color: #ccc;
}

.highlights-buttons {
  display: none;
  clear: both;
  text-align: center;
}

.highlights-buttons label {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px; 
  border-radius: 10px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.highlights-buttons label:hover {
  background-color: #777;
}

/* init modal */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s 0.5s ease-in-out;
  transition: all 0.5s 0.5s ease-in-out;
}

.modal-content {
  padding: 10px;
  max-width: 600px;
  min-width: 360px;
  max-height: 85%;
  overflow: auto;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-content img {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}

.modal-content p {
  padding-top: 10px;
  text-align: justify;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.modal-close:after {
  content: "X";
  float: right;
  margin: 5px 5px 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
  border-radius: 20px;
  box-shadow: 0 0 3px #000;
}

input[id*="modal_"] {
  position: fixed;
  left: -9999px;
  top: 50%;
  opacity: 0;
}
input[id*="modal_"]:checked + div.modal {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

input[id*="modal_"]:checked + div.modal .modal-content {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


	#tudo{
		min-height:100%;
		/* Largura máxima */
		max-width:100%;
		width:100%;
		height:20px;
		/* Alinha ao centro */
		margin:0 auto;
	}


	#container{
		/* Largura máxima */
		max-width:960px;
		/* Alinha ao centro */
		margin: 75 auto;
		overflow:hidden;
	}


	#content{
		/* Largura */
		width:65%;
		/* Alinha à direita */
		float:right;
		background-image:url(/img/fundo_branco2-png.png);
		background-repeat:repeat;
		border-radius: 10px;
		border: 1px;
		text-align:center;
		margin: 0 auto;
	}
	.content_inner{
		padding:1px;
		margin: 0;
	}

	#sidebar{
		/* Largura */
		width:35%;
		/* Alinha à esquerda */
		float:left;
	}



	#tabelas {
		width: 95%;
		position:relative;
		margin: 0 auto;
		text-align:center;
	}
	
	.aviso {
		color:#F00;	
	}

table {
	width:100%;
   	border-collapse: collapse;
	text-align:center;
	margin:0 auto;
}
td, th {
   	border-top: 0px solid #ddd;
   	padding: 4px 8px;
	text-align:center;
}
table .interna {
	background-image:url(/img/fundo_branco-png.png);
	background-repeat:repeat;
	border-radius: 10px;
	border: 1px;
	text-align:center;
	margin:auto;
	}

#footer{
	background-color: #3c3c3b;
	position:fixed;
	bottom: 0;
	max-width:100%;
	width:100%;
	height:70px;
	/* Alinha ao centro */
	overflow:hidden;
	margin:auto;
	padding: 0 60px;
}

#footeresq{
	background-image:url(/img/logo-arin-footer.png);
	background-repeat:no-repeat;
	background-color: #3c3c3b;
	position:fixed;
	bottom: 0;
	max-width:100px;
	width:100px;
	height:70px;
	/* Alinha ao centro */
	overflow:hidden;

	float:left;
	position:relative;
	top:9px;
}

#footerdir{
	float:right;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}

 .col-md-12{
	min-height: 40px;
	vertical-align:middle;
	text-align:center;
 }

 .col-md-6{
	min-height: 40px;
	vertical-align:middle;
	text-align:center;
 }

 .col-md-8{
	min-height: 40px;
 }

 .col-md-4{
	min-height: 40px;
 }

 .col-md-3{
	min-height: 40px;
 }

 h4 {
	 line-height: 35px;
 }
 h3 {
	 line-height: 40px;
 }

	.info, h3 {color: #da241a; font-family: Lato; font-weight: 300; font-size: 1.3em; line-height: 1.0em; text-align:center; margin: .1em 0 .5em 0;}


 .form-control{
	 text-align:center;
	 text-transform:uppercase;
 }


/* Botão Avançar ---*/
.btn {
  background: #900500;
  background-image: -webkit-linear-gradient(top, #900500, #9F0400);
  background-image: -moz-linear-gradient(top, #900500, #9F0400);
  background-image: -ms-linear-gradient(top, #900500, #9F0400);
  background-image: -o-linear-gradient(top, #900500, #9F0400);
  background-image: linear-gradient(to bottom, #900500, #9F0400);
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  border-color: ;
  border-style: solid;
  border-width: 0;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.btn:hover {
  background: #A40400;
  background-image: -webkit-linear-gradient(top, #A40400, #B30400);
  background-image: -moz-linear-gradient(top, #A40400, #B30400);
  background-image: -ms-linear-gradient(top, #A40400, #B30400);
  background-image: -o-linear-gradient(top, #A40400, #B30400);
  background-image: linear-gradient(to bottom, #A40400, #B30400);
  text-decoration: none;
  color: #ffffff;
}

/* Formulário ---*/



input[type=button], input[type=submit], input[type=reset] {
    background-color: #900500;
	line-height: 40px;
	font-size: 18px;
	display: inline-block;
	height: 40px;
    border: none;
    color: #fff;
    padding: 0 30px;
    text-decoration: none;
	text-transform: uppercase;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #da241d;
}


@media screen and (max-width: 767px) {
	body, html{
		background-image:url(/img/fundo_640-teste9.jpg);
		background-position:top center;
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-size: auto;
		height:100%;
		background-color: #f4f4f4;
	}

	#container{
		/* Largura máxima */
		max-width:960px;
		/* Alinha ao centro */
		margin:70 auto 0;
		overflow:hidden;
		min-height:100%;
	}
	#content{
		/* Largura */
		width:100%;
		/* Alinha à direita */
		float:right;
	}
	.content_inner{
		padding:1px;
	}

	#sidebar{
		/* Largura */
		width:0%;
		/* Alinha à esquerda */
		float:left;
	}
	#tudo{
		min-height:100%;
		/* Largura máxima */
		max-width:100%;
		width:100%;
		height:70px;
		/* Alinha ao centro */
		margin:0 auto;
		position:relative;
	}

#footer{
	background-color: #3c3c3b;
	position: fixed;
	bottom: 0px;
	max-width:100%;
	width:100%;
	height:50px;
	/* Alinha ao centro */
	padding: 0 60px;
}

#footeresq{
	background-image:url(/img/logo-arin-footer2.png);
	background-repeat:no-repeat;
	background-color: #3c3c3b;
	position:fixed;
	bottom: 0;
	max-width:100px;
	width:100px;
	height:50px;
	/* Alinha ao centro */
	overflow:hidden;

	float:left;
	position:relative;
	top:9px;
}

#footerdir{
	float:right;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}	



  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    border-left: 1px solid #999;
    background: #900500;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  header ul.list-auto {
    padding: 0;
  }

  header ul.list-auto li {
    width: 100%;
    border: solid #999;
    border-width: 0 0 1px;
  }

  header li a {
    padding: 15px 10px;
  }

  header li a:hover {
    background-color: #ff7875;
	color: #fff;
  }

  .control-nav { /* label icon */
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #fff;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }

  .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #fff;
  }

  .control-nav-close {
    position: fixed; /* label layer */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  /* checked nav */
  input#control-nav {
    display: block;
  }

  input#control-nav:focus ~ .control-nav {
    border-color: #000;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  }

  input#control-nav:focus ~ .control-nav:before {
    background: #000;
  }

  input#control-nav:checked ~ nav,
  input#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header+section {
    padding-top: 80px;
  }

  section {
    padding: 30px 15px 10px;
  }

  .highlights {
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .highlights-item {
    width: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .highlights-item p {
    opacity: 0;
    -webkit-transition: opacity 500ms 500ms ease-in-out;
    transition: opacity 500ms 500ms ease-in-out;
  }

  .highlights-buttons {
    display: block;
    padding-top: 10px;
  }

  /*checked*/
  .highlights input:checked + div {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .highlights input:checked + div p {
    opacity: 1;
  }

  .highlights input:nth-of-type(1):checked ~ .highlights-buttons label:nth-child(1),
  .highlights input:nth-of-type(2):checked ~ .highlights-buttons label:nth-child(2),
  .highlights input:nth-of-type(3):checked ~ .highlights-buttons label:nth-child(3) {
    background-color: #000
  }

  .modal-content {
    padding: 10px 5%;
    min-width: 88%;
  }
  
	table {width:100%;}
	thead {display: none;}
	tbody td {display: block; text-align:center;}
	tr td:first-child {font-weight:bold;font-size:1.3em;}
	tbody td:before { 
 	   content: attr(data-th); 
 	   display: block;
 	   text-align:center;  
	}

 .col-md-12{
	min-height: 25px;
	vertical-align:middle;
	text-align:center;
 }

 .col-md-6{
	min-height: 25px;
	vertical-align:middle;
	text-align:center;
 }

 .col-md-8{
	min-height: 25px;
 }

 .col-md-4{
	min-height: 25px;
 }

 .col-md-3{
	min-height: 25px;
 }

 h4 {
	 line-height: 25px;
 }
 h3 {
	 line-height: 25px;
 }

}

@media screen and (max-width: 360px) {
  header h1 {
    font-size: 20px;
    line-height: 40px;
  }
  
  .float-l { float: left;
		background-image:url(/img/logo-arin4.png);
		background-repeat:no-repeat;
		background-color: #900500;
		max-width:100%;
		width:163px;
		height:40px;
		margin:auto;
		margin-top: 2px;
		margin-left: 20px;
		overflow:hidden;

}
  .control-nav { /* label icon */
    position: absolute;
    right: 30px;
    top: 13px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #fff;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }

/*/////////////////////// BENEFICIÁRIOS ////////////////////////////////*/

.tab { cursor: pointer; padding: 15px 20px; margin: 0; border-top: 1px solid #e4e4e4; }
.tab:hover { background-color: #ededee; }
.tab span { float: right; }
.tab-fold { display: none; padding: 20px; }


}