* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, input {
  font-family: MapfreText;
  font-size: 1.5rem;
  color: #40000b;
}
@media only screen and (max-width: 768px) {
  body, input {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 628px) {
  body, input {
    font-size: 1.2rem;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: MapfreDisplay;
  font-weight: 500;
}

h2 {
  font-size: 2.3rem;
}

input, textarea {
  outline: none;
  border: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: transform 0.1s ease-in-out;
}
a:hover {
  transform: scale(1.05);
}
a:active {
  transform: scale(0.95);
}

ul li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

.color-rojo {
  color: #ff002d;
}

#segmento-personas .seguros,
#segmento-empresas .seguros {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff002d;
  color: #fff;
  padding: 2rem 5%;
  gap: 2rem;
}
.header h1 img {
  height: 2rem;
}
@media only screen and (max-width: 576px) {
  .header h1 img {
    height: 1.5rem;
  }
}
.header p {
  font-family: MapfreText;
  font-weight: 400;
}
@media only screen and (max-width: 375px) {
  .header p {
    display: none;
  }
}

nav {
  display: flex;
  flex-wrap: wrap;
}
nav .navigation {
  background-color: #f6dae6;
  width: 50%;
}
nav .navigation a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 4rem 10% 0;
  color: #40000b;
}
nav .navigation a h2 {
  font-size: 3.4rem;
  line-height: 1.1;
}
nav .navigation a span {
  display: block;
  font-weight: 500;
  font-size: 3rem;
}
nav .navigation a img {
  width: 100%;
  max-width: 100%;
  height: 23rem;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  nav .navigation a h2 {
    font-size: 2.6rem;
  }
  nav .navigation a span {
    font-size: 2.5rem;
  }
  nav .navigation a img {
    height: 14rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  nav .navigation a h2 {
    font-size: 2.2rem;
  }
  nav .navigation a span {
    font-size: 2rem;
  }
}
nav .navigation.background-alternativo {
  background-color: #f3b0cd;
}
/* nav .navigation.background-alternativo img {
  -o-object-fit: cover;
     object-fit: cover;
} */
@media only screen and (max-width: 576px) {
  nav .navigation {
    width: 100%;
  }
}

#segmento-personas .banner,
#segmento-empresas .banner {
  background-color: #fff;
  color: #40000b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2% 5%;
}
#segmento-personas .banner h2,
#segmento-empresas .banner h2 {
  padding: 2.5rem 0;
  font-size: 2.8rem;
  flex: 1 1 30%;
}
#segmento-personas .banner img,
#segmento-empresas .banner img {
  width: 100%;
  max-width: 66%;
  flex: 1 1 66%;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #segmento-personas .banner h2,
#segmento-empresas .banner h2 {
    font-size: 2rem;
    padding: 2rem 0 0;
    flex: 1 1 100%;
  }
  #segmento-personas .banner img,
#segmento-empresas .banner img {
    max-width: 100%;
    flex: 1 1 100%;
  }
  #segmento-personas .banner,
#segmento-empresas .banner {
    padding: 2% 5%;
  }
}
@media only screen and (max-width: 576px) {
  #segmento-personas .banner h2,
#segmento-empresas .banner h2 {
    padding: 2rem 0 0;
  }
  #segmento-personas .banner img,
#segmento-empresas .banner img {
    margin-bottom: 2rem;
  }
}
#segmento-personas .seguros,
#segmento-empresas .seguros {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 2rem;
  padding: 3rem 5%;
}
#segmento-personas .seguros .seguro,
#segmento-empresas .seguros .seguro {
  width: 22%;
  text-align: center;
  transition: transform 0.1s ease-in-out;
  font-size: 1.45rem;
}
#segmento-personas .seguros .seguro img,
#segmento-empresas .seguros .seguro img {
  width: 50%;
  margin-bottom: 1rem;
}
#segmento-personas .seguros .seguro p,
#segmento-empresas .seguros .seguro p {
  color: #ff002d;
  font-family: MapfreDisplay;
  font-weight: 500;
}
#segmento-personas .seguros .seguro strong,
#segmento-empresas .seguros .seguro strong {
  display: block;
}
#segmento-personas .seguros .seguro .modal-seguro,
#segmento-empresas .seguros .seguro .modal-seguro {
  display: none;
  background-color: rgba(0, 0, 0, 0.6784313725);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}
#segmento-personas .seguros .seguro .modal-seguro .modal-contenedor,
#segmento-empresas .seguros .seguro .modal-seguro .modal-contenedor {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 80%;
  max-width: 1200px;
}
#segmento-personas .seguros .seguro .modal-seguro .modal-contenedor img,
#segmento-empresas .seguros .seguro .modal-seguro .modal-contenedor img {
  width: 80%;
}
#segmento-personas .seguros .seguro .modal-seguro .modal-contenedor .close,
#segmento-personas .seguros .seguro .modal-seguro .modal-contenedor .download,
#segmento-empresas .seguros .seguro .modal-seguro .modal-contenedor .close,
#segmento-empresas .seguros .seguro .modal-seguro .modal-contenedor .download {
  position: absolute;
  width: 2rem;
}
#segmento-personas .seguros .seguro .modal-seguro .modal-contenedor .close,
#segmento-empresas .seguros .seguro .modal-seguro .modal-contenedor .close {
  top: 0;
  right: 0;
}
#segmento-personas .seguros .seguro .modal-seguro .modal-contenedor .download,
#segmento-empresas .seguros .seguro .modal-seguro .modal-contenedor .download {
  bottom: -3rem;
  left: 10%;
}
#segmento-personas .seguros .seguro .modal-seguro:target,
#segmento-empresas .seguros .seguro .modal-seguro:target {
  display: block;
}
@media only screen and (max-width: 768px) {
  #segmento-personas .seguros,
#segmento-empresas .seguros {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #segmento-personas .seguros .seguro,
#segmento-empresas .seguros .seguro {
    width: 32%;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  #segmento-personas .seguros,
#segmento-empresas .seguros {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #segmento-personas .seguros .seguro,
#segmento-empresas .seguros .seguro {
    width: 49%;
    font-size: 0.8rem;
  }
}

#segmento-personas {
  background-color: #f6dae6;
}
#segmento-personas .seguros {
  background-color: #f6dae6;
}

#segmento-empresas {
  background-color: #f3b0cd;
}
#segmento-empresas .seguros {
  background-color: #f3b0cd;
}
#segmento-empresas .seguros .seguro p {
  color: #40000b;
}

.footer .footer-banner {
  background-color: #666666;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 3%;
  font-size: 1rem;
  row-gap: 0.5rem;
}
.footer .footer-banner span {
  margin-right: 0.5rem;
}
.footer .footer-banner a {
  display: inline-block;
  padding-right: 1.5rem;
}
.footer .footer-banner a:hover,
.footer .footer-banner a:active {
  transform: none;
}
.footer .footer-banner a + a {
  padding-left: 1.5rem;
  border-left: solid #fff 1px;
}
@media only screen and (max-width: 576px) {
  .footer .footer-banner {
    font-size: 0.8rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .footer .footer-banner #tecuidamos-web,
.footer .footer-banner #clientes-web {
    border: none;
  }
  .footer .footer-banner a, .footer .footer-banner a + a {
    padding: 0;
  }
  .footer .footer-banner span {
    font-size: 1rem;
  }
}
.footer .redes {
  background-color: #ff002d;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.footer .redes .redes-contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
  background-color: #ff1b24;
}
.footer .redes .redes-contenedor a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: MapfreText;
  min-width: 150px;
}
.footer .redes .redes-contenedor a img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .footer .redes .redes-contenedor {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .footer .redes .redes-contenedor {
    gap: 0.8rem;
    padding: 0.8rem 1rem;
  }
  .footer .redes .redes-contenedor a {
    min-width: 120px;
  }
}
.footer .legal {
  display: flex;
  justify-content: center;
  padding: 1rem 0 2rem;
}
.footer .legal img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}/*# sourceMappingURL=main.css.map */