[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}
.wrapper {
  background: url(images/wrapper.png) repeat-x top;
}

/** Nav top */
.nav-top,
.nav-social,
.nav-locale {
  float: right;
}


.nav-top ul,
.nav-social ul,
.nav-locale ul,
.nav-main ul,
.nav-footer ul,
.nav-secondary ul {
  padding: 0;
  margin: 0;
}
.nav-top li,
.nav-social li,
.nav-locale li,
.nav-main li,
.nav-footer li {
  display: inline-block;
}


/** Nav top */
.nav-top {
  margin-right: 100px;
  padding: 10px 0;
}
.nav-top li {
  margin-left: 15px;
}
.nav-top li a {
  color: #B30022;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}


/** Nav locale */
.nav-locale {
  
}
.nav-locale li {
  
}
.nav-locale li a {
  font-size: 12px;
  display: block;
  padding: 14px 7px;
}
.nav-locale li.current a {
  background: #000;
  color: #fff;
}

.content {
  float: right;
}


/** 150years */
.top25years {
  background: url(images/top25years.png);
  height: 40px;
  border-bottom: 4px solid #B30022;
}
.top25years h3 {
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  font-size: 20px;
  margin: 0px;
  padding: 7px 0px;
  letter-spacing: .1em;
}

.calendar-wrap {
  height: 345px;
  min-width: 221px;
}
@media screen and (max-width: 1200px){
  .calendar-wrap {
    height: 395px;
  }
}

.calendar-weekdays,
.calendar-days {
  width: 100%;
}

/** Nav social */
.nav-social {
  margin-right: 30px;
  padding: 10px 0;
}
.share {
  margin-top: 20px;
}
.nav-social li,
.share li {
  margin-right: 5px;
}
.nav-social li a,
.share li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px 6px;
  text-align: center;
  font-size: 16px;
  background: #B30022 none repeat scroll 0% 0%;
  color: #FFF;
}
.nav-locale li a, {
  font-size: 12px;
}

.share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.share li a {
  background: #ccc none repeat scroll 0% 0%;
  width: 30px;
  height: 30px;
  padding: 6px 6px;
  text-align: center;
  font-size: 18px;
}



/** Navmain */
.nav-main {
  margin-top: 20px;
  position: relative;
  z-index: 999;
}
.nav-main ul li {
  margin-right: 15px;
  position: relative;
}
.nav-main ul li a {
  font-weight: 900;
  padding: 0 15px 5px 0;
}
.nav-main ul li:hover > a,
.nav-main ul li.current > a {
  border-bottom: 3px solid #B30022;
  text-decoration: none;
}
.nav-main ul ul li.current > a {
  border-bottom: none;
}
.nav-main ul li ul {
  display: none;
  position: absolute;
  z-index: 30;
  width: 420px;
  background: #FFF none repeat scroll 0% 0%;
  padding: 10px;
  top: 43px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
.nav-main li.nav-children {
  padding-bottom: 43px;
}
.nav-main ul li:hover ul {
  display: block;
}
.nav-main ul li ul li {
  width: 43%;
  display: block;
  float: left;
}
.nav-main ul li ul li a {
  font-weight: 300;
  display: block;
  padding: 3px 10px;
}
.nav-main ul li ul li a:hover {
  border: none;
}
.lazo {
  float: left;
  margin-left: 290px;
}
.lazo img {
  width: 25px;
  margin-top: 3px;
}


/** Nav Secondary */
.nav-secondary {
  margin: 12px 20px 0 0;
  border-right: 1px solid #E2E3DF;
}
.nav-secondary > ul > li {
  border-bottom: 1px solid #E2E3DF;
}
.nav-secondary ul li a {
  font-weight: 900;
  padding: 12px 20px;
  display: block;
}
.nav-secondary ul li a:hover {
  text-decoration: none;
  background-color: #E2E3DF;
}
.nav-secondary ul li ul li {

}
.nav-secondary ul li ul li a {
  font-weight: 300;
  padding: 3px 10px 6px 18px;
}
.nav-secondary ul li ul li.current a {
  font-weight: bold;
}
.nav-secondary ul li ul li a:before {
  content: "> ";
}
.nav-secondary ul li.current a {
  background-color: #E2E3DF;
  border-right: 2px solid #B30022;
  border-left: 2px solid #B30022;
}


/** Logo */
.logo {
  background-image: url(images/logo_back.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 35px 45px 15px 45px;
  margin-top: -90px;
  border-bottom: 1px solid #B30022;
}

@media screen and (max-width: 768px){
  .logo {
    padding: 28px 12px 15px 12px;
  }
}


/** Search */
.search {
  float: right;
  margin: 20px 0 0 0;
}
.search input[type="text"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  background: #F4F5F4;
  color: #666;
  border: 0px none;
  margin-right: 0px;
  padding: 5px 30px 6px 6px;
  border-radius: 10px;
  height: 27px;
}

.search input[type="text"]:-webkit-input-placeholder,
.search input[type="text"]:-moz-placeholder,
.search input[type="text"]:-ms-input-placeholder {
   text-transform: uppercase;
}
.search button {
  background: none;
  border: none;
  margin-left: -27px;
}



/** Footer */
.footer {
  background-color: #C7C9C4;
  padding: 20px 0;
  font-weight: 300;
}
.nav-footer {
  float: right;
}
.nav-footer li{
  margin-left: 20px;
}

.foot-logos {
  padding: 20px 0 10px 0;
  margin: 10px 0;
  border-top: 1px solid #C7C9C4;
  text-align: center;
}
.foot-logo {
  display: inline-block;
  margin-right: 10px;
}


/** Button Intranet */
.btn-black {
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background-color: #000;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.btn-black:hover {
  text-decoration: none;
  background-color: #999;
  color: #fff;
}

/** Slider */
.slider-home-wrap {
  float: right;
}
.slider {
  position: relative;
}
.slider a {
  position: absolute;
  bottom: 30px;
  width: 80%;
}
.slider .slide {
  width: 100%;
  /*height: 400px;*/
}
.slider-home {
  margin: -20px 0 0 -8px;
}
.slider-multimedia {
  margin-bottom: 20px;
}
.slider-text {
  position: absolute;
  bottom: 20px;
  width: 80%;
}
.slider-title {

}
.slider-title h4,
.slider-title h5 {
  /*display: inline-block;*/
}
.slider-title-text {
  float: left; 
  width: 80%;
}
.slider-icon {
  float: left;
}
.slider-title h4 {
  
  font-weight: 300; 
  font-size: 24px;
  padding: 10px 20px;
  color: #fff;
  margin: 0;
}
.slider-title h4 span {
  background-color: #B30022;
  padding: 4px 6px;
  white-space: nowrap;
}
.slider-title h5 {
  
  font-weight: 300; 
  font-size: 16px;
  padding: 10px 20px;
  margin: 0;
}
.slider-title h5 span {
  background-color: #fff;
  padding: 4px 14px;
  white-space: nowrap;
}
.flex-control-nav {
  bottom: -10px;
}
.flex-control-paging li a {
  background-color: rgba(255,255,255,.5);
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background-color: rgba(255,255,255,1);
}



/** Articles home */
.articles-home {
  background: #E5E9E8;
  margin: 20px 0;
}
.box-content {
  margin: 20px 0;
  min-height: 142px;
}
.box-content img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}


/** Docs */
.docs li {
  list-style: none;
  margin-bottom: 10px;
}
.docs ul {
  padding: 0;
}
.docs i {
  color: #999;
  margin-right: 5px;
}
.docs li span {
  display: block;
  margin-left: 19px;
  font-size: 11px;
}


/** Event list */
.box-events {
  border-right: 1px solid #E2E3DF;
  margin-right: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.event-list {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
  display: table;
}
.event-date {
  width: 60px;
  border: 1px solid #B30022;
  text-align: center;
  vertical-align: top;
  margin-right: 13px;
  vertical-align: top;
}
.seasons button {
  border: 0px none;
  margin: 0px 0px 20px;
  padding: 4px 10px;
}
.seasons ul {
  top: 26px !important;
  padding: 0 !important;
}
.seasons ul li {

}
.seasons ul li a {g330

}
.content-box .event-date {
  display: table-cell;
  float: left;
  vertical-align: middle;
  margin-top: 6px;
}
.event-info {
  display: table-cell;
  vertical-align: top;
}
.event-date-dayweek {
  display: block;
  background-color: #B30022;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 0px;
}
.event-date-day {
  color: #B30022;
  padding: 4px 0;
  display: block;
}
.event-place {
  font-size: 14px;
  margin-top: 15px;
}
.event-list .event-place {
  margin-top: 0;
}
.event-hour {
  font-weight: 900;
  margin-right: 5px;
}
.event-city {
  font-weight: 300;
  text-transform: uppercase;
}



/** Banners */
.banner {
  margin-bottom: 30px;
}
.banner h3 {
  font-size: 22px;
  margin: 6px 0px 0px;
}
.banner h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px 0px 0px;
}

.banner img {
  width: 100%;
}



/** Suscription */
.subscription {
  background-color: #C7C9C4;
  padding: 15px 10px;
  clear: both;
  overflow: hidden;
}
.subscription input[type='text']{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

  border: none;
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
  max-width: 240px;
  float: left;
}
.subscription input[type='submit']{
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;

  background-color: #B30022;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  float: left;;
}
.subscription h5 {
  font-weight: 300;
  font-size: 20px;
}


/** Global contents */
.content-box {

}

.content-photo {
  margin-bottom: 40px;
}
.content-photo summary {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
.content-photo img {
  width: 100%;
}
.content-photo a {
  cursor: zoom-in;
}



/** box-special */
.box-special {
  background-color: #C7C9C4;
  margin: 30px 20px 0 0;
}
.box-header-special {
  background-color: #B30022;
  padding: 10px 10px;
} 
.box-header-special h5 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
.box-content-special {
  padding: 10px 10px;
}
.box-content-special h4 {
  font-weight: 300;
  font-size: 16px;
}
.box-content-special h4 a {
  color: #B30022;
}
.box-content-special p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.box-event-date {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
  color: #000 !important;
}



/** Content index */
.content-index {
  display: table;
  margin-bottom: 20px;
}
.content-index-photo {
  display: inline-block;
  width: 200px;
  margin-right: 30px;
}
.content-index-photo img {
  max-width: 100%;
}
.content-index-content {
  display: table-cell;
  vertical-align: top;
}



/** Socials */
.socials-container .heading-2 i {
  margin-right: 10px;
  color: #000;
}
.box-social {
  background-color: #EBEBEB;
  padding: 10px;
  margin: 0px -10px 8px -10px;
  height: 200px;
  overflow: hidden;
}
.box-social img{
  margin: 0 -10px 0 -10px;
  width: 110%;
}
.social-video {
  position: relative;
}
.social-video i {
  position: absolute;
  left: 45%;
  top: 33%;
  color: rgba(255,255,255,.6);
  font-size: 20px;
}
.social-video a:hover i {
  color: rgba(255,255,255,1);
}
.social-twitter .social-text {
  display: table;
  height: 100%;
}
.social-twitter .social-text p {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}
.social-date {
  font-size: 13px;
  margin-bottom: 7px;
  color:  #999;
}
.social-date i {
  color:  #999;
  margin-right: 5px;
  font-size: 16px;
}




/** Audios */
.song-nav {
  margin: -20px 10px 20px 0px;
}
.song-nav a {
  display: inline-block;
  font-size: 15px;
  color: #999;
  margin-right: 20px;
  font-weight: 900;
}
.song-nav a.current,
.song-nav a:hover {
  color: #000;
}
.song-author {
  font-style: italic;
}
.song-chord {
  font-weight: 900;
}
.song-director {

}
.song-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e7e7e7;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
}
/** Videos */
  .video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}




/** Carousel */
#carousel {
  margin-top: -50px;
}
#carousel li {
    margin-right: 5px;
}

#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}

#carousel img:hover {
    opacity: 1;
}

#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}




/** Contact */
.input label {
  display: block;
  margin-top: 15px;
}
.input input[type='text'],
.input textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #e7e7e7;
}
.contact-info {
  margin-top: 62px;
}
.contact-info p {
  font-size: 13px;
  margin: 0;
}
.contact-info strong {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #B30022;
}
.error {
  display: block;
  color: #B30022;
}


.pagination{
  margin: 1em 0; 
}

  .pagination a{text-decoration: none;}

  .pagination span{
    display: block;
    float: left;
    padding: .4em .8em;
    background-color: #f2f2f2;
    margin-right:.5em;
  }

    .pagination span.current{
      background-color: #666;
      color: #FFF;
    }


    .logo-amigos img {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
    }


.c-donation__prices {

}
.c-donation__price {
  background-color: #e7e7e7;
  min-height: 170px;
  background-image: url(../img/corazon.svg);
  background-repeat: no-repeat;
  background-size: 68px auto;
  background-position: 10px 16px;
  position: relative;
  cursor: pointer;
}
.c-donation__price span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #E70000;
}
@media screen and (max-width: 420px){
  .c-donation__price {
    background-size: 48px auto;
    min-height: 140px;
  }
  .c-donation__price span {
    font-size: 24px;
    left: 5px;
  }
}
.c-donation__price.active,
.c-donation__price:hover {
  background-color: #E70000;
  background-image: url(../img/corazon_w.svg);
  
}
.c-donation__price:hover span,
.c-donation__price.active span {
  color: #fff;
}
.c-donation__price-select {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-donation__price-select  label {
  max-width: 250px;
}
.c-donation__price-select__input {
  display: flex;
  align-items: center;
  margin-left: 20px;
  background-color: #e7e7e7;
  color: #B30022;
  padding: 5px 10px;
  position: relative;
}
.c-donation__price-select__input .error-message {
  position: absolute;
  bottom: 50%;
  right: -253px;
}
@media screen and (max-width: 1024px){
  .c-donation__price-select__input .error-message {
    bottom: 3%;
    right: -170px;
    width: 151px;
  }
}
.c-donation__price-select__input span {
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
  
}
@media screen and (max-width: 420px){
  .c-donation__price-select__input  {
    margin-left: 0;
  }
  .c-donation__price-select{
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-donation__price-select input {
  border: none;
  background: none;
  min-width: 50px;
  max-width: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}
.c-donation__price-select input:focus {
  outline: none;
}

.c-donation .radio {
  display: flex;
  align-items: center;
}
.c-donation .radio input {
  visibility: hidden;
}
.c-donation .radio label {
  padding-left: 0;
  margin-right: 1em;
  margin-top: 0;
}
.c-donation .radio label:before {
  font-family: "FontAwesome";
  content: '\f10c';
  margin-right: 5px;
}
.c-donation .radio input:checked+label:before {
  font-family: FontAwesome;
  content: '\f111';
}
.c-donation__type {
  margin-top: 2em;
  font-size: 20px;
}
.c-donation-period {
  display: flex;
  align-items: center;
  margin-top: 1em;
  font-size: 16px;
}
@media screen and (max-width: 420px){
  .c-donation-period {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-donation__card {
  margin-top: 2rem;
  display: none;
}
.c-donation__card.active {
  display: block;
}
.c-donation-iban {
  display: none;
}
.c-donation-iban.active {
  display: block;
}
.c-donation__button {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.c-donation__button button {
  background-color: #E70000;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  width: 100%;
  max-width: 470px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-donation-period__label {
  margin-right: 1em;
}
.c-donation .c-donation__method label {
  padding: 15px 20px 60px 20px;
  height: 120px;
  width: 240px;
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: 10px calc( 100% - 5px);
  font-size: 16px;
}

@media screen and (max-width: 420px){
  .c-donation .radio {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-donation .c-donation__method .radio label {
    margin-bottom: 1em;
  }
}
.c-donation .c-donation__method label[for=DonationMethodCard] {
  background-image: url(images/redsys.jpg)
}
.c-donation .c-donation__method label[for=DonationMethodPaypal] {
  background-image: url(images/paypal.jpg)
}
.c-donation .c-donation__method label[for=DonationMethodBankAccount] {
  background-image: url(images/ondelivery.jpg)
}

.c-donation__teunes {
  margin-top: 40px;
}
.c-donation__teunes img {
  max-width: 100%;
}

.c-donation-logo-amigos {
  max-width: 230px;
  margin-bottom: 5rem;
}

.c-donation-share {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

#slider li.flex-active-slide {
  position: relative;
}
#slider li.flex-active-slide:before {
  background: linear-gradient(to bottom, transparent 73%, rgba(0,0,0,0.7) 80%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pull-right {
  position: relative;
  z-index: 9;
}