a{
	text-decoration: none;
}

a, p, h1, h2, h3, h4, button, div{
	font-family: 'Comfortaa', cursive!important;
}

p{
	margin-bottom: 0;
}

.app_menu li{
	padding: 10px 1.5rem;
}

.alert_success{
	display: none;
}

.app_menu li a{
	font-size: 20px;
}

.app_logo{
	position: absolute;
  top: 0rem;
}

.app_logo img{
	width: 100px;
	border-radius: 50%;
}

.app_redes_top{
	position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
}

.app_header_fixed{
	position: fixed;
	width: 100%;
	z-index: 10;
	background: #fff;
	top: 0;
	box-shadow: 3px 0px 5px #808080;

	/*top: 2rem;*/
}


.app_section_banner{
	padding-top: 5rem;
	z-index: 1;
	margin-top: 1rem;
}

.app_header_fixed .container{
	border-radius: 20px;
	overflow: hidden;
	/*box-shadow: 0px 3px 14px 1px rgb(0 0 0 / 10%);*/
	background: #ffff;

}

.lista_redes{
	list-style: none;
	text-align: right;
}

.lista_redes li{
	display: inline-block;
	padding-top: 3px;
}

.lista_redes li a{
	padding: 10px;
	text-decoration: none;
	color: #fff;
}

/*.app_redes_top_content{
	background: #1265B9;
	height: 2rem;
	width: 100%;
}*/


.wraper{
	overflow: hidden;
}

.lista_menu{
	list-style: none;
	margin-bottom: 0;
	padding: 28px 0;
	text-align: right;
	box-shadow: 0px 3px 14px 1px rgb(0 0 0 / 10%);
	width: 100%;

}

.lista_menu li{
	display: inline-block;
	width: auto;
}


.lista_menu li a{
	padding: 2rem 2rem;
	font-size: 30px;
	text-decoration: none;
	color: #1265B9;
	font-weight: bolder;
}


.app_bienvenida{
	padding: 4rem 0;
}

.app_texto_section_content h4{
	font-weight: bold;
}

.app_texto_section_content p{
	font-size: 20px;
	color: #919191;
}

.app_texto_section_content div{
	font-size: 23px;
  color: #888888;
  text-align: justify;
  line-height: 1.8;
}

.content_terminos p{
	font-size: 20px;
	color: #919191;
}

.app_texto_libro_content div{
	font-size: 22px;
	color: #919191;
}

.content_completo_material div{
	font-size: 25px;
	color: #919191;
}

.app_button{
	font-size: 2rem;
	border-radius: 0px;
}

.app_canal{
	background: #EFAAAA;
	background-image: url(../img/cont3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 4rem 0;
}


.text_canal h4{
	font-size: 2rem;
	color: white;
}

.text_canal p{
	font-size: 1.5rem;
	color: white;
}

.footer{
	padding: 5rem 0 17px 0;
}

a:hover{
	text-decoration: none;
}

.link_none{
	list-style: none;
	text-decoration: none;
}

.redes_footer
{
	text-align: center!important;
	padding-left: 0;
}

.redes_footer li a{
	font-size: 2rem;
	
}

.redes_footer li{
	background: #1265B9;
	border-radius: 50%;
	width: 56px;
    height: 56px;
    padding-top: 6px;
}

.logo_footer img{
	width: 112px;
	margin-bottom: 10px;
}

.app_whapp_support{
	font-size: 37px;
    padding-top: 6px;
}


.app_inicio_libro{
	padding: 10rem 0 5rem 0;

}


.app_section_padding{
	padding: 5rem 0;
}


.app_texto_libro_content h4{
	font-size: 2rem;
	font-size: bold;
	color: #000;
}

.app_texto_libro_content p{
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.app_boton_respo a:hover{
	color:  #fff!important;
}


.pulse-button:hover{
	color: #fff;
}

.pulse-button {
  position: relative;
  /*width: 100px;*/
  height: 100px;
  border: none;
  box-shadow: 0 0 0 0 rgba(18, 101, 185, 0.7);
  /*border-radius: 20px;*/
  background-color: #1265B9;
  padding: 1rem 2rem;
  color: #FFFF;
  font-size: 2rem;
  text-decoration: none!important;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin-top: 2rem;
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}


.app_item_libro{
	padding: 2rem 0;
}

.app_img_item_libro{
	margin-bottom: 30px;
  
}

.app_borde_material{
	
}

.app_borde_material img{
	height: 200px;
	border: 1px solid #cacaca;
  padding: 5px;
  border-radius: 0;
  margin-bottom: 10px;
}

.content_completo_material div{
	margin-bottom: 28px;
}

.wi70{
	width: 70%!important;
	margin: 0 auto;
}

.app_img_item_libro img{
	width: 90%;

}

.app_titulo{
	font-size: 2.5rem;
	color: #1265B9;
}

.content_completo_material p{
	font-size: 1.6rem;
	color: #6D6D6D;
}

.app_acordion_body div{
	font-size: 1.5rem;
	color: #6D6D6D;
}

a:hover{
	color: #1265B9!important;
}



.app_subtitulo{
	font-size: 1.5rem;
	color: #000;
}

.text_gray{
	color: #6D6D6D;
}

.app_mb_button{
	margin-top: 2rem;
}

.app_titulo_fs{
	font-size: 2.5rem;
}

.app_subtitulo_fs{
	font-size: 1.5rem;
}


.app_ventajas{
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}

.app_ventajas li{
	font-size: 1.5rem;
}

.bg-gray{
	background: #f4f4f4;
}

.llamaaction{
	padding: 3rem 0 3rem 0;
}

.text_red{
	color: #ff003f;
}

.app_tarjetas img{
	width: 350px;
}

.app_garantia img{
	width: 350px;
}

#app_faq{
	padding: 3rem 0 3rem 0;
}

.card{
	border:  none;
}

.card-header{
	box-shadow: 0px 3px 14px 1px rgb(0 0 0 / 10%);
	background: #fff!important;
	border: none;
}


.conten_bg{
	background: #1265B9;
	padding: 3rem 0 2rem 0;
	margin-bottom: 1rem;
}

.bg_contacto{
	background-image: url('../../img/bn.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text_contact_sup{
	
    margin-bottom: 1.5rem;
}

.text_contact_sup a{
	font-weight: bold;
}

.text_contact_sup hr{
	    background: #1265B9;
    height: 1px;
}

.input{
	box-shadow: 0px 3px 14px 1px rgb(0 0 0 / 10%)!important;
    border-radius: 0px!important;
    padding: 13px!important;
    border: none!important;
}

.app_button_auth{
	font-size: 1rem;
  border-radius: 20px;
  padding: 10px 33px;
	position: absolute;
	right: 0;
	top: 0;
}

.vista_register{
	display: none;
}

.app_relative{
	position: relative;
}

.app_link_auth{
	display: block;
  padding-top: 10px;
}

.bg_logeado{
	background: #26C281!important;
	padding: 12px 10px!important;
	position: relative;
}

.bg_logeado a{
	color: #fff;
}


.app_buton_faq , .app_titulo_fs {
	color: #1265B9;
}

.app_subtitulo_fs:hover{
	color: #ff003f;
}

.link_logout{
	display: block;
  position: absolute;
  top: 6px;
  right: 7px;
  background: white;
  color: green!important;
  padding: 5px 10px;
  border-radius: 18px;
}

.btn_movil_cerrar{
	background: white;
	color: green!important;
	border-radius: 10px;
	padding: 5px 10px;
	margin-top: 5px;
}

.app_decargas ul li{
	padding: .5rem 0;
}

.app_content_dash{
	padding: 12rem 0 4rem 0;
}

.app_conociendo_libro{
	width: 85%!important;
	margin: 0 auto;
	background-image: url('../../img/fondo.png');
	border-radius: 12px;
}

.btn-info{
	background-color: #1265B9;
}

.btn-info:hover{
	background: transparent;
	color: #1265B9;
	border:  1px solid #1265B9;
}