.banner-dcv-evoting {
  position: relative;
}
.banner-dcv-evoting figure {
  margin: 0;
  width: 100%;
  height: 380px;
}
.banner-dcv-evoting figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-dcv-evoting figure img.desk {
  display: none;
}
.banner-content {
  padding: 20px;
  background-color: #021f40;
}
.banner-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.banner-p {
  font-size: 16px;
  font-weight: 400;
}
.sn-img-text {
  background-color: #d9d9d9;
  padding-top: 45px;
  padding-bottom: 20px;
  margin-top: 120px;
}
.sn-img-text .sn {
  position: relative;
}
.sn-img-text .sn img {
  position: absolute;
  left: 0;
  top: -135px;
  width: 219px;
  height: 122px;
  object-fit: cover;
}
.sn-img-text .sn .sn-text .btn {
  margin: 0 auto;
  margin-top: 20px;
  width: fit-content;
}
.card-servicio {
  border-radius: 6px;
  padding: 20px 18px;
  width: 250px;
  height: 100%;
}
.card-servicio .card-title {
  color: #021f40;
  margin-bottom: 25px;
}
.card-servicio .card-title,
.card-servicio .card-p,
.card-beneficio .card-p {
  font-size: 16px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.owl-carousel.owl-drag .owl-item {
  flex-grow: 1;
}
.owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #e93ddd !important;
}
.owl-dots .owl-dot.active {
  background-color: #e93ddd;
}
.font-weight-8 {
  font-weight: 800;
}
.font-weight-7 {
  font-weight: 700;
}
.sutitle-servicios {
  font-size: 24px;
  margin-bottom: 20px;
}
.section-servicios .container-servicios:not(:last-child) {
  margin-bottom: 20px;
}
.container-list-servicios {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.container-list-servicios img {
  width: 100%;
  border-radius: 2px;
}
.list-servicios {
  padding: 20px;
  margin: 0;
  list-style: none;
}
.list-servicios .item-list {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.list-servicios .item-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  background: url("../assets/proximo.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 25px;
  width: 25px;
}
.card-beneficio {
  width: 235px;
  height: 100%;
  border-radius: 10px;
  padding: 20px 28px 60px 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
}
.card-beneficio .card-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card-beneficio figure {
  position: absolute;
  right: -28px;
  bottom: -10px;
  z-index: 2;
  display: flex;
  padding: 10px;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: 82px;
  width: 82px;
}
.card-beneficio figure img {
  height: 100%;
  width: 100%;
}
.beneficios-carrusel .owl-dots {
  margin-top: 30px;
}
.btn-conteiner {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.grid-cifras {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.cifra-num {
  font-size: 64px;
}
.cifra-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.section-experiencia .video {
  width: 100%;
  height: 352px;
}
.section-experiencia .arrow {
  width: 61px;
  height: 64px;
  display: block;
  margin: 10px auto;
}
.content-experiencia {
  padding: 30px 20px;
  margin: auto;
}
.content-experiencia-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-experiencia-logos img {
  width: 50%;
  max-width: 200px;
}
.grid-alianza,
.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-alianza {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.card-alianza .num {
  font-size: 28px;
  margin-bottom: 10px;
}
.card-img img {
  width: 100%;
}
.form-container {
  padding: 0 20px;
}
.img-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-template-rows: 287px 129px;
  gap: 8px;
  margin-top: 30px;
}
.img-grid img:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}
.img-grid img:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}
.img-grid img:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}
.img-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.float-form {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.5s;
}
.float-form > .btn {
  width: fit-content;
  margin: 0 auto;
}
.float-form > .btn:hover {
  background-color: #fff;
}
.float-form form {
  padding: 20px;
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.float-form.collapsed {
  bottom: calc(-100% + 200px);
}
.testimonio {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.testimonio .texto {
  text-align: center;
  font-style: italic;
  margin-bottom: auto;
  font-weight: 300;
}
.testimonio .avatar {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 20px;
}
.testimonio .avatar-logo {
  width: 180px !important;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 10px;
}
.testimonio .nombre,
.testimonio .cargo {
  font-size: 20px;
  text-align: center;
}
.testimonio .nombre {
  font-weight: 600;
}
.testimonio .cargo {
  font-weight: 300;
}
.testimonios-carrusel .owl-stage-outer {
  overflow: hidden !important;
}
.testimonios-carrusel .owl-dots {
  margin-top: 30px;
}
@media (min-width: 430px) {
  .banner-content {
    padding: 20px 40px;
  }
}
@media (min-width: 576px) {
  .banner-title {
    font-size: 26px;
  }
  .banner-p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .banner-content {
    position: absolute;
    background-color: transparent;
    padding: 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 950px;
  }
  .banner-content .bc {
    width: 500px;
    padding: 20px;
    margin: 0;
    background-color: #021f40e5;
  }
  .banner-dcv-evoting figure {
    height: 450px;
  }
  .banner-dcv-evoting figure img.mob {
    display: none;
  }
  .banner-dcv-evoting figure img.desk {
    display: block;
  }
  .banner-title {
    font-size: 30px;
  }
  .banner-p {
    font-size: 20px;
  }
  .sn-img-text {
    background-color: transparent;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sn-img-text .sn {
    display: flex;
    align-items: center;
  }
  .sn-img-text .sn.left {
    flex-direction: row-reverse;
  }
  .sn-img-text .sn img {
    position: initial;
    width: 40%;
    height: 180px;
  }
  .sn-img-text .sn .sn-text {
    width: 60%;
    background-color: #d9d9d9;
    padding: 20px;
  }
  .sn-img-text .sn .sn-text .btn {
    margin: 20px 0 0;
  }
  .servicios-carrusel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 10px;
  }
  .section-servicios .container-servicios:not(:last-child) {
    margin-bottom: 30px;
  }
  .sutitle-servicios {
    font-size: 26px;
  }
  .card-servicio {
    width: auto;
  }
  .card-servicio .card-title,
  .card-servicio .card-p {
    font-size: 18px;
  }
  .list-servicios .item-list {
    font-size: 16px;
  }
  .beneficios-carrusel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding-right: 20px;
  }
  .card-beneficio {
    width: auto;
    padding: 20px 35px 85px 20px;
  }
  .card-beneficio .card-title {
    font-size: 22px;
  }
  .card-beneficio figure {
    height: 95px;
    width: 95px;
    right: -20px;
  }
  .btn-conteiner {
    margin-top: 40px;
  }
  .section-experiencia .title-section {
    margin-bottom: 20px;
  }
  .column {
    flex-direction: row;
  }
  .column div {
    width: 50%;
  }
  .img-grid {
    grid-template-rows: 320px 180px;
    gap: 15px;
  }
  .float-form {
    align-items: start;
    flex-direction: row;
  }
  .float-form > .btn {
    min-width: auto;
    height: 353px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .float-form {
    top: 100px;
    width: 505px;
  }
  .float-form.collapsed {
    right: calc(-505px + 38px);
  }
}
@media (min-width: 992px) {
  .banner-dcv-evoting figure {
    height: 500px;
  }
  .banner-content {
    max-width: 1200px;
  }
  .banner-content .bc {
    width: 600px;
  }
  .banner-title {
    font-size: 34px;
  }
  .banner-p {
    font-size: 22px;
  }
  .sn-img-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sn-img-text .sn img {
    height: 230px;
  }
  .sn-img-text .sn .sn-text {
    padding: 30px;
  }
  .servicios-carrusel {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
  }
  .section-servicios .container-servicios:not(:last-child) {
    margin-bottom: 40px;
  }
  .container-list-servicios {
    flex-direction: row;
  }
  .container-list-servicios .list-servicios,
  .container-list-servicios img {
    width: 50%;
  }
  .container-list-servicios img {
    object-fit: cover;
  }
  .list-servicios .item-list {
    font-size: 18px;
  }
  .list-servicios .item-list::before {
    top: 0;
  }
  .section-servicios .container-servicios:not(:last-child) {
    margin-bottom: 40px;
  }
  .beneficios-carrusel {
    gap: 40px;
  }
  .grid-cifras {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
  }
  .section-experiencia .se {
    display: flex;
    align-items: center;
  }
  .section-experiencia .video,
  .section-experiencia .content-experiencia {
    width: 50%;
  }
  .content-experiencia-logos {
    gap: 10px;
  }
  .card-alianza .text {
    font-size: 18px;
  }
  .section-cotiza .d {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    gap: 25px 15px;
  }
  .form-container {
    width: 45%;
  }
  .img-grid {
    width: 55%;
    margin-top: 0;
    /* grid-template-columns: 1fr 0.7fr; */
    grid-template-rows: 1fr 0.5fr;
  }
  .form-container form .btn-conteiner {
    justify-content: end;
  }
  .testimonios-carrusel {
    max-width: 904px;
    margin: 0 auto;
  }
  .testimonio .texto {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .banner-dcv-evoting figure {
    height: 550px;
  }
  .banner-content {
    max-width: 1310px;
  }
  .banner-content .bc {
    width: 700px;
  }
  .banner-title {
    font-size: 36px;
  }
  .sn-img-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sn-img-text .sn img {
    width: 45%;
    height: 280px;
  }
  .sn-img-text .sn .sn-text {
    padding: 40px;
    width: 55%;
  }
  .servicios-carrusel {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
  }
  .card-servicio .card-title,
  .card-servicio .card-p {
    font-size: 20px;
  }
  .list-servicios .item-list {
    font-size: 20px;
  }
  .sutitle-servicios {
    font-size: 28px;
  }
  .section-servicios .container-servicios:not(:last-child) {
    margin-bottom: 50px;
  }
  .beneficios-carrusel {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
  }
  .card-beneficio {
    padding: 20px 35px 95px 20px;
  }
  .card-beneficio .card-title {
    font-size: 24px;
  }
  .card-beneficio .card-p {
    font-size: 18px;
  }
  .card-beneficio figure {
    height: 105px;
    width: 105px;
  }
  .btn-conteiner {
    margin-top: 50px;
  }
  .grid-cifras {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
  }
  .section-experiencia .video {
    height: 450px;
  }
  .content-experiencia {
    padding: 20px;
  }
  .content-experiencia-logos img {
    max-width: 245px;
  }
  .grid-alianza {
    flex-direction: row;
    gap: 30px;
  }
  .column {
    flex-direction: column;
    justify-content: space-between;
  }
  .column:nth-child(1),
  .column:nth-child(2) {
    width: 32%;
  }
  .column:nth-child(3) {
    width: 36%;
  }
  .column div {
    width: auto;
  }
  .grid-alianza div {
    margin-bottom: 0;
  }
  .card-alianza {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .banner-dcv-evoting figure {
    height: 565px;
  }
  .banner-content .bc {
    width: 737px;
  }
  .banner-title {
    font-size: 38px;
  }
  .banner-p {
    font-size: 24px;
  }
  .sn-img-text .sn img {
    height: 326px;
  }
  .sn-img-text .sn .sn-text {
    padding: 50px;
  }
  .beneficios-carrusel {
    gap: 75px;
  }
  .section-experiencia .arrow {
    width: 73px;
    height: 73px;
    margin: 20px auto;
  }
  .content-experiencia-logos {
    gap: 30px;
  }
  .column {
    gap: 30px;
  }
  .card-alianza {
    padding: 20px 30px;
  }
}
