#header{
	background-image: url("../img/header.jpg");
	background-size: cover;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
}
div.intro *{
	text-align: center;
}
div.intro p{
	/*font-size: 2rem;*/
}

div.col-left{
	background-color: #d65b6e;
	padding: 0;
	padding-top: 12px;
	color: white;
}

div.col-left.alt{
	background-color: #f3b938;
	color: black;
}

div.col-right.alt{
	background-color: #d65b6e;
	color: white;
}

div.col-left h3, div.col-left h4{
	padding-left: 16px;
}

div.col-right{
	background-color: #f8d7c8;
}

div.col-right p, div.col-right ul{
	padding-top: 90px;
	font-size: 20px;
}

.mb-1 {
  margin-bottom: 12px; !important;
}

.mb-2 {
  margin-bottom: 24px; !important;
}

.mb-3 {
  margin-bottom: 36px; !important;
}

.mb-4 {
  margin-bottom: 48px; !important;
}

.mb-5 {
  margin-bottom: 60px; !important;
}

.page-header-table {
    display: table;
    width: 100%;
    height: 400px;
    padding: 20px 0;
}

.page-header-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
}

@media (max-width: 768px) {
  .page-header-table {
    display: table;
    width: 100%;
    height: 200px;
    padding: 10px 0;
  }
}

@media (min-width: 768px){
	.register-title {
		border-left-width: 5px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-left: 15px !important;
		background-color: #ffc0cb !important;
		border-left-color: #bf2139 !important;
		border-left-style: solid !important;
		text-align: center;
	}
}

div.flex{
	display: flex;
	align-items: center;
}

.vc_sep_line {
    border-color: #F4524D !important;
}

span.vc_sep_holder{
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}

.flex h4{
    padding: 0 .8em;
}

span.vc_sep_line{
	height: 1px;
	border-top: 1px solid #EBEBEB;
    border-top-color: rgb(235, 235, 235);
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.page-header-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}

.fecha-nac input:nth-of-type(1){
    width: 60px !important;
    display: inline !important;
 }
 
 .fecha-nac input:nth-of-type(2){
    display: inline !important;
    width: 80px !important;
 }
 .fecha-nac input:nth-of-type(3){
    display: inline !important;
    width: 40px !important;
 }