@font-face {
    font-family: 'bergen_sansbold';
    src: url('http://www.euskaltel.com/web/empresas/escuchar/fonts/bergen_sans_bold-webfont.woff2') format('woff2'),
         url('http://www.euskaltel.com/web/empresas/escuchar/fonts/bergen_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.landing-escuchar{
	padding: 50px 30px;
	display: inline-block;
	background: #ffffff;
}

.landing-escuchar .clearfix:before,
.landing-escuchar .clearfix:after {
    content: " ";
    display: table;
}

.landing-escuchar .clearfix:after {
    clear: both;
}

.landing-escuchar .last{
	margin-right: 0!important;
}

.landing-escuchar .item300{
	width: 300px;
	float: left;
	margin-right: 15px;
}

.landing-escuchar .item615{
	width: 615px;
	float: left;
	margin-right: 15px;
}

.landing-escuchar .intro{
	margin-left: 15px;
}

.landing-escuchar .intro h1{
	margin: 20px 0;
	font-family: 'bergen_sansbold', 'ITCAvantGardeGothicStdBold';
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #FF6600;
	text-transform: lowercase;
}

.landing-escuchar .intro h1 span{
	display: block;
}

.landing-escuchar .intro p{
	margin-bottom: 20px;
	font-family:'ITCAvantGardeGothicStdBook';
	font-size: 14px;
	line-height: 20px;
}

.landing-escuchar .intro p strong{
	font-weight: normal;
	color: #FF6600;
}

.landing-escuchar .intro .link{
	margin: 25px 0 35px 0;
}

.landing-escuchar .intro .link a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.landing-escuchar .intro .link a::after{
	content: '';
	position: absolute;
	width: 18px;
	height: 13px;
	padding-left: 20px;
	background: url('/webektest/Galeria/Imagenes/empresa/landing-escuchar/arrow-down.png') no-repeat right top;
}

.landing-escuchar .intro .link a:hover{
	color: #FF6600;
}

.landing-escuchar .intro .link a:hover::after{
	background: url('/webektest/Galeria/Imagenes/empresa/landing-escuchar/arrow-down-hover.png') no-repeat right top;
}