/*

Template 2099 Scenic

http://www.tooplate.com/view/2099-scenic

*/



@font-face {
    font-family: "ArialMTProLight";
    src: url(/themes/actual/fonts/ArialMTPro-Light.woff2) format("woff2"),url(/themes/actual/fonts/ArialMTPro-Light.woff) format("woff"),url(/themes/actual/fonts/ArialMTPro-Light.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: "ArialMTPro-LightCond";
    src: url(/themes/actual/fonts/ArialMTPro-LightCond.woff2) format("woff2"),url(/themes/actual/fonts/ArialMTPro-LightCond.woff) format("woff"),url(/themes/actual/fonts/ArialMTPro-LightCond.otf) format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: "ArialMTPro-BoldCond";
    src: url(/themes/actual/fonts/ArialMTPro-BoldCond.woff2) format("woff2"),url(/themes/actual/fonts/ArialMTPro-BoldCond.woff) format("woff"),url(/themes/actual/fonts/ArialMTPro-BoldCond.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

html,body {
    font: normal 300 20px ArialMTProLight,sans-serif;
    line-height: 1.3;
}
body {
  background: #000000;
  font-family: 'ArialMTProLight', sans-serif;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
  color: #ddd;
}

h1,.h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-family: "ArialMTPro-LightCond";
}

h2 {
  font-size: 2.5rem;
  line-height: 40px;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 32px;
}

h4 {
  color: #ddd;
  font-size: 18px;
  line-height: 28px;
}

p, ul.texto {
  color: #ffffff;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.5px;
}

ul.nomargin{margin-bottom: 0}

.bg-blanco p, .bg-blanco ul.texto{
  color: #000;
}

img.esq{
    border-radius: 5px;
}

.big{
  font-size: 120%
}

.w-100{
  width: 100%;
}

.d-flex{
  display: flex;
}


/*---------------------------------------
  BUTTONS               
-----------------------------------------*/

.section-btn {
  margin: 32px 0 0 0;
  padding: 0;
}

.section-btn a,
.section-btn button {
  line-height: 45px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;
}

.section-btn a span,
.section-btn button span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background: #c2002f;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.csstransforms3d .section-btn a span::before,
.csstransforms3d .section-btn button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 1px;
  color: #ffffff;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.section-btn a:hover span,
.section-btn a:focus span,

.section-btn button:hover span,
.section-btn button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,

.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
  background: #000000;  
}


/*---------------------------------------
  GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #c2002f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c2002f;
}

.section-title {
  position: relative;
  padding-bottom: 22px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about, #project,
#team, #contact, #equipo, footer {
  background: #000000;
}

.bg-blanco, #topics{background: #fff;color: #000}
.bg-blanco, #topics *{background: #fff;color: #000}

#about, #topics,
#team, #contact, #equipo {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}


/*---------------------------------------
  PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  MENU             
-----------------------------------------*/

.navbar-brand{
  height: auto;
  padding: 7px 15px;
  text-align: center;
}

.custom-navbar {
  margin-bottom: 0;
  background-color: #c2002f;
  padding: 20px 0;
}

.custom-navbar .navbar-brand {
  color: #f9f9f9;
  font-weight: normal;
  font-size: 25px;
}

.custom-navbar .nav li a {
  font-size: 14px;
  font-weight: normal;
  color: #f9f9f9;
  letter-spacing: 0.5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 10px 15px;
  text-transform: uppercase;
}

.custom-navbar .navbar-nav > li{
  margin-bottom: 0;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.custom-navbar .navbar-nav li a:hover:after,
.custom-navbar .nav li.active > a:after {
  background: #ffffff;
  color: #ffffff;
  width: 100%;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #ffffff;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}


.custom-navbar .nav li.menuDestacado {
    color: #c2002f;
    background-color: #ffffff;
}


.custom-navbar .nav li.menuDestacado a {
    color: #c2002f;
    font-weight: bold;
}




@media(min-width:768px) {
  .custom-navbar {
    background: 0 0; 
  }
  .custom-navbar.top-nav-collapse {
    background: #c2002f;
    padding: 15px 0;
  }
}



section{
  padding-top: 160px;
  padding-bottom: 160px
}

li{margin-bottom: 15px}

/*---------------------------------------
  HOME             
-----------------------------------------*/

.bg {
  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;
  min-height: 100vh;
  position: relative;
  padding-top: 10em;
}

#home h1 {
  color: #ffffff;
  font-size: 6.5em;
  line-height: 1.2em;
}

#home h2 {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1;
}

#home p {
  color: rgba(250,250,250,0.7);
}

.bg .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
}

#home video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
    background-image: url(http://www.nebrija.com/nebrija-to-dakar/videos/cover.jpg);
  transition: 1s opacity;
}



/*---------------------------------------
  ABOUT              
-----------------------------------------*/

#about {
  padding-top: 200px;
  padding-bottom: 150px;
}

 h2 {
  font-size: 50px;
    line-height: 70px;
    color: #ffffff;
}

.bg-blanco h2{color: #c2002f}

.bg-blanco h3,
 h3 {
    color: #c2002f;
    font-size: 1rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 25px 0;
}

.bg-blanco h3{
  font-weight: bold;
}


#dates{height: auto;}


/*---------------------------------------
  PROJECT              
-----------------------------------------*/

.project-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.project-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.project-info {
  padding: 12em 0;
}

.project-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.project-item:hover img {
  transform: scale(1.1);
}

.project-overlay h1 {
  color: #ffffff;
  margin: 0;
}
.project-overlay h3 {
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 0;
}

.project-item:hover .project-overlay {
  opacity: 1;
}


/*---------------------------------------
   TEAM             
-----------------------------------------*/

#team .item {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}

.team-item {
  overflow: hidden;
  position: relative;
  margin-top: 34px;
  margin-bottom: 16px;
}

.team-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.team-item:hover img {
  transform: scale(1.1);
}

.team-overlay {
  background: rgba(0,0,0,0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.team-overlay .social-icon {
  position: relative;
  top: 80%;
}
.team-overlay .social-icon li {
  color: #ffffff;
  width: 100%;
  height: 35px;
  text-align: center;
}

.team-item:hover .team-overlay {
  opacity: 1;
}


/*---------------------------------------
  EL EQUIPO             
-----------------------------------------*/
.bg, #home.bg{
  background: url('../images/madrid-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#dates.bg{background-image:url('../images/madrid2-bg.jpg')} 
.bg.toledo{background-image:url('../images/toledo-bg.jpg')} 
.bg.princesa{background-image:url('../images/princesa-bg.jpg')} 
#home.bg.otra{background-image:url('../images/madrid2-bg.jpg')} 


div.caja{
box-sizing: border-box;
  border: 1px #c2002f solid;
  padding: 20px;
  margin: 25px 10px;
background-color: rgba(0, 0, 0, .5);
}

.bg div.caja{border:0 } 
.bg-blanco div.caja{
background: #eee;
}

.bg h3{
  color:#fff;
  margin: 30px 0; } 

div.caja .h3,
div.caja h3{
  font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 30px 0 15px;
    color: #c2002f;
    background: #fff;
    text-align: center;
    padding: 14px 10px;
    font-weight: bold;
    line-height: 1.3;
}



/*---------------------------------------
PARTNERS             
-----------------------------------------*/
#home.bgpartners{
  background: url('../images/partners-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}
#team.bgpartners2{
  background: url('../images/partners2-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#team.bgpartners2 h3{
    color: #ffffff;
}



/*---------------------------------------
  CONTACT             
-----------------------------------------*/

#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#contact-form {
  padding-top: 22px;
}

#contact .text-success,
#contact .text-danger {
  display: none;
  padding: 0 0 5px 20px;
}

#contact .form-control {
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-color: #d9d9d9;
}

#contact input {
  height: 55px;
  line-height: 45px;
}

#contact .section-btn {
  margin: 5px 0 0 0;
}

#contact button#cf-submit {
  background: transparent;
  border: none;
  padding: 0;
  line-height: 50px;
}


/*---------------------------------------
  FOOTER              
-----------------------------------------*/

footer {
  padding-top: 120px;
  padding-bottom: 60px;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    
}

footer h2 {
    color: #c2002f;
}

footer h4 {
  padding-top: 12px;
    color: #c2002f;
}

footer a {
  color: #ffffff;
}

footer .copyright-text {
  padding-top: 42px;
}


/*---------------------------------------
  SOCIAL ICON             
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100%;
  color: #292929;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  position: relative;
  margin: 4px 8px 0 8px;
}

.social-icon li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.float-right{float: right;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (min-width: 1200px) {
  #dates{height: 80vh;}
}

@media (max-width: 992px) {
  #home h1 {
    font-size: 4em;
    line-height: normal;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 30px;
    line-height: inherit;
  }

  #home {
    padding-top: 0em;
  }

  #about {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .project-info {
    padding: 4em 0;
  }

  footer {
    text-align: center;
  }
  footer .social-icon {
    margin-top: 32px;
  }
}

@media (max-width: 770px) {
  #home h1 {
    font-size: 3.5em;
  }
}

@media (max-width: 767px) {
  .custom-navbar {
    padding: 0;
  }
  .custom-navbar .navbar-brand{
    padding: 15px;
  }
  .custom-navbar .nav li a {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 0;
  }
  .custom-navbar .nav li:last-child a {
    margin-bottom: 5px;
  }

  .project-info {
    padding: 10em 0;
  }

  .footer-info {
    padding: 22px 0 22px 0;
  }
}


@media (max-width: 580px) {
  h1 {
    font-size: 26px;
  }

  #home {
    height: 100vh;
  }

  .about-info h3 {
    font-size: 12px;
    letter-spacing: 6px;
  }

  .project-info {
    padding: 5em 0;
  }
}