.node-type-composicion .field--name-field-block {
  margin-bottom: 0;
}

.node-type-composicion .intro-description .right:after {
  display: none;
}

.node-type-composicion .intro-description .left h1.only-title {
  text-align: left;
  color: #5c5b5b;
}

.node-type-composicion .intro-description .left p {
  font-size: 14px;
  line-height: 21px;
  font-family: 'TradeGothicLTStd', Helvetica, sans-serif;
}


.node-type-composicion .intro-description .left h1.only-title:after {
  left:0;
  margin-left: 0;
  background: #c6a551;
}

.node-type-composicion .intro-description .left {
	background: #fff;
}

.node-type-composicion .rtecenter {
	text-align: center;
	margin:0;
}

.node-type-composicion .field--type-node-reference .intro-description > div {
	height: 496px;
}


.node-type-composicion .rtecenter span{
	text-align: center;
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size:24px;
	padding:37px 0;
	display: block;
}

.node-type-composicion .field--type-paragraphs.field--label-hidden {
	margin-bottom: 0;
}

.node-type-composicion .field--name-field-paragraph-text {
	margin-bottom: 0;
}


.node-type-composicion .paragraphs-item-image-full img {
	display: none;
}

.node-type-composicion .paragraphs-item-image-full .content {
    background-position: center;
    background-size: cover;
    height: 495px;
    position: relative;
    transition: all 0.8s ease 0s;	
}

.node-type-composicion .paragraphs-item-two-columns {
	overflow: hidden;
}

.node-type-composicion .paragraphs-item-two-columns .paragraphs-items {
  float:left;
  width: 50%;
  position: relative;
}

.node-type-composicion .paragraphs-item-two-columns .paragraphs-items .content {
	padding: 60px 0;
	position: relative;
}

.node-type-composicion .paragraphs-item-two-columns .paragraphs-items .content:after {
  content:"";
  display: block;
  position: absolute;
  top:0;
  width:0px;
  height:0px;
}

.node-type-composicion .paragraphs-item-two-columns .field--name-field-left-column .content:after {
  border-left: 20px solid transparent;
  border-top: 20px solid #f9f9f9;	
  right:0;
}

.node-type-composicion .paragraphs-item-two-columns .field--name-field-right-column .content:after{
  border-right: 20px solid transparent;
  border-top: 20px solid #f9f9f9;	
  left:0;
}


.node-type-composicion .paragraphs-item-two-columns .paragraphs-items .content h3.rtecenter {
  margin-top:0;
  font-size:14px;
  margin-bottom: 45px;
  font-family: 'TradeGothicLTStd-Bd2', Helvetica, sans-serif;
}

.node-type-composicion .paragraphs-item-two-columns .paragraphs-items .content h3.rtecenter:after {
	top:34px;
}

.node-type-composicion .paragraphs-items .content h3.rtecenter {
	position: relative;
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 21px;
	color: #5c5b5b;
}

.node-type-composicion .paragraphs-items .content h3.rtecenter {
  font-family: Georgia;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: normal;
  color: #5c5b5b;
  margin-top:65px;
  margin-bottom: 70px;
}

.node-type-composicion  .paragraphs-items .content h3.rtecenter:after {
	background: #c6a551;
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    top: 58px;
    margin-left: -15px;
    position: absolute;
    width: 30px;	
}



.node-type-composicion .paragraphs-item-two-columns .paragraphs-items .content h3.rtecenter:after {
	background: #c6a551;
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    top: 45px;
    margin-left: -15px;
    position: absolute;
    width: 30px;	
}


.node-type-composicion .paragraphs-items .content li {
	margin-bottom: 5px;
	list-style: none;
	position: relative;
	
}

.node-type-composicion .paragraphs-items .content li::before { 
  content: "•"; 
  color: #b7102e;
  padding-right: 5px;
  font-size:8px;
}


.node-type-composicion .paragraphs-items .content a span {
	position:relative;
	font-size: 16px;
	font-family:"TradeGothicLTStd-Extended";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

.node-type-composicion .paragraphs-items .content a span:hover {
	text-decoration: underline;
}

.node-type-composicion .paragraphs-items .content a span:after {
  content:">";
  color:#FFF;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top:-1px;
  font-size: 125%;  
}

@media (max-width: 960px){
  .node-type-composicion .intro-description .left p {
    text-align: left;
  }
  .node-type-composicion .field--type-node-reference .intro-description > div {
      height: inherit;
  }
  .node-type-composicion .field--type-node-reference .intro-description img {
    display: block !important;
  }
  .node-type-composicion .paragraphs-item-two-columns .paragraphs-items {
      width: 100%;
  }
  .node-type-composicion .paragraphs-item-two-columns .field--name-field-left-column .content:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f9f9f9;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
  }
  .node-type-composicion .paragraphs-item-two-columns .paragraphs-items .content {
    padding: 50px 0;
  }
  .node-type-composicion .rtecenter span {
    font-size:100%;
    margin: 0 10px;
  }
  .node-type-composicion .paragraphs-item-two-columns .field--name-field-right-column .content:after {
    display: none;
  }
  .node-type-composicion .paragraphs-items .content .field--type-text-long  {
    width:90%;
    margin:0 auto;
  }  
  .node-type-composicion .paragraphs-items .content h3.rtecenter {
    font-size: 130%;
    margin-top:40px;
    margin-bottom: 55px;
    line-height: 130%;
  }
  .node-type-composicion .paragraphs-items .content ul {
    margin-bottom: 0;
  }
  .node-type-composicion .paragraphs-items .content h3.rtecenter:after {
    top: 50px;
  }
}

@media (max-width: 452px){
  .node-type-composicion .paragraphs-items .content h3.rtecenter:after {
    top: 70px;
  }
  .node-type-composicion .paragraphs-items .content a span {
    font-size: 80%;
    margin:0;
  }
  .node-type-composicion .paragraphs-items .content a span:after {
    margin-left:4px;
  }
}

