@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700");
@font-face {
  font-family: DISCO___;
  src: url("/trance/fonts/disco/DISCO___.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: UncialAntiqua-Regular;
  src: url(/trance/fonts/uncial-antiqua/UncialAntiqua-Regular.otf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: RawengulkDemibold;
  src: url(/trance/fonts/rawengulk/RawengulkDemibold.otf);
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'DISCO___', sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  margin: auto;
  background-color: #FFF;
  font-size: 100%; }

.topo {
  width: 100%;
  height: 300px;
  background: url(/trance/img/mariatop.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 100px 0 100px;
  position: relative;
  font-weight: 600;
  font-family: 'DISCO___', Helvetica, sans-serif; }
  .topo p {
    text-align: right;
    color: #8f5637; }
    .topo p .quote {
      text-shadow: 1px 1px 1px #4f4f5a;
      font-size: 1.2em;
      margin-top: 20px;
      color: #8f5637;
      font-family: DISCO___; }
  .topo img {
    position: absolute;
    left: 10px;
    bottom: -42px; }

a {
  text-decoration: underline;
  color: #484848; }

a:hover {
  text-decoration: underline;
  color: #000; }

.section {
  padding: 40px 150px;
  /* .article */ }
  .section .article:first-child {
    margin-top: 0; }
  .section .article:last-child {
    margin-bottom: 0; }
  .section .article {
    margin: 60px 0; }
    .section .article p:first-of-type {
      margin-top: 10px; }
    .section .article .info {
      width: 37%;
      background-color: #4f4f5a;
      float: right;
      padding: 30px 50px 20px;
      position: relative;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 30px;
      background-color: black; }
      .section .article .info > h2 {
        color: white; }
      .section .article .info h3 {
        height: 40px;
        width: 80%;
        background-color: #e2e2ee;
        margin: auto;
        border-radius: 10px;
        margin-bottom: 40px;
        font-style: normal;
        color: #FFF; }
      .section .article .info p {
        color: #FFF;
        text-align: left; }
      .section .article .info p.price {
        margin-bottom: 20px; }
      .section .article .info p.date, .section .article .info p.price, .section .article .info p.location {
        font-size: 0.8em; }
      .section .article .info img.icon {
        margin-bottom: 0px; }
      .section .article .info span.biggy {
        font-size: 3em;
        font-style: italic;
        color: #8f5637;
        line-height: 1; }
      .section .article .info p.description {
        border-bottom: 1px solid grey;
        padding-bottom: 20px; }
      .section .article .info h3 {
        line-height: 40px;
        text-align: center;
        color: #17234c;
        font-size: 1em; }
      .section .article .info a {
        color: #007fff;
        text-decoration: none; }
      .section .article .info a:hover {
        text-decoration: underline; }
    .section .article .left {
      width: 58%;
      height: auto;
      display: inline-block;
      float: left;
      box-sizing: border-box;
      text-align: left;
      font-weight: bold;
      margin-top: 30px; }
  .section .tbl {
    display: table;
    width: 100%; }
    .section .tbl .row {
      display: table-row; }
      .section .tbl .row .cell {
        display: table-cell;
        vertical-align: middle; }
        .section .tbl .row .cell span {
          display: block;
          width: 100%;
          font-size: 27px;
          line-height: 1;
          vertical-align: 10px;
          border-bottom: 1px solid #7f7f7f;
          color: black;
          font-weight: bold;
          position: relative; }
      .section .tbl .row .cell:first-child {
        width: 60px; }
        .section .tbl .row .cell:first-child img {
          width: 60px;
          height: 60px;
          border-radius: 100%; }
      .section .tbl .row .cell:nth-child(2) {
        padding-left: 20px; }

p {
  font-family: 'DISCO___', Helvetica, sans-serif;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  text-align: justify; }

p.smaller {
  font-size: 14px; }

strong, b {
  font-weight: 600; }

span.quote {
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
  font-family: RawengulkDemibold;
  color: black; }

.highlight {
  font-weight: bold;
  font-size: 1.3em;
  font-style: italic; }

.clear {
  clear: both; }

h1 {
  color: white;
  font-size: 3.9em;
  letter-spacing: 2px;
  font-family: Arcon-Regular; }

h1, h2, h3 {
  margin-bottom: 31px; }

h3 {
  color: white; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.footer {
  background-color: #3e559d;
  padding: 0 100px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  clear: both; }
  .footer p {
    vertical-align: bottom;
    line-height: 40px;
    height: 40px; }
  .footer a {
    display: block; }
  .footer img {
    vertical-align: bottom;
    height: 30px;
    width: auto; }

/* 

 
  
article.abouttrance { 
	width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    text-align:left;
}
    

    
article.abouttrance div.imagen { 
	width: 35%;
    float: right;
    box-sizing: border-box;
}
    
div.stop {
	clear: both;
    float: none;
    height: 0px;
}
    
article.event { 
	width: 37%;
    height: auto;
    background-color:#4f4f5a;
    float: right;
    box-sizing: border-box;
    padding: 30px 50px 20px;
    text-align: cente;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 30px;
    margin-right: 0;
    background-image: url(/trance/img/gradienttt.png);
    background-image: none;
    background-color: black;
    background-size: cover;
    > h2 { 
	    color: white;
    }
	div.info {
		margin: 10px 0px 30px;
	}
}
     
article.aboutmaria { 
	width: 54%;
    height: auto;
    background-color: white;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold;
}
    




    
  
em {
	font-size: 20px;
}
#foto1{
	background-image: url(psych_4.png);
    width: 15%;
    height: auto;
    border-radius: 100%;
}
h2.tituloseccion{ 
	display: inline-block;
    width: 85%;
    margin-bottom: 17px;
    font-size: 27px;
    color: rgba(51,51,51,1);
    color: rgb(23, 35, 76);
    letter-spacing: 0.6px;
    vertical-align: 10px;
    border-bottom: 1px solid rgba(23, 35, 76, 0.1);
    padding-bottom: 7px;
    color: black;
}    
.header img{ 
	width: 60px;
    height:60px;
    background-color: white;
    margin-right: 20px;
    vertical-align: -13px;
    border: none;
}
#specialone{ 
	padding-top: 14px;
}
p.description, p.date, p.price, p.location{ 
	color: silver; margin-bottom: 20px;
}

p.description{ 
	margin-bottom: 20px;
}
p.price{ 
	margin-bottom: 20px;
}
#aladerecha{ 
	font-style: italic; font-size: 1.1em; border: 3px double black; padding: 7px 0px;
}

p.readmore{ 
	margin-top: 20px;
}



span.biggy{ font-size: 3em; font-style: italic; color:white;}
p.description { border-bottom: 1px solid grey; padding-bottom: 20px; }

h3{line-height: 40px; text-align: center; color: rgb(23, 35, 76); font-size: 1em;}


p.date, p.price, p.location{ font-size: 0.8em;}
img.icon{ margin-bottom: -6px;}

#eldearriba{ margin-top: 0px; margin-bottom: 60px;}
*/
