@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Bad+Script|Barlow+Condensed|BenchNine|Kalam|News+Cycle|Pathway+Gothic+One|Poiret+One');

body{
    
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

#OfertasTrimestrales{
    text-align: center;
    font-size: 20px;
    padding: 20px;
	color: #333;
}

.titulo{
	font-family: 'Kalam', cursive;
    width: auto;
    height: auto;
    margin-top: 60px;
    margin-bottom: -30px;
}

.titulo p{
	font-family: 'Kalam', cursive;
    margin-top: 15px;
    text-align: justify;
	color: #333;
}

#PDF{
	text-align: center;
}
.pdf iframe{
    width: 350px;
    height: 480px;
    padding: 20px;
    
    }

@media (min-width:768px){
	
	.pdf {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: space-between;
}
    .pdf iframe{
        width:100%;
        height: 620px;
    }


@media (min-width:1024px){

	.titulo p{
    margin-left: 100px;
    margin-right: 100px;
}
	.pdf {
		margin: auto;
		display: block;
		width: 90%;
		
		}
    .pdf iframe{
		margin-bottom: 50px;
        height: 1240px;
    }
   

}