body {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
html {
    background: rgba(203, 195, 184, 0.55);
} /* CSS Document */

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400;
}

h1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 24px;
}
h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 14px;
}
h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
}

a {
    color: #fff;
    text-decoration: none;
}

.logo {
    position: absolute;
    left: calc(50% - 100px);
    z-index: 9999;
}
.logo img {
    width: 90%;
    max-width: 200px;
    height: auto;
}
#ig {
    position: absolute;
    right: 10px;
    top: 6px;
}
#contacto {
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 17px;
    text-align: right;
    line-height: 1.3;
	color:#333;
}
#contacto a {color:#333;}
#ig img {
    height: 32px;
    width: auto;
}
.logopush {
    height: 0px;
}

.carta img {
    width: 100%;
    height: auto;
}

.fecha {
    color: #333;
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.4;
    font-weight: 300;
}
.fecha a {
    text-decoration: none;
    color: #333;
    transition: color 0.5s ease;
}
.fecha a:hover {
    color: #666;
    transition: color 0.5s ease;
}

#wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    background: rgba(203, 195, 184, 0.25);
    position: relative;
    box-shadow: 0px 5px 30px 13px rgba(157, 142, 121, 0.95);
}
.rel {
    position: relative;
}

/* -- Responsive video embed -- */
.responsive-video {
    padding-bottom: 56.25%; /* for 16:9 ratio */
    padding-top: 25px;
    position: relative;
    height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nodesk {display:none;}
.nomob {display:block;}

@media (max-width: 680px) {
	.nodesk {display:block;}
	.nomob {display:none;}
    .logo {
        position: absolute;
        left: 6px;
        z-index: 9999;
        top: 0px;
    }
    .logo img {
        width: 90%;
        max-width: 80px;
        height: auto;
    }
    #ig {
        position: absolute;
        right: auto;
		left: 4px;
        top: 7px;
    }
    #contacto {
        position: absolute;
        right: auto;
		left:32px;
        top: 4px;
        font-size: 15px;
		font-weight:bold;
		background: rgba(203, 195, 184, 0.65);
		padding:3px; 
		border-radius:2px;
        text-align: left;
        line-height: 1.4;
    }
    #ig img {
        height: 20px;
        width: auto;
    }
    .logopush {
        height: 0px;
    }
    .fecha {
        font-size: 15px;
    }
}
