@media screen and (max-width: 992px) {
    html {
        font-size: 24px;
    }
}

@media screen and (min-width: 993px) {
    html {
        font-size: 18px;
    }
}

body {
    font-family: 'Open Sans', sans-serif !important;    
}

nav {
    background-color: #fefefe !important;
}

nav .brand-logo img {
    width: 130px;
    margin-top: 6px;
}

nav a {
    font-size: 0.7rem !important;
}

.navbar-elements {
    margin-top: 1px;
}

.navbar-button {
    margin-top: 1px;
}

a {
	color: #282b3a !important;
}

.container {
    width: 80%;
}

h1 {
    color: #282b3a;
    font-family: 'DM Serif Display', serif;
    font-size: 3rem;
    font-weight: 400;
    overflow: hidden;
    line-height: 3.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h2 {
    color: #282b3a;
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    overflow: hidden;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
}

h4 {
    font-family: 'DM Serif Display', serif;
    color: #4B576C;
    font-size: 1.5rem;
    font-weight: 400;
    overflow: hidden;
    line-height: 2rem;
    font-style: italic;
}


supertitle {
    color: #009F8E;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-top: 2rem;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #171D40;
    font-weight: 400;   
    line-height: 1.5rem;
}

.bg1 {
    background-image: url('../assets/svgs/background_flowcity.svg');
    background-size: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg2 {
    background-color: #F3F7F7;
}

.bg3 {
    background-color: #D4E4E4;
}

.bg4 {
    background-color: #FAFAFA;
}

.header {
    padding-bottom: 60px;
    padding-top: 60px;
}

.header .valign-wrapper {
    flex-wrap: wrap;
}

.section {
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.banner {
    border-color: lightslategray;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.banner span {
    font-family: 'DM Serif Display', serif;
    color: #282B3A;
    font-size: 1.3vw;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.8rem;
}

.banner img {
    padding: 10px;
    width: 10%;
}

div.sticky {
    position: fixed;
	top: 46rem;
	left: 70% !important;
	z-index: 100;
}

.sticky .card {
	background-color: 	white;
	width: 400px;
	height: max-content;
    padding-top: 1rem;
}

form .card-title {
	font-family: 'DM Serif Display', serif !important;
	font-size: 1.5rem !important;
	font-weight: 100 !important;
	color: #4b576c !important;
	padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 2rem !important;
    text-align: center;
}

form .row {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

form input {
	font-size: 0.8rem !important;
	border: 1px solid #ccd1db !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 4px !important;
	padding-left: 10px !important;
    height: 2rem !important;
}

form input::placeholder {
	color: #4b576c !important;
}

form span {
	font-size: 0.8rem !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #4b576c !important;
	margin: 0px !important;
	line-height: 1rem !important;
	padding: 6px 8px !important;
}

form li {
	min-height: 20px !important;
}

form .input-field {
	margin-top: 0px !important;
}

form .error {
	color: red !important;
	font-size: 0.5rem !important;
}

.card {
	text-align: left !important;
}


input:focus {
  border-bottom: 1px solid #270790 !important;
  box-shadow: 0 1px 0 0 #270790 !important;
}

input[type=text].valid {
	border-bottom: 1px solid #4b576c !important;
	box-shadow: 0 1px 0 0 #4b576c !important;
}

.card.small {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    height: 14rem !important;
    padding: 0.4rem;
}

.card.small .title {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    height: 3rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
    text-align: center;
    width: 100%;
}

.card.small .card-content {
    padding: 0 !important;
    height: 5.2rem;
    overflow: hidden;
}

.card.small .card-content p {
    line-height: 1rem !important;
    font-weight: 400;
    font-size: 0.7rem !important;
    text-align: center !important;
}

.card.small .img {
    height: 3rem;
}

.plano {
    height: 55rem !important;
}

.plano .card-content {
    padding: 1rem !important;
    overflow-y: auto !important;
}

.plano .title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #1A3E6E;
    padding-top: 1rem;
}

.plano .plan {
    font-family: 'Open Sans', sans-serif;
    font-size: max(0.8vw, 0.6rem);
    font-weight: 400;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 400;
    padding-top: 0.4rem;
}

.plano .price {
    font-family: 'DM Serif Display', serif;
    font-size: max(1.8vw, 1.2rem);
    font-weight: 400;
    color: #1A3E6E;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.plano .period {
    color: #0078B4;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.checkmark-features {
    color: #a676ff;
    margin-right: .7rem;
    font-size: 0.7rem;
}

.plano .card-action {
    padding: 0.6rem;
}  

.submit-button {
	color: #fafafa !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0.7rem !important;
	font-weight: 600 !important;
	border-width: 0px !important;
	justify-self: center !important;
	border-radius: 24px !important;
	text-transform: uppercase !important;
    margin-bottom: 20px !important;
    height: fit-content !important;
    width: 100% !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.freemium {
    background-color: #E72937 !important;
}

.basic {
    background-color: #0C7368 !important;
}

.pro {
    background-color: #1A3E6F !important;
}

.card-action {
    border-top: none !important;
}

.understanding img {
    height: 2.7rem;
}

.publication {
    height: 290px !important;
    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
}

.publication span {
    font-family: 'Open Sans', sans-serif;
    color: #E72937;
    font-size: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}

.publication img {
    height: 200px;
}

.publication .legend {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}

highlight {
    color: #009F8E;
}

.signoff h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
    color: #1A3E6E;
    font-style: italic;
}

blockquote {
    border-left-color: #1a3e6f !important;
    border-left-width: 3px !important;
}

blockquote p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.7rem !important;
    line-height: 1rem !important;
    font-weight: 400 !important;
}

.signoff .final_text {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 700 !important;
    color: #009F8E;
    font-style: italic;
}

.contact {
    background-color: white;
    font-size: 12px;
}

.contact strong {
    font-weight: 700;
}

.contact p {
    font-size: 12px;
}

.contact img {
    height: 22px;
}

.contact highlight {
    color: #FF9C52;
}

footer {
    background-color: #1A3E6E !important;
}

.page-footer {
    padding-top: 0px !important;
}

.page-footer .footer-copyright {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fafafa;
    font-weight: 700;
    justify-content: center;
}






