html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', 'helvetica', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
}

body {
    webkit-tap-highlight-color: #222222;
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}

hr.light {
    border-color: black;
}

hr.separate {
    border-color: #ccc;
    max-width: 100%;
    border-width: 1px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}

hr.separate-white {
    border-color: white;
    max-width: 100%;
    border-width: 1px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}

 a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #F05F40;
}

 a:hover, .reportajes a:focus {
    color: #eb3812;
    text-decoration: underline;
    cursor: hand;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h1 {
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.2;
}

a.title {
    color: white;
    line-height: 1.2;
}

.title a:hover, .title a:focus {
    color: white;
    text-decoration: underline;
    cursor: hand;
    ;
}

a.title_black {
    color: #555;
    line-height: 1.2;
}

.title_black a:hover, .title_black a:focus {
    color: #555;
    text-decoration: underline;
    cursor: hand;
    ;
}

.text-faded {
    color: rgba(255, 255, 255, 0.9);
}

p {
    line-height: 1.5;
    font-size: 1.8rem;
    margin: 20px 0;
    padding: 0;
    padding-bottom: 0.1rem;
    font-weight: 300;
}

p a {
    text-decoration: underline;
    cursor: hand;
}

.reportajes h1 {
    color: black;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.2;
}
.reportajes h3 {
    color: black;
    line-height: 1.2;
    padding-bottom:15px;
}

.reportajes a {
    color: black;
}

.bg-primary {
    background-color: #f7f7f7;
}

.section-heading {
    color: black;
    padding-top: 10px;
}

.section-heading-white {
    color: white;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.videos {
    border: 0 none;
    box-shadow: none;
    background-color: #222;
}

.videos-ani {
    border: 0 none;
    box-shadow: none;
    padding-bottom:15px;
    align-content: center;
}

.videos-ani h1 {
    color: black;
    font-weight: 800;
    font-size: 2.4rem;
}

.videos-ani a {
    color: black;
}

.quote {
  align-content: center;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
}

section {
    padding: 20px 0 20px 0;
}

.marbella h4, .reportajes h4, .history h4 {
    text-transform: uppercase;
      text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
      font-weight: 400;
      line-height: 1.1;
      color:#fff;
      font-size: 1.2rem;
  }

footer {
    padding-bottom: 10px;
    color: #777;
    border-top: 0px solid #e5e5e5;
}

.margin-rrss {
  margin-top:40px;

}
.pie a {
    color: #777;
}

.copyright {
    color: #333;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar {
    min-height: 70px !important
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('/img/header.jpg');
    text-align: center;
    color: white;
}

header .header-content {
    position: relative;
    text-align: center;
    padding: 70px 15px 100px;
    width: 100%;
}

header .header-content .header-content-inner h1 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    font-size: 2rem;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 5rem;
    }
    header .header-content .header-content-inner p {
        font-size: 2.5rem;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

header .scroll-down {
    position: relative;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

header .scroll-down .btn {
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100% !important;
    line-height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    font-size: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

header .scroll-down .btn:hover {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}

h1.caption {
    font-size:18px;
}

.scroll-down {
    z-index: 999;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}


/* steps */

.bs-wizard {
    margin-top: 50px;
    margin-bottom: 50px;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #595959;
    font-size: 1.2em;
    padding: 2px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    background-color: #d9d9d9;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #ddd;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
    background-color: #d9d9d9;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


/* #social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#social {
    -webkit-transform: scale(1);

    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
*/

.embed-responsive-1by1 {
    padding-top: 100%;
    height: auto;
}

.marbella {
  background-color: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  height: 510px;
  color: white;
  font-size: 400;
  align-items: center;
  justify-content: center;
  background-position:center;

}
.history {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/img/leganitos24-apr.jpg') top center no-repeat;
    height: 510px;
    color: white;
    font-size: 400;
    background-color: black;
}

.marbella h1, .history h1 {
    font-size: 3.8rem;
    font-weight: 800;
    text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
    color:#fff;

}

.marbella h2, .history h2 {
  padding-top: 1.5rem;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 300;
    text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
    color:#fff;

}

.participativos h1 {
    font-size: 3.8rem;
    font-weight: 800;

}

.vgallery {
margin:0;
padding: 0;
}
     #video-gallery {
 width: 100%;

}
