
.hero {
	background-image: url('../img/main-img-new.jpg');
	background-position: center;
	position: relative;
}

.hero .main-text {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: block;
	background-color: transparent;
}

.hero .main-text-content {
	padding: 19px;
	background-color: rgba(256, 256, 256, .8);
	display: block;
}

.hero .main-text .h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Verdana;
	left: 0;
}
.hero .main-text img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media(max-width: 991px){
	.hero .main-text img {
		margin-top: 30px;
	}
}

.h3 {
	font-family: Verdana;
	font-size: 25px;
	line-height: 30px;

}

.close {
	color: #797979;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: Arial;
	opacity: 1;
	text-shadow: none;
}

.dto-offer .h3{
	margin-top: 0;
	padding-bottom: 15px;
}

.btn-primary.btn-border-white {
	border: 1px solid #fff;
}

.no-legacy-ie .radio label:before {
	vertical-align: top;
	margin-right: 4px;
}

.no-legacy-ie .radio.display-inline-block {
	height: initial;
}


.claim .h2 {
	font-family: Verdana;
	text-align: left;
	display: block;
	padding-bottom: 5px;
}

.claim .link {
	font-family: Verdana;
	display: inline-block;
	font-size: 18px;
}

.claim .icon-arrow-left {
	vertical-align: middle;
}

footer .padding-box {
	padding: 50px 0;
}


.box-offer .title {
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 30px;
	padding: 50px 70px;

}

.box-offer.dark .title {
	background-color: #263958;
}

.box-offer.light .title {
	background-color: #0279C8;
}

.box-offer.dark .conditions-note {
	color: #263958;
}

.box-offer img {
	width: 75px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.box-offer.dark .icon-circle {
	background-color: #263958;
}

.box-offer li {
	position: relative;
	padding-left: 95px;
	font-size: 22px;
	font-family: Verdana;
	line-height: 30px;
	min-height: 75px;

}

.box-offer.dark li {
	color: #263958;
}

.box-offer.light li {
	color: #0279C8;
}

.box-offer li span {
	display:table-cell;
    vertical-align : middle;
    height: 75px;
}

.box-offer li span .conditions-note {
	padding: 0;
	height: auto;
	font-size: 16px;
}

.box-offer.dark .content {
	background-color: #c9c9d5;
	padding: 35px;
}

.box-offer.light .content {
	background-color: #d9e0f3;
	padding: 35px;
}

.box {
	padding: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	background: #fff;
	display: inline-block;
	margin: 0 auto;
	border-radius: 5px;
	height: 143px;
	display: table;
}

.box small {
	font-size: 18px;
	font-weight: normal;
}

.box-prices {
	text-align: center;
}

.box-offer.dark .box {
	border: 1px solid #263958;
	color: #263958;
}

.box-offer.light .box {
	border: 1px solid #0279C8;
	color: #0279C8;
}

.box-offer.dark .box + .box {
	margin-left: 20px;
}

.box-prices .box {
	max-width: calc(50% - 20px);
}


.box-prices .box .price {
	font-size: 50px;
	font-weight: bold;
	display: block;
}

.title-banner {
	font-family: Verdana;
	color: #fff;
	font-size: 25px;
	padding-bottom: 0;
	margin-top: 8px;
	font-weight: bold;
}

.text-banner {
	font-family: Verdana;
	color: #fff;
	font-size: 18px;
}

.modal-body {
	padding: 35px;
}

.link {
	color: #0079c8;
	transition: .2s;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: #0079c8;
}

.bootstrap-select.btn-group .btn .filter-option {
	font-size: 16px;
	color: #9f9999;
}

.bootstrap-select>.btn.btn-default {
	padding-left: 12px;
}

.title-ok {
	font-size: 35px;
	font-family: Verdana;
	padding-bottom: 0;
	color: #0079c8;
	font-weight: bold;
	padding: 35px 20px;
}

@media (max-width:1199px) {
	.box-prices .box .price {
		font-size: 36px;
	}
}

/*Ajustes ipad*/

@media (max-width:990px) {
	.box-offer .title {
		padding: 30px;
	}

	.box-offer.dark .content {
		padding: 25px;
	}

	.box-prices.clearfix .box {
		width: 45%;
		float: left;
	}

 	.box-prices .box .price {
 		font-size: 43px;
 	}

 	.box-prices {
 		margin-top: 25px;
 	}
 	.box-prices.clearfix {
 		margin-top: 0;
 	}
}

@media (min-width:767px) {

	.box-prices.clearfix .box {
		width: auto;
		float: none;
		display: inline-block;
	}

	.box-offer {
		margin-bottom: 25px;
	}
}

@media (max-width:767px) {
	.box-prices.clearfix .box {
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px 0;
		height: auto;
	}
	.box-offer.dark .box + .box {
		margin: 0 0 10px 0;
	}
	.btn-group .btn-primary {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

.conditions-note {
	display: inline-block;
	color: #0279C8;
	font-size: 90%;
	white-space: nowrap;
	padding-top: 8px;
}
.conditions-note--light {
	color: #FFFFFF;
}


.form-group.nested {
	padding-left: 40px;
	line-height: 24px;
}