﻿@font-face {
    font-family: 'loved';
    src: url('../fonts/LovedbytheKing-webfont.eot');
    src: url('../fonts/LovedbytheKing-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LovedbytheKing-webfont.woff2') format('woff2'),
         url('../fonts/LovedbytheKing-webfont.woff') format('woff'),
         url('../fonts/LovedbytheKing-webfont.ttf') format('truetype'),
         url('../fonts/LovedbytheKing-webfont.svg#loved_by_the_kingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.loved{font-family: 'loved';}
/* general styles */
html, body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #FDFDF5;
}

.ancla{position: relative; top: -80px;}
#ancla-cont{top: -30px;}

.navbar-collapse.collapse{
  box-shadow: 0px 5px 5px rgba(0,0,0,.4);
  background-color:#fff;
  padding-top: 5px;
}

.navbar-header{background-color: #fff;}
.navbar-brand{padding: 0;} 
.navbar-brand img{max-height: 80px;}
.navbar-nav li a{
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 1px #fff,
    1px 1px 1px #fff;  
}

.navbar-nav li a:hover{
    background-color: white;
    border-bottom: 1px solid #F5F5DC;
    color: #CB2F24
  }

.navbar-toggle {border: 2px solid #000;}
.navbar-toggle .icon-bar{
  width: 24px;
  height: 3px;
  background-color: #000;
}


/* padded section */
.pad-section {
  padding: 150px 0 30px 0;
}
.pad-section img {
  width: 100%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}



/* INTRO */
#intro{position: relative;}
#video, #overlay_azul{position: absolute; width: 100%;  height:280px; left: 0; top: 0; overflow: hidden; }
#overlay_azul{background-color: rgba(75, 145, 224, 0.58); }
video{position: relative;}


.jumbotron{padding: 30;background-color:transparent; color: white; font-weight: bolder;}
.jumbotron p{position: relative;}
#intro i:hover{position: relative; top: 5px;}


/* NUBES */

#home {
  position: relative;
  /*background-color:#C9EBF9;
  background-image:
  radial-gradient(white, rgba(255,255,255,.2) 15px, transparent 40px),
  radial-gradient(white, rgba(255,255,255,.15) 3px, transparent 30px),
  radial-gradient(white, rgba(255,255,255,.1) 8px, transparent 40px),
  radial-gradient(white, rgba(255,255,255,.1) 1px, transparent 40px),
  radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
  background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px; 
  background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;*/
  background: url(../images/fondo_about.svg) no-repeat center center fixed; 
  margin-top: -50px;
  padding-bottom: 150px;
}
#home img{position: relative; max-width: 60%; opacity: .9;}
#home span{position: absolute;}

#seccion_Avion {
  background: url(../images/fondo_about.svg) no-repeat center center fixed; 
  position: relative;
  width: 100%;
}


#avion {
position: relative;
}

#services {
  position: relative; 
  padding-bottom: 50px;
  background-color: rgba(171, 203, 8, 0.73);
}

#flecha1_svg{position: absolute;top:-0.5%;left: 25%;width: 20%;}
#st53{fill-rule:evenodd;clip-rule:evenodd;fill:#FDFDF5;}
#services span{
  position: absolute;
  top: 20px;
  left: 41%;
  font-size: 2.3em;
  color: #FDFDF5;
}


#servicios div{
  height: 200px;
  margin:4%;
  background-size: 100%;
  background-position: center;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.5);
  -webkit-transition: background-size .5s;
  transition: all .5s;
}
#servicios div:last-child a{font-size: 2em; font-weight: bolder;}

#services  a{
  position: absolute;
  top: 0;
 /* left: 30%;*/
  display: block;
  width: 100%;
  height: 100%;
  padding: 20% 25% 20% 20%;
  color: white;
  text-decoration: none;
  font-family: "loved";
  font-size: 1.6em;
  text-shadow: 0px 0px 2px #555;
  transition: all 500ms;
}

#services a:hover{top:-10px; text-shadow: 2px 2px 2px #555;}

#mas{margin-top:50px; background-image: url(../images/diagonalLines.gif);overflow: auto; padding: 20px 0;}
#mas h2{margin: 0 0 20px 0; text-shadow: 2px 2px 2px rgba(0,0,0,.4);}
#mas img{max-width: 100%;}

#servicios_pag{position: relative; margin-top: 70px; padding: 0 6%;}
#servicios_pag span.loved{font-size: 3em; background-color: #F5F5DC; }

#information {
  position: relative;
  background: url(../images/faro.svg) no-repeat center center fixed; 
  background-position: 10% 80%;
  /*height: 800px;*/

  width: 100%;
  overflow: hidden;
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
#information .panel {
  opacity: 0.85;
}
#information .panel .loved{
  font-size: 1.4em;
}

#rrss{position: relative; top: -100px;}
#rrss img{position: relative; width: 10%; margin-right: 2%; cursor: pointer;}
#rrss img:hover{top: 5px; opacity: .7;}

#present_vid{position: absolute; top: 150px; left: -500px;}


#agenda{
padding-top: 20px;
background-color: #fff; 
background-image: 
linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
linear-gradient(#eee .1em, transparent .1em);
background-size: 100% 1.2em;
box-shadow: 0px 0px 15px #ddd;
}
#agenda h3{
  background-image: url(../images/trazo.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#eventos h3{
  padding-left: 50px;
  background-position: -20px 0;
}

.oculto{visibility: hidden; position:relative; left: -50%;}
#qq{
  width: 100px;
  position: absolute;
  left: -10px;
  cursor: pointer;
}

footer {
  padding: 20px 0;
  position: relative;
  background: #2B4B09 url("../images/footer_pic_min.jpg") no-repeat fixed 50% 110%;


}
footer .container{margin-top: 50px; padding-top:25px; background-color: rgba(255,255,255,.4);}
footer a{color: white;}
footer .glyphicon {
  color: #333333;
  font-size: 3em;
}
footer .glyphicon:hover {
  color: #306d9f;
}
footer img{height: 50px;}




div#intro, div#personas{padding-top: 90px;}
div#intro i{cursor:pointer;}

#servicios div h4 a{color: white; text-decoration: none;}
#servicios div:hover{background-size: 110%;}
div#serv1{background-image: url(../images/serv1.gif);}
div#serv2{background-image: url(../images/serv2.gif);}
div#serv3{background-image: url(../images/serv3_min.jpg);}

#abajo{padding:50px 0;background-color: #F5F5DC;}
#abajo h4{margin:20px 0 10px; background-color:rgba(255,255,255,.8); cursor: pointer; font-variant: small-caps; }
#abajo h4:hover{color: #4E77A1;}


div#home a:hover img{filter: invert(100%); -webkit-filter: invert(100%);}

 div#feedHeader{display: none;}



 a.carousel-control.right, a.carousel-control.left{background: none; font-size: 3em; top: 40%;}


#carousel-1 img{width:85%; height: auto;}
.carousel .row{margin: 20px 0;}
.carousel a:focus{outline: none;}
.carousel-indicators{display: none;}


iframe{width: 100%; height: 305px;}


/* LAS EMERGENTES */
.modal{width:90%; margin: 0 auto; left: 0; right: 0; text-align: center;}
.modal .modal-dialog{
  display: inline-block;
  width: auto; 
  max-width: 100%;
  margin-top: 20px;
  padding: 0; 
  background-color: rgba(0,0,0,.4); 
  border-radius: 50px;
  }
.modal .modal-content{
  background: none;
  box-shadow: none;
  border: none;
}
.modal .modal-content .modal-header{border: none;}
.modal .modal-content .modal-header button{margin-top: -10px; color: #eee; text-shadow:none; font-size: 40px;}
.modal .modal-content img{max-width: 80%;}

/* ANIMACION NUBES */
  div#triggers div{position: absolute;}
  #trigger1{top:0px;}
  #trigger2{top:300px;}
  #trigger3{top:700px;}
  #trigger4{top:1000px;}
  #trigger5{top:1300px;}
  #trigger6{top:1700px;}
  #trigger7{top:2000px;}
  #trigger8{top:2800px;}
  #trigger9{top:3000px;}


  div#picNubes div{position: relative; /*top:100px;*/ height: 350px;}
  div#picNubes div#animate1{top: 0;}
  #animate10{position: relative;}
  .ilusion{left:70%; transition: all 2s ease-out;}
  .ilusion1{left:50%;}

  .sueno{left:10%; top:-100px;transition: all .5s ease-out;}
  .sueno1{left:40%; top:0px;transition: all 1s ease-out;}
  .sueno2{top:700px;}

  .disfruto{left:-100%; top:0; transition: all .5s ease-out;}
  .disfruto1{left:15%; top:0px}

  .dificultad{left:-100%; transition: all .5s ease-out;}
  .dificultad1{left:15%;}

  .objetivo{top:100px; left: 150%; -webkit-transform:scale(.1); transform:scale(.1); transition: all 1s ease-out;}
  .objetivo1{top:100px; left:10%; -webkit-transform:scale(1); transform:scale(1);}


  .hastadonde{left: -100%; top:600px; transition: all .5s ease-out;}
  .hastadonde1{left:45%; top: 0;}

  .organizacion{left:10%; top: -4000px; transition: all 1s ease-out;}
  .organizacion1{top:100px;}

  .motivacion{text-align:right; right:10%; top:0; transition: all 1s ease-out;}
  .motivacion1{top:-400px;}

  .meta{text-align:center; opacity:0; -webkit-transform:scale(0); transform:scale(0); transition: all .5s ease-out;}
  .meta1{opacity:1; -webkit-transform:scale(1); transform:scale(1);}

  .avion{left:-600%; top:100%; -webkit-transform:scale(0); transform: scale(0); transition: all 1s ease-out;}
  .avion1{left:50%; top:0; -webkit-transform:scale(1); transform:scale(1);}
  .avion img{width:450px; max-width: 100%;}


/* MEDIA QUERIES */

 @media screen and (max-width: 800px) {  
  .navbar-header{ box-shadow: 2px 2px 2px #ddd;}
  .navbar-nav{margin-top: 0;}
  .nav li a{color:#000; font-size: 12px; }
  div.avion{left:0; text-align: center;}
  #services span{ font-size: 3.2em;}


}
