@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
.mt-40{
	margin-top: 40px!important;
}
.ml-100d{
	margin-left: 100px!important;
}

.title-wrapper {
	background-color: #e30513;
	text-align: center;
	padding: 10px 0;
}
.calculator-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin-right: 5px;
}
h1 {
	margin: 0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 27px;
	display: inline-block;
}
.calculator-wrapper {
	width: 90%;
	max-width: 800px;
	margin: 10px auto 100px auto;
	text-align: center;
	background-color: #212121;
	padding: 5px 10px 10px 10px;
	border-radius: 5px;
}
.alt-1 {
	background-color: #000000;
}
.alt-2 {
	background-color: #555555;
}
.alt-3 {
	background-color: #999999;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 28px;
	margin: 40px 0 10px 0;
}
.simulator-title {
	font-size: 18px;
	display: inline-block;
	margin: 0 auto;
	color: #FFFFFF;
}
.register {
	display: none;
}
.register.active {
	display: block;
}
.success {
	display: none;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.success.active {
	display: block;
	background-color: #fff;
	padding: 85px 20px 150px 20px;
	font-weight: 400;
}
.success-text {
	font-weight: 600;
	font-size: 20px;
	margin: 20px auto;
	line-height: 20px;

}
.header h1{
	margin-top: 25px;
}
.header p{
	width: 600px;
	margin: 0 auto;
	margin-top: 25px;
}

.header input{
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #e30513;
	width: 300px;
	height: 40px;
	border-radius: 5px;
}

.wa{
	border-radius: 50%;
	margin-bottom: 35px;
}


.exito{
	color: #e30513;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
}
.calculator-wrapper.success.active {
	background-color: #fff;
}
.success svg {
	width: 50px;
	height: 50px;
	color: var(--primario);
}
input {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	width: 100%;
	padding: 12px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	resize: vertical;
}
::placeholder {
	color: #000000;
}
input[type=tel], textarea {
  padding: 12px 0;
  border: 1px solid #ffffff;
}
input#phone, placeholder {
    padding-left: 50px;
}
input[type=submit] {
	padding: 12px 0;
	margin-bottom: 0;
	cursor: pointer;
	background-image: url(../img/wa-submit.png);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center 2px;
}
input[type=submit] value {
	text-align: left;
	padding-left: 20px;
}
input:focus{
    outline: none;
}
label .label-flag {
    margin: 10px 0 0px 10px;
    position: absolute;
    max-width: 30px;
	display: block;
}
.cinp {
	padding-left: 50px;
}
select{
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	width: 100%;
	padding: 12px 8px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	resize: vertical;
	border-right: 10px solid transparent;
	background: #FFFFFF;
}
select:focus{
    outline: none;
}
.submit {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background-color: #ffffff;
}
.content-wrapper {
	margin: 0 20px 0 20px;
	text-align: justify;
}
p {
	line-height: 25px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.explanation-text {
	margin-bottom: 20px;
}
.highlight{
	color: #e30513;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.services {
	border: 5px solid #e30513;
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: left;
}
.services-title {
	font-size: 17px;
	background-color: #e30513;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	margin: 0 0 10px 20px;
	color: #333;
}
ul {
	list-style: none;
	text-align: left;
	padding: 0 0 0 10px;
}
li {
	line-height: 25px;
}

.loading-icon{
	width: 70px;
	margin: 0 auto;
	display: block;
	object-fit: cover;	
}

.whatsapp-contact {
	max-width: 200px;
	position: fixed;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	max-width: 50px;
	margin: 0 10px 10px  0;
}
.footer {
	background: linear-gradient(to right,#e30513 0,#89020f 100%);
	text-align: center;
	padding: 10px 0 100px 0;
	color: #ffffff;
	margin-top: 100px;
}
.footer-logo-container {
	margin-top: 30px;
}
.footer-container {
	margin: 40px 0 0 0;
}
.footer-title {
	font-size: 20px;
	max-width: 250px;
	margin: 0 auto 20px auto;
	font-weight: 400;
	color: #ffffff;
}
.footer-subtitle {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer-item {
	margin-bottom: 5px;
}
.item-icon {
	display: inline-block;
	max-width: 20px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.item-text {
	display: inline-block;
	color: #ffffff;
}

.submit{
    background-color: #e30513;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

a {
	text-decoration: none;
}
@media screen and (min-width: 1024px) {	
	.calculator-icon {
		width: 50px;
		height: 50px;
		vertical-align: text-bottom;
		margin-right: 10px;
	}
	.title-wrapper {
		padding: 20px 0;
	}
	.ml-100d{
		margin-left: 0px!important;
	}
	h1 {
		font-size: 50px;
	}
	.content-wrapper {
		max-width: 800px;
		margin: 70px auto;
	}
	.calculator-wrapper {
		margin: 0 0 100px 0;
		width: 100%;
	}
	.footer {
		margin-top: 100px;
		padding-top: 50px;
	}
	.footer-container {
		display: inline-block;
		vertical-align: top;
		margin: 0 30px;
	}
	.footer-title {
		margin-top: 0;
	}
}
 
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
    z-index: 9999; /* Asegura que el loader esté en frente de otros elementos  */
  }
  .loader-content {
      width: 50px;
      --b: 8px; 
      aspect-ratio: 1;
      border-radius: 50%;
      padding: 1px;
      background: conic-gradient(#0000 10%,#f1e2e4) content-box;
      -webkit-mask:
        repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
        radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
      -webkit-mask-composite: destination-in;
              mask-composite: intersect;
      animation:l4 0.7s infinite steps(10);
    }
    @keyframes l4 {to{transform: rotate(1turn)}}
  
