h1{
	font-size: 14pt;
	margin: 0;
	font-weight: 800;
}
h2{
	margin: 0;
    font-size: 35px;
    color: var(--morado);
    font-weight: 900;
}
h3{
	margin: 0;
    font-size: 22pt;
    color: var(--rojo);
}
h5{
	margin: 0;
    font-size: 15pt;
    text-decoration: line-through;
}
.bxmorado{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: var(--morado);
	color: #fff;
	text-align: center;
	padding: 10px;
}
.vehiculo{
	background: var(--gris);
    padding: 15px;
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.datos{
	font-weight: 700;
	font-size: 12pt;
}
.bxazul{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/* background: var(--azul2); */
	color: #fff;
	text-align: center;
	padding: 10px;
}
.bxwhite{
	display: grid;
	grid-template-columns: 15% 30% 18% 37%; 
    justify-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0px 0px 15px -7px #000;
    align-items: center;
    text-align: center;
}
.bxdescuentos{
	display: flex;
    align-items: flex-end;
    padding: 5px 15px 15px;
    border: 3px solid var(--rosa);
    border-radius: 8px;
    justify-content: space-between;
    grid-gap: 15px;
}
.rosa{
	font-size: 45px;
	color: var(--rosa);
}
.flex-row{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75px;
}
.carriers{
	text-align: center;
    background: #fff;
    margin-top: -10px;
    width: fit-content;
    padding: 0 6px;
}
.tag{
	background: var(--morado);
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}
.bxbottom{
	/* background: var(--azul2); */
	padding: 10px 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.bradius{

	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
@media (max-width: 820px){
	.bxmorado {
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	}
	.vehiculo {
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    flex-wrap: wrap;
	    grid-gap: 5px 0px;
	}
	.vehiculo>p{
		width: 45%;
	}
	.morado{
		border-color: var(--morado);
	}
	.sec-mov{
		padding: 0 10px;
	}
	.bxwhite {
	    grid-template-columns: 100%;
	    grid-gap: 25px;
	}
}

.form-select {
	border: 0px solid;
	background-color: var(--gris);
	width: 98px;
}

.bg-blue {
	background-color: var(--azul2);
}

.bradius-top {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

.bg-blue {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	padding: 1px 10px 10px;
}

.form-select-desc {
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 0.375rem;
	width: 100%;
	background-color: white;
}

.label-descp {
	color: white;
	font-weight: 600;
	text-align: right;
}

.div-aseguradoras {
	position: relative; /* Asegúrate de que este contenedor tenga posición relativa */
}

.d-none {
	display: none !important;
}

#contenedor-loader {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente si deseas */
}

.loader {
	width: 120px;
	height: 20px;
	-webkit-mask: radial-gradient(circle closest-side,#027BE4 94%,#027BE4) left/20% 100%;
	background: linear-gradient(#027BE4 0 0) left/0% 100% no-repeat #ddd;
	animation: l17 2s infinite steps(6);
}
@keyframes l17 {
	100% {background-size:120% 100%}
}


/* HTML: <div class="loader-2 d-none"></div> */
#contenedor-loader-2 {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente si deseas */
	padding-top: 7px;
}
.loader-2 {
text-align: center;
width: 10px;
aspect-ratio: 1;
border: 15px solid #ddd;
display: flex;
justify-content: center !important;
border-radius: 50%;
position: relative;
transform: rotate(45deg);
}
.loader-2::before {
content: "";
position: absolute;
inset: -15px;
border-radius: 50%;
border: 15px solid #027BE4;
animation: l18 2s infinite linear;
}
@keyframes l18 {
	0%   {clip-path:polygon(50% 50%,0 0,0    0,0    0   ,0    0   ,0    0   )}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0   ,100% 0   ,100% 0   )}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0    100%,0    0   )}
}
  
.mt-0 {
	margin-top: 30px;

}

.label-mes {
	color: white;
	font-weight: 600;
	font-size: 1rem;
}

.d-flex {
	display: flex;
}

.precio-sub-mes {
	color: white;
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 10px;
	margin-top: -2px;
}

.mt-3 {
	margin-top: 10px;
}
.grid2{
	display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    margin-top: 15px;
	align-items: center;
}
/* Estilos específicos para móviles */
@media (max-width: 576px) {
	.grid2{
		grid-template-columns: 100%;
	    grid-gap: 0;
	}
}

.border-1 {
	border-radius: 8px !important;
	margin-bottom: -30px;
}

section {
    padding: 20px 0px;
}
.form-check {
	font-size: .8rem;
	margin-bottom: 3px;
}


.btn-2 {
	background-color: white;
	color: #000;
	padding: 8px 20px;
	margin-top: -20px !important;
	border-radius: 4PX;
	font-size: .9rem;
	font-weight: 600;
	border: 2px solid;
	cursor: pointer;
}

.btn-white-2 {
	background-color: white;
	border-color: var(--rosa);
	color: var(--rosa);
}

.btn-white-2:hover {
	background-color: var(--rosa);
	border-color: var(--rosa);
	color: white;
}

.btn-rosa-2 {
	background-color: var(--rosa);
	border-color: var(--rosa);
	color: white;
}

.btn-rosa-2:hover {
	background: #FA00C8;
	border-color: #FA00C8;
	color: white;
}

.back-chubb {
	background-color: #01C1D6 !important;
}


.back-gnp {
	background-color: #002d74 !important;
}

.back-ana {
	background-color: #DB2455 !important;
}

.back-qualitas {
	background-color: #941B80 !important;
}

.back-axa {
	background-color: #00008f !important;
}

.back-mapfre {
	background-color: #E40520 !important;
}

.back-afirme {
	background-color: #009639 !important;
}

.btn-seleccionar {
	width: 225px !important;
}

