section .container {
	padding: 45px 0
}

.row-main {
	margin: 45px 0
}

.flex-h-center {
	display: flex;
	justify-content: center
}

.flex-v-center {
	display: flex;
	align-items: center
}

.bg-city {
	background-image: url('../img/slider-bg1.png');
	background-size: cover;
	background-position: center
}

.bg-green {
	background-color: lime
}

.bg-purple {
	background-color: #7039ff
}

h1 {
    margin: 0;
    padding-bottom: 45px;
    border-bottom: 3px solid #7039FF;
    text-align: center;
    color: #777
}

h2 {
    margin: 0;
    font-size: 35px;
    color: #7039ff
}

.bg-city h3 {
	font-size: 20px;
	padding: 10px;
    background: lime;
    color: #7039ff;
    text-align: center;
    margin: 0
}

.bg-city h3 a {
    color: #7039ff;
	text-decoration: underline;
	cursor: pointer
}

.bg-city h3 + h3 {
	margin-top: 20px
}

.bg-city h3 span {
    display: inline-block;
    padding: 15px 200px
}

.bg-city .img-responsive {
    max-height: 170px
}

.bg-city input,
.bg-city textarea {
	display: block;
	border: 0px #eaeaea solid
}

[for="CheckCondiciones"] a {
	color: black
}

.bg-purple h3 {
	margin-top: 0;
	margin-bottom: 45px;
	text-align: center;
	color: lime;
	font-size: 35px;
	font-weight: normal
}

.bg-up-green {
	position: relative
}

.bg-up-green:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: lime;
	opacity: .01;
	z-index: 5
}

.bg-up-green > * {
	position: relative;
	z-index: 10
}

.bg-city .row-main {
	margin-bottom: 0px
}

.entrix-field-data {
	padding: 2px 15px;
	padding-right: 0px;
	border-left: 2px solid;
	color: white;
	width: 225px
}

.entrix-field .row {
    display: flex
}

.entrix-field .row > * {
    justify-content: center;
    align-items: center;
    display: flex
}

.entrix-field .row > .entrix-content-field {
    padding: 0px
}

.img-border {
    max-height: 150px;
    max-width: 150px
}

.entrix-field ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.entrix-field h4 {
	color: lime;
	margin: 0;
	margin-bottom: 10px
}

.entrix-greentangle {
    background: lime;
    padding: 10px;
    margin: 0 15px;
    color: black;
    font-size: 18px
}

.bg-white h2 {
	padding: 0 15px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px
}

form > .row > * {
    display: flex
}

form .form-group:not(#comments) {
    width: calc((100% - 20px) / 2)
}

form .form-group:not(#comments):last-child {
	margin-left: 20px
}

#comments,
form .form-group input,
form .form-group textarea {
	width: 100%
}

form {
    padding: 25px;
    margin-top: 10px;
    background: rgba(0,0,0,0.5)
}

form input[type="checkbox"] {
	display: inline-block;
	width: initial
}

.bg-city form h3 {
    color: black;
    font-size: 22px;
    position: absolute;
    top: -60px;
    right: 15px;
    opacity: .5
}

#confirms .form-group {
	margin: 0 !important;
	width: 100%!important;
    color: white
}

#confirms .form-group label {
	font-size: 12px;
    font-weight: normal !important
}

#confirms .niceInput {
    display: inline-block !important;
    width: initial !important;
    background: lime;
    font-weight: bold;
    margin: 0
}

.bg-white hr {
    margin: 35px 15px;
    border-top: 2px solid #7039ff
}

.bg-white ul {
    margin: 0;
	font-size: 18px;
	padding-left: 45px;
    list-style: none
}

.bg-white #list {
	display: flex;
	justify-content: center
}

.bg-green h3 {
	color: black;
	font-weight: normal;
	font-size: 30px;
	text-align: center
}

#confirms .col-xs-12:last-child {
    margin-top: 10px
}

.bg-white ul li {
    position: relative
}

.bg-white ul li:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/ico-flecha-lila16.png);
    left: -40px;
    top: 4px
}

.bg-city h2 + h2 {
    line-height: 15px;
    margin-top: 10px
}

.entrix-greentangle .row {
    display: flex
}

.entrix-greentangle .row .col-xs-9.col-sm-10 {
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
	.row {
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.entrix-field {
    	margin-bottom: 30px
	}

	.entrix-field:last-child {
    	margin-bottom: 0
	}

	*:first-child>.entrix-greentangle {
		margin-bottom: 20px
	}

	.bg-purple h3 {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		padding: 0;
		border: 0!important
	}

	h2 {
		font-size: 25px
	}

	.bg-city h3 {
		font-size: 18px
	}

	form {
		padding: 25px 10px;
	}

	form > .row > * {
		flex-flow: column;
	}

	form .form-group {
		width: 100%!important;
	}

	form .form-group:not(#comments):last-child {
		margin-left: 0;
	}

	form .form-group.text-right {
		text-align: left;
	}

	.bg-white h2 {
		font-size: 19px;
		margin-bottom: 30px;
	}

	.bg-white ul {
		font-size: 15px;
		padding-left: 55px;
		padding-right: 15px;
	}

	.bg-green h3 {
		margin: 0;
		font-size: 20px;
	}

	.entrix-greentangle p {
		font-size: 13px;
	}

	#confirms .col-xs-12:last-child {
		margin: 0;
	}

	#confirms .col-xs-12:last-child .form-group:first-child {
		margin-bottom: 10px!important;
	}
}