@charset "utf-8";
/* CSS Document */

.sugerencias-azul {
    background-color: #f2f7f9;
    margin-top: 30px;
	padding:15px;
}
.sugerencias-azul h6{
	font-family: "telcelbold";
    font-size: 40px;
    color: #062c5f;
    text-align: center;
    padding: 20px;
	margin-bottom:0px;
}
.price{
	padding:0px;

}
.destacado{
	background-color: #fff;
}
.blanco{
	background-color: #fff;
}
.list-plans{
	background-color: #fff;
}
.claro-video{
	float:right;
	color: #fff;
	margin:30px 0px 15px 0px;
}
.large{
	width:150px;
	font-size:13px;
}
.price{
	margin-top:30px;
}
h8 a {
	font-size:24px;
	color:#0071D1;
	text-decoration:none;
	text-align:center;
	line-height:27px;
	padding-bottom: 20px;
}


/* Equipos */
.resultados {
    background-color: #fff;
    min-height: 290px;
    padding: 0 30px 30px;
	border-bottom: 10px solid #f2f7f9;
    border-right: 10px solid #f2f7f9;

}
.resultado {
    background-color: #fff;
    min-height: 240px;
    padding: 0 30px 30px;
	border-bottom: 10px solid #f2f7f9;
    border-right: 10px solid #f2f7f9;

}
.img-equipo {
	width:38%;
	float:left;
	margin-top:30px;
}
.txt-equipo {
	float:right;
	width:54%;
	margin-top:50px;
	margin-left:15px;
}
.comercial {
	color: #0a3d79;
	font-size: 16px;
	font-weight:bold;
}
.modelo {
	color: #02b0ef;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    color: #02b0ef;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #02b0ef;
    cursor: default;
    z-index: 2;
}


@media screen and (max-width: 450px) {
.resultados {
    background-color: #fff;
    min-height: 300px;
    padding: 0px;
    border-bottom: 10px solid #f2f7f9;
    border-right: 10px solid #f2f7f9;
}
.column {
    border-right: 2px solid #f2f7f9;
    color: #666;

    padding: 1px;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.sugerencias-azul {
    margin-top: 20px;
	padding:2px;
}
h1{
	font-size:24px;
}
h8 a{
	font-size:20px;
}
h6 {
	padding:0px;
	font-size:22px;
}
.container {
	padding:2px;
}
.ng-binding {
    font-size: 14px;
	line-height:18px;
    white-space: nowrap;
    display: block;
    color: #062c5f;
    font-weight: 700;
	margin:15px 0px 15px 0px;
}
}