@charset "utf-8";

/* FUENTES TIPOGRÁFICAS */
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('yanonekaffeesatz-bold-webfont.eot');
    src: url('yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('yanonekaffeesatz-light-webfont.eot');
    src: url('yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-light-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('yanonekaffeesatz-regular-webfont.eot');
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* COLORES #625772 #F38181 #FEFAEC #A9EEE6 #5BCEBB */ 

/* PERSONALIZADO*/

nav ul li a:hover {
    color: #CCF6F0;
    background-color: #625772;     
    }

nav ul li:hover span {
    color: #CCF6F0;
    background-color: #625772;
    }

/* logo ceibo */
img{
    margin-left: 2rem;
    }

nav ul li span {
    font-family: 'yanone_kaffeesatzbold';
    font-weight: 700;
    font-size: 1.6rem;
}

/* color de fondo zona logo */
header {
    background-color:#5BCEBB; 
}

/* JQUERY */

html, body
    {
	padding: 0;
	margin: 0;
    }


body
    {
    background-color: #FEFAEC;
	font-family: 'yanone_kaffeesatzlight';
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
    }


body *
    {
	text-shadow: none;
    }


a, a:link, a:active, a:visited, a:hover
    {
    font-family: 'yanone_kaffeesatzbold';
    font-weight: 700;
    font-size: 1.6rem;
    color: #ffffff;  
	text-decoration: underline;
    }

nav:not(.mm-menu)
    {
  	display: none;
    }

.header,
.content,
.footer
    {
    text-align: center;
    }


.header,
.footer
    {
    /* barra del menú principal */
    font-family: 'yanone_kaffeesatzbold';
    font-weight: 700;
    font-size: 1.8rem;        
	background: #625772;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
    }


.header.fixed
    {
	position: fixed;
	top: 0;
	left: 0;
    }


.footer.fixed
    {
	position: fixed;
	bottom: 0;
	left: 0;
    }


.header a
    {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 0;
	left: 0;
    }


.header a:before,
.header a:after
    {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
    }


.header a span
    {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
    }


.content
    {
    padding: 150px 50px 50px 50px;
    }