*{
	font-family: 'Roboto', sans-serif;
}
.padding1{
	padding:80px 0;
}
.padding2{
	padding:50px 0 50px 0;
	margin-bottom: -180px;
}
.title1{
	margin-bottom: 60px;
	font-family: 'Ubuntu', sans-serif;
	position: relative;
}
.title1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 7px;
    width: 50px;
    background: #ff5600;
    border-radius: 20px;
}
#logo{
	height: 150px;
}
#header-btn{
	margin-top: 20px;
}
#header-btn img{
	height: 30px;
	margin-right: 10px;
}
#header-btn a{
	text-decoration: none;
	color: #333;
}
#header-btn:hover a{
	text-decoration: none;
	color: #fff;
}
#nav a{
	color: #fff;
}
#nav a:hover{
	color: #ddd;
}
#banner{
	margin: 30px auto;
}
#about{
	background-color: #20384b;
	color: #fff;
	margin-top: 80px;
}
#service{
	background-color: #fff;
	padding: 100px 0 80px 0;
}
.card{
	border-left: 10px solid #ffa500;
	transition: background .5s ease;
	padding: 20px 0;
}
.card:hover{
	background: #f2f2f2;
	border-left: 10px solid dark#ffa500;
}
.card h5{
	text-transform: uppercase;
	font-weight: bold;
}
#myTabContent{
	padding: 30px 50px 30px 50px;
	border: 1px solid #ddd;
	border-left: 5px solid #ffa500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border-left: 10px solid #ffa500;
}
#register{
	background: #000;
	color: #fff;
}
#footer{
	padding: 20px 0;
	background: #333;
	color: #fff;
}
#social{
	position: fixed;
	width: 50px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	background: rgba(255,255,255,0.5);
	padding: 10px 0px 0 5px;
	border-radius: 10px 0 0 10px;
	transition: all .5s ease;
}
#social:hover{
	background: #fff;
	width: 60px;
}
#social ul{
	list-style: none;
	padding: 0;
}
#social ul li{
	padding: 0;
	margin-bottom: 5px;
}
#social img{
	width: 40px;
}
#social img:hover{
	filter: opacity(70%);
}
.card .icon-msv{
	font-size: 40px;
	color: #f5ad00;
	margin-bottom: 20px;
}
.card:hover .icon-msv{
	color: #d1970a;
}
#horario{
}
#horario b{
	font-size: 24px;
	color: #ffff00;
}
@media (max-width:772px){
	#header, #header .text-end{
		text-align: center!important;
	}
	#header-btn{
		margin-top: 0px;
		margin-bottom: 30px;
	}
}