/*!
Theme Name: digitalcard
Theme URI: digital card
Author: @educa.vip	
Description: Description

*/

@import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,400;0,500;1,400;1,500&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.card
{
max-width: 480px;
margin:0 auto;
}
.bg-main
{
 background-color: blueviolet;
}
.wp-block-image
{
	margin-bottom: 0px;
}
.w-full
{
	width: 100%;
	height: auto;
}
.bg-flashd-500 {

  background-color: #32aeae !important;
}
.eicon-close {
  color: #3AAEAD;
  font-size: 1.5rem;
}
#page
{
	height: 100vh;
}
.box
{
	width: 100%;
	height:800px;
	
}
.typed-cursor {
	display: inline-block;
}
.bg-flash {
	background-image: url(https://educa.vip/wp-content/uploads/Diseno-De-Pagina-Web-De-Flash-Digital-08.png);
	
	background-size: cover;
}
.bg-f
{
	background-image: url(img/bg-flash.png);
	background-position: center;
}
.lines::after
{
		content: " ";
		display: block;
		line-height: 50px;
		border: 1.5px solid #3AAEAD;
		width: 75px;
		margin: 5px auto 0;
}
.line::after
{
		content: " ";
		display: block;
		border: 2px solid #3AAEAD;
		width: 250px;
		margin: 15px auto 0;
}

.font1
{
  font-family: 'Tourney', cursive;
}

.swiper-button-next,
.swiper-button-prev
{
	    color: #3AAEAD !important;
		height: 45px !important;
		width: 45px !important;
		background-color: white;
		border-radius: 100%;
		border: 1px solid #3AAEAD;
}
.swiper-button-next::after,
.swiper-button-prev::after 
	{
		font-size: 1.5rem !important;
	}