*{
  margin:0
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-sizing:border-box;
  box-sizing: border-box;
}

@charset "utf-8";
/* CSS Document */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


body {
    line-height:1;
}

body {
	-webkit-text-size-adjust: none;
}
/***************************************Fin del reset */



/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	/*body {
		-ms-overflow-style: scrollbar;
	}*/

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

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		/*background: #E0E0E2;*/
		background-image:url(../img/morada/morada-comp/fbase.png);
		background-repeat: repeat-x repeat-y;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}



.titulo  {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  /* margin: 45px 0 0 175px; */
  height: 1.2em;
  /* overflow: hidden; */
  color: #212121;
  font-family: 'Libre Baskerville', serif;
  animation: anims_1 3s;
  opacity: 94%;
  display: flex;
  width: auto;
  justify-content: center;

	}


.menu {
  font-size: 0.9em;
  color: #6C5570;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin-top: -20px;
}

.morada a:hover{

  border-bottom: rgba(160, 97, 199, 0.2) dashed;
  padding-bottom: 0.3em;
  }

.tribu a:hover{
  color:rgba(160, 97, 199, 0.5);
  border-bottom: rgba(160, 97, 199, 0.2) dashed;
  padding-bottom: 0.3em;
}


.morada a:visited{

  color:rgba(160, 97, 199, 0.5);

}


.ig {
    transform: scale(0.7);
}



nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

}

.menu ul{}

  .menu ul li {
    list-style: none;
    float: right;
  }

  .menu ul li a {
    text-decoration: none;
    padding: 10px 30px;
    color:  #572364;
  }



  .selene {
    transform: scale(0.5);
  }

  h1{
    display: block;
    margin: auto;
    width: 780px;
    height: 100px;
    float: right;
  }

/*.contenedor{
    width: 100%;
    height: 39em;
    max-width: 68em;
    margin: 0 auto;
    padding: 0 2.5em;
}*/

.container {
    margin: 0 auto;
    display: flex;
    /*width: 900px;*/
    width: 900px;
/*max-width:68em;*/
    align-items: center;
    justify-content: space-between;
}


  .container p {
    width: 500px;
    text-align: right;
    color: #355952;
		font-family: 'PT Sans', sans-serif;
		font-size: 0.9em;
    line-height : 1.6em;
  }

  h2{
    display: block;
    margin: auto;
    width: 780px;
    height: 100px;
    float: right;
  }
}


#footer {
	/*background: #3538C9;*/
	margin-top: 0.9em;
	display: block;

	}

.contacto{
  text-align: center;
      line-height: 1em;
      /* border: rgba(255, 151, 151)dashed; */
      margin-top: -62px;
      /* margin-left: 272px; */
      width: auto;
      /* display: inline-block; */
      position: relative;
}

.contacto h3{
  font-family: 'PT Sans', sans-serif;
  font-size: 0.9em;
  color: #355952ad;
}

.contacto a{
  background: rgba(206, 127, 255, 0.3);
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  color: #355952de;
  font-size: 0.9em;
  padding: 7px;
  width: 300px;
  border-radius: 15px;
}

.contacto a:hover {
  opacity: 0.8;
}

.song img {
  width: 1.7em;
  cursor: pointer;
  margin-left: 77em;
  margin-top: 1.52em;
}
