section#header-seguro {
	text-shadow: inherit;
	height: 300px;
	background-image: url(/design/intermundial/stylesheets/ezdemo/imgs/empresas/mobile_header.jpg);
	background-position: center bottom;
	background-size: cover;
}

section#header-seguro .title3{
	font-weight: 300;
	color: #3666a1;
	font-size: 11px;
}

section#header-seguro > .container > .row > .title1:nth-child(3){
	font-weight: 300;
	color: #3666a1;
	font-size: 24px;
}

section#header-seguro > .container > .row > .title1:nth-child(2){
	font-weight: 300;
	color: #3666a1;
	font-size: 24px;
}

section#header-seguro > .container > .row{
	text-align: center;
}


@media (min-width: 480px){

	section#header-seguro {
		background-image: url(/design/intermundial/stylesheets/ezdemo/imgs/empresas/header.jpg);
		background-position: 60% bottom;
		background-size: cover;
		height: 500px;
		padding: 160px 0 160px;
	}

	section#header-seguro .title3{
		font-weight: 500;
		color: #3666a1;
		font-size: 20px;
	}

	section#header-seguro > .container > .row > .title1:nth-child(3){
		font-weight: 100;
		color: #3666a1;
		font-size: 50px;
	}

	section#header-seguro > .container > .row > .title1:nth-child(2){
		font-weight: 500;
		color: #3666a1;
		font-size: 50px;
	}

	section#header-seguro > .container > .row{
		text-align: left;
	}
}

.precios-destinos{
	width: 100%;
}

@media (min-width: 480px ){
	.precios-destino{
		width: 50%;
	}
}

@media (min-width: 768px ){
	.precios-destino{
		width: 25%;
	}
}

.precios-destino{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.precios-destino > a{
	border-color: #3765a0;
	width: 60%;
}

@media (min-width: 480px){
	.precios-destino{
		width: 50%;
		float: left;
	}

	.precios-destino > a{
		width: 70%;
	}
}

@media (min-width: 780px){
	.precios-destino{
		width: 25%;
		margin: 0;
		float: left;
	}

	.precios-destino > a{
		width: 90%;
	}
}

@media (min-width: 992px){

	.precios-destino > a{
		width: 162px;
	}
}

.precios-destino > a > p {
	color: #3765a0 !important;
}

.form-item {
	position: relative;
	padding: 10px 6px;
	float: left;
	width: 100%;
}

.form-item.w70 {
	width: 70%;
}

.form-item.w30 {
	width: 30%;
}

.dropdown.w100{
	width: 100%;
}

@media (min-width: 780px){

	.form-item.sm-w15 {
		width: 15%;
	}

	.form-item.sm-w20 {
		width: 20%;
	}

	.form-item.sm-w25 {
		width: 25%;
	}

	.form-item.sm-w30 {
		width: 30%;
	}

	.form-item.sm-w40 {
		width: 40%;
	}

	.form-item.sm-w45 {
		width: 45%;
	}

	.form-item.sm-w50 {
		width: 50%;
	}

	.form-item.sm-w60 {
		width: 60%;
	}

	.form-item.sm-w70 {
		width: 70%;
	}
}

section.seccion div.container form{
	max-width: 855px;
	margin: 0 auto;
}

.form-item label {
	font-size: 0.8125rem;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

.form-item .input-apperance {
	width: 100%;
}

input[type="checkbox"]+label {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	padding: 1px 0 3px 22px;
	font-size: 16px;
	font-weight: 300;
}

input[type="checkbox"]+label span {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 1px;
	left: 0;
	vertical-align: middle;
	background-image: url(/design/intermundial/stylesheets/ezdemo/imgs/custom-checkbox.png);
	background-repeat: no-repeat;
	background-position: left -19px;
	cursor: pointer;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.full_body_blackout{
	width: 100%;
	height: 100vh;
	left: 0;
	top: 48px;
	background-color: white;
	position: fixed;
	display: none;
}

.full_body_blackout .table{
	display: table;
	width: 99%;
	height: 100%;
}

.full_body_blackout .table > .table-cell{
	display: table-cell;
	vertical-align: middle;
}

.full_body_blackout p{
	color: #3765a0;
}