@font-face{
  font-family: "Gill_Sans_MT_Italic";
  font-style: normal;
  /*font-weight: 400;*/
  src: url("../fuentes/Gill_Sans_MT_Italic.woff") format("woff");
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.direccion1{
	/*font-family: 'Raleway', sans-serif;*/
	font-family: "Gill_Sans_MT_Italic";
	font-size: 16px;
text-rendering: optimizeLegibility !important;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		color:#fff; 
		/*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		color:#000;*/
		text-align: right;
		float:left;
		position: relative;
		
		width:100%;
}
.features li{
	clear:both;
	display: block;
}
.wh_d_izq{
	position: relative;
	float:left;
	width:50%;
	text-align: left;
/*	font-weight: bold;*/
}
.wh_d_der{
	position: relative;
	float:right;
	width:50%;
	text-align: right;
	font-weight: bold;
	clear:right;
}

/* ALIEN */

.row2 {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto;
    display: table;
}

.section-intro {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.2rem;
    position: relative;
}
.pricing-content {
    margin-top: 6.6rem;
    max-width: 1280px;
}
.block-1-6 .bgrid:nth-child(6n+1), .block-1-4 .bgrid:nth-child(4n+1), .block-1-3 .bgrid:nth-child(3n+1), .block-1-2 .bgrid:nth-child(2n+1) {
    clear: both;
}
.pricing-content .bgrid {
    margin-bottom: 3.6rem;
}
.block-1-4 .bgrid {
	float:left;
    width: 25%;
}
.bgrid {
    padding: 0 20px;
}

/** 
 * ===================================================================
 * webhosting section
 *
 * ------------------------------------------------------------------- 
 */
 .features{
 	text-align: left;
 }

#webhosting {
	background: #EAEAED;
	/*padding-top: 12rem;*/
	padding-bottom: 9.6rem;
}
.webhosting-content {
	margin-top: 6.6rem;
	max-width: 1280px;
}
.webhosting-content .bgrid {
	margin-bottom: 3.6rem;
}
.webhosting-content .price-block {
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.webhosting-content .price-block .top-part,
.webhosting-content .price-block .bottom-part {
	padding: 3.9rem 1.5rem;
}
.webhosting-content .price-block .top-part {
	background: #0078c8;
	color: #FFFFFF;
	padding-bottom: 2.4rem;
	position: relative;
}
.webhosting-content .price-block .bottom-part {
	padding-top: 2.4rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.webhosting-content .price-block .plan-title {
	color: #FFFFFF;
	padding-bottom: 2.4rem;
	margin-bottom: 1.2rem;
	font-size: 2.4rem;
	position: relative;
}
.webhosting-content .price-block .plan-title::after {
	display: block;
	background-color: rgba(255, 255, 255, 0.3);
	width: 80px;
	height: 1px;
	content: '\0020';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
}
.webhosting-content .price-block .plan-price {
	font-family: "raleway-bold", sans-serif;
	font-size: 5rem;
	line-height: 1;
	margin-bottom: .6rem;
}
.webhosting-content .price-block .plan-price sup {
	font-size: 2.4rem;
	top: -1.5rem;
	margin-right: 3px;
}
.webhosting-content .price-block .price-month {
	margin-bottom: 1.2rem;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.6rem;
}
.webhosting-content .price-block .price-meta {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.8rem;
}
.webhosting-content .price-block .button {
	display:none;
	color: #353F49;
	padding: 0 5rem;
	margin-left: auto;
	margin-right: auto;
}
.webhosting-content .price-block .button:hover,
.webhosting-content .price-block .button:focus {
	background: #58687b;
	color: #FFFFFF;
}
.webhosting-content .price-block .features {
	list-style: none;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.5rem;
	color: rgba(0, 0, 0, 0.4);
	margin: .6rem 0 1.8rem 0;
}
.webhosting-content .price-block .features li {
	padding: .6rem 0;
	border-bottom: 1px solid #EAEAED;
}
.webhosting-content .price-block .features li strong {
	color: #353F49;
/*	font-family: "raleway-bold", serif;*/
	margin-right: 5px;
}
.webhosting-content .price-block .features li:last-child {
	border: none;
}
.webhosting-content .primary .top-part {
	background: #00bc1d;;
}
.webhosting-content .primary .top-part::before {
	content: attr(data-info);
	display: block;
	min-height: 48px;
	line-height: 48px;
	width: 75%;
	text-align: center;
	color: #FFFFFF;
	background: #38424e;
	font-family: "raleway-heavy", sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .15rem;
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 500;
	border-radius: 5px;
}

/**
 * responsive:
 * webhosting
 * -
 */

@media only screen and (max-width:1140px) {
	.webhosting-content {
		max-width: 800px;
	}
	.webhosting-content .bgrid {
		width: 50%;
		clear: none;
	}
	.webhosting-content .bgrid:nth-child(2n+1) {
		clear: both;
	}
}
@media only screen and (max-width:600px) {
	.webhosting-content {
		max-width: 420px;
	}
	.webhosting-content .bgrid {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
	}
}

/* VENTASPORINTERNET*/