.box-new {
	padding:30px 40px 15px 80px;
	padding-bottom:30px;
}

@media (max-width: 767px) {
.box-new {
	padding:0px 0px;
	padding-bottom:30px;
}
}

.carousel-control.left , .carousel-control.right  {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0000)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0000) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}


.carousel-caption h1{
    font-size: 46px;
    font-weight: 300;
}

@media (min-width: 1200px) {
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
    background-position: -34px !important;
}
}

.gold {
background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); padding-top:25px; padding-bottom:25px;
}

.white-bg {
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	padding:20px;
	border: 1px solid rgba(0,0,0,.125);
}

.white-bg .plan {
	margin-top:-55px;
}

.carousel-caption {
    position: absolute;
    top: 48%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-65%);
    width: 100%;
    left: 0;
	display:inline-table;
	padding-left: 50px;
    padding-right: 50px;
}

.navbar-nav > li .solicitar {
    border: solid 1px #274b6d;
    color: #ffffff;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 12px;
    padding: 11px 12px;
    margin-left: 15px;
    background-color: #325d87;
}


.navbar-nav > li .solicitar:hover {
    background-color: #0b4287 !important;
    color: #ffffff !important;
}


@media (max-width: 767px) {
.navbar-nav > li .solicitar {
    margin-right: 15px;
}

}

.top-sup {
    background-color: #ffffff;
    background-repeat: repeat;
    display: block;
    height: 39px;
    line-height: 39px;
    float: none;
    width: 100%;
    border-bottom: solid 1px #EFEFEF;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.top-sup .solicitar {
    color: #1482c8;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 12px;
    padding: 8px 12px;
    margin-left: 15px;
}


@media (max-width: 767px) {
.top-sup {
    /*background-color:  #C00;*/
    background-repeat: repeat;
    display: block;
    height: 34px;
    line-height: 34px;
    float: none;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
}

.top-nav-collapse .top-sup {
    margin-top: -39px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.carousel_promociones .owl-stage {
		display: flex;
	}
.carousel_promociones	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel_promociones	.owl-item .item {
		display: flex;
	}

.listado-area{
	margin-left:10px;
	margin-top:18px;
	
}

.listado-area li {
	width:100%;
	margin-bottom:10px;
	padding-left:22px;
	position:relative;
}

.listado-area li:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e013";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: #6ac260;         /* adjust as needed */
	position: absolute;
	left:0;
}


.btn-default-five {
  background-image: -moz-linear-gradient( -90deg, rgb(10,96,224) 0%, rgb(10,66,142) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(10,96,224) 0%, rgb(10,66,142) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(10,96,224) 0%, rgb(10,66,142) 100%);
  padding: 18px 14px;
  color: white;
  margin:6px;
  border:0px;
  border-radius: 9px;
}


.btn-default-six {
  background-image: -moz-linear-gradient( -90deg, rgb(79,183,75) 0%, rgb(29,93,37) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(79,183,75) 0%, rgb(29,93,37) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(79,183,75) 0%, rgb(29,93,37) 100%);
  padding: 18px 14px;
  color: white;
  margin:6px;
  border:0px;
  border-radius: 9px;
}

.modal-header {
	color: #777;
	font-size: 13px;
	padding: 10px 12px;
    background: #0c417d;
}

