/*
* Style.css
* Author : Ronny
*
*/

@charset "UTF-8";

@font-face {
  font-family: 'Lato-Bold';
  src: url("../fonts/Lato-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-reguler';
  src: url("../fonts/Lato-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Black';
  src: url("../fonts/Lato-Black.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Italic';
  src: url("../fonts/Lato-Italic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body{
	background-color : #f2f5fa;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

.clearfix {
  clear: both;
}

a, a:hover, a:active {
	text-decoration: none;
	/*color: #28468f;
	font-family: "Lato-Bold";
	font-size:14px;*/
}

h1,h2,h3,h4,h5 {
	font-family: 'Lato-Black';
	font-weight: normal;
	font-style	: normal;
	padding:0;
	margin:0;
}

.page_landing{
	/*
	background: url("../img/serial/background_serial_16_9_polos.jpg") no-repeat center center fixed;
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
	
}

.header_site {
	background-color : #D35985;
	border-radius:0 0 20px 20px;
}
.content_disclose {
	background-color : #fff;
	border-radius: 20px 20px 0 0;
	margin-bottom:30px
}
.rows_landing {
	margin-top : 20px;
	margin-bottom:30px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.rows_landing h2 {
	color:#c32824;
	font-size:22px;
}
.rows_landing img{
	vertical-align: middle;
	max-width: 100%;
}

.rows_landing p{
	color:#000;
	font-style: italic;
    font-weight: 500;
	width:95%;
}

.rows_landing a {
	text-decoration: none;
	color:#000;
}


/* CSS AUDIO PLAYER */
#timeline {
	width: 90%;
    height: 5px;
    margin: 10px 10px;
    float: left;
    border-radius: 15px;
    background: rgba(255,255,255,.8);
}
#playhead {
	width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -1px;
    background: rgba(253, 14, 25,1);
}

.btn_play {
	margin: 0 auto;
	text-align: center;
}

.btn_play span {
	color:#000;
	float:right;
	/*margin-left:10px;
	padding-top:10px;*/
	margin-right:10px;
}

.btn-play-audio {
	margin-top : 5px;
	margin-right:5px;
	width: 25px;
    height: 25px;
    
    cursor: pointer;
    border:1px solid #fd0304;
	border-radius:50%;
	background-color: #fff;
	float:left;
}

.btn-ply {
	margin-top : 5px;
	margin-right:5px;
	width: 41px;
    height: 41px;
    
    cursor: pointer;
    border:1px solid #fd0304;
	border-radius:50%;
	background-color: #fd0304;
	
	background-image: url("../img/ic_play.png");
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}

.btn-stop {
	margin-top : 5px;
	margin-right:5px;
	width: 41px;
    height: 41px;
    
    cursor: pointer;
    border:1px solid #fd0304;
	border-radius:50%;
	background-color: #fd0304;
	
	background-image: url("../img/ic_stop.png");
	background-position: center;
	background-repeat: no-repeat;
	float:left;
}

/*
.btn-audio-play {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    background-image: url("../img/ic_play.png");
    cursor: pointer;
    border:none;
	background-color: transparent;
	float:left;
    
}

.btn-audio-stop {
	margin-top : 5px;
	margin-right:5px;
	width: 30px;
    height: 30px;
    background-image: url("../img/ic_stop.png");
    cursor: pointer;
    border:none;
	background-color: transparent;
	float:left;
    
}*/
/* --END */

.footer {
	margin-top : 20px;
	padding :0;
	background-color : #333;
	/*position:fixed;
	bottom:0;*/
	width:100%;
	z-index:9999;
}

.copyright {
	margin:0;
	padding:0;
	color: #fff;
}