      body,
      header,
      .cd-auto-hide-header {
        /*background: rgb(247,247,247);*/
        /*font-family: 'Didact Gothic', sans-serif;*/
        font-family: 'Open Sans', sans-serif;
      }

      .selector-lenguaje {
        color: white;
        background-color: transparent;
      }

      .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;
      }


      .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: 101;
      }    

      footer.footer-bottom {
        display: none;
      }   



      header.cd-auto-hide-header.nav {
        box-shadow: none;
        background-image: linear-gradient(to bottom, #584bde,#6857f1)
      }

      .container-feature,
      .simple-feature {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 150px 0 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;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
      }

      .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(245, 158, 113);  */
        background-color:rgb(243, 157, 121);
      }

      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){

      .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, #584bde,#6857f1);
      }

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

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

    }      

.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 !important;
}

.cd-auto-hide-header.nav-open .nav-trigger em {
    background-color: rgba(255,255,255,0) !important;
}


        .btn-descargar-recurso,
        .btn-inscripcion-curso,
        .cta-prueba{
            /*width: 200px;
            margin-top: 10px;
            padding: 8px;
            background-color: #ff8d61;
            color: #fff;
            border: 3px solid transparent;
            transition: all .1s ease;*/
            color: #ffffff;
            background-color: #ff8d61;
            width: 200px;
            padding: 8px;
            margin-top: 10px;
            border-radius: 4px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
        .btn-descargar-recurso:focus,
        .btn-descargar-recurso:hover,
        .cta-prueba:focus,
        .cta-prueba:hover {
            /*color: #fff;
            border-bottom: 3px solid #cf724f;
            transform: translateY(-2px);*/
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-5px);
            box-shadow: 0px 3px 5px 0px #00000029;
        }

        .img-recurso{
          box-shadow: 0px 0px 30px 0px rgba(66, 71, 136, 0.3);
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
        }
        .img-recurso:hover{
          filter:opacity(80%);
        }
        .sugerencias-contenido > div > h3{
          color: #ffffff;
          margin-bottom: 30px;
        }
        .contenido-adicional > h5{
          font-weight:800;
          margin-bottom: 15px;
          color: #ffffff;
        }
        .contenido-adicional > p{
          color: #ffffff;
          cursor: pointer;
          margin-bottom: 3px;
        }
        .contenido-adicional > p > a{
          color: #ffffff;
          -webkit-transition: 0.3s ease all;
          transition: 0.3s ease all;
        }
        .contenido-adicional > p > a:hover{
          text-decoration: none;
          color: rgb(243, 157, 121);
        }
        .contenido-adicional > p > a > i{
          vertical-align: middle;
        }

        /*------------------------------------------------------------------estilos de recursos.php------------*/

         .contenedor-msj{
            margin:150px 0;
         }
         .hero-recursos{
            -ms-flex-direction: row;
            -ms-flex-direction: column;
            flex-direction: row;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            max-width: 1040px;
            padding: 0 20px;
         }
         .hero-recursos > article{
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            color: #ffffff;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
         }
         .hero-recursos > article > h1{
            text-align: left;
            line-height: 130%;
         }
         .hero-recursos > img{
            width: 50%;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
         }
         .msj-recursos{
            color: #ffffff;
            font-weight: 200;
            line-height: 150%;
            padding: 0 20%;
         }
         .contenedor-recursos-generales{
            padding-top: 100px;
            padding-bottom: 50px;
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
         }
         .contenedor-recursos-sub{
          margin-bottom: 4em;
         }
         .contenedor-recursos-sub > h3{
          padding-left: 10%
         }
         .fila-recursos{
          padding:0 10%;
          margin-top:3em;
          position:relative;
         }
         .fila-recursos > .col-md-4{
          margin-bottom: 50px;
         }
         .contenedor-thumbnails{
            padding:0 10%;
            margin-top:3em;
            position:relative;
         }
         .mas-recursos{
            -webkit-transition: 0.3s ease all;
            transition: 0.3s ease all;
            font-weight: 900;
            color: #ff8d61;
         }
         .mas-recursos i{
            vertical-align: middle;
         }
         .mas-recursos:hover{
            text-decoration: none;
            color: #949cf9;
         }
         .mas-recursos:focus{
            text-decoration: none;
            color: #cf724f;
         }
         @media screen and (max-width: 991px){
            .if-bienvenida{
               height: auto;
            }
            .contenedor-msj{
               margin-top: 300px;
               margin-bottom: 100px;
            }
            .hero-recursos {
               flex-wrap: wrap;
            }
            .hero-recursos > article > h1{
               text-align: center;
            }
            .hero-recursos > img{
               position: absolute;
               margin: 0 auto;
               left: 0;
               right: 0;
               top: -200px;
               width: 300px;
            }
            .msj-recursos {
               margin-top: 20px;
               padding: 0 10%;
            }
         }
        /*------------------------------------------------------------------------------*/

        /*------------------------------------------------------------------estilos de ebooks.php------------*/

         .hero-ebooks{
          margin-top: 150px;
          margin-bottom: 100px;
         }
         .contenedor-ebooks{
          background-color: #eef2f3;
         }
         .contenedor-ebooks > .container{
            padding-top: 100px; padding-bottom: 100px;
         }
         .thumbnail-ebooks{
          transition: 0.3s ease all;
          -webkit-transition: 0.3s ease all;
          margin-bottom: 50px;
         }
         .sugerencias-contenido{
          background-color: #38393a;
         }
         .sugerencias-contenido > .container{
          padding: 80px 10% 100px 10%;
         }
         .encabezado-ebooks{
            padding: 80px
         }
         .encabezado-ebooks h1{
            margin-bottom: 25px;
         }
         .encabezado-ebooks h4{
            line-height: 150%;
            padding: 0 160px;
         }
         .hero-img{
            width: 400px;
            top: 114px;
            position: absolute;
            opacity: 0.3;
         }
         .hero-img:nth-child(1){
          left: 0;
         }
         .hero-img:nth-child(2){
          right: 0;
         }

         @media screen and (max-width: 991px){
          .contenido-adicional{
              margin-bottom: 20px;
            }
            .encabezado-ebooks{
               padding: 80px 10px;
            }
            .encabezado-ebooks h4{
               padding: 0 20px;
            }
         }
        /*------------------------------------------------------------------------------*/

        /*------------------------------------------------------------------estilos de ebook_tpl.php------------*/

        .feature-img{
            /*transform: rotate3d(.5,-.866,0,15deg) rotateZ(1deg);*/
            box-shadow: 0px 0px 30px 0px rgba(66, 71, 136, 0.3);
        }
        .feature-img > img{
            /*border-radius: 6px;*/
        }
        .contenedor-ebooks{
          background-color: #eef2f3;
        }
        .pregunta-clave{
          padding-top: 100px;
          padding-bottom: 100px;
        }
        .pregunta-clave > h3{
            color: #ff8d61;
        }
        .pregunta-clave > p{
            max-width: 700px;
            margin-bottom: 50px;
            text-align: center;
            margin: 30px auto;
            padding: 0 20px;
            font-size: 17px;
            line-height: 28px;
        }
        .seccion-caracteristicas{
            position: relative;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-left: 100px;
        }
        .seccion-caracteristicas > h3{
            width: 50%;
            text-align: left;
            color: #ff8d61;
        }
        .seccion-caracteristicas > h5{
            font-weight: 400;
            font-size: 17px;
            line-height: 28px;
            color: #525f7f;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            width: 50%;
            text-align: left;
            padding-top: 15px;
        }
        .seccion-review{
            pointer-events: none;
            position: absolute;
            display: -ms-flexbox;
            width: 100%;
            left: 70%;
            margin-left: -644px;
            margin-left: -50px;
            top: 60px;
        }
        .review-frente,
        .review-atras{
            width: 100%;
        }
        .review-frente img,
        .review-atras img{
            width: 20%;
            box-shadow: 0px 0px 30px 0px rgba(66, 71, 136, 0.3);
        }
        .review-frente{
            margin: 50px 50px 0 0;
            position: absolute;
        }
        .review-atras{
            position: absolute;
            top: 121px;
            left: 134px;
        }
        .area-descarga{
            padding-top: 100px;
            padding-bottom: 100px;
            position: relative;
            height: 1000px;
            /*background-image: url(<?php echo base_url(); ?>assets/img/landing/features/estrellas.png),linear-gradient(#949cf9,#f78f5e);*/
        }
        .contenedor-formulario{
            position: absolute;
            background-color: #ffffff;
            border-radius: 6px;
            max-width: 600px;
            padding: 30px 50px 50px 50px;
            margin: 0 auto;
            top: -50px;
            left: 0;
            right: 0;
            box-shadow: 0px 0px 30px 0px rgba(66, 71, 136, 0.3);
        }
        .contenedor-formulario > h3{
            font-weight: 900;
            color: #949cf9;
            margin-bottom: 30px;
        }
        .fila-formulario input,
        .fila-formulario select{
            height: 50px;
            padding: 10px 30px;
            border-radius: 25px;
            border: 1px solid #dfe5f5;
            background-color: #fafbfc;
            box-shadow: none;
        }
        .terminos{
            line-height: 100%;
        }
        .terminos a{
            cursor: pointer;
        }
        .img-ciudad-empresa{
            position: absolute;
            bottom: 0;
            right: -298px;
        }
        .fondo-empresa{
            position: absolute;
            bottom: 0;
            right: -300px;
        }
        .fondo-sol{
            position: absolute;
            left: 100px;
            top: 150px;
        }
        .contenedor-encontrar{
            padding: 70px 0 40px 0;
            position: relative;
            background-color: #5c59b1;
            background-image: linear-gradient(45deg, #1b145b 0%, #5c59b1 28%, #7575d0 52%, #f58d81 100%);
            color: #ffffff;
        }

        .flex-prueba-IF {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: 100px;
        }
        .flex-prueba-IF > div {
          position: relative;
          line-height: 150%;
          padding: 30px;
        }
        .columna0-flex-prueba{
          position: relative;
          width: 300px;
        }
        .columna1-flex-prueba{
          text-align: center;
        }
        .columna0-flex-prueba > img{
            position: absolute;
            transform: rotate(15deg);
            width: 300px;
            top: -250px;
            left: -70px;
        }
        .columna1-flex-prueba > img{
          position: absolute;
          margin: auto;
          left: 0;
          right: 0;
          top: 0px;
        }
        .columna1-flex-prueba > h4{
          font-weight: 600;
        }

        .cta-prueba{
            background-color: #36A9E0 !important;
        }
        /*.cta-prueba:focus,
        .cta-prueba:hover {
            border-bottom: 3px solid #1D70B7 !important;
        }*/

        @media screen and (max-width: 991px){
            .contenedor-formulario{
                margin: 0 10%;
            }
            .flex-prueba-IF{
              flex-wrap: wrap;
              margin-left: 0;
            }
            .columna0-flex-prueba {
                display: none;
            }
            /*.contenedor-encontrar{
                padding-top: 150px;
                padding-bottom: 250px;
                position: relative;
            }*/

            .seccion-review{
                pointer-events: none;
                position: absolute;
                display: -ms-flexbox;
                width: 100%;
                margin-left: 0px;
                position: relative;
                top: -65px;
                left: 0;
                text-align: center;
            }
            .review-frente {
                margin: 50px 50px 0 0;
                position: absolute;
                left: 70px;
            }
            .review-atras {
                position: initial;
                top: 121px;
                left: 134px;
            }
            .seccion-caracteristicas {
                position: relative;
                display: block;
                -ms-flex-direction: column;
                -ms-flex-pack: center;
                justify-content: center;
                width: 100%;
                padding: 0 10%;
                text-align: center;
            }
            .seccion-caracteristicas > h3 {
                width: 100%;
                margin: 20px 0 10px 0;
                text-align: center;
            }
            .seccion-caracteristicas > h5 {
                width: 100%;
                text-align: justify;
                padding-top: 15px;
            }
        }
        @media screen and (max-width: 767px){
            .feature-text-izquierda{
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                text-align: center;
                margin-top: 30px;
            }

            .pregunta-clave > p {
                text-align: justify;
                margin: 30px 0px;
                padding: 0 10px;
                font-size: 1em;
                line-height: 150%;
            }
        }
        /*------------------------------------------------------------------------------*/
        /*.mas-recursos{
          position: absolute;
          background-color: #ff8d61;
          width: 50px;
          height: 50px;
          border-radius: 25px;
          right: 5%;
          text-align: center;
          top: 30%;
          cursor: pointer;
          padding-top: 15px;
          transition: all .3s ease;
        }
        .mas-recursos > i{
          font-weight: 900;
          color: #ffffff;
          font-size: 2rem;
        }
        .mas-recursos > p{
          margin-top: 1.3em;
          font-size: 12px;
          color: #ff8d61;
        }
        .mas-recursos:hover{
          background-color: #949cf9;
          text-decoration: none;
        }
        .mas-recursos > i:hover{
          text-decoration: none;
        }*/