.container-insurance {
  background-image: url(../img/fondo.svg);
  background-size: 100%;
}
.container-insurance .cabecera-1 {
  font-size: 40px;
}
.container-insurance .row-life {
  max-width: 1120px;
  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;
}
.container-insurance .row-life .rombo .cont-image {
  position: relative;
  background-color: #3D4F53;
  width: 104px;
  height: 104px;
  transform: rotateZ(45deg);
  border-radius: 14px;
  animation: cambiarColor 4s infinite;
}
.container-insurance .row-life .rombo .cont-image .image::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  transform: rotateZ(-45deg);
  transform-origin: center center;
}
.container-insurance .row-life .rombo .cont-image .image {
  overflow: hidden;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  transform: translate(6px, -6px);
}
.container-insurance .row-life .rombo .cont-image:nth-child(1) {
  left: 50%;
  transform-origin: top left;
  animation-delay: 0s;
}
.container-insurance .row-life .rombo .cont-image:nth-child(1) .image::before {
  background-image: url("../img/rombo111.jpg");
  top: 13px;
  left: -100px;
  width: 250px;
  height: 169px;
}
.container-insurance .row-life .rombo .cont-image:nth-child(2) {
  transform-origin: 65px 86px;
  animation-delay: 1s;
}
.container-insurance .row-life .rombo .cont-image:nth-child(2) .image::before {
  background-image: url("../img/rombo222.jpg");
  top: 13px;
  left: -10px;
  width: 100%;
  height: 100%;
  transform: rotateZ(-45deg) scale(2);
}
.container-insurance .row-life .rombo .cont-image:nth-child(3) {
  transform-origin: 277px 235px;
  animation-delay: 3s;
}
.container-insurance .row-life .rombo .cont-image:nth-child(3) .image::before {
  background-image: url("../img/rombo33.jpg");
  top: 13px;
  left: -10px;
  width: 100%;
  height: 100%;
  transform: rotateZ(-45deg) scale(1.5);
}
.container-insurance .row-life .rombo .cont-image:nth-child(4) {
  transform-origin: 262px 126px;
  animation-delay: 2s;
}
.container-insurance .row-life .rombo .cont-image:nth-child(4) .image::before {
  background-image: url("../img/rombo4.jpg");
  top: 0px;
  left: -5px;
  width: 100%;
  height: 100%;
  transform: rotateZ(-45deg) scale(1.5);
}
.container-insurance .securing .line {
  margin: auto;
  width: 136px;
  height: 0px;
  border-radius: 16px;
  border: 1.5px solid transparent;
  border-image-source: linear-gradient(90deg, #FFFFFF 0%, #ACBF44 25%, #3D4F53 50%, #ACBF44 75%, #FFFFFF 100%);
  border-image-slice: 1;
}
.container-insurance .securing p {
  font-size: 15px;
  font-family: "Wix Madefor regular";
  margin-left: auto;
  margin-right: auto;
}
.container-insurance .imagenes img {
  margin-left: 22px;
}
.container-insurance .imagenes img:nth-child(1) {
  margin-bottom: 9px;
  width: 124px;
}
.container-insurance .imagenes img:nth-child(4) {
  width: 205px;
}

@keyframes cambiarColor {
  0% {
    background-color: #3D4F53;
  }
  25% {
    background-color: #92A431;
  }
  50% {
    background-color: #3D4F53;
  }
  75% {
    background-color: #3D4F53;
  }
  100% {
    background-color: #3D4F53;
  }
}
.btn-secundario {
  background-color: #FFFFFF;
  width: 200px;
  height: 40px;
  color: #3D4F53;
  border-radius: 22px;
  border: 1px solid #3D4F53;
}

.services .cont-image {
  height: 500px;
  border-radius: 15.14px;
  box-shadow: 0px 16.51px 16.51px 0px rgba(0, 0, 0, 0.0901960784);
  background-position-y: 16%;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
}
.services .cont-image h4 {
  flex-grow: 1;
  text-align: center;
  color: #F8F6E4;
  font-size: 40px;
  font-weight: 800;
}
.services .cont-image.cont-1 {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 39.4%, rgba(46, 44, 44, 0.25) 68.5%, rgba(46, 44, 44, 0.325) 76%, rgba(46, 44, 44, 0.375) 84%, rgba(46, 44, 44, 0.425) 91.5%, rgba(46, 44, 44, 0.5) 100%), url("../img/familia.jpg");
  background-size: 100%;
}
.services .cont-image.cont-2 {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 39.4%, rgba(46, 44, 44, 0.25) 68.5%, rgba(46, 44, 44, 0.325) 76%, rgba(46, 44, 44, 0.375) 84%, rgba(46, 44, 44, 0.425) 91.5%, rgba(46, 44, 44, 0.5) 100%), url("../img/estudio.jpg");
  background-size: 100%;
}
.services .cont-image.cont-3 {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 39.4%, rgba(46, 44, 44, 0.25) 68.5%, rgba(46, 44, 44, 0.325) 76%, rgba(46, 44, 44, 0.375) 84%, rgba(46, 44, 44, 0.425) 91.5%, rgba(46, 44, 44, 0.5) 100%), url("../img/trabajador.jpg");
  background-size: 100%;
}
.services .cont-textos p {
  line-height: 30px;
  font-size: 17px;
  color: #2E2C2C;
  font-family: "Wix Madefor regular";
  max-width: 491px;
}
.services .container-scroll {
  max-width: 100%;
  width: 220px;
  height: 228px;
  overflow-x: hidden;
}
.services .container-scroll li {
  height: 42px;
  font-size: 15px;
  color: #2E2C2C;
  font-family: "Wix Madefor regular";
}
.services .container-scroll li span {
  text-wrap: nowrap;
}
.services .container-scroll li img {
  margin-right: 4px;
  vertical-align: bottom;
}

@keyframes mostrarTexto {
  100% {
    opacity: 1;
  }
}
@media (width <= 1400px) {
  .services .cont-image {
    height: 443px;
  }
}
@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;
  }
  .services .cont-image {
    height: 273px;
  }
  .services .cont-textos p {
    max-width: 345px;
  }
  .services .cont-textos > div.row {
    justify-content: space-evenly;
  }
  .services .container-scroll {
    overflow: visible;
  }
}
/* ANIMACIONES */
@media (width >= 768px) {
  .services .col-texto {
    opacity: 0;
  }
  .services .animation-active .col-texto {
    animation: mostrarTexto 0.6s ease-in-out forwards;
  }
  .services .col-scroll-container {
    width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow-x: hidden;
  }
  .services .animation-active .col-scroll-container {
    animation: widthUpper 0.8s ease-in-out forwards, opacity 0.6s ease-in-out forwards;
    animation-delay: 1s;
  }
  @keyframes widthUpper {
    100% {
      width: 250px;
      opacity: 1;
    }
  }
}
@media (width <= 768px) {
  .container-insurance .row-life div:nth-child(2) {
    width: 100%;
  }
  .container-insurance .row-life div:nth-child(2) .rombo {
    margin-left: auto;
    margin-right: auto;
  }
  .container-insurance .botones {
    flex-direction: column;
  }
  .container-insurance .botones input {
    max-width: 100% !important;
    width: 100% !important;
  }
  .container-insurance .imagenes img {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .services .cont-image h4 {
    font-size: 24px;
  }
  .services .container-scroll {
    overflow: scroll;
  }
  .services .btn-primario {
    max-width: 330px !important;
  }
}
/* ANIMACIONES */
@media (width < 768px) {
  .services .col-texto {
    transform: translateX(-100%);
  }
  .services .animation-active .col-texto {
    animation: moverDerechaText 0.5s ease-in-out forwards;
  }
  .services .col-scroll-container {
    opacity: 0;
  }
  .services .animation-active .col-scroll-container {
    animation: mostrarTexto 0.9s ease-in-out forwards;
    animation-delay: 1s;
  }
  .services .btn-primario {
    opacity: 0;
  }
  .services .animation-active .btn-primario {
    opacity: 0;
    animation: mostrarTexto 0.9s ease-in-out forwards;
    animation-delay: 1.8s;
  }
  @keyframes moverDerechaText {
    100% {
      transform: translateX(0%);
    }
  }
}
@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;
  }
  .services .cont-image {
    height: 191px;
    background-position-y: 9%;
    background-size: cover;
    border-radius: unset;
  }
  .services .cont-image h4 {
    text-align: start;
    padding-left: 26px;
  }
}

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