/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 09-dic-2015, 12:00:49
    Author     : gaby
*/
/*
_____________________________________________________________

			RESET
_____________________________________________________________

*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b,
i, hr, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figure, figcaption, hgroup, menu, footer, header,
nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*
_____________________________________________________________

			NAV
_____________________________________________________________

*/
html, body {
  height: 100%; }

/*
_____________________________________________________________

			BOOTSTRAP
_____________________________________________________________

*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/* *****************************************************
GABY -
* **************************************************** */
* {
  font-family: "Montserrat";
  font-weight: 400;
  color: #363636; }

a, a:visited, a:hover, a:link, a:active {
  text-decoration: none; }

#menupral li {
  display: inline-block;
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
  font-weight: 400; }
  #menupral li.active a {
    color: #e21b1a; }
  #menupral li a {
    color: #363636; }

#menupral li a:hover, #menupral li.active {
  color: #e21b1a; }

#menupral {
  height: 130px; }
  #menupral ul {
    text-align: right; }
    #menupral ul li {
      margin-right: 15px; }
      #menupral ul li:last-of-type {
        margin: 0; }

#menupral ul li a {
  display: block; }

#menupral ul, #menupral ul li, #menupral ul li a {
  height: 130px;
  line-height: 130px; }

#mainLogo {
  width: 90%; }

#madrimasd-header {
  background-color: #c22611;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0; }
  #madrimasd-header #madridmasd-logo img {
    width: 150px; }
  #madrimasd-header .centred-list {
    float: right; }
  #madrimasd-header #madridmasd-social ul, #madrimasd-header #madridmasd-social li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #madrimasd-header #madridmasd-social li {
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle; }
  #madrimasd-header #madridmasd-social a {
    display: table;
    color: inherit;
    border: white 1px solid;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-bottom: 4px; }
    #madrimasd-header #madridmasd-social a i {
      color: white;
      display: table-cell;
      vertical-align: middle; }

#mainHeader {
  height: 185px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.42);
  z-index: 999999 !important; }

#contenedor-logo {
  position: relative;
  height: 100%; }
  #contenedor-logo a {
    display: block;
    position: absolute;
    top: 30px;
    bottom: 0;
    margin: auto; }

#mainSlider {
  width: 100%;
  height: 670px;
  position: relative;
  margin-bottom: 65px; }
  #mainSlider #interior-home {
    position: absolute;
    height: 70%;
    background-color: rgba(18, 45, 56, 0.3);
    width: 100%;
    bottom: 0px;
    text-align: center;
    z-index: 999; }
    #mainSlider #interior-home p {
      color: #FFFFFF; }
    #mainSlider #interior-home h1 {
      font-size: 63px;
      color: #FFFFFF;
      padding-top: 20px;
      font-weight: 700; }
    #mainSlider #interior-home h3 {
      font-size: 23px;
      color: #FFFFFF;
      margin: 20px; }
    #mainSlider #interior-home h2 {
      font-size: 47px;
      color: #FFFFFF; }
  #mainSlider .mainSlide {
    width: 100%;
    height: 100%; }
  #mainSlider #btn-participar {
    font-size: 15px;
    color: #FFFFFF;
    padding: 20px;
    border: 1px solid #FFFFFF;
    margin-top: 30px;
    display: inline-block; }
  #mainSlider #btn-mas {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    font-size: 60px;
    display: block;
    width: 100px;
    height: 60px;
    box-sizing: border-box;
    font-family: serif;
    font-weight: 300;
    line-height: 60px; }
  #mainSlider #prev, #mainSlider #next {
    position: absolute;
    top: 50%;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer; }
    #mainSlider #prev svg, #mainSlider #next svg {
      width: 10px;
      padding-top: 7px; }
  #mainSlider #prev {
    left: 20px; }
    #mainSlider #prev svg {
      margin-left: 8px; }
  #mainSlider #next {
    right: 20px; }
    #mainSlider #next svg {
      margin-left: 11px; }

.titulares {
  text-align: center; }
  .titulares span {
    color: #FFFFFF;
    background-color: #e21b1a;
    font-weight: 700;
    padding: 5px 7px;
    font-size: 14px;
    display: inline-block; }

.proyectos-article, .article-article {
  margin-bottom: 80px; }
  .proyectos-article img, .article-article img {
    width: 100%; }
  .proyectos-article h4, .article-article h4 {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    height: 60px; }
  .proyectos-article .ver-mas-proj, .article-article .ver-mas-proj {
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #e21b1a; }

.fancybox-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none; }

#popup-project {
  padding: 40px;
  overflow-x: hidden; }
  #popup-project img {
    width: 100%; }
  #popup-project #contenedor-img-proj {
    position: relative; }
  #popup-project .img-over {
    position: absolute; }

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 0; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  20% {
    opacity: 1; }
  25% {
    opacity: 0; }
  75% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  #popup-project .animate-flicker {
    -webkit-animation: flickerAnimation;
    animation: flickerAnimation;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
            animation-duration: 15s; }
  #popup-project .img-over {
    left: 0;
    top: 0; }
  #popup-project #txt-popup {
    margin-top: 55px; }

.sectionCover {
  height: 310px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 65px; }
  .sectionCover .container {
    position: relative;
    height: 100%; }
  .sectionCover .row {
    height: 100%;
    position: relative; }
    .sectionCover .row .col-xs-12 {
      position: absolute;
      left: 0;
      bottom: 0; }
  .sectionCover .banner-title {
    font-size: 48px;
    color: #FFFFFF;
    padding: 20px 40px;
    display: inline-block;
    background-color: rgba(226, 27, 26, 0.7); }

#contact-h3 {
  text-align: left; }
  #contact-h3 span {
    text-transform: uppercase; }

#contactForm, #signupForm {
  margin-bottom: 20px; }
  #contactForm textarea, #contactForm input, #signupForm textarea, #signupForm input {
    border-radius: 3px;
    border: 1px solid #e21b1a; }
  #contactForm input:not([type=submit]), #signupForm input:not([type=submit]) {
    padding: 25px 10px; }
  #contactForm input[type=submit], #signupForm input[type=submit] {
    background-color: transparent; }
  #contactForm select, #signupForm select {
    height: 50px; }
  #contactForm textarea, #signupForm textarea {
    height: 300px; }

#signupForm select {
  border-radius: 3px;
  border: 1px solid #e21b1a; }

aside h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }

aside h4 {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.3em; }

#proyectos-h3 {
  margin-bottom: 100px; }

#inscribir-h3, #actualidad-h3 {
  margin-bottom: 40px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #e21b1a;
  border-color: #e21b1a; }

.pagination > li > a, .pagination > li > span {
  color: #e21b1a; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: transparent;
  color: #e21b1a; }

.wrapper-paginator {
  margin: 24px;
  display: -ms-flexbox;
  display: flex; }
  .wrapper-paginator ul {
    margin: 0 auto;
    display: block; }

.info-item {
  margin-bottom: 60px; }
  .info-item .info-texto {
    font-size: 13px; }
  .info-item .info-box-wrapper {
    margin-top: 30px; }

.program-filter .titulares span {
  background-color: rgba(226, 27, 26, 0.7);
  width: 100%;
  text-align: center; }

.program-filter.active .titulares span, .program-filter:hover .titulares span {
  background-color: #e21b1a; }

.programa-item {
  margin-bottom: 80px; }
  .programa-item .program-date {
    font-size: 13px;
    color: #e21b1a; }
  .programa-item .program-title {
    font-size: 13px;
    margin: 20px 0px;
    text-transform: uppercase; }
    .programa-item .program-title div {
      font-weight: 700; }
  .programa-item .program-text {
    font-size: 13px;
    margin-bottom: 30px; }
  .programa-item .program-finished-wrapper, .programa-item .program_handler {
    height: 54px;
    width: 100%;
    border: 1px solid #e21b1a;
    border-radius: 1px;
    line-height: 54px;
    text-align: center; }
  .programa-item .btn {
    padding: 0; }
  .programa-item .program-finished-wrapper {
    background-color: #e21b1a;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700; }
    .programa-item .program-finished-wrapper .program-finished {
      color: #FFFFFF; }
  .programa-item .program_handler {
    font-size: 14px;
    color: #363636; }

#bloque-sot-program {
  background-color: #f5f5f5;
  padding: 65px 0; }
  #bloque-sot-program h1 {
    font-size: 24px;
    font-weight: 700; }
  #bloque-sot-program h2 {
    font-size: 13px;
    line-height: 18px; }

#filtro-pgm {
  margin-top: 30px;
  margin-bottom: 65px; }

#titulo-forum {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em; }
  #titulo-forum strong, #titulo-forum b {
    color: #e21b1a; }

#subtitulo-forum {
  margin: 55px 0;
  font-size: 13px; }

#contenido-forum {
  font-size: 13px; }
  #contenido-forum img {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  #contenido-forum h1, #contenido-forum h2 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase; }
  #contenido-forum h3, #contenido-forum h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e21b1a;
    margin: 20px 0; }
  #contenido-forum h4 {
    color: inherit; }

#tutorias-art, #otras-actividades-art {
  font-size: 13px;
  margin-bottom: 90px; }
  #tutorias-art img, #otras-actividades-art img {
    display: block;
    margin-top: 30px;
    margin-bottom: 35px; }
  #tutorias-art h2, #otras-actividades-art h2 {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 30px; }

.no-margin-bottom.sectionCover {
  margin-bottom: 0; }

#subFooter .container {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 35px 0;
/*  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  opacity: 0.8; }
  #subFooter .container .img-organizadores {
    width: 20%;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block; }
  #subFooter .container .col-xs-4 a:nth-of-type(1) .img-organizadores, #subFooter .container .col-xs-9 a:nth-of-type(1) .img-organizadores {
    width: 25%; }
    #subFooter .container .col-xs-4 a:nth-of-type(1) .img-organizadores:first-of-type, #subFooter .container .col-xs-9 a:nth-of-type(1) .img-organizadores:first-of-type {
      width: 50%; }
      @media (max-width: 991px) {
        #subFooter .container .col-xs-4 a:nth-of-type(1) .img-organizadores:first-of-type, #subFooter .container .col-xs-9 a:nth-of-type(1) .img-organizadores:first-of-type {
          width: 100%;
          max-width: 200px; } }

.promovido {
  padding: 20px 8px;
  display: inline-block; }

#subFooter .container {
  padding-top: 0px; }

#subFooter {
  margin-top: 0; }

/*#subFooter .container .img-organizadores {
    padding-top: 0;
}*/
footer {
  padding-top: 20px;
  padding-bottom: 70px; }
  footer ul {
    list-style-type: none; }
    footer ul li a, footer ul li a:hover, footer ul li a:active, footer ul li a:link, footer ul li a:visited {
      /* color: #c5c5c5; */
      color: #000;
      font-size: 11px;
      text-transform: uppercase; }
  footer #siguenos-twit {
    /* color: #c5c5c5; */
    color: #000;
    padding-left: 20px;
    display: inline-block; }

.pasos-article {
  font-size: 13px;
  margin-bottom: 40px; }
  .pasos-article img {
    display: block;
    margin-bottom: 60px; }
  .pasos-article h4 {
    font-size: 13px;
    color: inherit;
    font-weight: 700;
    margin-bottom: 10px; }
    .pasos-article h4 .rote {
      color: #e21b1a;
      font-weight: 700; }

section#proyectos {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 60px; }

#testimonial {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 24px; }
  #testimonial h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px; }
    #testimonial h2 p {
      font-weight: 700; }
  #testimonial h4 {
    font-size: 20px;
    color: #e21b1a;
    text-transform: uppercase;
    font-weight: 700; }
  #testimonial h5 {
    font-size: 20px;
    text-transform: uppercase; }
  #testimonial .right {
    float: right;
    padding: 48px 0; }

aside .titulares {
  text-align: left; }

#subFooter {
  margin-top: 36px; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
.fancybox-opened {
    z-index: 999999;
}
.fancybox-inner #contenedor-suscripcion {
  width: 100%;
  left: 0; }

#image-formacion {
  width: 100%; }

.notification {
  padding: 20px; }
  .notification .notification-close {
    cursor: pointer; }

form .form-group {
  margin-bottom: 0; }

form input[type="submit"] {
  margin-top: 15px; }

#nur-signup a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 48px; }

#nur-signup #btn-participar {
  font-size: 15px;
  color: #363636;
  padding: 20px;
  border: 1px solid #363636;
  margin-top: 30px;
  display: inline-block;
  margin: 0 auto;
  text-align: center; }

.texto-article-previo {
  height: 100px;
  overflow: hidden; }

@media (min-width: 768px) {
  #mainHeader {
    height: 185px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8000; }
  body {
    padding-top: 185px; } }

label#label-anexar {
  color: rgba(85, 85, 85, 0.8);
  font-weight: 300;
  margin-top: 12px; }

img#img-com-madrid {
  padding-left: 0 !important;
  margin-right: 25px !important; }

img#img-fundacion {
  padding-right: 0 !important; }

#contenedor-logo a {
  width: 100%; }
  #contenedor-logo a img {
    width: 80%; }

/*
_____________________________________________________________

                RESPONSIVE TABLET AND SMARTPHONE
_____________________________________________________________

*/
@media (min-width: 992px) {
  .proyectos-article.col-md-3, .article-article.col-md-3 {
    width: 20%; } }

@media (min-width: 768px) {
  .left-klein-sm-padding {
    padding-left: 5px; }
  .right-klein-sm-padding {
    padding-right: 5px; } }

.article-article .texto-article-previo {
  font-size: 12px;
  margin-bottom: 24px; }

.article-article .fecha-noti {
  color: #e21b1a; }

#colaboradores-div {
  width: 45%;
  float: left;
  clear: left; }
  #colaboradores-div .promovido {
    display: inline-block;
    float: left;
    margin-bottom: 12px; }
  #colaboradores-div a {
    width: 20%;
    display: inline-block;
    float: left; }
    #colaboradores-div a:first-of-type {
      clear: left; }
    #colaboradores-div a img {
      width: 100%; }

.project-a {
  color: inherit; }

/*
JUNE 2016
*/
#container-modules {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row; }

article.art-module {
  padding-bottom: 60px; }
  article.art-module .module_title {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0px 15px; }
  article.art-module .module_subtitle {
    font-size: 15px; }
    article.art-module .module_subtitle strong {
      font-size: 15px; }
    article.art-module .module_subtitle p:not(strong) {
      font-size: 13px;
      color: #b3b3b3 !important; }
  article.art-module .module_icon_title {
    border-top: 1px #b3b3b3 solid;
    padding-top: 15px;
    color: #e21b1a;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
    article.art-module .module_icon_title span {
      color: #FFF;
      background-color: #e21b1a;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px;
      height: 35px;
      width: 35px;
      text-align: center;
      line-height: 35px; }

#prizes-container h1, #prizes-container h2, #prizes-container div {
  margin-bottom: 20px; }

.gamma-container {
  margin-bottom: 50px; }

#destacado-premios a {
  color: #e21b1a; }

.gamma-gallery li {
  padding: 15px !important; }

.gamma-description {
  top: auto !important;
  bottom: 15px !important;
  left: 15px !important;
  right: 15px !important;
  height: 20%;
  background: rgba(0, 0, 0, 0.6) !important; }
  .gamma-description h3 {
    color: #FFF !important;
    text-align: left !important;
    font-size: 0.7em !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    text-transform: none; }

@media (max-width: 768px) {
  .proyectos-article h4 {
    height: initial; }
  #popup-project #txt-popup {
    margin-top: 15px; }
  .left-klein-sm-padding {
    margin-top: 12px; }
  #bloque-sot-program {
    padding: 24px 0; }
  #tutorias-art, #otras-actividades-art {
    margin-bottom: 30px; }
    #tutorias-art img, #otras-actividades-art img {
      display: block;
      margin-top: 0;
      margin-bottom: 10px;
      margin: 0 auto; }
  #otras-actividades-art {
    margin-bottom: 90px; }
  #filtro-pgm {
    margin-bottom: 30px; }
  footer .col-sm-2 {
    margin-top: 20px; }
  .pasos-article {
    text-align: center;
    margin-bottom: 40px; }
    .pasos-article img {
      margin: 0 auto;
      margin-bottom: 20px; }
  /*
    menu
    */
  #menupral {
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5000;
    position: fixed;
    right: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out; }
    #menupral ul li {
      display: block;
      height: initial;
      margin: 0;
      line-height: initial;
      height: 35px;
      font-size: 1.2em; }
    #menupral.opened {
      height: 300px; }
  #hamburger-icon {
    width: 50px;
    height: 25px;
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    z-index: 5000; }
    #hamburger-icon .line {
      display: block;
      background: #e21b1a;
      width: 50px;
      height: 6px;
      position: absolute;
      left: 0;
      border-radius: 3px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s; }
      #hamburger-icon .line.line-1 {
        top: 0; }
      #hamburger-icon .line.line-2 {
        top: 50%; }
      #hamburger-icon .line.line-3 {
        top: 100%; }
    #hamburger-icon ul li {
      display: block;
      height: initial;
      margin: 0;
      line-height: initial;
      height: 35px;
      font-size: 1.2em; }
    #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px); }
    #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
      transform: translateY(3px);
      -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px); }
    #hamburger-icon.active .line-1 {
      transform: translateY(12.5px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(12.5px) translateX(0) rotate(45deg);
      -moz-transform: translateY(12.5px) translateX(0) rotate(45deg); }
    #hamburger-icon.active .line-2 {
      opacity: 0; }
    #hamburger-icon.active .line-3 {
      transform: translateY(-12.5px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-12.5px) translateX(0) rotate(-45deg); }
  #mainSlider {
    height: 600px; }
    #mainSlider #btn-mas {
      left: initial;
      height: 30px;
      line-height: 30px;
      width: 40px;
      font-size: 35px; }
    #mainSlider #interior-home {
      top: 0;
      height: 100%; }
      #mainSlider #interior-home h1 {
        font-size: 35px; }
      #mainSlider #interior-home h3 {
        font-size: 20px; }
      #mainSlider #interior-home h2 {
        font-size: 35px; }
  .sectionCover {
    height: 200px;
    background-position: center; }
  .sectionCover .banner-title {
    font-size: 26px; }
  .info-box-wrapper img {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px; }
  #subFooter .container .img-organizadores {
    width: 48%;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block; }
  #subFooter .container .promovido {
    display: block;
    box-sizing: border-box;
    margin: 0 12px; }
  #colaboradores-div {
    float: none !important;
    width: 100%; }
    #colaboradores-div .promovido {
      display: block !important;
      margin-bottom: 12px !important; }
  #subFooter .container a:nth-of-type(1) .img-organizadores, #subFooter .container a:nth-of-type(2) .img-organizadores {
    width: 46%;
    margin: 0 !important;
    padding: 0 !important; }
  .container .promovido:first-of-type {
    margin-top: 36px !important; }
  #contenedor-logo a {
    width: 200px;
    margin: 0 auto; } }

@media (min-width: 768px) and (max-width: 1024px) {
  #menupral li {
    font-size: 10px;
    margin-right: 2px !important; }
  #subFooter .container a:nth-of-type(1) .img-organizadores, #subFooter .container a:nth-of-type(2) .img-organizadores {
    width: 22%; } }

.fancybox-wrap .container {
  padding: 50px;
}
.fancybox-wrap .container h1 {
  margin: 15px 0;
  font-weight: 700;
}
.fancybox-wrap .container h3 {
  margin-bottom: 15px;
  padding-top: 20px;
}
.fancybox-wrap .container p {
  margin-bottom: 20px;
}
.fancybox-wrap .container ul {
  padding-left: 20px;
}
.fancybox-wrap .container li {
  margin-bottom: 5px;
}
