@charset "utf-8";
/*
CSS Document
Cliente: Algo Para Donar
Website cliente: www.algoparadonar.com.ar
Autor: Lushan
Website autor: www.lushan.com.ar
Buenos Aires, 2019
*/

/* FONT FACE */

@font-face {
    font-family: 'Amatic';
    src: url('../fuentes/Amatic-Bold.eot');
    src: url('../fuentes/Amatic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fuentes/Amatic-Bold.woff2') format('woff2'),
        url('../fuentes/Amatic-Bold.woff') format('woff'),
        url('../fuentes/Amatic-Bold.ttf') format('truetype'),
        url('../fuentes/Amatic-Bold.svg#Amatic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'A little sunshine';
    src: url('../fuentes/Alittlesunshine.eot');
    src: url('../fuentes/Alittlesunshine.eot?#iefix') format('embedded-opentype'),
        url('../fuentes/Alittlesunshine.woff2') format('woff2'),
        url('../fuentes/Alittlesunshine.woff') format('woff'),
        url('../fuentes/Alittlesunshine.ttf') format('truetype'),
        url('../fuentes/Alittlesunshine.svg#Alittlesunshine') format('svg');
    font-weight: 500;
    font-style: normal;
}

/* CORE */

html{
	height:100%;
	margin:0px;
	padding:0px;
	background: url(../img/fondo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{ 
	width:100%;
	height:100%;
	text-align:center;
	margin:0 auto;
	padding:0px;
	font-size:10px;
	color:#000;
	box-sizing:border-box;
}

*,*:focus {
	outline:none;
}

a{
	color:#289ed6;
	text-decoration:none;
}
a:hover{
	color:#9b9b9b;
}

h1{
	font-size:2.0em;
}

.contenedor{
	width:100%;
	margin:0 auto;
	padding:0px;
	text-align:center;
}

/* HEADER */

header{
	width:100%;
	max-width:956px;
	margin:auto;
	font-family:A little sunshine;
	font-size:2em;
	background:#00284b;
	color:#ffffff;
	border-radius: 0px 0px 30px 30px;
	padding:1% 0%;
}

/* LOGO */

.logo{
	padding:3% 0%;
	max-width:265px;
	margin:auto;
}

/* SECTION */

section{
	font-family:Amatic;
	font-size:2.5em;
	color:#000;
	font-weight:bold;
	padding:1.5% 0%;
}

section strong{
	font-size:2em;
	color:#00284b;
}

section p{
	margin:1.5% 0%;
}

/* FOOTER */

footer{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:#000;
	padding:1.5% 0%;
	font-weight:bold;
}

footer p{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:1.5em;
}

.titulo_redes{
	background:url(../img/firulete.png) no-repeat top left;
	font-size:2em;
	width:266px;
	height:43px;
	margin:auto;
}

/* NAV */

nav{
	padding: 1.5% 0% 0% 0%;
}

button{
	border:none;
	margin-right:4%;
	cursor:pointer;
}

.boton_facebook{
	background:url(../img/boton_facebook.png) no-repeat top left;
	width:20px;
	height:40px;
	text-indent:-99999px;
}
.boton_facebook:hover{
	background-position:0px -40px;
}

.boton_twitter{
	background:url(../img/boton_twiter.png) no-repeat top left;
	width:46px;
	height:38px;
	text-indent:-99999px;
}
.boton_twitter:hover{
	background-position:0px -38px;
}

.boton_instagram{
	background:url(../img/boton_instagram.png) no-repeat top left;
	width:39px;
	height:39px;
	text-indent:-99999px;
	margin-right:0px;
}
.boton_instagram:hover{
	background-position:0px -39px;
}

/* QUERY */

@media screen and (max-width:956px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:620px) {

} 

@media screen and (max-width:480px) {

}

@media screen and (max-width:320px) {

}