body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
}

a:focus{
	color: #FFF;
}

.contenedor_contenido{
	width: 100%;
	padding-top: 150px;
}
ul { list-style: none; }
p {
	margin: 0 0 10px 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.navbar{
	background: url(../images/backgrounds/geometric.jpg) no-repeat top center;
}

.title{
	padding-top: 15px;
}

.contenido {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 15px 10px 0 10px;
	font-size: 14px;
}

.titlesSections{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.linesSections{
	width: 100%;
	margin-bottom: 25px;
	text-align: justify
}

.blurContent{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url(../images/backgrounds/testimonials.jpg) no-repeat fixed 50% 0;
	-webkit-filter: blur(5px);
	 -moz-filter: blur(5px);
	 -o-filter: blur(5px);
	 -ms-filter: blur(5px);
	 filter: blur(5px);
}

.owl-carousel{
	padding-bottom: 30px;
}

.owl-controls .owl-buttons div{
	padding-top: 8px;
}

.overlay-inner{
	margin-bottom: 25px;
}

.head-bottom{
	background-color: rgba(0, 0, 0, 0.9);
	margin-top: 70px;
	margin-bottom: 50px;
}

.whiteColor{
	color: #FFF;
}

.btn{
	margin-top: 45px;
}

.imagesContainer{
	width: 100%;
}

.headerSounds{
	overflow: hidden; 
	display: inline-flex;
	margin-left: 34%;
}
.comboLanguages select{
	padding: 11px 0 10px 35px;
	background-position: 10px center;
    background-repeat: no-repeat;
	background-size: 24px;
	margin-top: 20%;
	margin-left: 20px;
}

.languages{
	width: 80px;
	outline: none;
	background: transparent;
    border-radius: 15px;
	border: 1px solid #36bec6;
	color: #999;
}

.imagesAudio{
	width: 100%;
	margin-top: 25px;
	display: inline-flex;
}
.boxImageAudio{
	position: relative;
}

.boxImageAudio img{
	text-align: center;
	cursor: pointer;
	margin-right: 30px;
	width: 200px;
	height: 100px;
}

.iconStateAudio{
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 26px;
    left: 34%;
}

.play{
	background-image: url('/web/images/icons/play-circle-outline.png');
	background-repeat: no-repeat;
    background-size: 50px;
}

.iconAnimation { 	
	transform-style:preserve-3d;
	transform:perspective(7000px) rotatex(45deg) rotatey(45deg);
	-webkit-animation-name: animation;
    -webkit-animation-duration: 4s; 
    animation-name: animation;
    animation-duration: 4s;
}

@-webkit-keyframes animation {
    0%{transform:rotatey(75deg);transform:rotatex(95 deg);}
	25%{transform:rotatey(100deg);transform:rotatex(75 deg);}
	75%{transform:rotatey(200deg);transform:rotatex(50 deg);}
	100%{transform:rotatey(275deg);transform:rotatex(25 deg);}
}

@keyframes animation {
	0%{transform:rotatey(75deg);transform:rotatex(95 deg);}
	25%{transform:rotatey(100deg);transform:rotatex(75 deg);}
	75%{transform:rotatey(200deg);transform:rotatex(50 deg);}
	100%{transform:rotatey(275deg);transform:rotatex(25 deg);}
}

/*RESPONSIVE*/

@media (max-width: 900px){
	.imagesAudio{
		text-align: center;
		display: block;
		margin: 0 auto;
		max-width: 900px;
	}
	.imagesAudio img {
		margin-right: 0px;
		margin-top: 20px;
		width: 250px;
		height: 120px;
	}
}