html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-height: 767px) {
  p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.5;
  }
}
a {
  color: #1d97d9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #11587f;
}
.light {
  font-weight: 400;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000000;
}
.navbar-brand {
  font-weight: 700;
  height: 50px;
}
.navbar-custom a {
  color: #ffffff;
}
.navbar-custom .nav li > a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li > a:hover,
.navbar-custom .nav li > a:focus,
.navbar-custom .nav li>.active {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #ffffff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
}
@media (min-width: 767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    background-color: #ffffff;
    padding: 0;
  }
  .top-nav-collapse a {
    color: #000000;
  }
  .top-nav-collapse  a:hover,
.top-nav-collapse  a:focus,
.top-nav-collapse .active {
  outline: none;
  background-color: rgba(150, 150, 150, 0.2) !important;
}
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
 .top-nav-collapse .divider-vertical {

border-right-color:  #ccc !important;

}
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  //padding: 100px 0;
  text-align: center;
  color: #ffffff;
  //background: url('../img/background.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body img {
  width: 100%;
  margin-bottom: 15px;
}
.intro .intro-body h1 {
  margin-bottom: 0;
}
.intro .intro-body h2 {
  margin-top: -33px;
  margin-bottom: 0;
}
.intro .ribbon {
  display: none;
}
@media (min-width: 992px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .ribbon {
    display: block;
  }
}
.content-section {
  padding-top: 100px;
  min-height: 100%;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: #ffffff;
  background: url(../img/bricks3.jpg) no-repeat center center fixed;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.visit-section {
  background: url('../img/mapa_iberia.png') no-repeat;
  background-position: right -400px center;
  /*background: white url(../img/line.png) repeat-x top;*/
}
@media (max-width: 440px) {
  .visit-section {

    background: none;
   
  }
  
}
.visit-section img {
  width: 100%;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 100px;
  }
  .download-section {
    padding: 100px 0;
  }
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid #1d97d9;
  color: #1d97d9;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #1d97d9;
  outline: none;
  color: #000000;
  background-color: #1d97d9;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #000000;
  border-radius: 35px;
  font-size: 40px;
  color: #000000;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #000000;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle.light {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-circle.light:hover,
.btn-circle.light:focus {
  color: #ffffff;
}
.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
/******************************************************************************/
dl.schedule {
  margin: 0;
  padding-left: 100px;
  height: auto;
  background: #ffffff url(bar.gif) bottom left no-repeat;
  line-height: 1em;
}
dl.schedule dd,
dl.schedule dt {
  height: 2em;
  line-height: 2em;
}
dl.schedule dt {
  float: left;
  text-align: right;
  margin-left: -120px;
  width: 120px;
  font-weight: bold;
}
dl.schedule dd {
  margin: 0;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
dl.schedule dd span {
  float: right;
  color: white;
  margin: 0 5px;
}
dl.schedule dd span:first-child {
  float: left;
}
dl.schedule dd.time {
  display: block;
}
dl.schedule dd.time div {
  width: 8.3%;
  display: inline-block;
  float: left;
  margin-left: -4.15%;
  margin-right: 4.15%;
  text-align: center;
}
dl.schedule dd.c1 {
  background: #ccc;
}
dl.schedule dd.c2 {
  background: #009DC0;
}
dl.schedule dd.d1 {
  margin-left: 41.9%;
  width: 49.9%;
}
dl.schedule dd.d2 {
  margin-left: 41.9%;
  width: 49.9%;
}
dl.schedule dd.d3m {
  margin-left: 8.3%;
  width: 20.83%;
}
dl.schedule dd.d3t {
  margin-left: 12.8%;
  width: 24.9%;
}
dl.schedule dd.d3t2 {
  margin-left: 0;
  width: 24.9%;
}
dl.schedule dd.d10 {
  margin-left: 41.9%;
  width: 33.3%;
}
.sponsor {
  margin-top: 20px;
}
.sponsor .logo {
  display: block;
  margin: 0 0;
}
.sponsor .logo img {
  width: 130px;
}
.copyright {
  font-size: 14px;
  margin-top: 35px;
}
.ribbon {
  background-color: #a00;
  overflow: hidden;
  white-space: nowrap;
  /* top left corner */

  position: absolute;
  right: -50px;
  top: 40px;
  /* 45 deg ccw rotation */

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /* shadow */

  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.ribbon a {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: 1.4em sans-serif;
  margin: 1px 0;
  padding: 10px 10px;
  min-width: 230px;
  text-align: center;
  text-decoration: none;
  /* shadow */

  text-shadow: 0 0 5px #444;
}






            .bgstage {
                position: absolute;
                top: 0px;
                left: 0;
                width: 100%;
               
                height: 325px;
                overflow: hidden;
                margin-top: 150px;

            }
            .anim_container
            {
                background: url(../img/bg_1.png) no-repeat bottom center fixed #50CCE0;
                width: 100%;
              
            }

            #bg1{
                background:  url(../img/bg_2.png) repeat-x;  



            }
            #bg2{
                background: url(../img/bg_3.png)repeat-x;    

            }
            #bg3{
                background: url(../img/bg_4.png) repeat-x;    


            }
             #bg4{
                background: url(../img/cloud_1.png) ;    


            }
            #bg_title{
                // background: url(../img/arte.png) no-repeat center center;    
                //width: 271px;
                //height:209px;
                //margin-top: 10%;
                position: relative;
                background-position: 0px 0px !important;
            }
            
           
            .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carroussel_cpt
{
    bottom:20px; 
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.title_text{font-size: 30px;text-shadow: 1px 1px 4px #000000;}
.title_shadow{text-shadow: 1px 1px 4px #000000;}
@media (max-width: 440px) {
    .title_text{font-size: 12px !important;padding-top:5px}
}

@media (max-width: 740px) {
    .title_text{font-size: 20px ;padding-top:10px}
}

.navbar .divider-vertical {
height: 50px;
margin: 0 5px;
border-right: 1px solid #ffffff;

}

.navbar-inverse .divider-vertical {
border-right-color: #222222;

}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    border-right: none;
	 border-top: 1px solid #444;
	 width:100%;
	 height:1px;
	 margin: 5px 0px;
  }
}
.fb_button
{
font-size: 20px;

}
.fb_button:hover
{
    color: #3B589C;

}
#plane_content
{
width:591px;

height:113px;
position:absolute;
}
#plane
{
background:url(../img/plane2.png);
width:210px;
height:113px;
float:left;
}
#plane1
{
background:url(../img/plane3.png) top right no-repeat;
width:291px;
height:113px;
float:left;
}
#spacing
{
    color: #ffffff;
background: url(../img/bricks2.jpg) no-repeat center center fixed;
}
.bgmanel
{
    background: url(../img/manel2.png) no-repeat left center;    
    background-position: 40px 0;
                width: 100%;
                height:191px;
               
                
                position: absolute;
                
}