@font-face {
  font-family: "Dosis Med";
  src: url(font/Dosis-Medium.otf);
}
@font-face {
  font-family: "Dosis Bold";
  src: url(font/Dosis-Bold.otf);
}

@font-face {
  font-family: "Reg";
  src: url(font/Dosis-Regular.otf);
}

@font-face {
  font-family: "Sem";
  src: url(font/Dosis-SemiBold.otf);
}
@font-face {
  font-family: "Encode";
  src: url(font/static/EncodeSans-SemiBold.ttf);
}

body,
p {
  margin: 0;
  box-sizing: border-box;
}
button {
  all: unset;
}
/* Header */
.select2-dropdow {
  z-index: 9999999999;
}

.container_grid {
  width: 100%;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
}

.encabezado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.375rem;
  background: #ffffff 0% 0% no-repeat;
  box-shadow: 0rem 0.1875rem 0.375rem #00000029;
  opacity: 1;
  gap: 2rem;
  z-index: 1;
  box-sizing: border-box;

  @media screen and (max-device-width: 768px) {
    height: 8.375rem;
  }
}

.logo {
  margin-left: 5.1875rem;
  width: 13em;
  height: 5.7em;
  opacity: 1;

  @media only screen and (max-width: 768px) {
    width: 16em;
    height: 8.7em;
  }
}

.info {
  display: flex;
  justify-content: space-evenly;
  height: 3.5rem;
  gap: 2rem;
  margin-right: 2rem;
}

.cont-caja {
  display: flex;
  height: 3.5rem;
  overflow: hidden;
  gap: 0.625rem;
}

.menu {
  width: 2.6875rem;
  height: 1.75rem;
  object-fit: cover;
  align-self: center;
}
a:link,
a:visited {
  text-decoration: none;
}
.buttons_home {
  text-decoration: none;
  font: normal normal bold 1.0625rem/1.3125rem "Dosis Bold";
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 98.8125rem;
  width: 7.625rem;
  height: 3.1875rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.125rem solid #6c757d;
  border-radius: 1.625rem;
  opacity: 1;
  white-space: nowrap;
}
.contact {
  width: auto;
  margin-top: 0rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.part1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_tel {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
.contact_tel img {
  width: 1.8125rem;
  height: 1.8125rem;
  @media screen and (max-device-width: 768px) {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.days {
  display: flex;
  height: auto;
  margin: 0%;
  font: normal normal bold 1.3rem/1.25rem "Dosis Med";
  color: #28373b;
  text-align: left;
  margin-left: 0;
  line-height: 2rem;
  white-space: nowrap;
}

.number {
  padding: 0%;
  margin: 0rem;
  width: 10.625rem;
  height: 2rem;
  text-align: left;
  font: normal normal 500 1.5625rem/2rem "Dosis Med";
  letter-spacing: 0rem;
  color: #256a8f;
  opacity: 1;
  white-space: nowrap;
}

/* Icono con animacion fija  */
.icon_flot {
  position: fixed;
  z-index: 12;
  top: 0.875rem;
  left: 4.5rem;
  width: 5.5rem;
  height: 5.5rem;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.icon_flot.visible {
  opacity: 1;
}
/* Icono con animacion fija  */

/* Index 1  */

.a_ref {
  width: 100%;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flex {
  display: flex;
  justify-content: center;
}

.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main {
  position: relative;
  z-index: 9999999;
  width: 100%;

  /*  60 min-heig */
}

.container_principal {
  width: 65%;
  height: auto;
}

h1 {
  all: unset;
  white-space: nowrap;
  width: auto;
  height: auto;
  font: normal normal normal 3.75rem/4.75rem "Reg";
  letter-spacing: 0rem;
  color: #1080af;
  opacity: 1;
  margin-top: 2.1875rem;

  @media only screen and (max-width: 758px) {
    font: normal normal normal 4.75rem/5.75rem "Reg";
  }
}

.subtitle {
  white-space: nowrap;
  width: auto;
  height: 2.375rem;
  font: normal normal bold 1.875rem/2.375rem "Dosis Bold";
  letter-spacing: 0rem;
  color: #28373b;
  opacity: 1;
  margin-top: 0.3125rem;
  margin-bottom: 1rem;
  text-align: center;

  @media only screen and (max-width: 768px) {
    font: normal normal bold 2.875rem/3.375rem "Dosis Bold";
    margin-bottom: 2rem;
  }
}

.barra {
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 90%;
  height: 0.9375rem;
}

.barra .img_barra {
  object-fit: contain;
  width: 100%;
  height: auto;

  display: flex;
}

.tipes_cobert {
  width: 100%;
  height: 3.5625rem;
  padding-left: 1rem;
  font: normal normal normal 1.5625rem/2rem "Reg";
  background-color: #ffffff;
  border: 1px solid #1080af;
  border-radius: 0.625rem;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.tipes_cobert:hover {
  background-color: #e5f2f9;
}

.tipes_cobert option {
  background-color: #ffffff;

  padding: 0.5rem;
  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;

  opacity: 1;
}

.tipes_cobert option:checked {
  background-color: #d5eaf5;
  color: #1080af;
  border-color: #1080af;
}

.tipes_cobert option:disabled {
  color: #999999;
  font-style: italic;
}
.tipes_cobert::after {
  color: #256a8f;
}

.select {
  position: relative;
  width: 80%;
}

.flecha {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0.8rem;
  right: 2rem;
}

.flecha.rotar {
  transform: rotate(180deg);
}

/* index_2 */

.container_principal2 {
  width: 60%;

  @media only screen and (max-width: 768px) {
    width: 90%;
  }
}

.datos {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.datos p {
  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
}

.version {
  width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr {
  height: 100%;
  margin: 0;
}

.content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
  @media only screen and (max-width: 768px) {
    width: 80%;
  }
}

.content_anio {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8rem;
  @media only screen and (max-width: 768px) {
    margin-top: 2rem;
    width: 80%;
  }
}

.search {
  width: 100%;
  position: relative;
}

input {
  box-sizing: border-box;
  width: 100%;
  height: 3.5625rem;

  border: 0.0625rem solid #206990;
  border-radius: 0.625rem;
  opacity: 1;

  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  padding-left: 1rem;
  margin: 2rem 0;
}

input:focus {
  outline: none;
  border: 0.0625rem solid #206990;
  border-radius: 0.625rem;
}

.lupa {
  all: unset;
}
.button_search {
  width: 3rem;

  position: absolute;
  top: 0.4rem;
  right: 1rem;
  object-fit: contain;
}

ul {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;

  align-items: center;
  justify-items: center;
  padding: 1rem;
  height: 32rem;
  overflow: scroll;
}

ul::-webkit-scrollbar {
  width: 0.5rem;
}

ul::-webkit-scrollbar-track {
  background: #ffffff;
}

ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0.6rem;
}

ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

li {
  list-style: none;
  width: 9rem;
  height: auto;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 1.0625rem;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
li p {
  font: normal normal normal 2rem / 2.5rem "Reg";
  letter-spacing: 0rem;
  color: #666666;
  opacity: 1;
  margin: 1.5rem 1.5rem;
}

hr {
  opacity: 0.5;
}

.select_anio {
  margin-top: 3rem;
  box-sizing: border-box;
  width: 100%;
  height: 3.5625rem;

  border: 0.0625rem solid #206990;
  border-radius: 0.625rem;
  opacity: 1;

  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  padding-left: 1rem;
}

.select_anio ::before {
  content: "";
  display: none;
}

/* index_2 */
.button_fin_cot {
  width: 100%;
  height: 4.375rem;
  background: #1080af 0% 0% no-repeat padding-box;
  border-radius: 2.9375rem;
  opacity: 1;
  text-align: center;
  font: normal normal bold 1.875rem/1.75rem "Dosis Bold";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
 
}

/* index 5  */

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background-color: #1080af;
  color: #ffffff;
}

.buttons {
  margin-top: 1.875rem;
  width: 100%;
  height: 3.6875rem;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 4rem;
}
.buttons label {
  flex: 1;
  background-color: #f1f1f1;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 0.625rem 0px 0px 0.625rem;
  opacity: 1;
  font: normal normal normal 2.9375rem/3.6875rem "Reg";
  letter-spacing: 0px;

  opacity: 1;
}
.buttons label:nth-child(4) {
  border-radius: 0 0.625rem 0.625rem 0;
}

/* index_6 */
.max_width {
  width: 100%;
}
.influye {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 16.5rem;
  height: 2.75rem;
  text-align: center;
  font: normal normal normal 2.1875rem/2.75rem "Reg";
  letter-spacing: 0px;
  color: #e4373b;
  opacity: 1;
}

.margin_top {
  margin-top: 2rem;
}

.margin_bottom {
  margin-bottom: 0;
}

/* index 9 */

.subtitle_ult {
  font: normal normal bold 1.875rem/2.375rem "Dosis Bold";
  letter-spacing: 0px;
  color: #d5d5d5;
}

.form_tel {
  display: flex;
  gap: 1rem;

  width: 100%;
  position: relative;
}
.form_tel .codigo_area {
  margin: 2rem 0;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.5625rem;
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  z-index: 99999;
  border-top: 0.0625rem solid #206990;
  border-right: none;
  border-bottom: 0.0625rem solid #206990;
  border-left: 0.0625rem solid #206990;
  border-radius: 0.625rem 0 0 0.625rem;
}
.form_tel input {
  position: relative;

  box-sizing: border-box;
  width: 100%;
  height: 3.5625rem;

  border: 0.0625rem solid #206990;
  border-radius: 0.625rem;
  opacity: 1;

  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  padding-left: 1rem;
}
.form_tel .input1 {
  width: 60%;
  padding-left: 5rem;
}

.p_tel {
  align-self: flex-start;
  margin-top: -1rem;
  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  margin-bottom: 2rem;
}

.backgr_col {
  font: normal normal normal 1.875rem/1.75rem "Reg";
  background: #55bac6 0% 0% no-repeat padding-box;
  letter-spacing: 1px;
}

.input_check {
  margin-top: 2rem;
  width: auto;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 768px) {
  }
}

.input_check p {
  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  @media only screen and (max-width: 768px) {
    font: normal normal normal 1rem/2rem "Reg";
  }
}
.input_check a {
  font: normal normal normal 1.5625rem/2rem "Reg";
  letter-spacing: 0px;
  color: #256a8f;
  @media only screen and (max-width: 768px) {
    font: normal normal normal 1rem/2rem "Reg";
  }
}
.checkbox input[type="checkbox"]:checked {
  color: #1080af;
}
.checkbox {
  width: 2.5rem;
  height: 2.4375rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-right: 1.5rem;
  @media only screen and (max-width: 768px) {
    width: 1.5rem;
    height: 1.4375rem;
  }
}
/* footer */

/* Icono con animacion fija  */
.icon_flot {
  position: fixed;
  z-index: 12;
  top: 0.875rem;
  left: 4.5rem;
  width: 5.5rem;
  height: 5.5rem;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.icon_flot.visible {
  opacity: 1;
}
/* Icono con animacion fija  */

/* index_final */

.conteiner_principal {
  width: 100%;
  height: 60%;

  display: flex;
  justify-content: center;
  align-items: center;
}
.content_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_ok {
  width: 8.3125rem;
  height: 8.3125rem;
  margin-top: 8.3125rem;
  margin-bottom: 1.875rem;

  object-fit: contain;
}
.title_fin_cot {
  font: normal normal normal 2.8125rem/3.5625rem "Reg";
  letter-spacing: 0.1688rem;
  color: #666666;
  opacity: 1;
}
.descrip_cot {
  width: 31.5rem;
  height: 13.4375rem;
  text-align: center;
  font: normal normal normal 2.125rem/2.6875rem "Reg";
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  margin-top: 3.375rem;
  margin-bottom: 7.5625rem;
}

/* footer */
.robot_info {
  display: block;
  width: 11.375rem;
  position: sticky;
  bottom: 0;
  margin-left: auto;
}

.logo_flotante_cotizador {
  width: auto;
  height: auto;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.gif1 {
  width: 11.375rem;
  height: 4.375rem;
  object-fit: cover;
}
.gif2 {
  width: 8.625rem;
  height: 8.625rem;
}

footer {
  width: 100%;
  height: 27.4375rem;
  background: #206990 0% 0% no-repeat padding-box;
  opacity: 1;

  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.footer_cotizacion {
  width: 100vw;
  height: auto;
  padding-bottom: 1rem;
  background: #206990 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.container_footer {
  width: 90%;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 1rem;
}

.div1 {
  width: 100%;
  height: 4.75rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1.125rem;
}

.contenido1 {
  width: 30%;
  height: 1.875rem;
  gap: 2rem;
  align-self: center;
  display: flex;
  justify-content: space-between;
}

.contenido2 {
  width: 55%;
  height: 4.75rem;
  text-align: right;
  font: normal normal normal 1.375rem/1.75rem "Reg";
  letter-spacing: 0rem;
  color: #ffffff;
  padding-top: 0.5rem;
}
.con2_1 {
  font: normal normal 600 1.6rem/2.375rem "Sem";
  letter-spacing: 0rem;
  color: #ffffff;
}

.redes {
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.redes img {
  width: 1.875rem;
  height: 100%;
}

.redes p {
  width: 5.25rem;
  height: 1.75rem;
  text-align: right;
  font: normal normal normal 1.375em/1.75em "Reg";
  letter-spacing: 0.125rem;
  color: #ffffff;
  opacity: 1;
}

.div2 {
  width: 100%;
  height: 6.3125rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.logo_ssn {
  width: 21.75rem;
  height: 6.3125rem;
}

.logo_camara {
  width: 14.375rem;
  height: 4.3125rem;
}

.contenido4 {
  height: 4.3125rem;
  width: 75%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contenido5 {
  height: 1.75rem;
  display: flex;

  white-space: nowrap;
}

.contenido5_movil {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.numero_tel {
  width: 9.4375rem;
  height: 1.75rem;
  text-align: right;
  font: normal normal bold 1.375em/1.75em "Dosis Bold";
  letter-spacing: 0rem;
  color: #ffffff;
  margin-right: 0.3125rem;
  white-space: nowrap;
}

.matricula {
  width: 20.75rem;
  height: 1.75rem;
  text-align: right;
  font: normal normal normal 1.375em/1.75em "Reg";
  letter-spacing: 0rem;
  color: #ffffff;
  white-space: nowrap;
}

.letra_chica {
  display: flex;
  height: auto;
  text-align: center;
  font: normal normal 500 1.0625em "Reg";
  letter-spacing: 0rem;
  color: #ffffff;
}
.tuseguro {
  height: 0.625rem;
}
.align_self_button {
  align-self: center;
}
.desktop_none {
  display: none;
}
.movil {
  display: none;
}

.no_detect {
  -webkit-touch-callout: none;
  touch-callout: none;

  -webkit-user-select: text;
  user-select: text;

  -webkit-hyphens: none;
  hyphens: none;
}
/* footer */

/* Medias Querys */

@media only screen and (max-width: 1855px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1155px) {
  html {
    font-size: 10px;
  }

  .icon_cot {
    position: absolute;
    top: -13rem;
    right: 0;
    width: auto;
    height: auto;
  }

  .none {
    display: none;
  }
  .movil {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }

  li p {
    font: normal normal normal 2rem / 2.5rem "Reg";
  }
  .logo {
    margin-left: 2rem;
  }
  .icon_flot {
    left: 1.3rem;
  }

  .movil_none {
    display: none;
  }

  .desktop_none_block {
    display: block;
  }
  .desktop_none {
    display: flex;
  }

  .contenido5_movil {
    flex-direction: column;
  }
  .contenido1 {
    justify-content: center;
  }

  .contenido4 {
    width: auto;
  }
  .div2 {
    position: relative;
    justify-content: space-evenly;
  }

  .letra_chica {
    margin-top: 1rem;
  }

  .container_principal {
    width: 95%;
  }

  ul {
    height: 57vh;
    width: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  li p {
    font: normal normal normal 2rem / 2.5rem "Reg";
  }
}
@media only screen and (max-width: 483px) {
  .contenido5_movil {
    flex-direction: column;
  }
  .font {
    font-size: 8px;
  }
}

@media screen and (max-device-width: 375px) {
  html {
    font-size: 6.9px;
  }
}