@import url('https://fonts.googleapis.com/css?family=Raleway:400,900');

body
	{
		background: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
	}

.heading {
  font-size: 22px;
  font-weight: bolder;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -1px;
  word-spacing: 2px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFB300;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 22px;
  font-family: 'Raleway', sans-serif;
}

hr {
	border-top: 2px solid #FFD496;
	width: 120px;
}

a, a:visited {
  color: #FFB300;;
}

a:hover {
  color: #FFB300;
}



#menu, #gallery, #team, #news, #press {
	padding-top: 100px;
	padding-bottom: 100px;
}
#contact, #footer {
  background: #000;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #000;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #FFB300;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* start navigation */
.navbar-default {
  background: #000;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
}
.navbar-brand, .navbar-nav li a {
  line-height: 38px;
  padding-top: 5px;
  color: #fff !important;
}
.navbar-default .navbar-brand  {
  color: #FFB300;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a {
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 5px;
  color: #fff !important;
}
.navbar-default .navbar-nav li a:hover {
  color: #FFD496 !important;
}
.navbar-default .navbar-nav img {
  padding: 0 0;
  margin: 0 0;
  vertical-align: top;
}


/* home section */
#home {
  background: url('../img/portada_2020.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  height: 100vh;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #home {
    visibility: hidden;
    height: 0 !important;
    max-height: 0 !important;
  }
}
#home h1 {
  font-size: 20px;
  letter-spacing: 8px;
  font-style: normal;
  padding-top: 10px;
}
#home .btn {
  background: #000000;
  border-radius: 0;
  border: 3px solid #FFD496;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0px 0px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #000;
  color: #FFD496;
}

/* team section */
#team {
  text-align: center;
}
#team h3 {
  font-size: 18px;
  line-height: 4px;
}
#team h4 {
  color: #FFF;
  padding-top: 24px;
}
#team .col-md-4 {
 padding-top: 42px;
}

/* menu section */
#menu h4 {
	line-height: 1.5;
}
#menu .col-md-8{
  padding-bottom: 42px;
}
#menu .col-md-6 {
  padding-bottom: 18px;
}
#menu span {
  color: #FFB300;
}

/* gallery section */
#gallery, #press .presst{
  padding-top: 50px;
  padding-bottom: 50px;
}
#gallery .col-md-4, #press .col-md-8 {
  padding-top: 46px;
}
#gallery img {
  width: 100%;
  padding-bottom: 12px;
}
#gallery .col-md-4 div, #press .col-md-8 div {
  position: relative;
  bottom: 12px;
  padding-bottom: 4px;
}
#gallery h3, #press h3{
  font-size: 14px;
  line-height: 4px;
}

#press a {
  color: #FFB300;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

#press p {
  text-transform: none;
  font-weight: 400;
}

#press a:hover {
  color: #FFB300;
  text-decoration: none;
}

#news .btn {
  background: transparent;
  border-radius: 0;
  border: 1px solid #FFD496;
  color: #FFF;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 16px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
#news .btn:hover {
  background: #FFB300;
  color: #ffffff;
}
#news h4, #news h5  {
  color: #FFD496;
}

.info {
  margin-bottom: 30px;
}

.carta {
  background-color: #fff !important;
}

.carta h1 {
  color: #000 !important;
}

.carta h2 {
  color: #333 !important;
}

.carta h3 {
  font-size: 18px !important;
}

.carta p {
  color: #666 !important;
}

/* contact section */
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
}
#contact a{
  color: #fff;
}
#contact a:hover{
  color: #FFB300;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#contact .col-md-8 {
  margin-bottom: 32px;
}
#contact .form-control {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  color: #000;
}
#contact .form-control:focus {
  border-color: #FFD496;
}
#contact input {
  height: 48px;
}
#contact input[type="submit"] {
  background: transparent;
  border: 1px solid #999;
  border-radius: 5px;
  letter-spacing: 0px;
  margin-top: 12px;
  height: 30px;
  padding: 2px 5px;
  width: 100px;
  text-align: center;
  color: #fff;
}
#contact input[type="submit"]:hover {
  background: #FFB300;
  color: #ffffff;
}

/* footer section */
footer {
  color: #FFD496;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
footer h2 {
  padding-bottom: 5px;
}
footer h3 {
  padding-top: 2px;
}
footer p {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -1px;
  word-spacing: 2px;
}
footer span {
  font-weight: 500;
  padding-left: 24px;
}
footer .ph, footer .address {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .fa {
  font-size: 12px;
  padding-right: 10px;
}

footer a {
  text-decoration: none;
  color:#FFD496;
}

/* social icon */
.social-icon {
  padding: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 0;
}
.social-icon li a {
  color: #FFD496;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 5px;
  margin-right: 8px;
  margin-left: 8px;
  top: 0;
  position: relative;
  padding: 0;
}
.social-icon li a:hover, footer a:hover {
  color: #FFB300;
  text-decoration: none;
}

/* copyright section */
#copyright {
  background: #000;
  color: #FFB300;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#copyright p {
  color: #FFF;
}
#copyright a {
  color: #FFD496;
}
#copyright a:hover {
  color: #FFB300;
  text-decoration: none;
}