* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* firefox link click dotted border remove */
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  outline: 0;
}

/* firefox link click dotted border remove */
input::-moz-focus-inner {
  border: 0;
}

body {
  font-family: 'Averta', sans-serif;
  -webkit-font-smoothing: antialiased;
	 font-weight: normal;
    font-style: normal;
	color:#878787;
	font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d3025;
}

.tx-13 {
  font-size: 13px;
}

.tx-14 {
  font-size: 14px;
}

.tx-15 {
  font-size: 15px;
}

strong,b,.font-weight-medium {
  font-weight: bold;
}

section {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

section .section-header {
  max-width: 70%;
  text-align: center;
  margin: 0 auto 70px;
}

@media (max-width: 991px) {
  section .section-header {
    max-width: 100%;
  }
}

section .section-header small {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 1.5rem;
  word-spacing: 2px;
  color: rgba(153, 153, 153, 0.6);
}

section .section-header hr {
  width: 50px;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 3px;
  border-top-color: rgba(117, 117, 117, 0.09);
}

section .section-header p.lead {
  font-size: 1.125rem;
}

.card {
  border: 0;
  -webkit-box-shadow: 0 0 6px 0 #e1e5eb;
  box-shadow: 0 0 6px 0 #e1e5eb;
}

.card-body-padding{
padding: 35px 30px 35px 30px		
}

.text-light-blue {
  color: #878787;
}

.text-primary {
  color: #3596ff !important;
}

.btn {
  padding: 6px 25px 4px;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.grid-margin {
  margin-bottom: 2rem;
}

.icon-md {
  font-size: 1.1rem;
}

.icon-xl {
  font-size: 2rem;
}

.icon-xxl {
  font-size: 2.5rem;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
    top: 10%;
  }
  100% {
    transform: rotate(360deg);
    top: 25%;
  }
}

@keyframes rotating2 {
  0% {
    transform: rotate(0deg);
    top: 80%;
    left: 45%;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    left: 60%;
  }
}

@keyframes rotating3 {
  0% {
    top: 85%;
  }
  100% {
    top: 40%;
  }
}

@keyframes rotating4 {
  0% {
    top: 40%;
  }
  100% {
    top: 10%;
  }
}

@keyframes rotating5 {
  0% {
    left: 35%;
  }
  100% {
    left: 5%;
  }
}

@keyframes hero_animation {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(20px, 10px);
  }
	
}

@keyframes rotando {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


.effect-icon {
  font-size: 26px;
  opacity: 0.3;
}
@media(max-width: 767px) {
    .effect-icon {
        font-size: 20px;
    }
}

.animation-effect-1 {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 4%;
  animation: rotating alternate ease-in-out infinite 6s;
}

.animation-effect-2 {
  position: absolute;
  top: 85%;
  left: 3%;
  z-index: 1;
  animation: rotating3 alternate ease-in-out infinite 12s;
}

.animation-effect-3 {
  position: absolute;
  top: 56%;
  left: 38%;
  z-index: 1;
  animation: rotando 4s infinite linear;
}

.animation-effect-4 {
  position: absolute;
  top: 16%;
  left: 75%;
  z-index: 1;
  animation: rotando 4s infinite linear;
}

.animation-effect-5 {
  position: absolute;
  top: 40%;
  left: 84%;
  z-index: 1;
  animation: rotando 4s infinite linear;
}

.animation-effect-6 {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 4%;
  animation: rotating alternate ease-in-out infinite 6s;
}

.animation-effect-7 {
  position: absolute;
  top: 85%;
  right: 3%;
  z-index: 1;
  animation: rotating3 alternate ease-in-out infinite 12s;
}

body.navbar-open {
  height: 100vh;
  overflow: hidden;
}

body.scrolling-up .navbar {
  padding: .75rem 1rem;
  -webkit-box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
  box-shadow: 3px 0 10px 0 rgba(183, 192, 206, 0.2);
  background: #fff;
}

.navbar {
  background-color: transparent;
  padding: 1.5rem 1rem;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: position .3s ease-in-out;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

.navbar .navbar-brand img {
  height: 40px;
}

.navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-nav .nav-item {
  color: #878787;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  margin-right: .875rem;
}

.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-open .navbar .navbar-nav .nav-item {
  color: #f1f4f8;
}

.navbar .navbar-nav .nav-item.active:not(.btn), .navbar .navbar-nav .nav-item:hover:not(.btn) {
  color: #00d463;
}

.navbar-open .navbar .navbar-nav .nav-item.active:not(.btn), .navbar-open .navbar .navbar-nav .nav-item:hover:not(.btn) {
  color: #3596ff;
}

.navbar .navbar-nav .nav-item.btn.btn-outline-primary {
  transition: .2s ease-in;
}

.navbar .navbar-nav .nav-item.btn.btn-outline-primary:hover {
  color: #fff;
}

.navbar .navbar-toggler {
  display: none;
}

@media (max-width: 767px) {
  .navbar .navbar-toggler {
    z-index: 999;
    display: block;
    border: 0;
    padding: 10px 0;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: auto;
    height: auto;
  }
  .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: '\e88f';
    font-family: feather;
    color: #002751;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .navbar-open .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: '\e8f6';
    color: #f1f4f8;
  }
  .navbar .navbar-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #cc33ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .navbar .navbar-menu.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar .navbar-menu .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -10%;
  }
  .navbar .navbar-menu .navbar-nav .nav-item {
    margin-right: 0;
    text-align: center;
  }
}

.landing-header {
  position: relative;
  padding: 300px 0 0px 0;
  background: #ededed;
  -webkit-transition: margin-top .3s ease-in-out;
  transition: margin-top .3s ease-in-out;
}

.landing-header h1 {
  font-size: 37px;
}

.h3-capitulo{
	font-size: 30px;
}



.landing-header::after {
  position: absolute;
  bottom: -45px;
  left: -100px;
  width: calc(100% + 200px);
  height: 100px;
  background: #f1f4f8;
  border-radius: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .landing-header {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

.landing-header .brand-logos {
  margin-top: 35px;
  margin-bottom: 65px;
}

.landing-header .brand-logos img {
  height: 23px;
  margin-right: 18px;
}

footer {
  background: #002751;
  color: #f1f4f8;
  padding: 80px 0;
  padding-top: 150px;
}

footer figure .logo {
  height: 47px;
}

.footer-bottom {
  background: #002042;
  color: #4a5a6e;
  font-size: 14px;
}

.products {
  padding-top: 9rem;
  background: #f9fafc;
}

.products::after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: -100px;
  width: calc(100% + 200px);
  height: 100px;
  background: #f9fafc;
  border-radius: 100%;
  z-index: 1;
}

.products figure {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.products figure img {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.products .item {
  transition: all .25s ease-in-out;
  border: 0px solid transparent;
  border-radius: 8px;
}

.products .item:hover {
  -webkit-box-shadow: 0 0 40px 0 #e1e5eb;
  box-shadow: 0 0 40px 0 #e1e5eb;
  transform: scale(1.005) perspective(1px);
  -webkit-transform: scale(1.005) perspective(1px);
}

.capitulos {
  padding-top: 14rem;
  background: #f8f8f8;
}

.capitulos::after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: -100px;
  width: calc(100% + 200px);
  height: 100px;
  background: #f8f8f8;
  border-radius: 100%;
  z-index: 1;
}

.capitulos .item .card {
  -webkit-box-shadow: 0 0 7px 0 rgba(86,75,65,.2);
  box-shadow: 0 0 7px 0 rgba(86,75,65,.2);
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  background: #f8f9fb;
}

.capitulos .item .card .icon i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.capitulos .item .card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(86,75,65,.5);
  box-shadow: 0 0 30px 0 rgba(86,75,65,.5);
  cursor: auto;
  color: #4a4a37	
}



.logo-klick{
	position: absolute;
    z-index: 1;
    bottom: -348px;
}

.texto-revista{
	-ms-flex: 0 0 32.6%;
    flex: 0 0 32.6%;
    max-width: 32.6%;
    bottom: 110px;
}
.logo-revista{
	-ms-flex: 0 0 67.3%;
    flex: 0 0 67.3%;
    max-width: 67.3%;
    bottom: -25px;
}	

.color-klick-boton{
	background-color: #504fff;
	border-color: #504fff;
}
.color-estrellas-1{
	color: #00d463 !important;
}
.color-estrellas-2{
	color:#9966ff !important;
}

.backgorund-klick-footer{
	background-color: #ededed;
}
.background-color-blanco{
	background-color: #fff !important;
}

.separador-card{
	margin-bottom: 25px;
}
.texto-izquierda{
	text-align: left;
}

.texto-centrado{
	text-align: center;
}

.numero-capitulo{
	color:#504fff;
	font-weight: bold
}

.capitulos .item .card:hover .numero-capitulo{
	color: #504fff;
	font-weight: bold;
}

.posicion-flecha{
	position: absolute;
    top: 60px;
    left: 30px;
}

.img-flecha{
	max-width: 100%;
	width: 16px;
	opacity: 0;
}

.capitulos .item .card:hover .img-flecha{
	opacity: 1;
	-webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.img-center{
	margin-left: auto;
    margin-right: auto;
    display: block;
}


@media screen and (max-width:1190px){
	.logo-revista{
      bottom: 45px;
	}
}

@media screen and (max-width:1024px){
	.texto-revista{
    	bottom: 60px
	}
	.logo-revista{
    	bottom: 33px
	}
	.landing-header{
		padding: 240px 0 0px 0
	}
	.capitulos {
  	padding-top: 10rem;
	}
}
@media screen and (max-width:990px){
	.texto-revista{
    	bottom: 0px
	}
	.logo-revista{
    	bottom: 65px
	}
	.landing-header{
		padding: 110px 0 0px 0
	}	
	.capitulos {
  	padding-top: 7rem;
	}
}


@media screen and (max-width:768px){
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.posicion-flecha{
    top:35px;
    right:25px;
		left: auto
	}
	
}



@media screen and (max-width:640px){
	.texto-revista{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    bottom: 155px;
	text-align: center
	}
	.logo-revista{
	-ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    bottom: -300px;
	}
	.landing-header{
		padding: 260px 0 0px 0
	}
	.logo-klick{
		    bottom: 0;
	}
	.capitulos {
  	padding-top: 14rem;
	}
}

@media screen and (max-width:480px){

	.logo-revista{
	-ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    bottom: -155px;
	}
	
	.capitulos {
  	padding-top: 11rem;
	}
}


@media screen and (max-width:320px){
	.texto-revista{
		bottom: 120px;
	}
	.logo-revista{
		bottom: -120px;
	}
	.landing-header{
		padding: 210px 0 0px 0
	}
}

.st0{fill:#00D463;}

.sgv-strella{
	position: absolute;
	bottom: 100px;
	left: 30px;
	width: 5%;
	
}


.color-klick-boton-escribe {
    background-color: transparent !important;
    border-color: #504fff !important;
    color: #504fff;
}

a:hover,.color-klick-boton-escribe:hover{
	color: #504fff;
}

.titulo-delgado{
	font-family: 'Averta';
    font-weight: 100;
    font-style: normal;
	font-size: 30px;
}



.btn-success:hover {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}


.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #caff00;
    border-color: #4a4afa;
	color: #504fff;
}
