.container {
	flex-direction: row;
	width: 100%;
}

.step-title {
  pointer-events: none !important;
}

.row {
	width: 100%;
	display: flow-root;
	margin-right: 0px !important;
    margin-left: 0px !important;
}

h1, 
h2 {
	font-weight: 300;
	font-size: 2.4em;
}

h1 strong,
h2 strong {
	font-weight: 600
}

p {
	font-weight: 300;
	line-height: 1.2;
	margin-top: 0.2em;
}

p strong {
	font-weight: 600;
}

img {
	height: auto;
}

.banner{
	background-image: url(../img/banner.png);
	width: 100%;
	background-position: center;
    background-size: cover;
    /*height: 18em;*/
}

.img-cm {
	height: auto;
	width: 40%;
	margin-left: 4%;
}

.img-panel{
	height: auto;
	width: 80%
}

.img-panel:hover{
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.img-panelc{
	height: auto;
	width: 80%
}

.img-panelc:hover{
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.table-responsive{
	overflow-y: scroll;
	margin-left: 15%; 
	height: 1500%;
}

.btn-verde {
	width: 20em;
    color: white;
    font-size: 1em;
	text-transform: uppercase;
	text-align: center;
    margin-top: 2em;
    margin-bottom: 4em;
    margin-left: 10%;
    padding: 10px 30px;
    background-color:#73a777;
    border: 1px solid #73a777;
    border-radius: 5px;
    display: inline-block;
    transition: .2s all;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.btn-verde:hover {
	background-color: #5b865e;
	border: 1px solid #5b865e;
	color: #fff;
    text-decoration: none;
}

.btn-azul {
	width: 20em;
    color: #00b7f4;
    font-size: 1em;
	text-transform: uppercase;
	text-align: center;
    margin-top: 2em;
    margin-bottom: 4em;
    margin-left: 10%;
    padding: 10px 30px;
    background-color:white;
    border: 2px solid #00b7f4;
    border-radius: 5px;
    display: inline-block;
    transition: .2s all;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.btn-azul:hover {
	background-color: #00b7f4;
	border: 1px solid #00b7f4;
	color: #fff;
    text-decoration: none;
}

nav {
	background-color: #ffffff;
	height: 60px;
}

header {
	min-height: calc(100vh - 110px);
}

section {
	padding: 5em 0;
}

.wrapper{
	padding-left: 17%;
}



.centrado {
    color: white;
    width: 650px;
    max-width: 95%;
    margin: 40px auto;
    font-size: 18px;
    font-weight: 300;
}

footer {
	background-color: #00b7f4;
	height: 6.7em;
}

@media (min-width: 1024px) and (max-width: 1333px) {
	#listprof{
		overflow: scroll;
		height: 200px !important;
	}
	footer {
		display: none !important;
	}
	h1, h2 {
	    font-size: 2em;
	}
}

@media (max-width: 920px) {
	.banner{
		background-image: none !important;
	}

	.img-electro {
		display: none !important;
	}

	.img-panel {
		border-radius: 5px;
		width: 95%;
		height: auto;
		margin-left: 0.5em;
	}

	.container {
		display: flex;
    	flex-flow: row-reverse;  
  	}

  	footer {
		display: none;
	}

	.previous-step{
		display: none;
	}

	.btn-verde{
		margin-left: 7.5%;
	}
	.btn-azul{
		margin-left: 7.5%;
	}

	.align-items-center{
		height: 12em !important;
	}

	.step .active{
		height: 500px !important;
	}

	.md-form label.active {
	    transform: translateY(-10px)  !important;
	}

	.img-panelc {
		border-radius: 5px;
		width: 95%;
		height: auto;
		margin-left: 0.5em;
		margin-top: 40%;
	}

	.table-responsive{
		margin-left: 0 !important;
	}

	.wrapper{
		padding-left: 10%;
	}
	#listturnos{
		overflow: scroll;
    	margin-left: -40%;
	}
	#listprof{
		overflow: scroll;
	}
	#dnis {
		width: 70%;
	}
}