.container-insurance {
  background-image: url(../img/fondo.svg);
  background-size: 100%;
}
.container-insurance .cabecera-1 {
  font-size: 40px;
}
.container-insurance .row-life {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
}
.container-insurance .row-life h3 {
  font-size: 32px;
  color: #3D4F53;
  line-height: 32px;
  font-weight: 600;
}
.container-insurance .row-life p {
  max-width: 590px;
  line-height: 32px;
  font-size: 18px;
  color: #2E2C2C;
  font-family: "Wix Madefor regular";
}
.container-insurance .row-life .btn-primario {
  max-width: 242px;
  width: 90%;
}
.container-insurance .row-life .rombo {
  width: 322px;
  height: 304px;
}

.btn-secundario {
  background-color: #FFFFFF;
  width: 200px;
  height: 40px;
  color: #3D4F53;
  border-radius: 22px;
  border: 1px solid #3D4F53;
}

.proveedores h4 {
  font-size: 32px;
  color: #3D4F53;
  line-height: 32px;
  font-weight: 600;
}
.proveedores .text-prov {
  font-size: 24px;
  color: #3D4F53;
}
.proveedores .flecha {
  width: 26px;
  height: 20px;
  position: relative;
}
.proveedores .flecha::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 20px;
  top: 4px;
  left: 0;
  background: url("../img/flecha-down-claim.svg");
  animation: bajarFlecha 0.9s infinite;
}
@keyframes bajarFlecha {
  0% {
    transform: translateY(4px);
    opacity: 0.1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(16px);
    opacity: 1;
  }
}
.proveedores .image-lion {
  position: absolute;
  right: 0%;
  transform: translateX(24%);
}
.proveedores .image-lion-2 {
  position: absolute;
  left: 0%;
  transform: translateX(-24%);
}
.proveedores .image-lion-2 img {
  transform: rotateY(180deg);
}
.proveedores .proveedor-cont {
  height: 125px;
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  border: 0.5px solid #77823C;
  border-radius: 14px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #fafafa;
}
.proveedores .proveedor-cont::after {
  content: "";
  position: absolute;
  top: -1%;
  border-radius: 14px;
  left: 0;
  width: 100%;
  height: 125px;
  box-shadow: 0px 4.37px 8.75px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 16.62px 16.62px 0px rgba(0, 0, 0, 0.0901960784);
  z-index: 1;
}
.proveedores .proveedor-cont .america-img {
  width: 200px;
  height: 16.64px;
  background: url("../img/partner-subpage.png") no-repeat center;
  background-size: contain;
}
.proveedores .proveedor-cont:hover {
  background-color: #77823C;
}
.proveedores .proveedor-cont:hover img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(3%) saturate(14%) hue-rotate(129deg) brightness(105%) contrast(108%);
}
.proveedores .proveedor-cont:hover .america-img {
  background: url("../img/partner-subpage1.png") no-repeat center;
  background-size: contain;
}
.proveedores .proveedor-cont .adorno {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.proveedores .proveedor-cont .adorno:first-child {
  left: -20px;
}
.proveedores .proveedor-cont .adorno:last-child {
  right: -20px;
}
.proveedores .cont-collapse {
  position: relative;
  margin-bottom: 20px;
}
.proveedores .cont-collapse > div {
  background: #fafafa;
  border: 0.5px solid #77823C;
  border-radius: 14px;
  max-width: 694px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.proveedores .cont-collapse > div h5 {
  font-size: 18px;
  font-family: "Wix Madefor two";
}
.proveedores .cont-collapse > div p {
  font-size: 18px;
  color: #3D4F53;
}
.proveedores .cruces img:first-child, .proveedores .cruces img:last-child {
  transform: scale(0.7);
}

@media (width <= 992px) {
  .image-lion, .image-lion-2 {
    display: none;
  }
}
@media (width <= 1200px) {
  .container-insurance .row-life .rombo {
    width: 250px;
  }
}
@media (width <= 992px) {
  .row-life {
    max-width: 642px;
  }
  .container-insurance .cabecera-1 {
    font-size: 32px;
  }
  .container-insurance .row-life h3 {
    font-size: 24px;
  }
  .container-insurance .row-life p {
    font-size: 16px;
  }
  .container-insurance .row-life div:first-child {
    max-width: 389px;
  }
  .proveedores h4 {
    font-size: 24px;
  }
  .proveedores .text-prov {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .container-insurance .botones {
    flex-direction: column;
  }
  .container-insurance .botones input {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (width <= 576px) {
  .container-insurance .row-life > div:first-child {
    width: 98%;
  }
  .container-insurance .cabecera-1 {
    font-size: 27px;
  }
  .container-insurance .row-life h3 {
    font-size: 21px;
  }
  .proveedores h4 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=claim.css.map */
