body {
	margin: 0 auto;
	font-family: 'Lato-Regular', sans-serif;
	max-width: 500px;
}
.header {
	background-image: url('../../assets/img/calculator-background.jpg');
	height: 240px;
	background-position: top center;
	padding: 20px;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-message {
	background: #4F002B;
	padding: 15px;
	border-radius: 15px;
}
.header-media-container {
	display: inline-block;
	width: 10%;
	margin-right: 20px;
	margin-top: 0;
	vertical-align: top;
}
.header-message-info {
	height: 40px;
	width: 40px;
}
.header-message-text {
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	max-width: 80%;
	padding: 0;
	margin: 0;
}
h1 {
	font-weight: normal;
	margin: 0;
	color: #4F002B;
	font-family: 'Lato-Black', sans-serif;
	font-size: 25px;
	display: inline-block;
}
.calculator-header {
	background: #4F002B;
	padding: 20px 0 35px 0;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	height: 50px;
	box-sizing: content-box;
}
.calculator-header-left {
	margin: -15px 0 0 0;
}
.calculator-header-center {
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	position: absolute;
	right: 0;
	left: 0;
	top: 20px;
}
.calculator-header-message-text {
	font-family: 'Lato-Bold', sans-serif;
	font-size: 18px;
}
.content-wrapper {
	margin: -67px 0 0 0;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	z-index: 100;
	background: #FFFFFF;
}
.content-logo {
	height: 140px;
	width: 215px;
	margin: 60px auto 0 auto;
	text-align: center;
	display: block;
}
.content-title {
	font-size: 25px;
	color: #000A68;
	font-family: 'Lato-Bold';
}
.content-description {
	color: #454545;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 30px 10px 30px;
}
.calculator-button {
	border-radius: 6px;
	background: #4F002B;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	padding: 20px 80px;
	margin: 20px auto 0 auto;
	font-family: 'Lato-Bold', sans-serif;
	display: block;
	color: #FFFFFF;
	max-width: 140px;
	box-sizing: content-box;
}
.calculator-button a {
	color: #FFFFFF;
	width: 100%;
}
.content-wa {
	margin-top: 20px;
	font-size: 14px;
	color: #454545;
}
.content-wa-icon {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	margin-right: 7px;
	vertical-align: middle;
}
.content-wa-green {
	color: #1BD544;
	font-family: 'Lato-Bold', sans-serif;
}
.collapsible-container {
    border-radius: 15px;
    margin: 10px 0;
}
.collapsible {
  cursor: pointer;
  width: 60%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  position: relative;
  border-radius: 15px;
  background: #FFFFFF;
  margin: 0 auto;
}
.active-open, .collapsible:hover {
}
.collapsible:after {
  content: url('../../assets/img/expand.svg');
  display: inline-block;
  vertical-align: sub;
  max-width: 20px;
}
.active-open:after {
  content: url('../../assets/img/expand-less.svg');
}
.collapsible-title {
    font-family: 'Lato', sans-serif;
    color: #c9c9c9;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: super;
}
.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0 0 15px 0;
  color: #454545;
  text-align: left;
}
.collapsible-bar {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 20px;
}
.collapsible-content-text {
    padding: 0 30px 20px 30px;
}
.highlights-container {
	margin: 50px 0 50px 0;
}
h2 {
	font-family: 'Lato-bold', sans-serif;
	font-size: 17px;
	margin: 10px 0;
	color: #00053C;
}
p {
	line-height: 25px;
	margin: 0;
}
.explanation-text {
	margin-bottom: 20px;
}
.highlight{
	font-family: 'Lato-bold', sans-serif;
}
.index-list {
	color: #454545;
}
.index-list a {
	color: #454545;
	text-decoration: underline;
	margin-left: 5px;
}
.index-list li {
	list-style: none;
}
.index-title {
	margin: 50px 0 0 0;
	font-family: 'Lato-Bold', sans-serif;
	scroll-margin-top: 2rem;
	color: #00053C;
}
.services {
	border: 5px solid #4F002B;
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: left;
}
.services-title {
	font-size: 17px;
	background-color: #4F002B;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff;
}
.services a {
	color: #00053C;
}
h3 {
	font-family: 'Lato-bold', sans-serif;
	font-size: 17px;
	margin: 0 0 10px 20px;
	color: #4F002B;
}
ul li h3 {
	margin: 5px 0;
	font-size: 15px;
}
.floating-container {
	position: relative;
	margin-top: 50px;
}
.floating-button {
    position: absolute;
    right: 15px;
    bottom: 40px;
    width: 54px;
    height: 54px;
    z-index: 101;
}
.floating-service {
    background-color: #D9062A;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
    margin: 0;
}
.floating-service-title {
    font-family: 'Lato-Bold', sans-serif;
}
.floating-service-description {
    font-size: 12px;
}
.calculator-logo {
	width: 85px;
	height: 25px;
	margin: 18px 0 0 10px;
}
.calculator-title{
	color: #FFFFFF;
}
.calculator-content-wrapper {
	margin: 0;
}
.calculator-wrapper {
	margin: -25px auto 0 auto;
	text-align: center;
	background: #FFFFFF;
	padding: 30px 0 0 0;
	border-radius: 14px;
	max-width: 450px;
}
.register {
	display: none;
}
.register.active {
	display: block;
}
.success {
	display: none;
	height: 100%;
	top: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.success.active {
	display: block;
	background: #FFFFFF;
	padding: 85px 20px 150px 20px;
	font-weight: 400;
}
.success-text {
	font-weight: 400;
	margin: 20px auto;
	line-height: 20px;
}
.calculator-wrapper.success.active {
	background-color: #fff;
}
.success svg {
	width: 50px;
	height: 50px;
	color: var(--primario);
}
form {
    width: 100%;
    padding: 0;
    margin: 0;
}
.form-sector {
    display: block;
}
.form-input-container {
    display: contents;
}
.label-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
label {
    position: absolute;
    margin: -15px 0 0 10px;
    color: #4F002B;
    font-size: 14px;
    z-index: 100;
}
label .label-flag {
    max-width: 25px;
    position: absolute;
    top: 37px;
    margin-left: 5px;
}
.large-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 43%;
}
input {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    padding: 17px 12px;
    box-sizing: border-box;
    margin: 5px 6px 30px 6px !important;!i;!;!;
    resize: vertical;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(134, 134, 134, 0.05);
    font-size: 16px;
    border: 2px solid #4F002B;
}
input[type=tel], textarea {
  padding: 17px 0;
}
input#phone, placeholder {
    padding-left: 36px;
}
input[type="date"] {
    vertical-align: top;
    width: 100%;
}
input[type="date"]:valid {
    color: #999999;
    width: 100%;
    margin-top: 5px;
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/img/form/select.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
}
input:focus{
    outline: none;
}
.input-big {
    width: 95%;
}
::placeholder {
    color: #999999;
    font-family: 'Montserrat-light', sans-serif;
}
.ac-list {
    margin: -30px 0 0 5px !important;
    color: #999999;
}
select{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #999999;
    width: 100%;
    padding: 17px 12px;
    box-sizing: border-box;
    margin: 5px 5px 35px 5px;
    resize: vertical;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(134, 134, 134, 0.05);
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/img/form/select.svg);
    background-repeat: no-repeat;
    background-position: right 10px bottom 15px;
    border: 2px solid #4F002B;
}
select:focus{
    outline: none;
}
select::placeholder {
    color: #FFFFFF;
    background-image: none;
}
input[type=submit] {
    border-radius: 6px;
    background: #D9062A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin: -20px auto !important;!i;!;
    font-family: 'Montserrat-SemiBold', sans-serif;
    display: block;
    color: #FFFFFF;
    max-width: 270px;
    padding: 17px 30px;
}
.formsec,
.formsec *,
.formsec *::before,
.formsec *::after {
  box-sizing: border-box;
}
.formsec {
  padding: 0 20px 48px 20px;
  background: var(--paper);
  color: #ffffff;
  margin-top: 40px;
}
.formsec h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 7vw, 32px);
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 12px 0 0;
  height: auto;
  color: #00053C;
}
.eyebrow.muted {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-faint); 
}
.eyebrow.muted::before {
  content: "";
  width: 20px;
  height: 1.5px;
  background: var(--ink-faint); 
}
.formcard {
  margin-top: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  padding: 24px 20px;
  box-shadow: var(--sh-card);
}
.formcard .sub {
  font-size: 13px;
  color: #00053C;
  margin: 4px 0 50px 0;
}
#form-dinamico {
  display: block;
}
#form-dinamico .form-input-container {
  display: flex;
  flex-direction: column;
}
.btn-wa,
#form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: var(--sh-action);
  padding: 16px;
  gap: 9px;
  border-radius: 12px;
  background: #22C55E;
  font-weight: 600;
  margin-top: -7px;
}
.btn-wa svg {
  width: 21px;
  height: 21px;
}
.formcard .legal,
#form .legal {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;       
  color: #8A857A;         
  margin-top: 16px;       
}
ul {
	list-style: none;
	text-align: left;
	margin: 0 0 100px 30px;
	padding: 0;
}
li {
	line-height: 25px;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #454545;
}
button {
	-webkit-tap-highlight-color: transparent;
}
.calculator-button a {
	color: #FFFFFF;
	width: 100%;
}
.phone-error {
	border-radius: 6px;
	background: #8f8f8f;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	margin: 25px auto 0 auto;
	font-family: 'Lato-Bold', sans-serif;
	display: block;
	color: #FFFFFF;
	max-width: 270px;
	padding: 10px 15px;
	border: none;
}
.img-dialog {
    width: 100px;
    height: 100px;
}
dialog h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1rem;
    color: firebrick;
}

dialog p {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;
}

dialog .x {
    filter: grayscale(1);
    border: none;
    background: none;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
}
@media screen and (min-width: 1024px) {	
	.multiselect {
        width: 100%;
    }
    .causal-label {
	    margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 190px;
	    text-align: center;
	   }
    .selectBox {
        position: relative;
    }
    .overSelect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
	input[type="checkbox" i] {
        margin-top: 0;
        display: block;
    }    
	.content {
	    width: 18.7%;
	}
    #checkboxes {
        display: none;
        border: solid 1px #666666;
        box-shadow: #00000017 0px 0px 3px 3px;
        padding: 30px 0 17px 0;
        width: 94%;
        margin: -35px auto 50px auto;
    }
    .label-checkboxes {
        border-top: 1px solid #EBEBEB;
        padding: 15px 10px 0 10px;
        margin-left: 0;
    }
    .label-checkboxes:last-child {
        border-bottom: 1px solid #EBEBEB;
    }
    optgroup {
    	height: 80px;
    }
    #checkboxes .label-checkboxes {
        display: block;
        position: relative !important;
        text-align: left;
        line-height: 1;
    }
    label#label-checkbox-63 {
        border-bottom: 1px solid #EBEBEB;
        margin-bottom: 30px;
        max-height: 49px;
    }
    input#checkbox-63 {
        margin-bottom: 20px;
    }
}
@font-face {
    font-family: "Lato-Regular";
    src: url(../../assets/fonts/Lato-Regular.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Lato-Light";
    src: url(../../assets/fonts/Lato-Light.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Lato-Bold";
    src: url(../../assets/fonts/Lato-Bold.ttf) format("truetype");
    font-display: block;  
}
@font-face {
    font-family: "Lato-Black";
    src: url(../../assets/fonts/Lato-Black.ttf) format("truetype");
    font-display: block;  
}