/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #848484;
  background-color: #f0f0f0;
}
body.style-2 {
  background-color: #ffffff;
  background-size: cover;
  background-position: -30% center;
  background-repeat: no-repeat;
  background-image: url(../images/bg_2.jpg);
  height: 100%;
}
body.style-3 {
  background: #ffffff url(../images/geometry2.png) repeat;
}

body.style-4 {
  background-color:#242b56;
}

body {
  background-color: rgba(255, 187, 0, 1) !important;
}

a {
  color: #33cccc;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #29a3a3;
}

.menu {
  padding: 0;
  margin: 0 0 0 0;
}
.menu li {
  list-style: none;
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.menu li a {
  padding: 5px;
}
.menu li.active a {
  color: #b3b3b3;
}

.fh5co-form {
  padding: 30px;
  margin-top: 4em;
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.style-2 .fh5co-form {
  -webkit-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .fh5co-form {
    padding: 15px;
  }
}
.fh5co-form h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #000000;
}
.fh5co-form .form-group {
  margin-bottom: 30px;
}
.fh5co-form .form-group p {
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 300;
}
.fh5co-form .form-group p a {
  color: #000000;
}
.fh5co-form label {
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
.fh5co-form .form-control {
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.fh5co-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.fh5co-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.fh5co-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.fh5co-form .form-control:focus, .fh5co-form .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.btn-primary {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  background: rgb(0,0,46);
  color: #ffffff;
  -webkit-box-shadow: -2px 10px 20px -1px rgba(2, 2, 175, 0.4);
  -moz-box-shadow: -2px 10px 20px -1px rgba(2, 2, 175, 0.4);
  -o-box-shadow: -2px 10px 20px -1px rgba(2, 2, 175, 0.4);
  box-shadow: -2px 10px 20px -1px rgba(2, 2, 175, 0.4);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  background: rgb(5, 5, 114) !important;
  outline: none;
}




input, textarea {
  color: #000;
}

.placeholder {
  color: #aaa;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
.menu-icon{
  display: none;
  float: right;
}
.fh5co-nav br {
  display: none;
}

.hide_ {
  padding: 5 !important;
  display: inline; 
}

@media screen and (max-width: 1175px){
  .hide_ {
    padding: 5 !important;
    display: none !important;
  }
  .nav-toggle {
    display: block !important;
  }
}
@media screen and (max-width: 1175px){
  .fh5co-nav.responsive a.menu-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .fh5co-nav.responsive a{
    float: none;
    display: block;
    text-align: right;
  }
  .fh5co-nav.responsive br {
    display: block;
  }
}

/* The side navigation menu */
.mysidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1003; /* Stay on top */
    top: 0;
    right: 0;
    background-color: rgb(18, 18, 51); 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.mysidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 25px;
    color: rgb(255, 187,0);
    display: block;
    transition: 0.3s;
}

.mysidenav li{
    list-style-type: none;
}

/* When you mouse over the navigation links, change their color */
.mysidenav a:hover {
    color: rgb(253, 206, 77);
}

/* Position and style the close button (top right corner) */
.mysidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .mysidenav {padding-top: 15px;}
    .mysidenav a {font-size: 18px;}
}

.opac {
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    display: none;
}

/*Tabela competicoes*/


.upcoming_latest
{
	padding-top: 92px;
	padding-bottom: 100px;
	z-index: 1;
}
.upcoming_image
{
	position: absolute;
	bottom: -152px;
	left: -491px;
	z-index: -1;
}
.custom_lists_row
{
	margin-top: 63px;
}
.custom_list_a
{
	margin-top: 63px;
}
.custom_list_a ul li
{
	height: 110px;
	background: #242b56;
	padding-left: 25px;
	padding-right: 29px;
}
.custom_list_a ul li:not(:last-of-type)
{
	margin-bottom: 3px;
}
.custom_list_image
{
	width: 77px;
	height: 77px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}
.custom_list_title_container
{
	padding-left: 48px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}

.col_wdth {
  width: 85%;
}

.custom_list_title a
{
  font-size: 28px;
  font-weight: 500;
  color: rgba(255,187,0);
  line-height: 1.1;
}

.custom_list_date
{
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 2px;
}


.custom_list_title a:hover
{
	color: #FFFFFF;
}

.custom_list_link
{
	width: 134px;
	height: 43px;
	background: #242b56;
    text-align: center;
    position: relative;
    float: right;
}
.custom_list_link_a
{
    position: relative;
    float: right;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 41px;
	z-index: 1;
}
.custom_list_b
{
	margin-top: 63px;
}
.custom_list_b ul li
{
	height: 110px;
	background: #242b56;
	padding-left: 7px;
	padding-right: 16px;
}
.custom_list_b ul li:not(:last-of-type)
{
	margin-bottom: 3px;
}
.custom_list_b ul li > div:first-of-type,
.custom_list_b ul li > div:last-of-type
{
	width: 37%;
}
.custom_list_b ul li > div:nth-child(2)
{
	width: 26%;
}
.custom_list_b ul li > div:first-of-type .team_name
{
	margin-left: 15px;
}
.custom_list_b ul li > div:last-of-type .team_name
{
	margin-right: 15px;
}
.team_logo
{
	width: 65px;
	height: 55px;
}
.team_logo img
{
	max-height: 100%;
}
.team_name a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.team_name a:hover
{
	color: rgba(255,187,0);
}
.custom_list_b ul li > div:nth-child(2) > div:first-child
{
	font-size: 12px;
	font-weight: 500;
	color: #777b95;
}
.custom_list_b ul li > div:nth-child(2) > div:nth-child(2)
{
	font-size: 30px;
	line-height: 0.75;
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 16px;
}
.custom_list_b ul li > div:nth-child(2) > div:nth-child(3)
{
	font-size: 11px;
	font-weight: 500;
	color: #777b95;
	margin-top: 17px;
}

.super_container
{
	width: 100%;
	overflow: hidden;
}
.section_title h1
{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #050505;
	line-height: 1.2;
}
.section_title.light h1
{
	color: #FFFFFF;
}
.section_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: rgba(255,187,0);
	line-height: 1.2;
	margin-top: -4px;
}

.bg-modal {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	justify-content: center;
  align-items: center;
  overflow-y: hidden;
  z-index: 100000;
}


.modal-contents {
  width: 60%;
  background-color: white;
  opacity: 1;
	text-align: center;
	padding: 10px;
	position: relative;
  border-radius: 4px;
  z-index : 10001;
  height: 90%;
  overflow-y: auto;
}

.close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 42px;
	color: #333;
	transform: rotate(45deg);
	cursor: pointer;
	&:hover {
		color: #666;
	}
}

.prova {
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom: 0px;
    text-align: center;
    width:100%;
    background-color: #242b56;
    color: rgba(255,187,0);
}
.tabela_inscricao{
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    color:#000;
    width:38%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border:1px solid black;
}

.informacoes_inscricao{
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  color:#000;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  margin-top:auto;
  border:1px solid black;
}

.tabela_inscricao td{
  color:#000;
}

.container_ranking{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    color:#000;
    width:48%;
    margin-left: auto;
    margin-right: auto;
    margin-top:-15px;
    border:2px solid black;
}

.tabela_ranking{
    text-align: left;
    color:#000;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;

}
.tabela_ranking th , .tabela_ranking td{
    padding: 5px;
}

.tabela_ranking thead th:nth-child(1) {
    width: 10%;
}
.tabela_ranking thead th:nth-child(3) {
    width: 20%;
}
.tabela_ranking thead th:nth-child(5) {
    width: 10%;
}

.tabela_presenca{
  width: auto;
  text-align: left;
  color:#ffffff;
  background-color: #242b56;
  margin-left: 5px;

}

.tabela_presenca th , .tabela_presenca td{
  padding: 5px;
}


.tabela_presenca tr:nth-child(even) {
  background-color: #182468 ;
}

.mod {
  z-index: 1000;
}

.tabela_performances{
  width: auto;
  text-align: center;
  color:#ffffff;
  background-color: #242b56;
  margin-left: 5px;
}
.tabela_performances th{
  border-bottom:1px solid #ffff
}

.tabela_performances th , .tabela_performances td{
  padding: 5px;
  text-align: center;
}

.tabela_performances tr:nth-child(even) {
  background-color: #182468 ;
}


.tabela_performances a:hover{
  color:rgba(255,187,0,1);
}

.tabela_treinos{
  color: #ffff;
  width: auto;
  text-align: left;
  background-color: #242b56;
  margin-left: 5px;
  table-layout: fixed;
}

.tabela_treinos th , .tabela_treinos td{
  padding: 20px;
  border-bottom: 1px solid #ffff;
}

.tabela_treinos a , .tabela_treinos u{
  color:#ffff;
}
.tabela_treinos a:hover, .tabela_treinos u:hover{
  color:rgba(255,187,0,1);
}

.container_adicionar_presenca{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  color:#000;
  width:90%;
  margin-left: auto;
  margin-right: auto;
  border:2px solid black;
  margin-bottom:20px;
  margin-top:20px;
  padding-left: 20px;
  padding-top: 20px;
}

.container_form_performance{
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width:auto;
  margin-left: auto;
  margin-right: auto;
  border:2px solid black;
  padding-bottom:10px;
  padding-left: 5px;
  margin-bottom:20px;
  margin-top:20px;
}

.container_perfil{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  width:95%;
  margin-left: 30px;
  border:2px solid black;
  padding-bottom:10px;
  margin-bottom:5px;
  margin-top:20px;
  line-height: 1.5;
}

.container_presenca_perfil{
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
  border:2px solid black;
  padding-bottom:10px;
  margin-bottom:20px;
  margin-top:20px;
}

.container_dividas_perfil{
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
  margin-left: 0px;
  width: auto;
  padding-bottom:10px;
  border:2px solid black;
}

.container_contagem{
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
  margin-left: 0px;
  margin-top: 20px;
  width: auto;
  padding-bottom:10px;
  border:2px solid black;
}

.tabela_dividas_perfil{
  width: auto;
  text-align: center;
  margin: auto;
  table-layout: fixed;
}

.tabela_dividas_perfil th , .tabela_dividas_perfil td{
  padding: 3px;
}

.container_financeiro_geral{
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 0px;
  padding-right: 5px;
  width: auto;
  padding-bottom:10px;
  border:2px solid black;
}

.tabela_financeiro_geral1{
  width: auto;
  text-align: left;
  margin: auto;
  table-layout: fixed;
}

.tabela_financeiro_geral1 th , .tabela_financeiro_geral1 td{
  padding: 5px;
}

.tabela_financeiro_geral1 th:nth-child(4){
  width: 80px;
}

.tabela_financeiro_geral2{
  width: auto;
  text-align: left;
  margin: auto;
  table-layout: fixed;
}

.tabela_financeiro_geral2 th , .tabela_financeiro_geral2 td{
  padding: 5px;
}

.tabela_financeiro_geral2 th:nth-child(5){
  width: 80px;
}

.container_form_perfil{
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    border: 2px solid black;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.container_form_senha{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  width: 50%;
  border: 2px solid black;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

.container_form_nomes{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  border: 2px solid black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.container_form_dividas{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
  border: 2px solid black;
  padding-left: 30px;
  padding-right: 0px;
  padding-top: 10px;
}

.container_form{
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  border: 2px solid black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-top: 20px;
}

.tabela_equipe{
  font-size: 12px;
  width: auto;
  text-align: left;
  color:#ffffff;
  background-color: #242b56;
  margin-left: 5px;
}

.tabela_equipe th , .tabela_equipe td{
  padding: 5px;
}

.tabela_equipe tr:nth-child(even) {
  background-color: #182468 ;
}

.tabela_equipe a{
  color:#ffffff;
}
.tabela_equipe a:hover{
  color:#ffbb00;
}
.tabela_equipe th{
  border-bottom:1px solid #ffffff;
}

.tabela_treinoacad{
  font-size: 12px;
  width: auto;
  text-align: left;
  color:#ffffff;
  background-color: #242b56;
  margin-left: 5px;
}

.tabela_treinoacad th , .tabela_treinoacad td{
  padding: 5px;
}

.tabela_treinoacad tbody tr:hover {
  opacity: 1;
  cursor: pointer;
}
.tabela_treinoacad tbody tr{
  opacity: 0.8;
}

.tabela_treinoacad tr:nth-child(even) {
  background-color: #182468 ;
}

.copy:hover{
  filter:invert(1);
  transition: ease-in-out 0.3s;
}


.tabela_treinoacad a{
  color:#ffffff;
}
.tabela_treinoacad a:hover{
  color:#ffbb00;
}
.tabela_treinoacad th{
  border-bottom:1px solid #ffffff;
}

.tabela_addpresenca{
  font-weight: bold;
  border-collapse: collapse;
  font-size: 14px;
  width: auto;
  text-align: center;
  color:rgb(130, 130, 130);
  margin: 5px;
}

.tabela_addpresenca th , .tabela_addpresenca td{
  text-align: center;
  padding: 3px;
  width: 8%;
}

.tabela_addpresenca tr:nth-child(even) {
  background-color: rgba(256, 256, 256, 0.5) ;
}

.tabela_addpresenca td:nth-child(6), .tabela_addpresenca th:nth-child(6), .tabela_addpresenca td:nth-child(2), .tabela_addpresenca th:nth-child(2), .tabela_addpresenca td:nth-child(9), .tabela_addpresenca th:nth-child(9) {
  border-right: solid 1px grey ;
}

.tabela_addpresenca th{
  border-bottom:2px solid grey;
}

.nav-toggle {
  display: none;
  padding: 10px 10px 15px 10px;
  background: transparent;
  /*position: fixed;*/
  top: 0px;
  right: 30px;
  z-index: 50;
}

.hamburger {
  width: 1.08em;
  position: relative;
  display: inline-block;
  height: 0.6em;
  font-size: 1.2em;
  background: transparent;
}

.hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: rgba(255,187,0,1);
  border-radius: 3px;
}

.padi {
  padding: 8px;
}

.cont_txt {
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 45px;
  color: rgb(161, 12, 42);
  padding-left: 10px;
}

.contagem {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding-right: 10px;
}

.contagem p {
  color: rgb(161, 12, 42);
  font-size: 45px;
}

@media screen and (min-width: 1440px) {
  .grid{
    display: grid;
    grid-template-columns: 490px 490px 490px;
    grid-template-rows: 225px 225px 225px;
  }
  
  .container_perfil {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .container_contagem {
    grid-column-start: 3;
  }

  .container_presenca_perfil, .container_dividas_perfil, .container_contagem {
    margin-left: 30px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: -45px;
  } 
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .grid{
    display: grid;
    grid-template-columns: 420px 420px 420px;
    grid-template-rows: 200px 200px 200px;
  }
  
  .container_perfil {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .container_contagem {
    grid-column-start: 3;
  }

  .container_presenca_perfil, .container_dividas_perfil, .container_contagem {
    margin-left: 30px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: -45px;
  } 
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .grid{
    display: grid;
    grid-template-columns: 320px 320px 320px;
    grid-template-rows: 200px 200px 200px;
  }
  
  .container_perfil {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .container_contagem {
    grid-column-start: 3;
  }
  
  .container_presenca_perfil, .container_dividas_perfil, .container_contagem {
    margin-left: 30px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: -45px;
  } 
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .grid{
    display: grid;
    grid-template-columns: 320px 320px 320px;
    grid-template-rows: 230px 230px 230px;
  }
  
  .container_perfil {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .container_contagem {
    grid-column-start: 3;
  }
  
  .container_presenca_perfil, .container_dividas_perfil, .container_contagem {
    margin-left: 30px;
    margin-right: 25px;
    margin-top: 0px;
    margin-bottom: -45px;
  } 
}

.container_contagem {
  margin-right: 40px !important;
}

.form-pos {
  position: absolute;
  padding-left: 5%;
}

@media screen and (max-width: 768px){
  .form-pos {
    left: 20%;
    width: 60%;
    font-size: 23px !important;
  }
}

@media screen and (max-width: 570px){
  .form-pos {
    left: 16%;
    width: 75%;
    font-size: 18px !important;
  }
}

@media screen and (max-width: 570px){
  .form-pos {
    left: 16%;
    width: 80%;
    font-size: 16px !important;
  }
}

.row:before, .row:after {
  display: none !important;
}

.container_projeto{
  background-color: rgba(255, 255, 255,0.8);
  text-align: center;
  color:#242b56;
  width:43%;
  height:320px;
  margin-left: auto;
  margin-right: auto;
  margin-top:-15px;
  border:2px solid black;
}
 
/*.container_projeto::after{
  content: "";
  opacity:0.5;
  background-size: 100%;
  background-image:url(../images/WetRat.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}*/

.fundo{
  content: "";
  background-size: 75%;
  background-image:url(../images/WetRat.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: -1;
}





.grid_2{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 65px;
}

.treino {
  grid-area: 1, 1, 1, 1;
}

.prep {
  grid-area: 2, 2, 1, 1;
}


@media screen and (min-width: 1px) and (max-width: 1070px) {
  .grid_2{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 65px 65px;
  }
  
  .treino {
    grid-area: 1, 1, 1, 1;
  }
  
  .prep {
    grid-area: 1, 1, 2, 2;
  }
}

.tabela_prep tr {
  border: 2px solid white;
}

.tabela_prep th {
  background-color: rgb(15, 15, 54);
  color: rgb(255, 187, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px;
}

.tabela_prep td {
  padding: 4px;
  padding-left: 20px;
  background-color: rgb(50, 50, 87);
  color: rgba(255, 255, 255, 0.7);
}

.tabela_prep a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.tabela_prep a:active {
  color: rgb(114, 114, 114);
}

.tabela_prep a:focus {
  color: rgb(114, 114, 114);
}

.tabela_prep a:hover {
  color: rgb(141, 141, 141);
}


.controls_crn {
  position: relative;
  text-align: center;
  width: 100%;
}

.stopwatch_crn {
  font-size: 70px;
  height: 120px;
  line-height: 115px;
  text-align: center;
  color: rgb(255, 176, 0);
}

/* Tooltip container */
.tooltip2 {
  position: relative;
}

/* Tooltip text */
.tooltip2 .tooltip2text {
  visibility: hidden;
  min-width: 120px;
  background-color: rgba(255,255,255,0.98);
  color: black;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top:30px;
  z-index: 1;
  font-size:12;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltip2text {
  visibility: visible;
}
