      body,
      header,
      .cd-auto-hide-header {
        /*background: rgb(247,247,247);*/
        /*font-family: 'Didact Gothic', sans-serif;*/
        font-family: 'Open Sans', sans-serif;
      }
	  .cd-primary-nav>ul a {
        color: rgba(255,255,255,0.7) !important;
      }
      .cd-primary-nav>ul a:hover,
      .cd-primary-nav>ul a.active {
        text-decoration: none !important;
        color: rgba(255,255,255,1) !important;
      }
	  .cd-auto-hide-header .nav-trigger em,
      .cd-auto-hide-header .nav-trigger em::after,
      .cd-auto-hide-header .nav-trigger em::before {
        background-color: #ffffff;
      }
	  .cd-auto-hide-header .nav-trigger {
        border-left: none;
      }
	  .cd-primary-nav>ul li:last-of-type,
      .footer-inner>ul li:last-of-type {
        display: inline-flex;
      }
      #icono-lenguaje{
        font-size: 1.2em;
        margin: auto 6px auto 0;
        color: #ffffff;
      }
      .selector-lenguaje {
        color: #ffffff;
		width: 100px;
        background-color: #1c1963;
        -webkit-transition:0.5s ease all;
        -moz-transition:0.5s ease all;
        -o-transition:0.5s ease all;
      }

      .cd-auto-hide-header {
        background: transparent;
      }

      .cd-primary-nav>ul a {
          border: none;
          color: rgba(255,255,255,1);
          transition: all 0.3s ease;
          /* font-weight: 800; */
          font-size: 1.1em;
      }
      .msj-bienvenida {
        margin-top: 0;
        margin-top: -10%;
        font-family: 'Open Sans', sans-serif;
		z-index:2;
      }


      .msj-bienvenida h1 {
        font-size: 56px;
        color: white;
        text-align: center;
        font-weight: 400;
      } 

      .msj-bienvenida p {
        color: rgba(255,255,255,1);
        margin-top: 0;
        font-size: 24px;
        text-align: center;
        font-weight: 300;
      } 

      .msj-principal {
        padding: 0 20%;
      } 

      .hola {
        width: 70%;
        bottom: 0;
        position: absolute;
        z-index: 0;
      }    

      footer.footer-bottom {
        display: none;
      }   



      header.cd-auto-hide-header.nav {
        box-shadow: none;
        background-image: linear-gradient(to bottom, #1c1963, #1f1c66, #221e69, #24216d, #272470);
      }

      .container-feature,
      .simple-feature {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 100px 0;
      }

      .simple-feature {
        flex-direction: column;
      }

      .footer-feature {
        margin-bottom: 0;
        background-color: rgb(247,247,247);
        padding: 100px 0;
      }

      h2 {
        font-size: 36px;
      }

      p {
        color: #4D7386;
      }

      .simple-feature h2,
      .simple-feature p {
        text-align: center;
        width: 65%;
        max-width: 800px;
        font-weight: 300;
      }

      .simple-feature h2 {
        font-weight: 500;
      }

      .simple-feature .simple-features {
        display: flex;
        width: 80%;
      }

      .simple-feature .simple-features div {
        display: flex;
        width: 25%;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
      }

      .simple-feature .simple-features div p{
        font-size: 16px;
      }

      .simple-feature p,
      .container-feature p {
        font-size: 22px;
      }

      .feature-text-derecha,
      .feature-text-izquierda {
        width: 40%;
        max-width: 600px;
      }

      .feature-text-derecha h3,
      .feature-text-izquierda h3 {
        color: #2a1238;
        /*text-transform: uppercase;*/
        font-size: 30px;
      }

      .feature-text-derecha p,
      .feature-text-izquierda p{
        font-size: 20px;
        color: #4D7386;
        line-height: 32px;
        font-weight: 300;
      }

      .container-feature .feature-text-derecha {
        padding-left: 10%;
      }

      .container-feature .feature-text-izquierda {
        padding-right: 10%;
      }


      .container-feature .feature-justify-img {
        width: 50%;
      }

      .container-feature .feature-img img{
        width: 350px;
      }

      .tira-eco img {
        filter: none;
        /*opacity: 1;*/
        opacity: 0.5;
      }

      .funcionesIF {
        text-decoration: underline;
        font-size: 1.3em;
        text-transform: uppercase;
      }

      .planes-container {
        display: flex;
        width: 70%;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .planes-container ul {
        text-align: justify;
        padding: 20px 40px;
        list-style-type: initial;
      }

      .planes-container .plan {
        width: 33.33%;
        color: white;
        padding: 20px;
        border-radius: 10px;
      }

      .planes-container .plan p {
        font-size: 1em;
        width: 100%;
        color: white;
      }

      .planes-container .incubacion {
        background: linear-gradient(to bottom, #565dc5 0%,#9eb0fe 100%);
      }

      .planes-container .emprendedor {
        background: linear-gradient(to bottom, #1d4593 0%,#6895c1 100%);
      }

      .planes-container .organizacional {
        background: linear-gradient(to bottom, #5d4092 1%,#bb91fa 100%);
      }

      .precio-container .precio {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .precio-container .precio .cientos {
        font-size: 3em;
      }

      .precio-container .precio .centavos-moneda {
        font-size: 1.1em;
      }

      .adquirir-plan {
        border: 1px solid transparent;
        color: #1d4593;
        background-color: #ffffff;
        /*width: 150px;*/
        padding: 10px;
        border-radius: 4px;        
      }

      .tabs-features-container {
        width: 100%;
        display: flex;
        justify-content: center;
      }

      .nav-tabs>li>a {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: rgba(1,1,1,0.2);
      }

      .nav-tabs>li>a i {
        font-size: 3em;
      }

      .nav-tabs>li>a span {
        font-size: 1.2em;
        font-weight: 400;
      }

      .nav-tabs>li.active>a, 
      .nav-tabs>li.active>a:hover, 
      .nav-tabs>li.active>a:focus {
        border: transparent;
        border-bottom: 3px solid #36A9E0;
        color: #36A9E0;
        background-color: transparent;
      }

      .features-container {
        background-color: rgb(247,247,247);
        padding: 20px 0;
      }




      .footer-feature .feature-text-derecha h2,
      .footer-feature .feature-text-derecha p {
        color: white;
      }

      .btn-saber {
        width: 200px;
        font-weight: 300;
        font-size: 0.7em;
        margin: 10px;
      }

      footer {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        /*background-image: linear-gradient(to bottom, #e9937a, #e89478, #e79675, #e59773, #e49971);*/
        background-color: rgb(231,166,132);  
      }

      footer .footer-inner {
        width: 100%;
        margin: 0 15%;
        /*border-top: 1px solid lightgray;*/
        padding: 10px 0;
        display: flex;
      }

      footer .footer-inner ul {
        display: flex;
        align-items: center;
        width: 80%;
      }

/*      footer .footer-inner ul:first-child li:after {
        content: "-";
      }*/

      footer .footer-inner ul:last-child {
        justify-content: flex-end;
        /*width: 20%;*/
      }

      footer .footer-inner ul li {
        margin: 0 10px;
      }

      footer .footer-inner ul li a {
        color: white;
      }

      a.redes {
        font-size: 1.6em !important;
      }

      .hero-casos-carousel .hero-caso {
        width: 100%;
        height: 500px;
        background-size: cover;
        position: relative;
/*        background-color: red;*/
      }

      .hero-casos-carousel .hero-caso .hero {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0,0,0,0.3);
        display: flex;
        justify-content: center;
        align-items: center;
/*        flex-direction: column;*/
      }

      .hero-casos-carousel #caso-1 {
        background-image: url(<?php echo base_url(); ?>assets/img/landing/casos/1.png);
      }

      .hero-casos-carousel #caso-2 {
        background-image: url(<?php echo base_url(); ?>assets/img/landing/casos/2.png);
      }

      .hero-casos-carousel #caso-3 {
        background-image: url(<?php echo base_url(); ?>assets/img/landing/casos/3.png);
      }

      .hero-casos-carousel #caso-4 {
        background-image: url(<?php echo base_url(); ?>assets/img/landing/casos/4.png);
      }

      .hero-casos-carousel #caso-5 {
        background-image: url(<?php echo base_url(); ?>assets/img/landing/casos/5.png);
      }

/*      .feature-izquierda-justify,
      .feature-derecha-justify {
        display: flex;
        justify-content: center;
      }*/


      
      @keyframes estrella {
          0% {right:-30%; top:20%; opacity: 1; transform: rotate(0deg);}
          100% {right: 130%; top:50%; opacity: 0; transform: rotate(-2deg);}   
      }
      @-moz-keyframes estrella { 
        0% {right:-30%; top:20%; opacity: 1; -moz-transform: rotate(0deg);}
        100% {right: 130%; top:50%; opacity: 0; -moz-transform: rotate(-2deg);}
      }
      @-webkit-keyframes estrella {
        0% {right:-30%; top:20%; opacity: 1; -webkit-transform: rotate(0deg);}
        100% {right: 130%; top:50%; opacity: 0; -webkit-transform: rotate(-2deg);}
      }



    @media screen and (max-width: 767px){
		
	  .selector-lenguaje{
        margin: 5px 0 15px 18px;
      }
		
	  #icono-lenguaje{
        margin: 15px -12px 0 9px;
      }
      .msj-bienvenida {
        margin-top: -20%;
      }

      .msj-bienvenida h1 {
        font-size: 3em;
        padding: 10px;
      }

      .msj-bienvenida p {
        font-size: 1.3em;
      } 

      .hola {
        width: 100%;
      }

      .msj-principal {
        padding: 10px;
      }

      .container-feature {
        flex-direction: column;
      }

      .reverse {
        flex-direction: column-reverse;
      } 

      .container-feature .feature-img iframe {
        width: 100%;
      }

      .container-feature .feature-text-izquierda {
        padding-right: 0;
        width: 80%;
      }

      .container-feature .feature-text-derecha {
        padding-left: 0;
        width: 80%;
      }

      .feature-text-derecha p, 
      .feature-text-izquierda p {
        font-size: 1.3em;
        line-height: 28px;        
      }

      .simple-feature h2,
      .feature-text-derecha h2, 
      .feature-text-izquierda h2 {
        font-size: 28px;      
      }

      .simple-feature p {
        font-size: 1.3em;
      }

      .simple-feature h2, 
      .simple-feature p {
        width: 85%;
      }

      .feature-text-derecha h3, 
      .feature-text-izquierda h3 {
        font-size: 24px;      
      }

      .nav-tabs {
        width: 80%;
      }

      .nav-tabs>li {
        width: 33%;
      }

      .nav-tabs>li>a span {
        font-size: 0.9em;
        text-align: center;
      }

      #marcha {
        display: none;
      }

      .nav-tabs>li>a i {
        font-size: 2em;
      } 

      .simple-feature iframe {
        width: 80%;
      }

      .if-intro {
        margin: 0;
      }

      .floating img {
        width: 150px !important;
      }

      .footer-feature {
        text-align: center;
      }

      footer .footer-inner {
        margin: 0 5%;
      }

      footer .footer-inner ul {
        align-items: flex-start;
        width: 100%;
        flex-direction: column;        
      }

      footer .footer-inner ul li {
        margin: 5px 10px;
      }

      footer .footer-inner ul:last-child li {
        margin: 10px 10px;
      }

      header.cd-auto-hide-header.nav {
          box-shadow: none;
          background-image: linear-gradient(to bottom, #1c1963, #1f1c66, #221e69, #24216d, #272470);
      }

      #cd-navigation {
        background-color: rgb(36,33,109);
      }

      li.cd-nav {
        border-bottom: none;
      }

    }

    @media screen and (max-width: 991px){

      .msj-bienvenida h1 {
        margin: 10px;
      }

      .container-feature .feature-text-izquierda,
      .container-feature .feature-text-derecha {
        padding: 0;
      }

      .hola {
        width: 100%;
      }

      .if-intro {
        flex-direction: column;
      }

      .if-intro .feature-text-izquierda,
      .if-intro .feature-text-derecha {
        width: 100%;
        text-align: center;
      }

      .if-intro h2 {
        margin: 10px;
      }

      .if-intro p {
        margin: 20px;
      } 

      .footer-feature h2 {
        font-size: 30px;
      }

      .footer-feature .feature-text-derecha {
        padding: 20px;
      }

      footer .footer-inner {
        margin: 0 10%;
      }

      header.cd-auto-hide-header.nav {
          box-shadow: none;
          background-image: linear-gradient(to bottom, #1c1963, #1f1c66, #221e69, #24216d, #272470);
      }

      li.cd-nav {
        border-bottom: none;
      }

    }      

    @media screen and (max-width: 1023px){    
      #cd-navigation {
        background-color: rgb(36,33,109)
      }
    }
	@media only screen and (min-width: 1024px){
      .cd-auto-hide-header {
          height: 60px !important;
      }
    }