@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800);

body
{
	font-family: 'Raleway', sans-serif;
	color: #4e4e4e;
	overflow-x: hidden;
}

.nopadding
{
	padding: 0;
}

.oculto
{
	display: none;
}

.bgn1
{
	position: absolute;
	background-image: url('img/notas1.jpg');
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}

.bgn2
{
	position: absolute;
	background-image: url('img/notas2.jpg');
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}

#tophead
{
	min-height: 65px;
	padding: 15px 100px 0 100px;
}

.th_descarga a
{
	float: right;
	text-decoration: none;
	color: #4e4e4e;
	font-size: 23px;
	font-weight: 500;
}

/*HEADER*/
#head
{
	background: #fff;
	min-height: 115px;
	padding: 0 40px;
}

#head img
{
	margin-top: 10px;
	max-width: 100%;
}

.headenlaces ul
{
	margin-bottom: 0;
}

.headenlaces ul li
{
	list-style: none;
	display: inline-block;
	height: 115px;
}

.headenlaces a
{
	display: block;
	padding: 40px 20px;
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}

.headenlaces ul li:hover
{
	background: #f1f1f1;
	box-shadow: inset 0 5px 0px #fdd800;
}

#carousel-principal
{
	height: auto;
}

.carousel-inner a
{
	position: absolute;
	height: 100%;
	width: 100%;
}

/*IMG DESTACADA*/
.imgshow
{
	background-size: cover !important;
}

/* Responsive de slideshow */
@media (min-width: 990px) {
	.imgshow {
		height: 450px !important;
	}
}

@media (max-width: 989px) {
	.imgshow {
		height: 380px ;
	}
}
@media (max-width: 800px) {
	.imgshow {
		height: 350px;
	}
}
@media (max-width: 750px) {
	.imgshow {
		height: 325px;
	}
}
@media (max-width: 700px) {
	.imgshow {
		height: 300px;
	}
}
@media (max-width: 600px) {
	.imgshow {
		height: 250px;
	}
}
@media (max-width: 500px) {
	.imgshow {
		height: 200px;
	}
}

@media (max-width: 400px) {
	.imgshow {
		height: 120px;
	}
}


#imgshow_logo
{
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
}

#imgshow_logo img
{
	max-width: 100%;
	padding: 15px;
}

/*INFOBUTTONS*/
#infobuttons
{
	background-image: url('img/notas2c.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 100px 0;
	position: relative;
	min-height: 413px;
}

.ButtonCircle
{
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	width: 250px;
	height: 250px;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 1em;
	padding-top: 40px;
}

.bc4
{

	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-left: 5px;
	background-image: url('img/b4.png');
	width: 143px;
	height: 143px;
}

/*BAR ESCUCHA*/
#bar_escucha
{
	background: rgba(255, 255, 255, 0.6);
	min-height: 140px;
	padding: 20px;

}
#bar_escucha h2
{
	font-size: 50px;
	font-weight: 600;
	margin: 0;
}

#bar_escucha p
{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -2px;
}

/*BAR BOTONES*/
#bar_buttons
{
	margin-top: 100px;
	min-height: 160px;
}

#bar_buttons p
{
	font-weight: 500;
	font-size: 25px;
	float: right;
	margin: 20px 15px 0 0;
}

.ButtonSquare
{
	padding: 14px 25px;
	height: 110px; 
	transition: 0.2s;
	color: #4e4e4e;
}

#bar_buttons > div:hover
{
	background: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	transition: 0.2s;
}

/*SEGUINOS*/
#seguinos
{
	min-height: 150px;
}

#seguinos h2
{
	color: #fff;
	font-size: 120px;
	display: inline-block;
	font-weight: 600;
}

.seguinosenlaces
{
	float: right
}

.seguinosenlaces img
{
	margin-top: 25px;
	margin-right: 15px;
}

/*FOOTER*/
.footer
{
	min-height: 60px;
	background: #4e4e4e;
	color: #fff;
	padding: 10px 30px;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer img
{
	height: 40px;
	margin-right: 10px
}

.separador1
{
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footbrd
{
	border-right: 2px solid #424652;
	min-height: 260px;
}

footer
{
	background: #f2f2f2;
	margin-top: 50px;
	padding: 20px 0;
	text-align: center;
	border-top: 5px solid #e5e5e5;
}

footer h3
{
	font-weight: 900;
	color: #434752;
}

footer ul li
{
	list-style: none;
	font-size: 20px;
}

footer a
{
	color: #434752;
}

footer a:hover
{
	text-decoration: none;
}

footer ul
{
	padding: 0;
}

footer img
{
	max-width: 50px;
}

footer input
{
	width: 80%;
	border: 0;
	background: white;
	height: 35px
}

footer button
{
	background: #f3d733;
	border: 0;
	padding: 5px 20px;
	font-size: 23px;
	margin-top: 15px;
}




/*SECCION COPYRIGHT*/
.copy
{
	min-height: 28px;
	
	color: #808080;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
}


/*SECCION COPYRIGHT*/
.copy2
{
	min-height: 28px;
	
	color: #ffffff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 20px;
}


/*SECCION QUIENES SOMOS*/
.p_title img
{
	float: left;
	margin-right: 15px;
}

.p_title h1
{
	font-size: 50px;
	padding-top: 10px;
	margin-bottom: 0;
}

.p_title span
{
	font-size: 20px;
}

.Button1
{
	margin-top: 25px;
	float: right;
	padding: 7px 13px;
	background: #fdd800;
	display: block;
	height: 55px;
	width: 190px;
	color: #494c4d;
	font-size: 20px;
	text-decoration: none;
}

.Button1 span
{
	padding-top: 5px;
}

.Button1:hover, .Button1:active
{
	text-decoration: none;
}

.Button1 img
{
	width: 40px;
}

.p_quienescontent
{
	padding: 20px 0;
	font-size: 22px;
	text-align: justify;
	font-weight: lighter;
}

.p_quienescontent img
{
	width: 100%;
}

.p_quienescontent b
{
	text-align: center !important;
}

.p_quienesnosotros img
{
	width: 100%;
}

.p_quienesnosotros h2
{
	font-size: 50px;
	font-weight: bolder;
	border-bottom: 5px solid #fdd800;
}

.p_quienesnosotros p
{
	text-align: center;
	margin: 0;
	font-size: 22px;
}

.p_qnombre
{
	color: #fdd800;
	font-weight: bolder;
}

.p_quehacemostitle
{
	background: #fdd800;
	margin: 25px 0 50px 0;
}

.p_quehacemostitle h2
{
	font-size: 50px;
}

.p_quehacemos
{
	text-align: center;
}
.p_quehacemos p
{
	color: #A2A2A2;
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 35px;
	height: 130px;
}

.pqlarge
{ 
	font-size: 20px !important;
}
.p_quehacemos img
{
	height: 120px;
	margin-top: 50px;
}
.Button2
{
	background: #3f4552;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;

}

.Button2:hover
{
	text-decoration: none;
	color: grey;
}


/*CONTACTO*/
.Button3
{
	margin-top: 25px;
	margin-right: 50px;
	padding: 7px 13px;
	background: #fdd800;
	display: block;
	height: 55px;
	width: 150px;
	color: #494c4d;
	font-size: 20px;
	text-decoration: none;
}

.Button3 span
{
	padding-top: 5px;
	margin-left: 10px;
}

.Button3:hover, .Button3:active
{
	text-decoration: none;
}

.Button3 p
{
	font-size: 12px;
	padding-left: 32px;
	margin: 0;
}

.Button3 img
{
	float: left;
}

.p_contactomap
{
	margin-top: 25px;
}
.p_contactomapinfo
{
	margin: 25px 0;
	font-size: 20px;
	font-weight: 500;
}

.p_contactomapinfo img
{
	width: 30px;
}

.p_contacto
{
	margin: 25px 0;
}

.p_contacto h2
{
	color: #f3d733;
	font-size: 60px;
	font-weight: lighter;
}

.p_contacto form p
{
	font-size: 25px;
	font-weight: 500;
	margin: 0;
}

.p_contacto input, .p_contacto textarea
{
	min-height: 50px;
	width: 100%;
	border: none;
	padding: 10px 15px;
	margin: 10px 0;
}

.p_contacto button
{
	font-size: 30px;
	float: right;
	width: 200px;
	height: 60px;
	background: #f3d733;
	border:0;
	transition: 0.2s;
}

.p_contacto button:hover
{
	color: #fff;
	background: #373737;
	transition: 0.2s;
}

#seguinos2
{
	margin: 50px 0;
	min-height: 150px;
}

#seguinos2 h2
{
	color: #4f4f4f;
	font-size: 120px;
	display: inline-block;
	font-weight: 600;
}

/*LOCUTORES*/
.p_locuplayer
{
	text-align: center;
	padding: 25px 0;
}

.p_locuplayer img
{

	max-width: 100%;
}

.locutores h2
{
	font-size: 35px;
	margin: 50px 0;
}
.locutoresdisplay img
{
	text-align: center;
	max-width: 80%;
}

.locutoresdisplay a
{
	font-size: 18px;
	display: block;
	font-weight: 500;
	color: #424652;
}

a:active {
  color: red;
}



.amarillo
{
	color: #f2d632 !important;
}

.locdisp2 a
{
	display: inline-block;
	margin-right: 15px;
	text-align: justify !important;
}

.locdisp2 p
{
	text-align: justify;
}

.Button4
{
	margin-top: 25px;
	float: right;
	padding: 7px 13px;
	background: #434753;
	display: block;
	height: 55px;
	width: 190px;
	color: #f3d733;
	font-size: 20px;
	text-decoration: none;
}

.Button4 span
{
	padding-top: 5px;
}

.Button4:hover, .Button4:active
{
	text-decoration: none;
	color: #fff;
}

.Button4 img
{
	width: 40px;
}

/*PROGRAMAS*/
.pfix
{

	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	transition: 200ms;
	border-radius: 5px;
	padding-top: 25px;
}

.pfix:hover
{
	background: #f3d733;

}

.pfix img
{
	width: 50px;
}

#programasfixed
{
	border-radius: 5px;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center ;
	background: rgba(255,255,255,0.9);
}

#programasfixed a
{
	color: #333;
}

#programasfixed ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#programasfixed ul
{
	padding: 0;
}

.progshow
{
	padding: 40px;
	background-size: cover;
}

.progcontent
{
	background: rgba(255,255,255,0.7);
	padding: 50px;

}

.progcontent p
{
	font-size: 22px;
	color: #000;
	margin-top: 40px;
}

.centercircle
{
	background: rgba(0,0,0,0.3);
	width: 400px;
	height: 400px;
	border-radius: 100%;
	margin: 0 auto;
	text-align: center;
}

.centercircle img
{
	max-width: 400px;
}

.ccenter
{
	padding-top: 80px;
}

.progdata
{
	overflow: hidden;
	max-width: 95%;
	margin: 20px 0;
	border-bottom: 0px solid #333;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.progdata img
{
	max-height: 50px;
	max-width: 60px;
	float: left;
}

.progdata span
{
	font-size: 26px;
	color: #f3d732;
	margin-left: 5px;
}

.black
{
	color: #333 !important;
}

.progdata p
{
	font-size: 24px;
}

.Button5
{
	background: #f2d732;
	padding: 15px 40px;
	color: #333;
	font-size: 20px;
	float: right;
}

.Button5 img
{
	float: left;
	margin-right: 15px;
	width: 29px;
}

.Button5:hover
{
	text-decoration: none;
	color: grey;
}

#audio
{
	float: right;
	display: none;
}


/*SERVICIOS*/

/*FIXESHOVER*/
.bso img
{
	height: 50px;
	padding: 10px 0;

}

.bso
{
	border-radius: 5px;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin-top: 5px;
	transition: 200ms;
}

.bso2
{
	border-radius: 5px;
	width: 100px;
	height: 100px;
	padding: 10px 5px 5px 5px;
	margin-top: 5px;
	position: relative;
	transition: 200ms;
}

.bso:hover, .bso2:hover
{
	background: #f3d733;
}

#barservicios a
{
	color: #333;
}

.bso2 img
{
	max-width: 100%;
}

#barservicios
{
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.9);
	border-radius: 15px;
	padding-top: 7px;
	margin: 10px 0;
}

#barservicios ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#barservicios ul
{
	padding: 0;
}


/*SERVICIOS ROWS*/

.servicio_show h2
{
	text-align: center;
	font-size: 40px;
	color: #f3d733;
}

.servicio_show ul li
{
	text-align: center;
	font-size: 25px;
	list-style-image: url('img/ser/bullet.png');
	max-width: 800px;
	margin: 0 auto;
	list-style-position: inside;

}

.servicio_show2 h2
{
	text-align: left;
	font-size: 40px;
	color: #f3d733;
}

.servicio_show2 ul li
{
	text-align: left;
	font-size: 25px;
	list-style-image: url('img/ser/bullet.png');
	max-width: 800px;
	margin: 0 auto;
	list-style-position: inside;

}

.ssbullet2 li
{
	list-style-image: url('img/ser/bullet2.png') !important;
	font-weight: 100;
	list-style-position: inside;
}

.minidata
{
	font-size: 16px !important;
}

.servicio_show p
{
	max-width: 800px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 100;
}

.servicio_show
{
	border-bottom: 0px solid #333;
}

.Button6
{
	background: #3f4552;
	padding: 15px 40px;
	color: #f3d732;
	font-size: 20px;
	float: right;
	margin: 5px 0;

}
.Button79
{
	background: #e8bc23;
	padding: 15px 40px;
	color: #f3d732;
	font-size: 20px;
	float: right;
	margin: 5px 0;

}

.Button6:hover
{
	text-decoration: none;
	color: grey;
}

.Button7
{
	background: url('img/ser/b7.png');
	width: 76px;
	height: 76px;
	color: #f3d732;
	line-height: 15px;
	padding-top: 15px;
	margin: 0 auto;
}

.Button7 b
{
	font-weight: bolder;
	font-size: 25px;
}

.packs h2
{
	font-size: 20px;
}

.packs img
{
	margin: 0 auto ;
	text-align: center ;
	display: block;
}


#streamingopciones
{
	text-align: center;
}

#streamingopciones ul
{
	margin: 0 50px ;
	font-weight: 100;
	min-height: 200px;
}

#streamingopciones a
{
	text-align: center;
	float: none;
	margin: 25px auto;
	display: block;
	max-width: 200px;
}

/*ARTE--TEMPORADA*/
#page_headimg
{
	text-align: center;
	font-family: 'Open Sans';
	padding: 70px 0;
	color: #434752;
}

#page_headimgw
{
	text-align: center;
	font-family: 'Open Sans';
	padding: 70px 0;
	color: #ffffff;
}

#page_separator
{
	text-align: center;
	font-family: 'Open Sans';
	padding: 25px 0;
	color: #434752;
}

#page_separator h2
{
	font-weight: 900;
	font-size: 60px;
	margin: 0;
}

#page_headimgw h1
{
	font-weight: 900;
	font-size: 60px;
	margin: 0;
}

#page_headimgw h2
{
	font-size: 55px;
	margin: 0;
}

#page_headimg h1
{
	font-weight: 900;
	font-size: 60px;
	margin: 0;
}

#page_headimg h2
{
	font-size: 55px;
	margin: 0;
}

/*ARTE--TEMPORADA*/
#page_headimg2
{
	text-align: center;
	font-family: 'Open Sans';
	padding: 70px 0;
	color: #ffffff;
}

#page_headimgw2
{
	text-align: center;
	font-family: 'Open Sans';
	padding: 70px 0;
	color: #ffffff;
}

#page_separator2
{
	text-align: center;
	font-family: 'Open Sans';
	padding: 25px 0;
	color: #ffffff;
}


#page_headimgw2 h1
{
	font-weight: 900;
	font-size: 60px;
	margin: 0;
}

#page_headimgw2 h2
{
	font-size: 55px;
	margin: 0;
}

#page_headimg2 h1
{
	font-weight: 900;
	font-size: 60px;
	margin: 0;
}

#page_headimg2 h2
{
	font-size: 55px;
	margin: 0;
}
.arteinvierno
{
	background-image: url('img/invierno.jpg');
	background-size: cover;
}
.arteinvierno2018
{
	background-image: url('img/slider-invierno2018.jpg');
	background-size: cover;
}
.arteinviernopagos
{
	background-image: url('img/inviernopagos.jpg');
	background-size: cover;
}
.artetemporada2
{
	background-image: url('img/pelota.png');
	background-size: cover;
}
.artetemporadaotono
{
	background-image: url('img/otono2018.jpg');
	background-size: cover;
}
.packnavidad
{
	background-image: url('fondofiestas.jpg');
	background-size: cover;
}

.bannergeneral
{
	background-image: url('img/gral.jpg');
	background-size: cover;
}

.artepack
{
	margin: 20px 0;
	border-bottom: 0px solid #434753;
	padding: 10px 0;
}
.artepack img
{
	max-width: 100%;
}

.artepackdata img
{
	float: left;
	margin-right: 10px;
}

.artepackdata p
{
	margin: 0;
}

.artepackdata span
{
	color: #4e4e4e
}

.yellow
{
	color: #f3d633;
}

.artepack h3
{
	font-weight: bolder;
	color: #f3d732;
	font-size: 40px;
}

.artepack p
{
	font-size: 20px;

}

.artepromo
{
	font-size: 20px;
	text-align: center;
}



.artepromodata
{
	margin: 30px 0;
}

.artepromo a
{
	margin: 0 auto;
	text-align: center;
	max-width: 250px;
}

.artepromo span
{
	color: #4e4e4e
}

.artepdata2
{
	min-height: 80px;
}

.artepdata2 p
{
	text-align: left;
	margin: 0;
}

.artepromo img
{
	float: left;
	margin-right: 15px;
}
.Button9
{
	margin: 30px auto;
	padding: 12px 13px;
	background: #fdd800;
	height: 55px;
	color: #494c4d;
	text-decoration: none;
	width: 200px;
	text-align: center;
	font-size: 22px;
}

.Button8
{
	margin-top: 13px;
	padding: 7px 27px;
	background: #fdd800;
	display: block;
	height: 40px;
	width: 86%;
	color: #494c4d;
	text-decoration: none;
}


.ButtonDemo
{
	margin-top: 0px;
	padding: 7px 13px;
	background: #fdd800;
	display: block;
	height: 55px;
	width: 100%;
	color: #494c4d;
	text-decoration: none;
}

.Button8 p
{
	font-size: 18px;
	text-align: center;
	margin: 0;
}

.Button8 img
{
	margin-right: 5px;
	float: left;
	width: 27px;
}

.Button8:hover, .Button8:active
{
	text-decoration: none;
}



/*COL15*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

/*MEDIAS*/
@media (max-width: 1197px)
{
	.headenlaces ul
	{
		padding: 0;
	}
	.headenlaces ul a
	{
		font-size: 18px;
		padding: 40px 16px;
	}

	.ButtonCircle
	{
		width: 200px;
		height: 200px;
		font-size: 25px;
		padding-top: 40px;
	}

	.ButtonCircle img
	{
		max-width: 100px;
	}

	#bar_buttons img
	{
		width: 50px;
	}

	#bar_buttons p
	{
		font-size: 21px;
	}

	.ButtonSquare
	{
		padding-top: 25px;
	}

	#seguinos h2, #seguinos2 h2
	{
		font-size: 100px;
	}

	.footer
	{
		font-size: 15px;
	}

	.Button8 p
	{
		font-size: 18px;
		padding-top: 0px;
	}

}



@media (max-width: 990px)
{
	.locdisp2 a
	{
		display: block;
		margin-right: 0;
		text-align: none;
	}

	.locdisp2 p
	{
		text-align: none;
	}

	.nopadding
	{
		padding: 0 15px;
	}
	.p_contacto h2
	{
		font-size: 35px;
		font-weight: bolder;
		text-align: center;
	}

	.p_contacto img
	{
		max-width: 100%;
		width: 150px;
	}

	.p_contactomapinfo
	{
		margin: 10px;
	}

	.p_contactomapinfo img
	{
		width: 20px;
	}

	#seguinos, #seguinos2
	{
		text-align: center;
	}
	
	.seguinosenlaces
	{
		float: none;
	}

	.ButtonCircle
	{
		width: 180px;
		height: 180px;
		font-size: 22px;
		padding-top: 20px;
	}

	#head
	{
		text-align: center;
	}

	.headenlaces ul li:hover
	{
		background: #f1f1f1;
		box-shadow: none;
	}

	.headenlaces ul
	{
		padding: 0;
	}

	.Button3, .Button1
	{
		text-align: center;
		width: 100%;
	}

	.Button1 img
	{
		float: left;
	}

	#barservicios p, #barservicios b
	{
		display: none;
	}

	.bso img, .bso2 img
	{
		height: 50px;
	}

	.bso, .bso2
	{
		height: 65px;
		width: 80px;
	}

	.centercircle
	{
		width: 200px;
		height: 200px;
	}

	.centercircle img
	{
		max-width: 100%
	}

	.progcontent
	{
		padding: 10px;
	}

	.progshow
	{
		padding: 10px;
	}

	.ccenter
	{
		padding-top: 20px
	}

	.Button4
	{
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

	.Button4 img
	{
		width: 25px;
	}

	.locutoresdisplay img
	{
		float: 	none;
		text-align: center;
	}

	.locutoresdisplay a, .locutoresdisplay
	{
		text-align: center !important;	
	}

	.progdata img
	{
		float: none;
	}

	.packs, .minidata, .progdata
	{
		text-align: center;
	}

	.footfinal
	{
		margin-top: 30px;
		padding-top: 30px;
		border-top: 2px solid #434752;
	}

	.footerbrd
	{
		border: 0;
	}
	.artepromo
	{
		padding-bottom: 25px;
		border-bottom: 5px solid #4e4e4e
	}
}

@media (max-width: 770px)
{

	.footfinal, .footbrd
	{
		border: 0;
		min-height: 0;
	}
	.p_title h1
	{
		font-size: 30px;
		font-weight: bolder;
	}

	.p_title img
	{
		width: 75px;
	}

	.p_quienesnosotros h2
	{
		font-size: 35px;
	}

	.p_quehacemostitle h2
	{
		font-size: 25px;
	}

	.p_quehacemostitle img
	{
		width: 50px;
		float: left;
	}

	#seguinos h2, #seguinos2 h2
	{
		font-size: 50px;
	}
	#seguinos img, #seguinos2 img
	{
		width: 60px;
	}

	.headenlaces ul li
	{
		width: 100%;
		height: 50px;
	}

	.headenlaces a
	{
		display: block;
		padding: 10px 0 !important;
	}

	.ButtonCircle
	{
		margin: 25px auto;
		background: rgba(255, 255, 255, 0.6);
		border-radius: 50%;
		width: 250px;
		height: 250px;
		text-align: center;
		font-size: 30px;
		font-weight: 500;
		line-height: 1em;
		padding-top: 40px;
	}

	.ButtonCircle img
	{
		max-width: inherit;
	}


	#tophead
	{
		padding: 10px;
		float: none;
		text-align: center;
	}
	.th_descarga a
	{
		float: none;
	}
	
	#bar_escucha
	{
		text-align: center;
	}
	#bar_escucha h2
	{
		font-size: 20px;
		font-weight: bolder;
	}

	#bar_escucha p
	{
		font-size: 15px;
	}

	#bar_buttons img
	{
		width: 50px;
	}

	#bar_buttons p
	{
		
		font-size: 20px;
	}

	.footer
	{
		font-size: 15px;
		padding: 10px;
	}

	.footer img
	{
		width: 20px;
		height: auto;
	}
	.bso img, .bso2 img
	{
		height: 40px;
	}

	.bso, .bso2
	{
		height: 45px;
		width: 50px;
		padding: 5px;
	}

	.pfix
	{
		width: 50px;
		height: 50px;
		padding-top: 15px;
	}

	.pfix img
	{
		width: 30px;
	}

	.locutoresdisplay img
	{
		float: 	none;
	}

	.locutoresdisplay a, .locutoresdisplay
	{
		text-align: center;	
		width: 100%;
		display: block;
	}

	.p_contacto button
	{
		float: none;
		width: 100%;
		margin: 25px 0;
	}

	.Button6
	{
		width: 100%;
		text-align: center;
	}

	.Button79
	{
		width: 100%;
		text-align: center;
	}

	.Button8 img
	{
		max-width: 30px;
	}

	#page_headimg h1, #page_headimg h2, #page_separator h2
	{
		font-size: 7vw
	}

	.artepack p, .artepack h3
	{
		text-align: center;
	}

	.artepackdata img
	{
		padding-top: 5px;
	}

	.artepackdata p
	{
		text-align: left;
	}

	.center
	{
		text-align: center;
	}
}

@media (max-width: 400px)
{

	.ButtonSquare
	{
		padding: inherit 5px;
	}
	#bar_buttons img
	{
		width: 40px;
	}

	#bar_buttons p
	{
		
		font-size: 15px;
	}

}


/*STREAMING*/
.streaming .main-slider
{
	min-height: 500px;
	background-image: url('img/bg-streaming.jpg');
	background-size: cover;
	border-bottom: 7px solid #f6df5c;
	background-position: center;
	padding-top: 35px;
	overflow: hidden;
}
.streaming .main-slider p
{
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0 0 0;
	color: #434652;
}

.streaming .main-slider .separator-1
{
    height: 2px;
    width: 40px;
    position: absolute;
    background: black;
    right: -65px;
    top: 59%;
}
.streaming .main-slider .separator-2
{
    transform: rotate(-30deg);
    height: 2px;
    width: 80px;
    position: absolute;
    background: black;
    right: -55px;
    top: 49%;
}
.streaming .main-slider .separator-3
{
    transform: rotate(30deg);
    height: 2px;
    width: 80px;
    position: absolute;
    background: black;
    right: -55px;
    top: 79%;
}
.streaming .main-slider .col1-content, .streaming .main-slider .col2-content, .streaming .main-slider .col3-content
{
	position: relative;
}


.streaming .main-slider .col1-content .cpu
{
	position: absolute;
    right: 0;
    bottom: 0;
}


.streaming .main-slider .col2-content .server
{
	margin-top: 50px
}
.streaming .main-slider .col2-content .aaclogo
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}

.streaming .main-slider .col3-content.top
{
	min-height: 200px;
	min-width: 370px
}

.streaming .main-slider .col3-content+p
{
	margin: 0 !important;
}
.streaming .main-slider .col3-content.bottom
{
    height: 160px;
    width: 80%;
}

.streaming .main-slider .col3-content.top img, .streaming .main-slider .col3-content.bottom img
{
	position: absolute
}

.streaming .main-slider .col3-content.top img.i1
{
    top: 85px;
    left: 54px;
}
.streaming .main-slider .col3-content.top img.i2
{
    right: 157px;
    top: 29px;
}
.streaming .main-slider .col3-content.top img.i3
{
	    right: 45%;
    bottom: 15px;
}
.streaming .main-slider .col3-content.top img.i4
{
    left: 25%;
    top: 40px;
}
.streaming .main-slider .col3-content.top img.i5
{
    bottom: 35px;
    left: 95px;
}
.streaming .main-slider .col3-content.top img.i6
{
    right: 100px;
    bottom: 25px;
}
.streaming .main-slider .col3-content.top img.i7
{
    right: 150px;
    top: 75px;
}



.streaming .main-slider .col3-content.bottom img.i1
{
right: 10px;
    bottom: 14px;
}
.streaming .main-slider .col3-content.bottom img.i2
{
    right: 20px;
    bottom: 65px;
}
.streaming .main-slider .col3-content.bottom img.i3
{
    right: 69px;
    bottom: 90px;
}
.streaming .main-slider .col3-content.bottom img.i4
{
    right: 125px;
    bottom: 90px;
}
.streaming .main-slider .col3-content.bottom img.i5
{
    bottom: 30px;
    right: 190px;
}
.streaming .main-slider .col3-content.bottom img.i6
{
    right: 140px;
    bottom: 40px;
}
.streaming .main-slider .col3-content.bottom img.i7
{
bottom: 85px;
    right: 175px;
}
.streaming .main-slider .col3-content.bottom img.i8
{
    right: 70px;
    bottom: 16px;
}



/*iconsrow*/
.streaming .icons-row
{
	/*min-height: 461px;*/
	background-image: url('img/notas2.jpg');
    background-size: 100%;
    background-position: top center;
    padding: 30px 0;
    display: inline-block
}

.streaming .icons-row .badge-circle
{
	width: 260px;
	height: 260px;
	background: rgba(255,255,255,0.45);
	border-radius: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.streaming .icons-row .badge-circle h3
{
	font-family: 'Open Sans';
	font-weight: 100;
	margin-bottom: 0
}

/*badgedemo*/
.streaming .badge-demo
{
	padding: 35px 0;
	background: #f3de65;
	width: 100%;
	position: relative;
	overflow: hidden
}

.streaming .badge-demo:before
{
    content: '';
    position: absolute;
    width: 580px;
    background: url('img/equalizer.gif');
    background-size: 100%;
    height: 183px;
    right: -35%;
    background-repeat: no-repeat;
    opacity: 0.35;
    top: 0;
}
.streaming .badge-demo:after
{
	content: '';
    position: absolute;
    width: 580px;
    background: url('img/equalizer.gif');
    background-size: 100%;
    height: 183px;
    left: -35%;
    background-repeat: no-repeat;
    opacity: 0.35;
    top: 0;
}
.streaming .badge-demo .player img
{
	max-width: 60px
}


.streaming .badge-demo h3 small
{
	font-size: 22px;
	font-weight: lighter;
    letter-spacing: -0.06em;
    display: block;
}
.streaming .badge-demo h3
{
	font-family: 'Raleway';
	margin: 0;
	color: #424651;
	font-size: 60px
}

.flex-center
{
	display: flex;
	justify-content: center;
	align-items: center;
}

/*webrow*/
.streaming .web-top
{
	padding: 35px 0;
	display: inline-block;
	overflow: hidden;
}

.streaming .web-top img
{
	max-width: 100%
}
.streaming .web-top img.html5
{
	position: absolute;
	top: 0;
	right: 50px;
}




.streaming .web-top h2, .streaming .web-bottom h2
{
	font-family: 'Raleway';
	font-weight: 900;
	color: #f09800;
	font-size: 29px
}

.streaming .web-top h3
{
	color: #f16529;
	font-size: 27px;
	margin: 0
}

.streaming .web-top b
{
	font-size: 19px
}
.streaming .web-top p, .streaming .web-bottom p
{
	font-size: 25px
}

.streaming .web-bottom img.phone-img
{
	float: right;
}
.streaming .web-bottom img
{
	max-width: 100%;
}
.streaming .web-bottom p
{
	line-height: 1.2em
}
.streaming .web-bottom
{
	padding: 35px 0;
	display: inline-block;
	overflow: hidden;

}


/*row mas data*/
.streaming .row-stream .badge-title.margin
{
	margin-bottom: 30px
}
.streaming .row-stream .badge-title
{
	background: #f3dd65;
	padding: 30px 0;
	text-align: center;
	margin: 10px 0 0 0; 
}

.streaming .row-stream .clientes-carousel .owl-stage
{
	display: flex;
	align-items: center;
	position: relative;
}

.streaming .row-stream .clientes-carousel
{
	margin: 20px;

}
.streaming .row-stream .clientes-carousel img
{
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
.streaming .row-stream .clientes-carousel .owl-prev
{
	position: absolute;
	top: 80px;
	left: -20px;
}
.streaming .row-stream .clientes-carousel .owl-next
{
	position: absolute;
	top: 80px;
	right: -20px;
}
.streaming .row-stream .left
{
	float: left;
}

.streaming .row-stream h4
{
	font-size: 30px;
	color: #4e4e4e;
	font-weight: bolder
}

.streaming .row-stream ul.diamond.big
{
	font-size: 30px;
	padding: 0
}
.streaming .row-stream ul.diamond
{
	font-size: 24px;
	padding: 0
}


.streaming .row-stream ul.diamond li b
{
	font-weight: 900
}
.streaming .row-stream ul.diamond li
{
	list-style: none;
}
.streaming .row-stream ul.diamond li:before
{
	content: '';
	background-image: url('img/diamond-bullet.png');
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 10px
}

.streaming .row-cta
{
	padding: 60px 0;
}
.streaming .row-cta h1 a:hover
{
	color: #db8f00;

}
.streaming .row-cta h1 a
{
	color: #f4a522;
	transition: 0.2s;

}
.streaming .row-cta h1:hover
{

	text-shadow: 0px 0px #684600;
}
.streaming .row-cta h1
{
	font-weight: bolder;
	font-size: 43px;
	text-shadow: 3px 1px #684600;
	transition: 0.05s;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	background: #f2f2f1;
}

.streaming .row-cta .y-bar
{
	background: #e8ce3a;
	width: 100%;
	height: 12px;
	margin-top: -40px
}

@media (max-width: 1200px) {
	.streaming .badge-demo:before
	{
	    content: none;
	}
	.streaming .badge-demo:after
	{
		content: none;
	}
}
@media (max-width: 992px) {
	.streaming .main-slider .separator-1, .streaming .main-slider .separator-2,.streaming .main-slider .separator-3
	{
		display: none
	}
	.streaming .main-slider .col1-content
	{
	    max-width: 370px;
	    margin: 0 auto;
	}
	.streaming .main-slider .col2-content
	{
		max-width: 370px;
    	margin: 50px auto 0 auto;
	}
	.streaming .main-slider .col3-content.top
	{
		    max-width: 370px;
   			 margin: 50px auto 20px auto;
	}
	.streaming .main-slider .col3-content.bottom
	{
		    max-width: 240px;
   			 margin: 50px auto 20px auto;
	}
	.streaming .main-slider
	{
		padding-bottom: 80px
	}

	.streaming .icons-row .badge-circle
	{
		margin: 20px auto;
	}

	.streaming .badge-demo:before
	{
	    content: none;
	}
	.streaming .badge-demo:after
	{
		content: none;
	}
	.streaming .badge-demo .player
	{
		text-align: center
	}
	.streaming .web-bottom .text-right
	{
		text-align: left !important
	}
}
@media (max-width: 768px) {
	.streaming .badge-demo.flex-center
	{
		display: block;
		text-align: center;
	}
	.streaming .badge-demo.flex-center .player
	{
		margin-top: 30px
	}
}











