
table {
	font-family: sans-serif;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	margin-bottom: 50px;
}

table thead tr th {
	background: #626E7E;
	color: #d1d5db;
	padding: 0.5em;
	overflow: hidden;
}
table thead tr th:first-child {
	border-radius: 3px 0 0 0;
	border-right: 1px solid #ffffff;
}
table thead tr th:last-child {
	border-radius: 0 3px0 0;
	border-left: 1px solid #ffffff;
}
table thead tr th .day {
	display: block;
	font-size: 1.2em;
	border-radius: 50%;
	/*width: 30px;*/
	height: 30px;
	margin: 0 auto 5px;
	padding: 5px;
	line-height: 1.8;
}
table thead tr th .day.active {
	background: #d1d5db;
	color: #626E7E;
}
table thead tr th .short {
	display: none;
}
table thead tr th i {
	vertical-align: middle;
	font-size: 2em;
}
table tbody tr {
	background: #d1d5db;
}
table tbody tr:nth-child(odd) {
	background: #c8cdd4;
}
/*table tbody tr:nth-child(4n+0) td {
	border-bottom: 0px solid #626E7E;
}*/
table tbody tr td {
	text-align: center;
	vertical-align: middle;
	border-left: 0px solid #626E7E;
	border-right: 0px solid #626E7E;
	position: relative;
	height: 35px;
	cursor: pointer;
}
/*table tbody tr td:last-child {
	border-right: 0px solid #626E7E;
}*/
table tbody tr td.hour {
	font-size: 2em;
	padding: 0;
	color: #626E7E;
	background: #fff;
	border-bottom: 0px solid #626E7E;
	border-collapse: separate;
	min-width: 100px;
	cursor: default;
}
table tbody tr td.hour span {
	display: block;
}
.myButton {
	box-shadow: 0px 10px 14px -7px #828282;
	background-color:#9ca0a6;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 2vw;
	font-weight:bold;
	padding:10% 20%;
	text-decoration: none !important;
	margin: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clear{
	background: white;
	border: 0px;
}
.myButton:hover {
	background-color:#828282;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*parte que criei */

.card_med{
	text-align: center;
}


.card_med img{
    width: 70%;
    border-radius: 10px;
    margin-top: 15px;
    border: 3px solid #00769d; 
}

.card_med h2{
	font-size: 14px;
	color: #00769d;
	font-weight: bold;
	margin: 20px 0;
	
}

.card_med p{
	font-size: 10px;
}

.jumbotron{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}


.jumbotron .dados_med{
	width: 47.7%;
	padding: 30px 0;
}

.jumbotron .dados_med h4{
	font-size: 30px;
}

.tabela{
	margin: 0 auto;

}

.dados_atendimento {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #252a34;
	border-radius: 10px;
	color: #fff;
	margin-top: -35px;
	padding: 10px 0;
	
}

.dados_atendimento .img_atend img{
	height: auto;
	width: 40%;
	border-radius: 10px;
	margin-right: 80px;
}

.dados_atendimento .img_atend{
	width: 30.7%;
	text-align: right;
}

.dados_atendimento .inf_med{
	width: 38%;
	margin-left: 20px;
	padding: 15px 0;
}

.dados_atendimento .inf_med h2{
	font-size: 3vw; 

}

header .menu{
	width: 100%;
	padding: 2px 2px;
	text-align: right;
	background-color: #00769d;
}

.selec_medico{
	margin: 20px 0;
	padding: 20px 5px;
	border: none;
	background-color: #fff;
	border-radius: 10px;
    outline: none;
    font-weight: bold;
    text-align: center;
    
}

.selec_medico option{
   padding: 10px 5px;
   background-color: #fff;
}
.menu_mobile{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

.icon_iot img {
	width: 40%;
}

footer{
	width: 100%;
	background-color: #00769d;
	padding: 25px 0px;
	font-size: 14px;
}
.footer-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-text>img{
	margin-right: 20px;
}
.col1, .col2{
	color: white;
	font-weight: 500;
	width: 30%;
}

@media (max-width: 60em) {
	table thead tr th .long {
	display: none;

	}
	table thead tr th .short {
	display: block;
	}
	/* table tbody tr td.hour span {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	} */

	.dados_atendimento .img_atend{
		width: 80%;
		text-align: center;

	}


	.dados_atendimento .img_atend img{
	 width: 75%;
	 margin: 0 auto;
	 
    }

    .dados_atendimento .img_atend{
	 padding: 0 20px;
    }

    .dados_atendimento .inf_med{
      width: 100%;
      text-align: center;
    }

    .dados_atendimento .inf_med h2{
      font-size: 4.5vw;
      margin: 15px 0;
      
    }

    .myButton {
    	font-size: 4vw;
    }

    .card_med{
	    width: 50%;
	    height: auto;
    }

    .card_med h2{
     	font-size: 3vw;
    }

    .card_med img{
	    width: 100%;
    }
	.footer-container{
		flex-direction: column;
		padding: 25px 15px;
	}
	.col1, .col2{
		width: 100%;
	}

}

@media (max-width: 27em) {
	table thead tr th {
	font-size: 65%;
	}
	table thead tr th .day {
	display: block;
	font-size: 1.2em;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 0 auto 5px;
	padding: 5px;
	}
	table thead tr th .day.active {
	background: #d1d5db;
	color: #626E7E;
	}
	table tbody tr td.hour {
	font-size: 1.7em;
	}
	/* table tbody tr td.hour span {
	transform: translateY(16px) rotate(270deg);
	-webkit-transform: translateY(16px) rotate(270deg);
	-moz-transform: translateY(16px) rotate(270deg);
	} */
}
