h1{
	font-size: 18pt;
	margin: 0;
	font-weight: 800;
}
h2{
	margin: 0;
	font-size: 14pt;
}
h3{
	font-size: 11pt;
	margin: 0;
}
h4{
	font-size: 9pt;
	margin: 0;
}
label{
	font-size: 10pt;
    font-weight: 700;
}

.seccion{
	display: grid;
	grid-template-columns: 69% 29%;
	width: 75%;
	margin: auto;
	justify-content: space-between;
}
.titlle{
	background: var(--gris-dark);
    padding: 10px;
    text-align: center;
    border-radius: 8px;
}
.grid3{
	display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
    align-items: start;
}
.flex2{
	display: grid;
	grid-template-columns: 66% 32%;
	justify-content: space-between;
    align-items: start;
}
.flexi2{
	display: grid;
	grid-template-columns: 32% 66%;
	justify-content: space-between;
    align-items: start;
}
input, select{
	width: -webkit-fill-available;
    padding: 5px;
    font-size: 12pt;
    border-radius: 3px;
    border: 1px solid var(--gris);
}
select {
	background-image: url(../img/flecha.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none; 
}
select::-ms-expand {
	display: none;
}
.grid4{
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	justify-content: space-between;
    align-items: start;
}
.flex3{
	display: grid;
	grid-template-columns: 48% 22% 22%;
	justify-content: space-between;
    align-items: start;
}
.terminos{
	display: flex;
    grid-gap: 10px;
    align-items: center;
}
.terminos input{
	width: fit-content;
}
.terminos p{
	font-size: 8pt;
}
.boxmorado{
	/* background: var(--morado); */
    padding: 15px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.boxline{
	border: 2px solid /* var(--morado) */;
	padding: 10px;
}
.bottommorado{
	padding: 5px;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--morado);
}
.table {
  width: 100%;
}
.tr3{
	display: flex;
}
.th69{
	width: 69%;
}
.th18{
	width: 18%;
}
.tr4{
	display: grid;
	grid-template-columns: 25% 20% 35% 20%;
	align-items: center;
}
.tr2{
	display: grid;
	grid-template-columns: 45% 55%;
}
.tr2 hr{
	width: 95%;
}
.th{
	background: var(--gris);
	padding: 10px;
	font-size: 10pt;
	text-align: left;
}
.td{
	padding: 10px;
	font-size: 10pt;
}
.border-left{
	border-left: 1px solid var(--gris);
}
.flex2 p{
	font-size: 10pt;
}
.blue{
	border-color: var(--azul2);
}
.light{
	color: var(--gris-dark);
}
.grid2{
	display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    margin-top: 15px;
}
.grid2 button{
	width: -webkit-fill-available;
}
.red{
	font-size: 7pt;
    color: red;
    font-style: italic;
}
.azul{
	color: var(--azul2);
}
.btn-con{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 225px;
}
@media (max-width: 820px){
	.boxazul {
	    border-radius: 0;
	}
	.seccion {
	    display: flex;
	    width: 95%;
	    flex-direction: column-reverse;
	    grid-gap: 25px;
	}
	.grid3, .grid4, .flexi2 {
	    grid-template-columns: 100%;
	    grid-gap: 15px;
	}
	.flex2 {
	    display: flex;
	    flex-wrap: wrap;
	    grid-gap: 15px;
	}
	.w100, .th69{
		width: 100%;
	}
	.w48{
		width: 47%;
	}
	.gridflex3{
		display: flex;
    	flex-wrap: wrap;
    	grid-gap: 15px 0;
	}
	.tr3{
		flex-wrap: wrap;
	}
	.th18 {
	    width: 50%;
	}
	.tr4 {
	    grid-template-columns: 50% 50%;
	    align-items: stretch;
	}
	.tr2 hr {
	    width: 100%;
	}
	.td-bb{
		border-bottom: 1px solid var(--gris-dark);
	}
	.border-left {
	    border-left: 0px solid var(--gris);
	}
}

.is_invalid {
	border-color: red !important;
}

.mt-7 {
	margin-top: 5px;
}

#ErrorCoreo, #ErrorCoreoCode, #ErrorWhats {
	margin-top: 5px;
	color: red !important;
	font-size: .7rem;
	font-weight: 500;
}

.d-flex {
	display: flex;
	width: 100%;
	justify-content: center;
}

.code-conf {
    width: 25px;
    height: 35px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.363);
    text-align: center; /* Centra el texto horizontalmente */
    line-height: 35px;  /* Centra el texto verticalmente */
    font-size: 16px;    /* Ajusta el tamaño de la fuente si es necesario */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.back-chubb {
	background-color: #01C1D6 !important;
}

.boxline-chubb {
	border: 2px solid #01C1D6 !important;
	padding: 10px;
}

.back-qualitas {
	background-color: #941B80 !important;
}

.back-gnp {
	background-color: #002d74 !important;
}

.back-ana {
	background-color: #DB2455 !important;
}

.back-axa {
	background-color: #00008f !important;
}

.back-mapfre {
	background-color: #E40520 !important;
}

.back-afirme {
	background-color: #009639 !important;
}

.d-none {
	display: none;
}

/* Estilos para los radios */
.form-check-group {
	display: flex;
	gap: 20px; /* Espacio entre los elementos */
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.form-check {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.form-check-input {
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #0d6efd;
	border-radius: 50%;
	outline: none;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
}

/* Efecto al estar seleccionado */
.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #0d6efd;
}

.form-check-label {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}

.text-white {
	color: #fff !important;
}

select, input {
	border: 1px solid;
	border-color: #33333362;
}