body.faq-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.head-faq {
    background-image: linear-gradient(to bottom, #6e4cf5, #489cf3) !important;
}
.cd-faq-group .cd-faq-title h3 {
    /*color: #736eef;*/
    color: #0fa4ea !important;
}
ul {
    list-style-type: none;
}
header.cd-auto-hide-header.nav {
    background-color: #665ef4 !important;
    background-image: none !important;
}
.cd-primary-nav>ul a {
    padding-top: 7px;
}
.selector-lenguaje {
    background-color: #563bbf !important;
}
footer {
    background-color: rgb(58, 56, 74);
}
#preguntas{
  position: relative;
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  position: relative;
  margin: 4em auto;
  box-shadow: none;
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-faq-items {
  position: static;
  height: auto;
  background: transparent;
    width: 100% !important;
    float: none !important;
}
.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
/*.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
}*/
.no-js .cd-faq-group {
  display: block;
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}

.cd-faq-content p {
  line-height: 1.4;
  color: #6c7d8e;
}

/*-----------SECCIÓN PREGUNTAS FRECUENTES------------*/

.cd-faq-trigger::after,
.cd-faq-trigger::before {
    background: #ececec !important;
}

.faqs{
  background-color: #eee;
  height: 100%;
}

.faqs div.container h1{
  margin-top: 100px;
  margin-bottom: 100px;
}

.preg-frec {
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  text-align: left;
  height: 200px;
}
.preg-frec > li {
  position: relative;
  margin: 0 auto 2.5em;
}

.probar{

  padding: 8px;
  width: 270px;
  background-color: #36A9E0;
  color: #ffffff;
  transition: all 0.1s ease;
  border: 3px solid transparent;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}


.probar:hover{

  color: #fff;
  border-bottom: 3px solid rgb(67,141,199);
  transform: translateY(-2px);
}


.probar:focus{
  color: #FFFFFF;
  background-color: #a1e7d3;
  outline-color: #44d0a7;
}


.cd-pricing-features {
  text-align: center;
  padding: 2em 2em 3.5em;
  margin-left: -40px;
}

.cd-pricing-features.pago {
  padding: 2em 4em 3.5em;
}

.cd-faq{
  box-shadow: none;
}

a.cd-faq-trigger{
  text-decoration: none;
  font-weight: 500;
  color: #324765;
  line-height: 150%;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}


a.cd-faq-trigger:hover{
  color: #36A9E0;
}

.cd-faq-trigger::before, .cd-faq-trigger::after {
  background: #ECECEC;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.cd-faq-trigger:hover::before, .cd-faq-trigger:hover::after {
  background: #36A9E0;
}

.cd-faq-categories li a{
  text-decoration: none;
}

.cd-faq-group > li {
    border-bottom: 1px solid #ECECEC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cd-faq-group > li.cd-faq-title {
    border-bottom: none;
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555b61;
    white-space: nowrap;
    border-bottom: none;
    text-overflow: ellipsis;
}

.cd-faq-categories .selected {
  background: #FFFFFF !important;
}

/*.cd-faq-group .cd-faq-title h3 {
  color: #736eef;
  color: #6e96ef;
  color: #36A9E0;
}*/
.cd-faq-group .cd-faq-title h3:nth-child(1) {
  color: #736eef;
}
.cd-faq-group .cd-faq-title h3:nth-child(2) {
  color: #6e96ef;
}
.cd-faq-group .cd-faq-title h3:nth-child(3) {
  color: #36A9E0;
}

.cd-faq-group .cd-faq-title h2 {
    color: #36A9E0;
    margin-top: 100px;
    margin-left: 0px;
}

.img-faq{
  /*display: block;
  width: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translate(200px,-35%);*/
  width: 250px;
  position: absolute;
  z-index: 1;
  /*right: -48px;
  top: 4px;*/
  right: -35px;
  top: 25px;
}


/*@media only screen and (min-width: 0px) {*/
  .cd-faq-trigger {
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
/*}*/

.precios-unete{
  background-image: linear-gradient(to top, rgb(59, 56, 74), #1f377b, #4e74e0, #36A9E0);
  margin-top: 150px;
}
.precios-unete h3{
  /*color: #36A9E0;*/
  color: #368ae0;
  max-width: 700px;
  line-height: 130%;
  margin-bottom: 30px;
}
.contenedor-emprendedor{
  max-width: 700px;
}
.emprendedoresX-img{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.emprendedoresX-img:hover{
  filter: initial;
  opacity: 1;
}

.lelele {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 50px 40px 50px;
  /*margin: -65px 40px 0 40px;*/
  margin: -65px 0px 35px 0px;
  max-width: 850px;
  box-shadow: 0 0 18px -7px #6870b7;
}


#registro-btn{
  border: 3px solid transparent;
  color: #ffffff;
  background-color: #36A9E0;
  margin-top: 20px;
  padding: 10px 30px;
  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;
}
#registro-btn:hover{
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0px 3px 5px 0px #a7bfec;
}

@media only screen and (max-width: 578px){
  .img-faq{
    display: none;
  }
}

.cd-faq-categories .selected{
    transition: color 0.1s;
    /*transition: all 0.3s ease;*/
}

.cd-faq-categories .selected {
    background: #FFFFFF !important;
    color: #36A9E0;
    font-weight: 500;
}

.head-faq{
  /*background-color: #6868b0;
  background-image: linear-gradient(to top, #1c1963, #1f1c66, #221e69, #24216d, #272470);
  padding: 100px 10px;
  padding: 50px;
  background-image: linear-gradient(to top, #5955b3, #433f9a, #342f88, #292580, #272470);
  margin-top: 60px;*/
  padding: 110px 50px 50px 50px;
  margin-top: 0;
}

.head-faq h1{
  color: #FFFFFF;
  margin-left: 10%; /*Checar media queries*/
}


.cd-faq-categories {
    margin-bottom: 45px;
  }

  .cd-faq-group {
    display: block !important;
}

@media (max-width: 767px){
  .head-faq h1 {
    margin-left: 0%;
    text-align: center;
    line-height: 130%;
  }
  .cd-faq-group {
    padding-left: 0;
  }
  a.cd-faq-trigger {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;*/
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
  .cd-close-panel {
    display: none;
  }
  .cd-faq-items {
      padding: 0 10% !important;
  }
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
  
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }

  .preg-frec {
    max-width: 1000px;
    text-align: center;
  }
  .preg-frec > li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .preg-frec > li:last-of-type {
    margin-right: 0;
  }
}


@media only screen and (min-width: 1024px) {

  .cd-faq-categories a::before {
       background-color: #36A9E0;
  }
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
  .cd-faq-items {
      float: none;
      width: 100%;
      padding: 0 10% !important;
  }
  .preg-frec{
    text-align: center;
  }
  .preg-frec > li {
    width: 46%;
    float: left;
    margin-right: 8%;
  }
}