/* ============================
    * COMPONENTES *
===============================*/

.w-full {
  width: 100%;
}

.btn-flotante-whatsapp {
  font-size: 16px; /* Cambiar el tamaño de la tipografia */
  text-transform: uppercase; /* Texto en mayusculas */
  font-weight: bold; /* Fuente en negrita o bold */
  color: #ffffff; /* Color del texto */
  border-radius: 5px; /* Borde del boton */
  letter-spacing: 2px; /* Espacio entre letras */
  padding: 18px 30px; /* Relleno del boton */
  position: fixed !important;
  bottom: 20px;
  right: 50px;
  z-index: 98;
}
.img-whatsapp {
  height: 60px;
  width: 60px;
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

.direct-chat-msg {
  margin-bottom: 10px;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.direct-chat-msg:after {
  clear: both;
}

.direct-chat-msg:after {
  content: " ";
  display: table;
}

.right .direct-chat-img {
  float: right;
}

.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .btn-flotante-whatsapp {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 37px;
  }
}

.btn-flotante-comparador {
  font-size: 16px; /* Cambiar el tamaño de la tipografia */
  text-transform: uppercase; /* Texto en mayusculas */
  font-weight: bold; /* Fuente en negrita o bold */
  color: #ffffff; /* Color del texto */
  border-radius: 5px; /* Borde del boton */
  letter-spacing: 2px; /* Espacio entre letras */
  padding: 18px 30px; /* Relleno del boton */
  position: fixed;
  bottom: 200px;
  right: 40px;
  z-index: 99;
}
@media only screen and (max-width: 600px) {
  .btn-flotante-comparador {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 200px;
    right: 20px;
  }
}

.bg-gradient-blue {
  background-image: linear-gradient(
    to right,
    rgb(59, 130, 246),
    rgb(30, 58, 138)
  ) !important;
}

.bg-inherit {
  background-color: inherit;
}
.bg-current {
  background-color: currentColor;
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  background-color: rgb(0 0 0);
}
.bg-white {
  background-color: rgb(255 255 255);
}
.bg-slate-50 {
  background-color: rgb(248 250 252);
}
.bg-slate-100 {
  background-color: rgb(241 245 249);
}
.bg-slate-200 {
  background-color: rgb(226 232 240);
}
.bg-slate-300 {
  background-color: rgb(203 213 225);
}
.bg-slate-400 {
  background-color: rgb(148 163 184);
}
.bg-slate-500 {
  background-color: rgb(100 116 139);
}
.bg-slate-600 {
  background-color: rgb(71, 85, 105);
}
.bg-slate-700 {
  background-color: rgb(51 65 85);
}
.bg-slate-800 {
  background-color: rgb(30 41 59);
}
.bg-slate-900 {
  background-color: rgb(15 23 42);
}
.bg-gray-50 {
  background-color: rgb(249 250 251);
}
.bg-gray-100 {
  background-color: rgb(243 244 246);
}
.bg-gray-200 {
  background-color: rgb(229 231 235);
}
.bg-gray-300 {
  background-color: rgb(209 213 219);
}
.bg-gray-400 {
  background-color: rgb(156 163 175);
}
.bg-gray-500 {
  background-color: rgb(107 114 128);
}
.bg-gray-600 {
  background-color: rgb(75 85 99);
}
.bg-gray-700 {
  background-color: rgb(55 65 81);
}
.bg-gray-800 {
  background-color: rgb(31 41 55);
}
.bg-gray-900 {
  background-color: rgb(17 24 39);
}
.bg-zinc-50 {
  background-color: rgb(250 250 250);
}
.bg-zinc-100 {
  background-color: rgb(244 244 245);
}
.bg-zinc-200 {
  background-color: rgb(228 228 231);
}
.bg-zinc-300 {
  background-color: rgb(212 212 216);
}
.bg-zinc-400 {
  background-color: rgb(161 161 170);
}
.bg-zinc-500 {
  background-color: rgb(113 113 122);
}
.bg-zinc-600 {
  background-color: rgb(82 82 91);
}
.bg-zinc-700 {
  background-color: rgb(63 63 70);
}
.bg-zinc-800 {
  background-color: rgb(39 39 42);
}
.bg-zinc-900 {
  background-color: rgb(24 24 27);
}
.bg-neutral-50 {
  background-color: rgb(250 250 250);
}
.bg-neutral-100 {
  background-color: rgb(245 245 245);
}
.bg-neutral-200 {
  background-color: rgb(229 229 229);
}
.bg-neutral-300 {
  background-color: rgb(212 212 212);
}
.bg-neutral-400 {
  background-color: rgb(163 163 163);
}
.bg-neutral-500 {
  background-color: rgb(115 115 115);
}
.bg-neutral-600 {
  background-color: rgb(82 82 82);
}
.bg-neutral-700 {
  background-color: rgb(64 64 64);
}
.bg-neutral-800 {
  background-color: rgb(38 38 38);
}
.bg-neutral-900 {
  background-color: rgb(23 23 23);
}
.bg-stone-50 {
  background-color: rgb(250 250 249);
}
.bg-stone-100 {
  background-color: rgb(245 245 244);
}
.bg-stone-200 {
  background-color: rgb(231 229 228);
}
.bg-stone-300 {
  background-color: rgb(214 211 209);
}
.bg-stone-400 {
  background-color: rgb(168 162 158);
}
.bg-stone-500 {
  background-color: rgb(120 113 108);
}
.bg-stone-600 {
  background-color: rgb(87 83 78);
}
.bg-stone-700 {
  background-color: rgb(68 64 60);
}
.bg-stone-800 {
  background-color: rgb(41 37 36);
}
.bg-stone-900 {
  background-color: rgb(28 25 23);
}
.bg-red-50 {
  background-color: rgb(254 242 242);
}
.bg-red-100 {
  background-color: rgb(254 226 226);
}
.bg-red-200 {
  background-color: rgb(254 202 202);
}
.bg-red-300 {
  background-color: rgb(252 165 165);
}
.bg-red-400 {
  background-color: rgb(248 113 113);
}
.bg-red-500 {
  background-color: rgb(239 68 68);
}
.bg-red-600 {
  background-color: rgb(219, 38, 38);
}
.bg-red-700 {
  background-color: rgb(185 28 28);
}
.bg-red-800 {
  background-color: rgb(153 27 27);
}
.bg-red-900 {
  background-color: rgb(127 29 29);
}
.bg-orange-50 {
  background-color: rgb(255 247 237);
}
.bg-orange-100 {
  background-color: rgb(255 237 213);
}
.bg-orange-200 {
  background-color: rgb(254 215 170);
}
.bg-orange-300 {
  background-color: rgb(253 186 116);
}
.bg-orange-400 {
  background-color: rgb(251 146 60);
}
.bg-orange-500 {
  background-color: rgb(249 115 22);
}
.bg-orange-600 {
  background-color: rgb(234 88 12);
}
.bg-orange-700 {
  background-color: rgb(194 65 12);
}
.bg-orange-800 {
  background-color: rgb(154 52 18);
}
.bg-orange-900 {
  background-color: rgb(124 45 18);
}
.bg-amber-50 {
  background-color: rgb(255 251 235);
}
.bg-amber-100 {
  background-color: rgb(254 243 199);
}
.bg-amber-200 {
  background-color: rgb(253 230 138);
}
.bg-amber-300 {
  background-color: rgb(252 211 77);
}
.bg-amber-400 {
  background-color: rgb(251 191 36);
}
.bg-amber-500 {
  background-color: rgb(245 158 11);
}
.bg-amber-600 {
  background-color: rgb(217 119 6);
}
.bg-amber-700 {
  background-color: rgb(180 83 9);
}
.bg-amber-800 {
  background-color: rgb(146 64 14);
}
.bg-amber-900 {
  background-color: rgb(120 53 15);
}
.bg-yellow-50 {
  background-color: rgb(254 252 232);
}
.bg-yellow-100 {
  background-color: rgb(254 249 195);
}
.bg-yellow-200 {
  background-color: rgb(254 240 138);
}
.bg-yellow-300 {
  background-color: rgb(253 224 71);
}
.bg-yellow-400 {
  background-color: rgb(250 204 21);
}
.bg-yellow-500 {
  background-color: rgb(234 179 8);
}
.bg-yellow-600 {
  background-color: rgb(202 138 4);
}
.bg-yellow-700 {
  background-color: rgb(161 98 7);
}
.bg-yellow-800 {
  background-color: rgb(133 77 14);
}
.bg-yellow-900 {
  background-color: rgb(113 63 18);
}
.bg-lime-50 {
  background-color: rgb(247 254 231);
}
.bg-lime-100 {
  background-color: rgb(236 252 203);
}
.bg-lime-200 {
  background-color: rgb(217 249 157);
}
.bg-lime-300 {
  background-color: rgb(190 242 100);
}
.bg-lime-400 {
  background-color: rgb(163 230 53);
}
.bg-lime-500 {
  background-color: rgb(132 204 22);
}
.bg-lime-600 {
  background-color: rgb(101 163 13);
}
.bg-lime-700 {
  background-color: rgb(77 124 15);
}
.bg-lime-800 {
  background-color: rgb(63 98 18);
}
.bg-lime-900 {
  background-color: rgb(54 83 20);
}
.bg-green-50 {
  background-color: rgb(240 253 244);
}
.bg-green-100 {
  background-color: rgb(220 252 231);
}
.bg-green-200 {
  background-color: rgb(187 247 208);
}
.bg-green-300 {
  background-color: rgb(134 239 172);
}
.bg-green-400 {
  background-color: rgb(74 222 128);
}
.bg-green-500 {
  background-color: rgb(34 197 94);
}
.bg-green-600 {
  background-color: rgb(22 163 74);
}
.bg-green-700 {
  background-color: rgb(21 128 61);
}
.bg-green-800 {
  background-color: rgb(22 101 52);
}
.bg-green-900 {
  background-color: rgb(20 83 45);
}
.bg-emerald-50 {
  background-color: rgb(236 253 245);
}
.bg-emerald-100 {
  background-color: rgb(209 250 229);
}
.bg-emerald-200 {
  background-color: rgb(167 243 208);
}
.bg-emerald-300 {
  background-color: rgb(110 231 183);
}
.bg-emerald-400 {
  background-color: rgb(52 211 153);
}
.bg-emerald-500 {
  background-color: rgb(16 185 129);
}
.bg-emerald-600 {
  background-color: rgb(5 150 105);
}
.bg-emerald-700 {
  background-color: rgb(4 120 87);
}
.bg-emerald-800 {
  background-color: rgb(6 95 70);
}
.bg-emerald-900 {
  background-color: rgb(6 78 59);
}
.bg-teal-50 {
  background-color: rgb(240 253 250);
}
.bg-teal-100 {
  background-color: rgb(204 251 241);
}
.bg-teal-200 {
  background-color: rgb(153 246 228);
}
.bg-teal-300 {
  background-color: rgb(94 234 212);
}
.bg-teal-400 {
  background-color: rgb(45 212 191);
}
.bg-teal-500 {
  background-color: rgb(20 184 166);
}
.bg-teal-600 {
  background-color: rgb(13 148 136);
}
.bg-teal-700 {
  background-color: rgb(15 118 110);
}
.bg-teal-800 {
  background-color: rgb(17 94 89);
}
.bg-teal-900 {
  background-color: rgb(19 78 74);
}
.bg-cyan-50 {
  background-color: rgb(236 254 255);
}
.bg-cyan-100 {
  background-color: rgb(207 250 254);
}
.bg-cyan-200 {
  background-color: rgb(165 243 252);
}
.bg-cyan-300 {
  background-color: rgb(103 232 249);
}
.bg-cyan-400 {
  background-color: rgb(34 211 238);
}
.bg-cyan-500 {
  background-color: rgb(6 182 212);
}
.bg-cyan-600 {
  background-color: rgb(8 145 178);
}
.bg-cyan-700 {
  background-color: rgb(14 116 144);
}
.bg-cyan-800 {
  background-color: rgb(21 94 117);
}
.bg-cyan-900 {
  background-color: rgb(22 78 99);
}
.bg-sky-50 {
  background-color: rgb(240 249 255);
}
.bg-sky-100 {
  background-color: rgb(224 242 254);
}
.bg-sky-200 {
  background-color: rgb(186 230 253);
}
.bg-sky-300 {
  background-color: rgb(125 211 252);
}
.bg-sky-400 {
  background-color: rgb(56 189 248);
}
.bg-sky-500 {
  background-color: rgb(14 165 233);
}
.bg-sky-600 {
  background-color: rgb(2 132 199);
}
.bg-sky-700 {
  background-color: rgb(3 105 161);
}
.bg-sky-800 {
  background-color: rgb(7 89 133);
}
.bg-sky-900 {
  background-color: rgb(12 74 110);
}
.bg-blue-50 {
  background-color: rgb(239 246 255);
}
.bg-blue-100 {
  background-color: rgb(219 234 254);
}
.bg-blue-200 {
  background-color: rgb(191 219 254);
}
.bg-blue-300 {
  background-color: rgb(147 197 253);
}
.bg-blue-400 {
  background-color: rgb(96 165 250);
}
.bg-blue-500 {
  background-color: rgb(59 130 246);
}
.bg-blue-600 {
  background-color: rgb(37 99 235);
}
.bg-blue-700 {
  background-color: rgb(29 78 216);
}
.bg-blue-800 {
  background-color: rgb(30 64 175);
}
.bg-blue-900 {
  background-color: rgb(30 58 138);
}
.bg-indigo-50 {
  background-color: rgb(238 242 255);
}
.bg-indigo-100 {
  background-color: rgb(224 231 255);
}
.bg-indigo-200 {
  background-color: rgb(199 210 254);
}
.bg-indigo-300 {
  background-color: rgb(165 180 252);
}
.bg-indigo-400 {
  background-color: rgb(129 140 248);
}
.bg-indigo-500 {
  background-color: rgb(99 102 241);
}
.bg-indigo-600 {
  background-color: rgb(79 70 229);
}
.bg-indigo-700 {
  background-color: rgb(67 56 202);
}
.bg-indigo-800 {
  background-color: rgb(55 48 163);
}
.bg-indigo-900 {
  background-color: rgb(49 46 129);
}
.bg-violet-50 {
  background-color: rgb(245 243 255);
}
.bg-violet-100 {
  background-color: rgb(237 233 254);
}
.bg-violet-200 {
  background-color: rgb(221 214 254);
}
.bg-violet-300 {
  background-color: rgb(196 181 253);
}
.bg-violet-400 {
  background-color: rgb(167 139 250);
}
.bg-violet-500 {
  background-color: rgb(139 92 246);
}
.bg-violet-600 {
  background-color: rgb(124 58 237);
}
.bg-violet-700 {
  background-color: rgb(109 40 217);
}
.bg-violet-800 {
  background-color: rgb(91 33 182);
}
.bg-violet-900 {
  background-color: rgb(76 29 149);
}
.bg-purple-50 {
  background-color: rgb(250 245 255);
}
.bg-purple-100 {
  background-color: rgb(243 232 255);
}
.bg-purple-200 {
  background-color: rgb(233 213 255);
}
.bg-purple-300 {
  background-color: rgb(216 180 254);
}
.bg-purple-400 {
  background-color: rgb(192 132 252);
}
.bg-purple-500 {
  background-color: rgb(168 85 247);
}
.bg-purple-600 {
  background-color: rgb(147 51 234);
}
.bg-purple-700 {
  background-color: rgb(126 34 206);
}
.bg-purple-800 {
  background-color: rgb(107 33 168);
}
.bg-purple-900 {
  background-color: rgb(88 28 135);
}
.bg-fuchsia-50 {
  background-color: rgb(253 244 255);
}
.bg-fuchsia-100 {
  background-color: rgb(250 232 255);
}
.bg-fuchsia-200 {
  background-color: rgb(245 208 254);
}
.bg-fuchsia-300 {
  background-color: rgb(240 171 252);
}
.bg-fuchsia-400 {
  background-color: rgb(232 121 249);
}
.bg-fuchsia-500 {
  background-color: rgb(217 70 239);
}
.bg-fuchsia-600 {
  background-color: rgb(192 38 211);
}
.bg-fuchsia-700 {
  background-color: rgb(162 28 175);
}
.bg-fuchsia-800 {
  background-color: rgb(134 25 143);
}
.bg-fuchsia-900 {
  background-color: rgb(112 26 117);
}
.bg-pink-50 {
  background-color: rgb(253 242 248);
}
.bg-pink-100 {
  background-color: rgb(252 231 243);
}
.bg-pink-200 {
  background-color: rgb(251 207 232);
}
.bg-pink-300 {
  background-color: rgb(249 168 212);
}
.bg-pink-400 {
  background-color: rgb(244 114 182);
}
.bg-pink-500 {
  background-color: rgb(236 72 153);
}
.bg-pink-600 {
  background-color: rgb(219 39 119);
}
.bg-pink-700 {
  background-color: rgb(190 24 93);
}
.bg-pink-800 {
  background-color: rgb(157 23 77);
}
.bg-pink-900 {
  background-color: rgb(131 24 67);
}
.bg-rose-50 {
  background-color: rgb(255 241 242);
}
.bg-rose-100 {
  background-color: rgb(255 228 230);
}
.bg-rose-200 {
  background-color: rgb(254 205 211);
}
.bg-rose-300 {
  background-color: rgb(253 164 175);
}
.bg-rose-400 {
  background-color: rgb(251 113 133);
}
.bg-rose-500 {
  background-color: rgb(244 63 94);
}
.bg-rose-600 {
  background-color: rgb(225 29 72);
}
.bg-rose-700 {
  background-color: rgb(190 18 60);
}
.bg-rose-800 {
  background-color: rgb(159 18 57);
}
.bg-rose-900 {
  background-color: rgb(136 19 55);
}

.text-white {
  color: rgb(255 255 255);
}
.text-blue-50 {
  color: rgb(239 246 255);
}
.text-blue-100 {
  color: rgb(219 234 254);
}
.text-blue-200 {
  color: rgb(191 219 254);
}
.text-blue-300 {
  color: rgb(147 197 253);
}
.text-blue-400 {
  color: rgb(96 165 250);
}
.text-blue-500 {
  color: rgb(59 130 246);
}
.text-blue-600 {
  color: rgb(37 99 235);
}
.text-blue-700 {
  color: rgb(29 78 216);
}
.text-blue-800 {
  color: rgb(30 64 175);
}
.text-blue-900 {
  color: rgb(30 58 138);
}

.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}

.text-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}
.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}
.text-base {
  font-size: 1rem; /* 16px */
  line-height: 1.5rem; /* 24px */
}
.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}
.text-xl {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
}
.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}
.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}
.text-5xl {
  font-size: 3rem; /* 48px */
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem; /* 60px */
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem; /* 72px */
  line-height: 1;
}
.text-8xl {
  font-size: 6rem; /* 96px */
  line-height: 1;
}
.text-9xl {
  font-size: 8rem; /* 128px */
  line-height: 1;
}

.text-justify {
  text-align: justify;
}

.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.navbar-blue .navbar-brand {
  color: #fff;
}
.navbar-blue .navbar-brand:focus,
.navbar-blue .navbar-brand:hover {
  color: #fff;
}
.navbar-blue .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.navbar-blue .navbar-nav .nav-link:focus,
.navbar-blue .navbar-nav .nav-link:hover {
  color: rgb(246, 250, 4);
  /* color: rgb(67 56 202); */
}
.navbar-blue .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-blue .navbar-nav .nav-link.active {
  /* color: #fff; */
  color: rgb(67 56 202);
}

.navbar-blue .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-blue .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-blue .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-blue .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-blue .navbar-text a,
.navbar-blue .navbar-text a:focus,
.navbar-blue .navbar-text a:hover {
  color: #fff;
}

.bg-indigo {
  background-color: rgb(67 56 202);
  color: #fff;
  border-color: rgb(67 56 202);
}
.bg-indigo:hover {
  color: #fff;
  background-color: rgb(67 56 202);
  border-color: rgb(67 56 202);
}
.btn-check:focus + .bg-indigo,
.bg-indigo:focus {
  box-shadow: 0 0 0 0.25rem rgba(67 56 202, 0.5);
}
.btn-check:active + .bg-indigo,
.btn-check:checked + .bg-indigo,
.bg-indigo.active,
.bg-indigo.dropdown-toggle.show,
.bg-indigo:active {
  color: #fff;
  background-color: rgb(67 56 202);
  border-color: rgb(67 56 202);
}
.btn-check:active + .bg-indigo:focus,
.btn-check:checked + .bg-indigo:focus,
.bg-indigo.active:focus,
.bg-indigo.dropdown-toggle.show:focus,
.bg-indigo:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(67 56 202, 0.5);
}
.bg-indigo.disabled,
.bg-indigo:disabled {
  color: rgb(67 56 202);
  background-color: transparent;
}

.-m-1 {
  margin: -0.25rem !important;
}
.-m-2 {
  margin: -0.5rem !important;
}
.-m-3 {
  margin: -1rem !important;
}
.-m-4 {
  margin: -1.5rem !important;
}
.-m-5 {
  margin: -3rem !important;
}

.order-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-9 {
  order: 9 !important;
}
.order-10 {
  order: 10 !important;
}
.order-11 {
  order: 11 !important;
}
.order-12 {
  order: 12 !important;
}
.order-13 {
  order: 13 !important;
}
.order-14 {
  order: 14 !important;
}
.order-15 {
  order: 15 !important;
}
.order-16 {
  order: 16 !important;
}

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-10 {
    order: 10 !important;
  }
  .order-sm-11 {
    order: 11 !important;
  }
  .order-sm-12 {
    order: 12 !important;
  }
  .order-sm-13 {
    order: 13 !important;
  }
  .order-sm-14 {
    order: 14 !important;
  }
  .order-sm-15 {
    order: 15 !important;
  }
  .order-sm-16 {
    order: 16 !important;
  }
}
@media (min-width: 768px) {
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }

  .order-md-11 {
    order: 11 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
  .order-md-13 {
    order: 13 !important;
  }
  .order-md-14 {
    order: 14 !important;
  }
  .order-md-15 {
    order: 15 !important;
  }
  .order-md-16 {
    order: 16 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
  .order-lg-11 {
    order: 11 !important;
  }
  .order-lg-12 {
    order: 12 !important;
  }
  .order-lg-13 {
    order: 13 !important;
  }
  .order-lg-14 {
    order: 14 !important;
  }
  .order-lg-15 {
    order: 15 !important;
  }
  .order-lg-16 {
    order: 16 !important;
  }
}

.nav-tabs {
  border-radius: 9999px;
  border: 3px solid transparent;
  background-color: transparent;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.nav-item {
  flex: 1 0 auto;
  text-align: center;
}

.nav-link {
  display: block;
  padding: 0.5rem 4rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 3px solid transparent;
  border-radius: 9999px;
  color: #0d6efd;
  background-color: #fff;
  border-color: #0d6efd;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #0d6efd;
  isolation: isolate;
}

/* vida planes */

/* Estilo general */
.card-container-body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

/* Contenedor principal */
.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  padding: 20px;
}

/* Tarjetas */
.card-pregunta {
  /* position: absolute; */
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.card-pregunta:hover {
  transform: translateY(-5px);
}

.card-pregunta h2 {
  font-size: 18px;
  font-weight: bold;
  /* color: #333333; */
  margin-bottom: 15px;
}

.card-pregunta img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.card-pregunta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.card-pregunta ul li {
  font-size: 14px;
  color: #555555;
  margin-bottom: 5px;
}

/* Botón */
.card-pregunta button {
  /* background-color: #007b7f; */
  /* color: #ffffff; */
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
/* 
.card-pregunta button:hover {
  background-color: #005f61;
} */

#accordion {
  max-width: 1200px;
  margin: 0 auto;
}

/* Responsividad */
@media (max-width: 768px) {
  .card-container {
    grid-template-columns: 1fr;
  }
}

/* Testimoniales Aseguradoras Vehiculos */

.testimonial-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.testimonial {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-left: 4px solid #007bff;
  background: #f9f9ff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* display: flex;
  align-items: flex-start; */
  gap: 15px;
}

.testimonial-img {
  display: flex;
  justify-content: center;
}
.testimonial-footer {
  display: flex;
  justify-content: center;
}

/* .testimonial-content {
  flex: 1;
} */
.testimonial-content p {
  margin: 0 0 10px;
  text-align: justify;
}
.testimonial-content .author {
  font-weight: bold;
  color: #007bff;
}

/* Ranking Aseguradoras Vehiculos */

.ranking-table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.ranking-table thead {
  background-color: #007bff;
  color: white;
}
.ranking-table tfoot {
  background-color: #f1f1f1;
  font-style: italic;
  text-align: center;
  color: #555;
}

.ranking-table tfoot td {
  text-align: center; /* Centra horizontalmente */
  vertical-align: middle; /* Centra verticalmente */
  padding: 10px;
}

.ranking-table th,
.ranking-table td {
  text-align: left;
  padding: 10px;
  /* border: 2px solid #fff; */
}

.ranking-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ranking-table th {
  font-weight: bold;
}

.ranking-table td {
  border-bottom: 2px solid #007bff;
}

.ranking-table tr:last-child td {
  border-bottom: none;
}

/* Estilo de imagen flotante */

.image-container {
  display: inline-block;
  cursor: pointer;
}
.image-container img {
  width: 300px;
  height: auto;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.image-container img:hover {
  transform: scale(1.1);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}
.overlay.visible {
  visibility: visible;
  opacity: 1;
}

/* Testimoniales */
.testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.testimonial-img {
    text-align: center;
    margin-bottom: 1rem;
}

.testimonial-content {
    flex-grow: 1;
}

.testimonial-footer {
    margin-top: auto;
    padding-top: 1rem;
}
