*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

button {
  outline: none;
  border-style: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #fff;
}

/* header */
.header {
  overflow: hidden;
}

.header__inner {
  padding: 15px 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__text {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #44548d;
  text-shadow: 4px 4px 4px rgb(5 10 32 / 24%);
}

.header__contact,
.footer-header__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__btn {
  display: none;
}

.rightside-menu__close {
  display: none;
}

.header__social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 40px;
}

.header__social a {
  display: block;
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  border-radius: 50%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 25%);
  position: relative;
  transition: all 0.5s;
}

.header__social svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.header__social svg path {
  transition: all 0.5s;
  fill: #395886c2;
}

.header__social a:hover svg path {
  fill: #3f51b5;
}

.header__social a:hover {
  background: #e9e9e9;
  box-shadow: 3px 3px 4px rgb(40 95 135 / 53%);
}

.header__item {
  display: flex;
  flex-direction: column;
}

.header__item a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #646060;
}

.header__inner-tel {
  border: 1px solid #dfdede;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  box-shadow: 3px 3px 4px rgb(126 126 126 / 53%);
  width: 165px;
  transition: all 0.5s;
}

.header__inner-tel:hover {
  background-color: #dddddd;
  color: #44548d;
  box-shadow: 3px 3px 4px rgb(40 95 135 / 53%);
}

/* top */
.top {
  background-image: url(../images/slider/top-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 100px);
}

.top__inner {
  position: relative;
  height: calc(100vh - 100px);
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  width: 100%;
  padding-top: 160px;
  color: #ffffff;
  text-shadow: 4px 3px 4px rgba(22, 67, 77, 0.97);
  text-align: center;
}

/* seguros */
h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #44548d;
  text-shadow: 4px 4px 4px rgb(5 10 32 / 24%);
}

.seguros__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 19px;
}

.seguros__item {
  /* max-width: 374px; */
  max-width: 265px;
  /* max-width: 220px; */
  width: 100%;
  height: 140px;
  /* height: 200px;
  /* height: 120px; */
  /* padding: 14px 19px; */
  padding: 6px 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 38%);
  /* border-radius: 10px; */
  /* border-radius: 25px 0px 25px 25px; */
  /* border-radius: 105px 0px 105px 1px; */
  border-radius: 64px 0px 64px 1px;
  transition: transform 0.3s ease-out;
}

.seguros__item:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.seguros__item span {
  font-weight: 700;
  font-size: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 5px;
  right: 16px;
}

/* info */
.info__items {
  display: flex;
  justify-content: space-around;
}

.info__item {
  background-image: url(../images/info/info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* max-width: 385px; */
  max-width: 365px;
  width: 100%;
  /* height: 230px; */
  /* height: auto; */
  min-height: 350px;
  margin: 5px;
  box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 38%);
  border-radius: 10px;
  position: relative;
  background: #f5f8f9;
  display: flex;
}

.info__item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.5;
}

/* .info__img {
  opacity: 0.5;
  position: absolute;
} */

.info__box {
  position: absolute;
  top: 10px;
  left: 15px;
  right: 15px;
  bottom: 10px;
}

.info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #101010;
  text-shadow: 2px 2px 5px rgb(255 255 255 / 81%);
  margin-bottom: 15px;
  text-align: center;
}

.info__box p + p {
  margin-top: 10px;
}

.info__text {
  color: #000;
  font-size: 16px;
}

/* opiniones */
.opiniones__item {
  /* max-width: 215px; */
  max-width: 280px;
  width: 100%;
  min-height: 300px;
  padding: 13px 15px;
  /* background: #e8e8e8;
  border: 1px solid rgba(183, 181, 181, 0.55); */
  box-shadow: 1px 4px 10px 1px rgb(0 0 0 / 22%);
  background: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px;
}

.opiniones__title {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  color: rgba(51, 64, 113, 0.96);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.opiniones__text {
  /* max-width: 170px; */
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4b4b4b;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  width: 67px;
  height: 67px;
  top: 50%;
  transform: translateY(-50%);
  background: #98b5cf47;
  border-radius: 50px;
  z-index: 1;
}

.arrow-next img {
  transform: rotate(180deg);
}

.arrow-next {
  right: 0;
}

.slick-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  display: flex;
  align-items: center;
}

.slick-dots li {
  width: 14px;
  height: 2px;
  background: #777fb9;
}

.slick-dots li + li {
  margin-left: 5px;
}

.slick-dots li button {
  /* color: transparent; */
  display: none;
}

.slick-dots li.slick-active {
  background-color: #334a7e;
  width: 18px;
  height: 2px;
}

/* aseguradoras */
.aseguradoras {
  margin-bottom: 100px;
}

.aseguradoras__items {
  padding: 28px 20px 25px;
  background: #f2f2f2;
  /* box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 23%); */
}

marquee img {
  margin: 10px;
  box-shadow: 0px 4px 9px 2px rgb(0 0 0 / 10%);
}

.footer {
  margin-bottom: 20px;
}

.footer .logo img {
  width: 172px;
}

.footer .header__social a {
  width: 33px;
  height: 33px;
}

.footer .header__social svg {
  width: 13px;
  height: 18px;
}

.footer .header__item a {
  font-size: 16px;
  line-height: 22px;
}

.footer .header__inner-tel {
  width: 134px;
}
