/* =====================================
   FONT FACE
   ===================================== */

@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');

/* ======================================
   GENERAL
   ====================================== */
body, html {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
    font-family: "Blinker", sans-serif;
    font-optical-sizing: auto;
	font-size: 28px;
	font-weight:200;
    font-style: normal;
    line-height: normal;
	color:#231f20;
	height:100%;
	}
html { -webkit-text-size-adjust: 100%;	}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
    }
a {	
    text-decoration: none;
    }

strong { font-weight: 700; }
p { padding:0; margin: 0}
* {
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

/* CONTENIDOS ============================ */
#content {
	width:100%;
    float: left;
    background-image: url("img/background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 100%;
    text-align: center;
	}
#logo {
    padding-top: 300px;
    width: auto;
	}
#contacto {
	position: fixed;
	bottom:100px;
    width: 100%;
	display:block;
    left: 50%;
	transform: translateX(-50%);
	}
@media screen and (max-height: 600px) {
    #logo {
        padding-top: 180px;
    }
    #contacto {
	    bottom:70px;
	}
}

#contacto .item-mail,
#contacto .item-ig {
    margin: 0px 70px;
    padding: 10px 0px 10px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    display: inline-block;
    color: #a30056;
    font-weight: 400;
    font-size: 18px;
    }
#contacto .item-mail {
    background-image: url("img/icon_mail.svg");
    }
#contacto .item-ig {
    background-image: url("img/icon-ig.svg");
    }

/* ===============================================================
   ============================================================ */


@media only screen and (min-width : 1024px) and (max-width : 1180px) {


    
}


@media only screen and (min-width : 768px) and (max-width : 1023px) {
body, html { font-size: 22px; }

    
}




@media only screen and (max-width : 767px) {
body, html { font-size: 18px; font-weight: 400; }

#logo {
    padding-top: 250px;
	}
    
#logo img {
    width: 250px;
    height: auto;
	}



    
}

