
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-bottom: 40px; */
  color: #5a5a5a;
    font-family: 'Varela Round', sans-serif;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
 
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.container>.navbar-header{
  display: inline-block;
  float:none;
  width: 100%;
}

.navbar-brand{
  height:auto;
  padding: 0px;
  display: inline-block;
  float: none;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    margin-bottom:0px
}
.navbar-inverse .navbar-collapse {
    border-color:transparent;
    float: none;
}

.navbar-inverse .navbar-nav>li>a{
  background: transparent!important;
  color: #00569f!important;
  font-size: 15px;
  font-family: 'ubuntu', sans-serif;

}
.navbar-inverse .navbar-nav>.active>a{
  
  border-bottom:solid 4px #fa01b1;
}
.navbar-inverse .navbar-toggle{
  border:#999797 solid 2px;
  color: #999797;
  background: #fff;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover{
  background: #fff;
  box-shadow: 0px 0px 5px #999;
}
.navbar-inverse .navbar-toggle .icon-bar{
  background: #999797;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* height: 500px; */
  display: none;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /* height: 500px; */
  background-color: #777;
  cursor: pointer;
}
.carousel-inner > .item.active > .img {
    display: block;
    background: #fff;
    width:100%;
    cursor: pointer;
}
.carousel-inner > .item.active > img{
cursor: pointer}

.carousel-inner > .item > img {
  /* position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px; */
  width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.poster{
  text-align: center;
  display: block
}
.poster img{
  max-width:100%; 
  cursor:pointer;
}
.navbar-inverse .navbar-nav>li.inicio>a{    
        color: #fff!important;
        background: #f50!important;
        border-radius: 30px
    }
/* RESPONSIVE CSS

-------------------------------------------------- */

@media (min-width: 768px) {
  .carousel {
    /* height: 500px; */
    display: block;
    margin-bottom: 60px;
  }
  .poster{display: none}
  .container>.navbar-header{
       width: auto;
  }
  .wrapper{display: block}
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    min-width: 782px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
    .navbar .nav >li.inicio{    
        position: absolute;
        right: 0px;
        top: -10px;
    }
 
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  
  .navbar-header{
    display: inline-block;
    vertical-align: bottom;
    float:none  
  }

}
@media (min-width: 1000px) {
  .navbar-inverse .navbar-collapse {
    border-color:transparent;
    display:inline-block !important;
    float: none;
  }
}




/*TITULOS  */
.section  h1,
.section .container > h4{
    text-align: center;
    font-size:36px;

    font-weight: bold;
}

.como-funciona h1{
    color:#e9534a;
}
.como-funciona .container .col-12 p {
    font-size:18px;
    color:#698d1c;
    max-width: 920px;
    margin: 20px auto;
    text-align: justify;
    padding: 0 31px;
}
.como-funciona .container h2,
.como-funciona .container p{
    font-size:22px;
    color:#1270ae;

    font-weight: bold;
}
.como-es{
    background: #f38f3a;
    text-align: center;
}
.como-es::before{
    content:"";
    display: inline-block;
    border:transparent solid 30px;
    border-top: #fff solid 30px;
}
.como-es h4{
    color:#fff;
}
.como-es ul{
    text-align: left;
    list-style: none;
}
.como-es ul li {
    font-size: 21px;

    color:#1e2e49;
    font-weight: bold;
}
.como-es ul li::before{
    margin-right: 4px;
    vertical-align: middle;
    content: "";
    display: inline-block;
    width: 8px;
    height:8px;
    border:solid 1px #c72270;
    border-radius:4px;
}
.como-es p{
    font-size: 14px;
    color:#1e2e49;

    font-weight: bold;
}
.preguntas-frecuentes{
text-align: center;
}
.preguntas-frecuentes h4{
    color:#e9534a;
    margin:20px;
}
.preguntas-frecuentes h2{
    color:#f4385d;
    font-size:21px;

    font-weight: bold;
}

.preguntas-frecuentes img{
    height:80px;
}
.preguntas-frecuentes .show-ask{
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    color:#fff;
    display: inline-block;
    font-size: 21px;
    padding: 20px;
    border-radius:40px;
    margin: 15px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f64443+0,f2306e+100 */
    background: #f64443; /* Old browsers */
    background: -moz-linear-gradient(top, #f64443 0%, #f2306e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f64443 0%,#f2306e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f64443 0%,#f2306e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64443', endColorstr='#f2306e',GradientType=0 ); /* IE6-9 */
}
.preguntas-frecuentes p{
    color: #2d9c93;
    font-size:18px;

    font-weight: bold;
}

.nosotros{
    background: #ebecf0;
    text-align: left;
}
.nosotros .container > h4{
    text-align:left; 
    color: #2264a1;
    padding: 20px;
}
.container .content{
    background: #fff;
    border: solid 4px #dce4eb;
    border-radius: 15px;
    padding: 20px;
    margin: 40px 20px;
}
.container .content h5{
    color:#425fac;
    font-size: 20px;
    font-weight: bold;

}
.container .content p{
    color:#414446;
    font-size: 18px;

}
.contacto .container .content{
    text-align: center;
}
.contacto .container .content h6{
    color:#14476e;
    font-size: 28px;
    font-family: 'ubuntu', sans-serif;
}
.contacto .container .content p{
    color:#14476e;
    font-size: 13px;
    font-family: 'ubuntu', sans-serif;
}
.contacto .container .content input,
.contacto .container .content textarea,
.contacto .container .content button{
    border:solid 2px #a4a59f;
    border-radius:5px;
    color:#4e4f44;
    background: #fff;
    padding: 10px;
    width:80%;
    margin:5px
}
.contacto .container img{
    margin:40px auto;
}
.contacto .container img.icon{
    margin:0px;
}
.contacto .container p{
    font-size: 18px;
    color:#425fac;
    text-align:center;
    font-family: 'ubuntu', sans-serif;

}

footer{
    background: #297279;
    color: #fff;
    font-family: 'ubuntu', sans-serif;
    overflow: hidden;
}
.nav-footer{
    display: none;
    float:none;
    text-align: center;
}
.nav-footer .nav{
    float: none;
    display: inline-block;
    vertical-align: middle;
} 
.nav-footer .social-media{
    display: inline-block;
    vertical-align: middle;
}   
.nav-footer .nav>li>a,
.nav-footer .nav>li>a {
color :#fff;
}
.nav-footer .nav>li>a:focus,
.nav-footer .nav>li>a:hover {
    text-decoration: none;
    background:transparent;
}
.terminos span{
    cursor:pointer;
    text-decoration: underline;
    
}
@media (min-width:700px){
 .nav-footer{
    display: none;
    }   
}
.terminos{
    max-width: 215px;
    margin:auto;
    text-align: center;
}


.return{
    cursor: pointer;
    background: url('/assets/img/return.png') no-repeat;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 74px;
    height:95px;
    z-index: 1000
}
l



/*MENU */
.content-system.inicio{
    text-align: center;
}
.content-menu{
    background: #eaecee;
    text-align: center;
    min-height: 700px;
}
.content-menu h1{
   font-size: 19px;
   font-weight: bold;
   color:#8b084f
}
.content-menu p{
   font-size: 19px;
   font-weight: bold;
   color:#689604
}

/*round button  */
.round-button,
.square-button{
    text-align: center;
    min-width: 140px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 21px;
    padding: 13px 20px;
    border-radius: 40px;
    margin: 15px;
    cursor:pointer
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f64443+0,f2306e+100 */
  
}
.square-button{
border-radius: 0px;
}
.round-button a{
    display:block;
    color:#fff;
    text-decoration: none;
}
.pink-gradient{

  background: #a7015b; /* Old browsers */
    background: -moz-linear-gradient(top, #a7015b 0%, #e41d81 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a7015b 0%,#e41d81 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a7015b 0%,#e41d81 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7015b', endColorstr'#e41d81',GradientType=0 );
     /* IE6-9 */
}
 .pink-orange-gradient{
   background: #f64443; /* Old browsers */
    background: -moz-linear-gradient(top, #f64443 0%, #f2306e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f64443 0%,#f2306e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f64443 0%,#f2306e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f64443', endColorstr='#f2306e',GradientType=0 ); /* IE6-9 */
}   
.green-gradient{


    background: #6f9f07; /* Old browsers */
    background: -moz-linear-gradient(top, #6f9f07 0%, #92d224 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6f9f07 0%,#92d224 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6f9f07 0%,#92d224 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9f07', endColorstr'#92d224',GradientType=0 );
     /* IE6-9 */
}
.gray-gradient{
     background: #6f9f07; /* Old browsers */
    background: -moz-linear-gradient(top, #6f9f07 0%, #92d224 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6f9f07 0%,#92d224 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6f9f07 0%,#92d224 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9f07', endColorstr'#92d224',GradientType=0 );
     /* IE6-9 */
}

/*autor  */
.content-autor{
    background: #ecf2c2;
    text-align: center;
   color:#2a5606;
   font-size: 22px;
}

.content-autor h1{
    text-align: center;
    font-size: 28px;    
}

.content-autor .content-form{
    padding: 10px;
    text-align: left;
    display: inline-block;
    background: #fff;
    border: solid 4px #dbe691;
    border-radius:10px;
    max-height: 600px;
    width:80%;
}
.content-autor .content-form input,
.content-autor .content-form select{
    background: #ecf2c2;
    height: 39px;
    border: 0px;
    margin-bottom: 6px;
    border-radius: 20px;

}
.content-autor .content-form select{
width: 100px
}
.foot-img{
    height: 207px;
    background: url('/assets/img/bg-autor.jpg') center bottom no-repeat;
    width: 100%;

}
.content-autor .jumbotron{
    background: #fff;
}
@media (min-width:992px){
    .content-autor .content-form{
        width: 600px;
        
    }
    .content-autor .round-button{
        display: block;
        margin:auto;
        width: 170px;
    }
}
/* Director */
.content-director{
    background:#fbe5b8;
    height:100%;
    text-align: center;
    color:#78797f;
    font-size: 10px;
    font-weight: bold;
}
.content-director img.book{
    margin-top:90px
}
.content-director .content-form{
    padding: 10px;
    text-align: left;
    display: inline-block;
    width:80%;
    margin-bottom:50px;
}
.content-director .content-form .square-button{
    font-weight: normal;
}
.content-director .content-form label{
  margin: 5px 0px;
}
.content-director .content-form .register{
 text-align: center
}
.content-director .content-form a{
 color:#ff9911;
}
 .content-system.registro{
          position:relative;
          width:auto;
          height:auto;
      }
.content-system.registro .bottom-system{
          position:relative;
          bottom:0px;
          left:0px;

        }
@media (min-width:702px){
    .content-director .content-form{
        width: 400px;
        display: block;
        margin:auto;
    }
}

