body {
	font-family: 'Open Sans',Helvetica,Arial, 'sans-serif';
    box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-weight: 400;
    font-size: 1.55em;
    line-height: 1.2em;
}


#header-container {
	width: 100%;
}

#header {
	max-width: 1024px;
	height: 57px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#logo-container {
	max-width: 100px;
}

#logo {
    width: 100px;
    margin-top: 15px;
    margin-left: 10%;
}

#link-creditos-container {
	max-width: 160px;
	color: #00548B;
	font-size: 13px;
	margin-top: 22px;
}

#link-creditos-container > a{	
	color: #00548B;
}

#banner-container {
	width: 100%;
	background: linear-gradient(180deg,#00a1df 15%,#00548b 83%);
    background-image: linear-gradient(rgb(0, 161, 223) 15%, rgb(0, 84, 139) 83%);
}

#banner {
	max-width: 1024px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#banner-title {
	max-width: 45%;
	color: white;
	font-size: 40px;
	margin-top: 100px;
	word-break: break-word;
}

#banner-image-container {
	margin-top: 50px;
	max-width: 50%;
}

#banner-image-container > img {
	width: 100%;
}

#banner-subtitle {
	min-width: 45%;
	color: white;
	font-size: 20px;
	margin-top: -160px;
}


.button {
	text-align: center;
	width: 263px;
	border-radius: 20px;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #ffa227;
    border: 2px solid #ffa227;
    color: #fff;
    margin: auto;
}

#banner-button {
	margin-left: -460px;
	margin-top: -80px;
	margin-bottom: 100px;
}

.disabled-button {
	background: #9b948b;
	border: #292B2C;
}

.tooltip {
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  min-width: 20%;
  max-width: 500px;
  background-color: #ffa227;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  padding: 5px 11px 5px 11px;
  transform: translateX(-20%);
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#characteristics-container {
	width: 100%;
	height: 330px;
}

#characteristics-title {
	max-width: 1024px;
	height: 52px;
	font-size: 38px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #515151;
	text-align: center;
}

#characteristics-options {
	height: 200px;
	max-width: 1024px;

	margin: auto;
	margin-top: 20px;

	display: flex;
	justify-content: space-between;
}

.characteristic {
	min-width: 200px;
	max-width: 256;
	height: 270px;
}

.characteristic-image {
	width: 70px;
	height: 53px;
	display:block;
	margin:auto;
}

.characteristic-image > img {
	width: 100%;
}

.characteristic-title {
	margin-top: 50px;
	font-size: 19px;
	color: #05548B;
	text-align: center;	
}

.characteristic-description {
	margin-top: 30px;
	font-size: 17px;
	color: #515151;
	text-align: center;	
}

#characteristic-data-container {
	width: 100%;
	margin-top: 30px;
}

#characteristics-amount {
	margin:auto;
	max-width: 1024px;
	text-align: center;	
	color: #00A1DF;
	font-size: 22px;
}

#characteristics-amount span{
	font-size: 43px;
}


.button-container {
	width: 100%;
}

.button-container {
	margin-top: 20px;
	width: 100%;
}

#characteristics-conditions {
	width: 100%;
	margin:auto;
	text-align: center;
	font-size: 12px;
	color: #05548B;
	margin-top: 20px;
}


#how-credit-container{
	margin-top: 40px;
	width: 100%;
	background-color: #F5F8FA;
	padding-top: 40px;
}

#how-credit-title {
	width: 90%;
	color: #515151;
	font-size: 38px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

#how-credit-main {
	max-width: 1024px;
	margin: auto;
	display: flex;
	margin-top: 80px;
}

#how-credit-image {
	max-width: 492px;
	margin-right: 30px;
}

#how-credit-separator {
	width: 18px;
	display: flex;
	flex-direction: column;
}

#circle1 {
	margin-top: -35px;
}

#line1 {
	background-color: #00548b;
	width: 2px;
	height: 95px;
	margin-left: 8px;
	margin-top: -5px;
}

#circle2 {
	margin-top: -3px;
}

#line2 {
	background-color: #00548b;
	width: 2px;
	height: 80px;
	margin-left: 8px;
	margin-top: -5px;
}

#circle3 {
	margin-top: -7px;
}

#line3 {
	background-color: #00548b;
	width: 2px;
	height: 185px;
	margin-left: 8px;
	margin-top: -5px;
}

#circle4 {
	margin-top: -5px;
}

#line4 {
	background-color: #00548b;
	width: 2px;
	height: 100px;
	margin-left: 8px;
	margin-top: -5px;
}

#circle5 {
	margin-top: -5px;
}

#line5 {
	background-color: #00548b;
	width: 2px;
	height: 100px;
	margin-left: 8px;
	margin-top: -5px;
}

#circle6 {
	margin-top: -8px;
}


#how-credit-separator {
	width: 18px;
}

#how-credit-data {
	width: 492px;
	margin-top: -70px;
	margin-left: 40px;
}

.how-credit-data > div {
	margin-top: 30px;
	width: 100%;
	font-size: 19px;
	color: #05548B;
}

.how-credit-data > p {
	width: 100%;
	font-size: 17px;
	color: #515151;
	margin-top: 15px;
}

.how-credit-data > ul {
	color: #00548b;
    line-height: 25px;
    margin-top: 10px;
    margin-left: 20px;
}

#example-container {
	width: 100%;
}

#example-subcontainer {
	max-width: 720px;
	margin: auto;
}

#example-title{
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 20px;
	color: #05548B;
	margin-top: 40px;
}

.example {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.example-image{
	width: 60px;
}

.example-text {
	font-size: 16px;
	color: #515151;
	margin-left: 20px;
	max-width: 624px;
	text-align: justify;
}

#beto-text {
	width: 100%;
	margin: auto;
	text-align: center;
	color: #00A4DF;
	font-size: 22px;
	margin-top: 20px;
}

#terms1 {
	width: 100%;
	margin: auto;
	color: #05548B;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}

#terms2 {
	width: 100%;
	margin: auto;
	color: #05548B;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

#who-we-are-container {
	background: linear-gradient(180deg,#0192cf 15%,#00548c 83%);
	width: 100%;
	height: 450px;
}

#who-we-are {
	max-width: 1024px;
	margin: auto;
	padding-top: 50px;	
	margin-top: 25px;
}

#who-we-are-title {
	color: #FFF;
	font-size: 38px;
	text-align: center;
	margin-bottom: 20px;
}

#who-we-are-data-container {
	width: 1024px;
	margin: auto;
	float: left;
}

#who-we-are-image {
	width: 50%;
}

#who-we-are-image > img {
	width: 60%;
	margin: auto;
}

#who-we-are-data {
	width: 50%;
	float: right;
	margin-top: -280px;
	color: #FFF;
	font-size: 16px;
}

#who-we-are-data > p{
	margin-top: 30px;
}

#who-we-are-button {
	margin: auto;
	margin-top: 50px;
}

#opinion {
	width: 100%;
	background-color: #f5f8fa;
}

#opinion-title {
	font-size: 38px;
	max-width: 1024px;
	text-align: center;
	margin: auto;
	margin-top: 60px;
	color: #515151;
	margin-bottom: 20px;
}

#opinions {
	max-width: 1024px;
	height: 382px;
	margin: auto;
	display: flex;
	margin-top: 50px;
}

.opinion {
	width: 502px;
	height: 100%;
	background-color: #FFF;
	margin-right: 20px;
}

.opinion-container {
	display: flex;
	flex-direction: column;
	height: calc(80% - 100px);
}

.opinion-image {
	width: 200px;
	height: 70px;
	margin: auto;
	margin-top: 45px;
	margin-bottom: -20px;
}

.opinion-image > img{
	width: 100%;
}

.opinion-quotes-up {
	max-width: 20px;
	margin: auto;
	padding-top: 10px;
}

.opinion-quotes-down {
	max-width: 20px;
	margin: auto;
	padding-bottom: 10px;
}

.opinion-text {
	max-width: min(400px, 80%);
	height: auto;
	text-align: center;
	font-size: 1em;
	color: #515151;
	margin: auto;
	font-style: italic;
	line-height: 1.5;
}

#button-opinion {
	padding-bottom: 40px;
}

#footer {
	width: 100%
	height 206px;
	background-color: #FFF;
}

#footer-container {
	max-width: 1024px;
	height: 168px;
	margin: auto;
	display: flex;
	padding-top: 20px;
}

#norton-image {
	margin-top: 30px;
}

#terms {
	width: 160px;
	margin-left: 20px;
	margin-top: 20px;
}

.term {
	width: 100%;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
}

.term > a {
	color: #00548b;
	text-decoration: underline;
}

#follow-us {
	width: 140px;
	height: 100%;
	margin-left: 40px;
}

#facebook {
	display: flex;
    color: #00548b;
    line-height: 1.6em;
    border: 1px solid #00548b;
    border-radius: 5px;
    height: 30px;
    width: 140px;
    margin-top: 15px;

}

#facebook > img {
	background: #00548b;
    padding: 0 .5em;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 20px;
}

#facebook > p {
	font-size: 13px;
}

#twitter {
	display: flex;
    color: #00548b;
    line-height: 1.6em;
    border: 1px solid #00548b;
    border-radius: 5px;
    height: 30px;
    width: 140px;
    margin-top: 15px;

}

#twitter > img {
	background: #00a1df;
    padding: 0 .5em;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 20px;
}

#twitter > p {
	font-size: 13px;
}

#contact {
	margin-left: 100px;
	display: flex;
	flex-direction: column;
	width: 439px;
}

#direction-container {
	width: 100%;
	height: 90px;
	display: flex;
}

#direction-text {
	margin-left: 30px;
	color: #292B2C;
	font-size: 14px;
}

#email-container {
	width: 100%;
	height: 90px;
	display: flex;
}

#email {
	margin-left: 30px;
	font-size: 14px;
	color: #551A8B;
	padding-top: 10px;
}

#footer-container2 {
	width: 100%;
    background-color: #00548b;;
	height: 38px;
}

#footer2 {
	width: 1024px;
	height: 28px;
	margin: auto;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}

.line-container {
	width: 100%;
}

.line {
	max-width: 252px;
	height: 3px;
	background-color: #dfe8f1;
	margin: auto;
}

#superline {
	display: none;
}
/* Floating Banner Styles */
#floating-banner {
	width: 95%;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#floating-banner:hover {
    transform: translateX(-50%);
}

#floating-banner svg,
#floating-banner img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: block;
}

/* Responsive adjustments for floating banner */
@media (max-width: 768px) {
    #floating-banner {
		width: 95%;
        bottom: 10px;
    }
    #floating-banner svg,
    #floating-banner img {
        width: 100%;
    }
}

@media (max-width: 480px) {
	#floating-banner {
		width: 95%;
    }
	#floating-banner svg,
    #floating-banner img {
        width: 100%;
    }
}