.titulo_unipersonales{
    color: #0072B9;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.titulo_unipersonales span{
    color: #FAB014;
    text-transform: lowercase;
    font-size: 30px;
}

.btn-unipersonales {
    background-color: #F4F4F4;
    color: #4C4C4C;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}
@media (max-width: 576px) { /* Pantallas pequeñas (sm) de Bootstrap */
  .btn-unipersonales {
      font-size: 16px;
  }
}

.btn-unipersonales:hover, .btn-unipersonales.unipersonales-active {
    background-color: #F8AF19;
    color: #fff;
}

.section_que_podes_hacer{
    display: none;
}

.section_que_incluye ul, .section_que_podes_hacer ul {
    justify-content: center;
    padding: 0 !important;

}


.section_que_incluye ul li, .section_que_podes_hacer ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    list-style: none;
    padding: 0 !important;
}

.section_que_incluye ul li::before, .section_que_podes_hacer ul li::before, .info_carrousel ul li::before {
    content: "" !important;
}

.card_uso{
    position: relative;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: var(--Blanco, #FFF);
    filter: drop-shadow(6px 6px 15px rgba(0, 0, 0, 0.15));
    min-height: 330px;
    padding: 0px;
}

.card_uso.hover{
    background: var(--Color-1, #05ADEA);
}

.card_uso img{
    margin-top: -20px;
}

.card_uso h4{
    margin-top: 20px;
    color: var(--Color-3, #06407F);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    text-align: center;
}



.card_uso hr{
    border: 0;
    height: 3px;
    background: #06407F; 
    margin: 30px 0;
    margin-top: 0px;
}
.card_uso.hover hr{
    background: #fff;
}

.card_uso.hover h4{
    color: #fff;
}

@media (max-width: 576px) { /* Pantallas pequeñas (sm) de Bootstrap */
  .section_que_incluye ul li, .section_que_podes_hacer ul li {
      font-size: 14px;
  } 
  .card_uso img{
    margin-top: -25px;
    width: 80%;
  }
  .container_uso{
    padding: 0px;
  }
}
.position-inital{
    position: initial;
}

.card_uso_titulo{
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
}


.seccion_costo {
    background: linear-gradient(146deg, #0B3A70 45.18%, #0066C2 80.13%);
    width: 100vw; 
    margin-left: calc(-50vw + 50%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    padding-bottom: 10%;

}

.plan {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.45);
    position: relative;
    min-height: 380px;
  }

 

  .badge-discount {
    position: absolute;
    top: 10px;
    right: -43px;
  }

  .badge-discount img {
    width: 70%;
  }

  @media screen and (max-width: 576px) {
    .badge-discount {
      position: absolute;
      top: 3px;
      right: -12%;
      width: 50%;
  }

  .seccion_costo {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);

  } 
    
  }

  .plan h3 {
    color: #0072B9;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 5%;
  }

  .plan .price {
    color: #4C4C4C;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .plan.anual .price {
    text-decoration: line-through;
    text-decoration-color: red;
  }

  .plan .description{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.625%;
    margin-bottom: 5%;

  }

  
  .plan .clarification{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    margin-bottom: 5%;
  }

  .plan p{
    margin-bottom: 5%;
  }

  .plan .old-price {
    color: red;
  }

  .plan .new-price {
    color: var(--Blanco, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    background: #F7B336;
    width: 85%;
    margin: 0 auto;
    padding: 10px;
    display: block;
    margin-bottom: 5%;

  }


.subtitulo_seecion_costo{
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: 'Figtree';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.625%;
}

.titulo_seecion_costo{
    color: var(--Blanco, #FFF);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media (max-width: 576px) { /* Pantallas pequeñas (sm) de Bootstrap */
  .subtitulo_seecion_costo{
    font-size: 14px;
}

.titulo_seecion_costo{
    font-size: 20px;
}
}

.btn-contratar{
    color: var(--Color-3, #06407F);
    font-size: 20px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    line-height: 140.625%; /* 28.125px */
    text-decoration-line: underline;
    display: block;
    margin-left: 15%;
}

.plan .container_description{
    min-height: 60px;
    margin-bottom: 5%;
}

.titulo_beneficio_fiscal{
    color: #0072B9;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.badge-beneficio {
  position: absolute;
  top: 15px;
  left: -16px;
}

.badge-beneficio img {
  width: auto;
  height: 40px;
}

.subtitulo_beneficio_fiscal{
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 125% */
  margin-top: 3%;
}


.card_beneficio_fiscal{
  position: relative;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background: var(--Blanco, #FFF);
  filter: drop-shadow(6px 6px 15px rgba(0, 0, 0, 0.15));
  min-height: 330px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_beneficio_fiscal_body h4{
  color: #0072B9;
  text-align: center;
  font-family: 'Figtree';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114.84%; /* 18.374px */
}

.card_beneficio_fiscal_body p{
  color: #000;
  font-family: 'Figtree';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 114.84%; /* 12.632px */
}
.card_beneficio_fiscal_body{
  min-height: 135px;
  padding-top: 3%;
}

.card_beneficio_fiscal_img{
  width: 60%;
}

.card_beneficio_fiscal .container-img {
width: 70%;
margin: auto;
}


@media (max-width: 750px) { /* Pantallas pequeñas (sm) de Bootstrap */
    .titulo_beneficio_fiscal {
        font-size: 18px;
    }
    .subtitulo_beneficio_fiscal{
      font-size: 15px;
  }
 

  .card_beneficio_fiscal_body {
    width: 80%;
    margin: auto;
    text-align: center;
  }


.card_beneficio_fiscal .container-img {
    width: 60%;
  }
  
}



.carousel-indicators{
    bottom: -50px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C0C0C0; /* Color de los puntos */
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 7px;
  }
  
  .carousel-indicators .active {
    background-color: #C0C0C0; /* Color del punto activo */
  }

  .info_carrousel{
    position: absolute;
    bottom: 0;
    top: 15%;
    left: 10%;
    right: 0;
  }

  .info_carrousel.slider2{
      position: absolute;
      bottom: 0;
      top: 15%;
      left: 30%;
      right: 0;
    }
  .info_carrousel h5{
    color: var(--Blanco, #FFF);
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
  }

  .info_carrousel p{
    color: var(--Blanco, #FFF);
    font-family: 'Figtree';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .info_carrousel ul {
    width: 70%;
  }

  .info_carrousel.slider2 ul {
    width: 95%;
  }
  .info_carrousel ul li{
    color: var(--Blanco, #FFF);
    font-family: 'Figtree';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; 
  }
  

  @media (max-width: 576px) { /* Pantallas pequeñas (sm) de Bootstrap */
   
    .info_carrousel{
      display: flex;
      flex-direction: column;
    }
    .info_carrousel h5{
      font-size: 20px;
      width: 60%;
    }
  
    .info_carrousel p{
      font-size: 16px;
      width: 60%;
      margin-bottom: 5%;
    }

    .info_carrousel.slider2 h5{
      width: 70%;
    }
  
    .info_carrousel.slider2 p{
      width: 100%;
      margin-top: 15%;
    }
    .info_carrousel ul {
      width: 90%;
      height: 90%;
      justify-content: center;
    }
    .info_carrousel ul li{
      font-size: 14px;
      margin-bottom: 5% !important;
      padding-left: 0px !important;
    }
    .info_carrousel{
      top: 5%;
    }
    .info_carrousel.slider2{
      left: 10%;
      top: 5%;
    }

    .info_carrousel.slider2 h5, .info_carrousel.slider2 p{
      align-self: flex-end;
    }
    
  }

  .universonales_video h2{
    color: #0072B9;
    font-size: 20px;
    font-style: bold;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  .universonales_video h3{
    color: var(--Blanco, #FFF);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 100% */
  }

  .universonales_video p{
    color: var(--Blanco, #FFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 115.385% */
    margin-bottom: 0;
  }

  .universonales_video a{
    border-radius: 30px;
    background: var(--Blanco, #FFF);
    color: var(--Color-3, #06407F);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 280px;
  }

  .banner-container{
    justify-content: space-evenly;
  }
  .titulo_header_unipersonales{
    font-weight: 300;
    font-size: 22px;
  }

  .banner_text .col_1{
    width: 70%;
  }

  .banner_text .col_2{
    width: 30%;
  }
  
  @media (max-width: 576px) {

    .banner-container{
      flex-direction: column;
    }

    .universonales_video h2{
      font-size: 18px;
    }

    .universonales_video h3{
      font-size: 16px;
      width: 60%;
      margin: auto;
      line-height: 22px;
      margin-bottom: 8%;
    }

    .universonales_video p{
      font-size: 14px;
    }

    .universonales_video a{
      font-size: 14px;
    }
    .banner_text{
      top:30px !important;
    }
    .titulo_header_unipersonales{
      font-size: 16px;
      display: block;
    }

    .titulo_header_unipersonales span{
      width: 50%;
      display: block;
    }
  }


  .wavy_text {
    text-decoration: underline wavy;
    text-decoration-color: #F8AF19;
    text-underline-offset: 3px; 
  }
  

  .img-onda{
    left:18%;
    bottom: -15px;
  }
  
  .logo_uruware_unipersonales{
    vertical-align: baseline;
  }


  .seccion_banner{
    /* width: 100vw;
    margin-left: calc(-50vw + 50%); */
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; /* Espaciado opcional */
      margin: auto;
  }
  
  .seccion_banner img {
     /*  width: 70vw; */
      width: 100%;
      height: auto;

  }

  @media (max-width: 768px) { /* Pantallas de tamaño tablet */
    .seccion_banner img {
        content: url('/mifacturauy/uploads/unipersonales/Banner-tabletcelu2.png');
    }
}