/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
*{
   font-family: "omnes-semicond", sans-serif;
   box-sizing: border-box;
   transition: all 0.3s  ease-in-out;
 
}

body{
  cursor:  url('puntero1.6a4de19c782f33c6.png'), auto; 
}
a{
  cursor:  url('puntero2.c2383e57756cbc76.png'), auto; 
  text-decoration: none;
}
p{
  margin: 0;
  color: var(--c_parr);
}

image{
  margin: 0!important;
  padding: 0!important;
}

:root {
  --c_pri: rgb(15, 17, 62);
  --c_sec: rgb(0, 73, 172);
  --c_ter: rgb(147, 217, 246);
  --c_azul_sec: rgb(24, 29, 64);
  --c_morado_1: rgb(92, 96, 195);
  --c_morado_2: rgb(167, 170, 244);
  --c_morado_3: rgb(203, 207, 234);
  --c_rojo_1: #CB2D2D;
  --c_blanco: #FFFFFF;
  --c_btn_1: #FDC224;

  --c_parr: #141C39;
  --c_link: #003A9D;

  --color-grad_1: linear-gradient(180deg, #EDEBFF 0%, #D6F3FA 100%);

}
body{
    background: #F4F4F4;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

img,
object,
embed,
video,
iframe {
  max-width: 100%;
}


h1{
    font-size: 24px;
    font-weight: 600;
    color: var(--c_pri);
    line-height: 30px;
}

h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--c_pri);
}
h3{
  font-weight: 600;
  font-size: 18px;
  color: var(--c_pri);
}
h4{
  font-weight: 500;
  font-size: 16px; 
  color: var(--c_pri);
}
h5{
  font-weight: 500;
  font-size: 14px; 
  color: var(--c_pri);
}

p{
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: var(--c_parr);
}



.btn_debes_saber{

  font-size: 14px;
  color: var(--c_pri);
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  gap: 5px;
  max-width: 200px;
  font-weight: 500;
}

.btn_debes_saber i{
  margin-bottom: -3px;
}
.cuerpo{
  /*padding-top: 93px;*/
}
.cnt_central{
  width: 100%;
  margin: 0 auto;
  /*padding-left: 330px;*/
  /*max-width: 1110px;*/
}




.miga{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 10px 23px;
  position: relative;
  cursor: pointer;
}
/*
.miga i{
  color: var(--c_morado_1);
  font-size: 30px;
}*/
/*
.miga :first-child::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f105";
  position:  absolute;
  padding: 0 5px;
  top: 50%;
  transform: translateY(-37%);
}*/
/*Cards Home*/
.s_home_tasas h1{

  display: block;
  width: 100%;
  border-bottom: 1px solid #A7AAF4;
  padding-bottom: 17px;
  font-weight: 700;
  /*max-width: 93%;*/
  margin: 0 auto;
}
.s_home_tasas .content1 .title_cards h1{
  margin: 0;
}
.s_home_tasas .title_cards{
  display: flex;
  flex-direction: column;  
}
.s_home_tasas .contenido .title_cards_titulo{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 0;
  max-width: 100%;
  min-height: 96px;

  width: 100%;
}
.s_home_tasas .title_cards_titulo .fecha{
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c_pri);
  opacity: 0.6;
}

.s_home_tasas .content1 .title_cards {
  display: flex;
  flex-direction: column;
  margin-right: 35px;
}
.s_home_tasas .categoria{
  display: flex;
  align-items: center;
  padding: 0;
  gap: 10px;
  
}
.s_home_tasas .tasas{
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
}
.s_home_tasas .content1{
  width: 75%;
}
.s_home_tasas .content2{
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 318px;
}
.s_home_tasas .bg_tasas{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-grad_1);
  z-index: -1;
  overflow: hidden;
}
.s_home_tasas .bg_tasas::before{
  content: "";
  position: absolute;
  left: -50%;
  bottom: 40%;
  width: 800px;
  height: 800px;
  background: url('deco1.1ed1dff9da6782f3.png');
  opacity: 0.2;
}
.s_home_tasas .bg_tasas::after{
  background: url('deco1.1ed1dff9da6782f3.png');
  content: "";
  position: absolute;
  right: -292px;
  bottom: calc(-100% + 58px);
  width: 700px;
  height: 700px;
  opacity: 0.2;
}
.s_home_tasas .content1{
  display: flex;
  flex-direction: column;
}

.s_home_tasas .tasas .content1 .fotoUsua{
  border-radius: 50px;
  overflow: hidden;
  background-color: whitesmoke;
  width: 40px;
  height: 40px;
  display: flex;
}
.s_home_tasas .tasas .content1 .fotoUsua img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_home_tasas .tasas .content1 .advertencia{
  font-weight: 500;
  padding: 0;
  padding-top: 16px;
  color: var(--c_pri);
  opacity: 0.6;
  line-height: 18px;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
}
.s_home_tasas .contenido{
    display: flex;
    flex-direction: column;
  }





.s_home_tasas .contenido > div{
    padding: 0 25px;
  }
.s_home_tasas .contenido .cards{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  color: var(--c_parr);
}
.s_home_tasas .card{
  background: var(--c_blanco);
  padding: 15px 20px 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.160784);
  width: 100%;
  max-height: 200px;
}
.s_home_tasas .card h2{
  padding-bottom: 20px;
}

.s_home_tasas .SwiperCards1.swiper{
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*
  margin-left: 25px;
  margin-right: 25px;*/
  /*max-width: 640px;*/
  max-width: 95%;
}
.s_home_tasas .SwiperCards2.swiper{
  width: 100%;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 85%;
  margin: 0 auto;
}

.s_home_tasas .swiper-navigation{
  position: absolute;
  width: 100%;
  top: calc(50% + 31px);
  transform: translateY(-50%);
  /* background-color: #141C39; */
  z-index: 10;
  height: 44px;
}


.s_home_tasas  .swiper-button-prev,
.s_home_tasas  .swiper-button-next {
  background: none;
  border: none;
  width: auto;
  font-size: 17px;
  color: var(--c_sec);
}
.s_home_tasas .swiper-button-prev::after,
.s_home_tasas  .swiper-button-next::after {
  content: "";
}

.s_home_tasas .swiper-button-prev{
  left: -5px;
}
.s_home_tasas .swiper-button-next{
  right:  -5px;
}
.s_home_tasas .card h2{
  font-size: 18px;
  border-bottom: 1px solid #E6E6E6;

}

.s_home_tasas .datos{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.s_home_tasas .card .dato1{
  font-weight: 400;
  font-size: 48px;
}
.s_home_tasas .card .dato2{
  font-weight: 400;
  font-size: 28px;
  text-align: right;
}
.s_home_tasas .card .sub_title{
  font-weight: 500;
  font-size: 16px;
}


.s_home_tasas .content2 .card{
  background: var(--c_pri);
  color: #fff;
  padding: 15px 20px 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.160784);
  flex-basis: 100%;
  padding-bottom: 30px;
  margin: 26px auto 0;
  position: relative;
  max-height: 173px;
}

.s_home_tasas .content2 .card .h2 h2{
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;

  opacity: 0.6;
  border-bottom: 1px solid #E6E6E6;

}

/*Megafono Home*/

.ctn_megaf_Home{
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  
 
}
.ctn_megaf_Home .content1,.s_home_tasas .content1,.calendario_home .banner_calendario{
  width: 67%;
}

.ctn_megaf_Home .content2,.s_home_tasas .content2,.calendario_home .ctn_eventos{
  width: 30%;
}

.s_megaf_Home{
  width: 100%;
}
.s_megaf_Home h1{
  display: block;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 700;
  padding-bottom: 15px;
}
.s_megaf_Home .titulo_politicas_home h1{
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 600;
}
.s_megaf_Home .notas_megafHome{
  display: flex;
  flex-direction: column;
}

.titulo_notas_home, .titulo_notas_home h1{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.notas_megafHome .notas{
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;

  cursor: pointer;
  
}
.notas_megafHome .destacado{
  width: 100%;
  display: flex;
  
  background-color: var(--c_azul_sec);
  color: var(--c_blanco);
  max-height: 224px;
  border-radius: 8px;
  margin-bottom: 26px;
  overflow: hidden;

  cursor: pointer;
}

.notas_megafHome .destacado .img{
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
.notas_megafHome .destacado .img::after{
  content: "";
  position: absolute;
  right: -2px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: linear-gradient(-90deg, #181D40 4.94%, rgba(24, 29, 64, 0) 100%);
  overflow: hidden;
}

.notas_megafHome .destacado .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.notas_megafHome .destacado .contenido{
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 23px 50px;
  position: relative;
}
.notas_megafHome .destacado .titulo {
  min-height: auto;

}
.notas_megafHome .destacado  .categoria_debesSaber{
  margin-bottom: 13px;
}

.notas_megafHome .destacado  .titulo{
  margin-bottom: 18px;
}
.notas_megafHome .destacado .contenido::before{
  content: "";
  position: absolute;
  width: 212px;
  height: 212px;
  background:url('deco2.03c21f55a6d571e6.png');
  right: -95px;
  bottom: -50%;
}
.notas_megafHome .destacado .nota{
  width: 100%;
}
.SwiperNotas{
 width: 100%;
 height: 100%;
 overflow: visible;
}
.swiper.SwiperNotas{
  overflow: visible;
}
.notas_megafHome .nota{
  flex-basis: 47%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
  border-radius: 8px;
  /*max-height: 330px;*/
  overflow: hidden;
  margin: 0 0 20px;
  height: 100%;
}

.notas_megafHome .nota .img{
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}

.notas_megafHome .nota .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.notas_megafHome .nota .contenido{
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 17px 18px 27px;
  /*gap: 10px;*/
}
.notas_megafHome .nota .categoria_debesSaber{
  margin-bottom: 6px;
}

.categoria_debesSaber{
  background: #E2FEC4;
  color: var(--c_pri);
  font-weight: 400;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.categoria_debesSaber.producto{
  background: var(--c_ter);
}
.categoria_debesSaber.amarillo{
  background: #FFDA77;
}

.notas_megafHome .titulo{
  font-weight: 600;
  font-size: 20px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 75px;
  -webkit-box-pack: center;
  margin-bottom: 9px;
  min-height: 54px;
  line-height: 25px;

}
.notas_megafHome .fecha{
  font-weight: 300;
  line-height: 20px;
  opacity: 0.7;
}

.politicas_megafHome{
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.politicas_megafHome .politicas{
    display: flex;
    flex-direction: column;
    padding: 30px 13px;
    padding-right: 25px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    border-radius: 8px;
    /*max-width: 350px;*/
    max-height: 500px;
   
}
.politicas_megafHome .politica_card{
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 20px;
  
}

.politicas_megafHome .politica_card .titulo{
  margin-left: 30px;
    color: var(--c_sec);
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.politicas_megafHome .politica_card .fecha{
  font-weight: 500;
  color: var(--c_pri);
  opacity: 0.6;
  padding-left: 30px;
  font-size: 14px;
}

.politicas_megafHome .puntoRojo{
  background-color: var(--c_rojo_1);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -25px;
  border-radius: 50px;
  z-index: 2;
  top: 5px;
}
/*
.politica_card:last-child .puntoRojo::before{
  content: "";
  background: var(--c_blanco);
  width: 100%;
  height: 4vh;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
}*/
.politicas_megafHome .swiperSlide:first-child .puntoRojo::after{
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border: 1px solid #C9332D;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  animation: afterBotonrojo 1.5s ease-in-out infinite ;
}

.politicas_megafHome .SwiperPoliticas{
  width: 100%;
  height: 100%;
}

.politicas_megafHome .SwiperPoliticas .swiper-wrapper::after{
      content: "";
    width: 1px;
    height: 300%;
    position: absolute;
    top: -100%;
    left: 12px;
    background-color: #CCCCCC;
    z-index: -1;
 
}

@keyframes afterBotonrojo {
  from {
    width: 90%;
    height: 90%;
    opacity: 1;
  }

  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.notas .swiper-navigation{
  display: none;
}
/*Calendario*/
.calendario_home .ctn_calendario_home{
  background: var(--c_parr);
  color: var(--c_blanco);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calendario_home .ctn_calendario_home a{
  color: var(--c_blanco);
}

.calendario_home .ctn_calendario_home h1{
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #D9D9D9;
}

.calendario_home .ctn_calendario_home .btn_debes_saber{
  max-width: -moz-fit-content;
  max-width: fit-content; 
  text-align: left; 
  align-self: flex-start; 
  justify-self: flex-start;
  align-items: center;
  font-weight: 500;
}

.calendario_home .contenido .titulo *{
  font-weight: 600;
}
.calendario_home .banner_calendario{
  width: 95%;
  background: var(--color-grad_1);
  background: linear-gradient(-90deg, #EDEBFF 0%, #E7F5F5 100%);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.160784);
  padding: 41px 43px 51px;
  border-radius: 8px;
  overflow: hidden;
  max-height: 300px;
  color: var(--c_pri);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.calendario_home .banner_calendario .img::before{

  background:url('deco2.03c21f55a6d571e6.png');

  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  right: -50%;
  opacity: 0.9;
  bottom: -172px;
}
.calendario_home .banner_calendario .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.calendario_home .contenido,.calendario_home .img{
  width: 47%;
  position: relative;
  min-height: 200px;
}
.calendario_home .contenido{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-evenly;
}
.calendario_home .banner_calendario h1{
 
  font-size: 24px;
  line-height: 25px;
  border: none;
}
.calendario_home .banner_calendario .btn_login{
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border: none;
  padding: 12px 63px;
  background: var(--c_morado_1);
  border-radius: 8px;
  text-align: center;
}

.ctn_eventos{
  width: 27%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.calendario_home .titulo_calendario{
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.calendario_home .titulo_calendario h1{
  color: var(--c_blanco);
}
.eventos_calendario{
  width: 100%;
  padding: 23px 15px 20px;
  background: var(--c_blanco);
  border-radius: 8px;
  color: var(--c_pri);
  max-width: 317px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.eventos_calendario .fecha{
  font-weight: 400;
  font-size: 40px;
}
.eventos_calendario .evento{
  font-weight: 400;
  font-size: 18px;
  padding: 5px 10px;
  background: #E2E3FF;
  border-radius: 4px;
}


.link_eventos{
  width: 100%;
}

.s_home_tasas .content2 .swiper-navigation {
  top: 64%;
  transform: translateY(-69%);  
}
.tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag{
  font-weight: 400;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border: 1px solid #9BA1EF;
  border-radius: 63px;
  padding: 5px 18px;
  cursor: pointer;
  word-break: break-all;
  line-height: normal;
}
.tag.amarillo{
  border: none;
  background: #FFDA77;
}
.tag.azul{
  border: none;
  background: #93D9F6;
}
.tag.morado{
  border: none;
  background: #E5E7FB;
}
.tag.morado2{
  border: none;
  background: #A7AAF4;
}
.politicas_megafHome .SwiperPoliticas{
  padding-left: 5px;
}
.notas_megafHome .notas div .img{
  overflow: hidden;
  max-height: 199px;
}
.notas_megafHome .notas .nota:hover img,.notas_megafHome .notas .destacado:hover img{
  transform: scale(1.1);
}
.cnt_swiper_notas{
  width: 100%;
  height: auto;
}
.cnt_swiper_notas .swiper-slide{
  height: auto;
}

/****Internas****/


.sec_contenido_interna_debesSab {
  /*position: relative;*/
 }
.bg_sec_contenido_interna_debesSab{
     width: 100%;
     height: 100%;
     height: 340px;
     background: var(--color-grad_1);
     position: absolute;
     left: 0;
     right: 0;
     z-index: -1;
     overflow: hidden;
 }

.bg_sec_contenido_interna_debesSab::after{
  content: "";
  background: url('deco1.1ed1dff9da6782f3.png');
  background-size: cover;
  width: 700px;
  height: 700px;
  position: absolute;
  left: -300px;
  top: -400px;
  opacity: 0.2;
  
}
.bg_sec_contenido_interna_debesSab::before{
  content: "";
  background: url('deco1.1ed1dff9da6782f3.png');
  background-size: cover;
  width: 700px;
  height: 700px;
  position: absolute;
  right: -400px;
  bottom: -400px;
  opacity: 0.2;
  
}

.caja_interna_debes{
  padding: 50px 30px 30px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}


.caja_interna_debes .politicas_megafHome .politicas{
  max-height: 730px;
}
.caja_interna_debes .politicas_megafHome .politicas .swiper-slide{
  height: -moz-fit-content!important;
  height: fit-content!important;
}

.cnt_politicas .titulo_swiper_politicas,
.politicas_megafHome .titulo_politicas_home{
  margin-bottom: 8px;
}

.cnt_politicas .link_swiper_politicas{
  margin-top: 20px;
  padding-left: 16px;
}
.cnt_politicas{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 316px;
}
.sec_contenido_interna_debesSab .cnt_contenido{
  width: 100%;
   max-width: 70%; 
   display: flex;  
   flex-direction: column;
   gap: 30px;
}

.sec_contenido_interna_debesSab .cnt_contenido .title{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sec_contenido_interna_debesSab  .cnt_contenido .title h4{
  opacity: 0.6;
}
.sec_contenido_interna_debesSab .ctn_info{
  padding: 28px 30px;
  background: #fff;
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sec_contenido_interna_debesSab 
.card-info{
    /*display: flex;*/
    /*padding-bottom: 30px;*/
   /* border-bottom: 1px solid #E2E2E2;*/
    /*gap: 30px; */   
}
.sec_contenido_interna_debesSab .contenido{
  width: auto;
}

.sec_contenido_interna_debesSab .ctn_tags{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec_contenido_interna_debesSab  .card-info:last-child{
  border: none;
  padding-bottom: 0;
}

/******Megafono******/

.sec_megafon_resultados{
  position: relative;
}

.bg_resultados{
  width: 100%;
  height: 100%;
  max-height: 275px;
  background: var(--color-grad_1);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.bg_resultados::after{
  content: "";
  background: url('deco1.1ed1dff9da6782f3.png');
  background-size: cover;
  width: 700px;
  height: 700px;
  position: absolute;
  left: -400px;
  top: -400px;
  opacity: 0.2;
  
}
.bg_resultados::before{
  content: "";
  background: url('deco1.1ed1dff9da6782f3.png');
  background-size: cover;
  width: 600px;
  height: 600px;
  position: absolute;
  right: -35%;
  bottom: -400px;
  opacity: 0.2;
  
}
 .sec_contenido_interna_debesSab.sec_contenido_estrucProdu .card-info:last-child{
    padding-bottom: 17px;
  }

  .calendario_home .ctn_calendario_home{
    flex-wrap: nowrap;
  }
/**Banner**/
.cnt_banner_megafono{
  /*max-height: 560px;*/
}
.cnt_banner_megafono{
  background: var(--c_pri);
  color: #fff;
  /*max-width: 260px;*/
  width: 100%;
  border-radius: 8px;
  padding: 28px 0 49px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: sticky;
  top: 30px;
  align-items: center;
}
.ctn_contenido_banner{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.cnt_nota_megaf .cnt_banner_megafono{
  max-width: 316px;
}
.cnt_nota_megaf .cnt_benners{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cnt_banner_megafono .titulo_banner{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 0 9px;

}
.cnt_banner_megafono .img_banner{
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.cnt_banner_megafono .img_banner img{
  mix-blend-mode: lighten;
  width: 100%;
}
.cnt_banner_megafono .logo_bayport_plus{
  margin: 0 auto;
  width: 100%;
  max-width: 140px;
}
.cnt_banner_megafono .ctn_btn_login{
  width: 100%;
  padding: 0 15px;
}
.cnt_banner_megafono .btn_login{
  background-color: var(--c_btn_1);
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  color: var(--c_pri);
  width: 100%;
  display: block;
  text-decoration: none;
}
.cnt_banner_megafono .btn_login:hover{
  /*
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, var(--c_sec) 0px 0px 0px 3px;
  color: var(--c_sec);
  */
  cursor: pointer;
}

.cnt_banner_megafono .cnt_banner_megafono{
  display: flex;
  flex-direction: column;
}
.SwipeBanner_megaf .swiper-pagination.swiper-pagination-bullets 
.swiper-pagination-bullet {
    background: #B9DAEC;
    opacity: 1;
    border: 1px solid white;
    width: 14px;
    height: 14px;
}

.SwipeBanner_megaf .swiper-pagination.swiper-pagination-bullets 
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--c_sec);
}

.SwiperBannerMegaF-navigation .swiper-button-next{
  right: 40px;
}
.SwiperBannerMegaF-navigation .swiper-button-prev{
  left: 40px;
}
.SwiperBannerMegaF-navigation .swiper-button-next,
.SwiperBannerMegaF-navigation .swiper-button-prev{
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-self: center;

  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.40);
}
.SwiperBannerMegaF-navigation .swiper-button-next i,
.SwiperBannerMegaF-navigation .swiper-button-prev i{
  font-size: 25px;
  color: var(--c_sec);
}

.SwiperNoticiasMegaF-navigation .swiper-button-next,
.SwiperNoticiasMegaF-navigation .swiper-button-prev{
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-self: center;
  border: none;
  background: none;
  top: inherit;
  bottom: inherit;
  margin: 0;
}

.SwiperNoticiasMegaF-navigation .swiper-button-next i,
.SwiperNoticiasMegaF-navigation .swiper-button-prev i{
  font-size: 20px;
  color: #5C60C3;
}

.SwiperNoticiasMegaF-navigation .swiper-pagination-external .swiper-pagination-bullet {
    background: none;
    width: auto;
    height: auto;
    opacity: 0.5;
    color: var(--c_morado_1);
    padding: 0 5px;
}
.SwiperNoticiasMegaF-navigation .swiper-pagination-external .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
  text-decoration: underline;
}
.paginadores_notas {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: flex-start;

  padding: 20px 0;
  border-top: 1px solid #7070703b;
}

.paginadores_notas > a{
 max-width: 250px; 
 cursor: pointer;
}
.paginadores_notas > a .btn{
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: right;

  font-size: 16px;
  font-style: normal;

  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;

}
.paginadores_notas .titulo_nota_btn{
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding: 0 18px;
}
.paginadores_notas .btn_next_nota .titulo_nota_btn{
  padding-left: 0;
}
.paginadores_notas .btn_prev_nota .titulo_nota_btn{
  padding-right: 0;
}

.paginadores_notas > a .btn i{
  color: var(--c_sec);
}
.paginadores_notas > a:last-child .btn{
  justify-content: flex-end;
}
.btn_prev_nota{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}
.btn_next_nota{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  gap: 5px;
  margin-left: auto;
}
.ctn_info{
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
.cnt_swiper_empleados .slide_morado{
  border-radius: 10px;
  background: rgba(167, 170, 244, 0.50);
  background-blend-mode: multiply;
}
.ctn_tags .titel *{
  font-weight: 500;
}
.trigger,.trigger *{
  transition: all 0.01s ease-in-out;
}
.trigger.active {
  /* Estilos cuando el elemento está activo */
  /* Por ejemplo, cambiar el color de fondo o agregar un borde */
  color: var(--c_sec);
  border-bottom: 1px solid var(--c_sec);
  transition: all 0.01s ease-in-out;
}

.trigger.active *{
  /* Estilos cuando el elemento está activo */
  /* Por ejemplo, cambiar el color de fondo o agregar un borde */
  color: var(--c_sec);
  transition: all 0.01s ease-in-out;
}

.cnt_filtros_flotante{
  display: none;
}


main:has(.s_megaf_Home) .caja_interna_debes .politicas_megafHome .politicas{
  max-height: 553px;
}
.nota .contenido div{
  color: var(--c_parr);
}

.s_home_tasas .card:has(.dato2) *{
  color: var(--c_parr);
}

.btn_prev_nota,
.btn_next_nota{
    text-decoration: none;
    color: var(--c_pri);

}





.politicas .swiper-slide:last-child .titulo{
  border: none;
}
.s_megaf_Home .cnt_noticias{
  height: 100%;
  width: 100%;
  padding-bottom: 5px;
}

.tag.producto{
  color: var(--c_parr);
}

.sec_contenido_interna_debesSab .cnt_politicas > *{
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.lista_info li{
  position: relative;
  list-style: none;
  /*margin-bottom: 20px;*/
  line-height: 28px;
}

.lista_info li::after{
  content: "";
  background: var(--c_morado_1);
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  top: 8px;
  left: -20px;
  margin-top: 2px;
}
.cnt_contenido .lista_info > ul{
  padding-left: 20px;
}

.lista_info strong,
.ctn_lista_condLib strong{
  font-weight: 600;
}

.texto_final_info *{

  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
}
.texto_final_info a{
  font-weight: 700;
  color: var(--c_parr);
}
.cnt_coberturas_flex{
  display: flex;
  flex-direction: column;
}
.cnt_coberturas{
  padding: 9px 0 29px;
  border-bottom: 1px solid #EDEFF7;
}
.titulo_swiper_empleados strong{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.s_home_tasas .bg_tasas::before,
.s_megafono_header .bg_sec_contenido_interna_debesSab::after,
.sec_nota_megaf .bg_resultados::after,
.sec_contenido_interna_debesSab 
.bg_sec_contenido_interna_debesSab::after{
  display: none;
}


.home_darkmode .SwiperPoliticas .swiperSlide{
  height: auto!important;
}
/********* Estilos Swiper custom   ********/

.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 0;
  transform: none;
}


.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  font-size: 0;
  transform: scale(1);
  color: transparent;
}
.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next::after,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next::after{
  content: "...";
  font-size: 16px;
  opacity: 1;
  color: #003A9D;
}


.cnt_swiper_noticias_megaf .swiper-pagination-bullet,
.cnt_swiper_politicas_resultados .swiper-pagination-bullet{
  display: none;
}
.cnt_swiper_noticias_megaf .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cnt_swiper_noticias_megaf .swiper-pagination-bullet.swiper-pagination-bullet-active-main,
.cnt_swiper_noticias_megaf .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.cnt_swiper_noticias_megaf .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
.cnt_swiper_politicas_resultados .swiper-pagination-bullet.swiper-pagination-bullet-active-main,
.cnt_swiper_politicas_resultados .swiper-pagination-bullet.swiper-pagination-bullet-active-next,
.cnt_swiper_politicas_resultados .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
.cnt_swiper_politicas_resultados .swiper-pagination-bullet.swiper-pagination-bullet-active-main{
  display: inline-block;
  left: inherit!important;
}
.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic{
  width: -moz-fit-content!important;
  width: fit-content!important;
  display: block;
  max-width: 100%;
  display: flex!important;

  
}

.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic span{
  padding: 0 5px;
}
.cnt_swiper_noticias_megaf .swipercount_lst,
.cnt_swiper_politicas_resultados .swipercount_lst{
  display: none
}
.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  /*display: none;*/
  transform: scale(1);
  display: inline-block;
  color: transparent;
  font-size: 0;
}
.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next .swipercount_lst,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next .swipercount_lst{
  display: inline-block;
  color: var(--c_morado_1);
  font-weight: normal;
  font-size: 20px;
}


.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next:last-child,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next:last-child
{
  font-size: 20px;
  transform: scale(1);
  color: var(--c_morado_1);
}
.cnt_swiper_noticias_megaf .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next:last-child::after,
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next:last-child::after
{
 display: none;
}


/********* -------------------- ********/

.SwiperPoliticas .swiper-wrapper{
  height: auto;
}
/*
.SwiperPoliticas .swiper-wrapper::before{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  max-width: 85%;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  bottom: 0;
 
}
.cnt_home_dark_mode .SwiperPoliticas .swiper-wrapper::before{
  background-color: #a7aaf5;
}
*/

.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: inherit;
  transform: translateX(0);
  white-space: nowrap;

}

.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  font-size: 0;
  transform: scale(1);
  color: transparent;
}
.cnt_swiper_politicas_resultados .swiper-pagination-external.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next::after{
  content: "...";
  font-size: 16px;
  opacity: 1;
  color: #003A9D;
}







.sec_contenido_sujetoCredito .lista_info ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec_contenido_interna_debesSab .card-info {
  /* display: flex; */
  /* padding-bottom: 30px; */
  border-bottom: 1px solid #E2E2E2; 
  /* gap: 30px; */
}


.ctn_list_compraCartera ul{
  color: var(--c_parr);
}

    /*Miga*/
    .miga_pan{
      padding: 10px ;
      
    }
    .miga_pan *{
    color: var(--c_parr)!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
   }
   .miga_pan i{
    color: #5C60C3!important;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    margin: 0 12px;
    margin-bottom: -2px;
   }
   .miga_pan a:hover{
    color: var(--c_sec);
   }
   .miga_pan a{
    cursor: pointer;
   }
   .cnt_links_miga{
    display: flex;
    align-items: center;
    gap: 5px;
   }
.swiper-pagination-external  .swiper-pagination-bullet{
    font-size: 20px;
  }


.cnt_noticias_megaf .caja_interna_debes:has(.ctn_sin_reultado){
    padding-top: 0;
}
.s_noticias_megaf:has(.ctn_sin_reultado){
  margin-top: -50px;
}

.s_busquedas:has(.ctn_sin_reultado) .cnt_busquedas .caja_interna_debes{
  padding: 0;
  margin-bottom: 30px;

}





/*animaciones show*/


@keyframes scaleShow {
  0%{
      position: relative;
      top: -99px;
      opacity: 0;
      transform: scale(0);
  }
  100%{
      position: relative;
      top: 0;
      opacity: 100;
      transform: scale(1);
  }
}


.SwiperPoliticas_resultados.swiper .swiper-slide.swiper-slide-next{
  opacity: 0;
  transition: all 400ms ease-in-out; 
}
.SwiperPoliticas_resultados.swiper .swiper-slide.swiper-slide-prev{
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.SwiperPoliticas_resultados.swiper .swiper-slide.swiper-slide-active{
  opacity: 1;
  transition: all 400ms ease-in-out;
}


.ctn_megaf_Home .politicas .link_politicas{
  display: flex;
  align-items: flex-start;
}

.ctn_megaf_Home .content2 {
  width: 30%;
}
.s_megaf_Home .caja_interna_debes {
  padding: 50px 25px 30px;
  gap: 32px;
}

.s_home_tasas .contenido .title_cards_titulo.titulo_movil{
  display: none;
}

.s_noticias_megaf .cnt_noticias_megaf:has(.ctn_sin_reultado) *:first-child{
  width: 100%;

 
}
.s_noticias_megaf .cnt_noticias_megaf:has(.ctn_sin_reultado) .img_banner{
  width: 100%;
  max-width: 276px;
 
}
.s_noticias_megaf .cnt_noticias_megaf:has(.ctn_sin_reultado) .img_banner img{
  width: 100%;
  height: 100%;
  object-fit: contain;
 
}

.sec_contenido_interna_debesSab.cnt_central{
  width: 100%;
  max-width: 80%;
}


.s_home_tasas .contenido .title_cards_titulo:has(.fecha){
  justify-content: flex-end;
}
.SwiperCardsExtra.swiper{
  width: 100%;
}
.cnt_swiper_tasas_1{
  position: relative;
}
.SwiperCards1 .cnt_swiper_slide{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cnt_politicas .titulo_swiper_politicas h1{
  font-size: 24px;
  padding-left: 15px;
}
.nota .texto p{
  font-size: 18px;
}
.nota .texto h3,
.nota .texto h3 *{
  font-size: 20px;
  margin: 15px 0px;
}
.ctn_lista_condEjercito{
  color: var(--c_parr);
}

.s_megafono_header .nav .menu_header{
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}
.cnt_politicas_resultados.caja_interna_debes{
  scrollbar-gutter: stable ;
}


.lupa_buscador i{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  z-index: 10;
  cursor: pointer;
}

.ctn_lista_condEjercito ul{
  margin: 0;
}
.swiper-pagination-external.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.nota .texto p{
  font-size: 18px;
}




@media  screen and (min-width: 1201px) {
  .calendario_home .banner_calendario {
    width: 69%;
   }
  .ctn_megaf_Home .content1 {
    width: 74%;
  }
  .sec_nota_megaf.cnt_central {
    max-width: 1110px;
  }

  .ctn_megaf_Home .content2,.s_home_tasas .content2,.calendario_home .ctn_eventos{
    width: 27%;
  }

}
@media screen and (max-width: 1440px) {

  .sec_contenido_interna_debesSab.cnt_central{
    width: 100%;
    max-width: 100%;
  }
  .s_home_tasas .bg_tasas::after {
    right: -324px;
    bottom: calc(-100% + 29px);
    width: 700px;
    height: 700px;
    opacity: 0.2;
  }

}
@media screen and (max-width: 1376px) {
  .s_home_tasas .content1 .title_cards {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .s_home_tasas .bg_tasas::after {
    right: -324px;
    bottom: calc(-100% + 29px);
    width: 700px;
    height: 700px;
    opacity: 0.2;
  }
}

@media screen and (max-width: 1200px) {
  .ctn_politica_pagaduria.caja_interna_debes,
  .ctn_condiciones_lib.caja_interna_debes {

    gap: 15px;

  }
  .sec_contenido_interna_debesSab .cnt_contenido {
    width: 100%;
    max-width: 65%;
    }
  .calendario_home .banner_calendario {
    width: 83%;
   }
  .s_home_tasas .content2 {
    width: 30%;
  }
  .calendario_home .banner_calendario {
    width: 69%;
   }
      
  
}
@media  screen and (min-width: 1198px) {
  .calendario_home .banner_calendario{
    width: 68%;
  }
  .s_home_tasas .content2 .swiper-navigation {
    top: 65%;
    transform: translateY(-69%);
  }
  .s_home_tasas .swiper-button-prev {
    left: -8px;
  }
  .s_home_tasas .swiper-button-next {
    right: -8px;
  }
  .s_home_tasas .SwiperCards2-navigation .swiper-button-prev {
    left: -0px;
  }
  .s_home_tasas .SwiperCards2-navigation .swiper-button-next {
    right: -0px;
  }
  .s_home_tasas .content1 {
    width: 74%;
  }
  .s_home_tasas .content2 {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 318px;
  }
  .calendario_home .banner_calendario {
    width: 83%;
   }
 
   .caja_interna_debes {
    gap: 30px;
  }
}
@media screen and (max-width: 1050px){
  .s_home_tasas .content1 .title_cards {
    margin-right: 18px;
  }
  /***Banner login***/
  .cnt_banner_megafono {
    max-height: 270px;
  }
  .ctn_contenido_banner {
    max-width: 70%;
  }
  .cnt_banner_megafono {
  overflow: hidden;
  }
  .cnt_banner_megafono{
  width: 100%;
  max-width: 100%;
  align-items: center;
  }
  .cnt_banner_megafono .ctn_contenido_banner{
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 15px 80px 0;
    min-height: 176px;
  }

  .ctn_contenido_banner > div{
    height: 100%;
  }
  .cnt_banner_megafono .ctn_btn_login{
    max-width: 140px;
    padding: 0;
  }
  .cnt_banner_megafono .btn_login{
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .cnt_banner_megafono .img_banner{
    position: absolute;
    right: 80px;
    /*bottom: -40px;*/
    max-height: 250px;
    right: 0;
  }
  .cnt_banner_megafono .ctn_btn_login,
  .cnt_banner_megafono .logo_bayport_plus{
    margin: 0;
    margin-left: 58px;
  }
  .cnt_banner_megafono .cnt_banner_megafono{
    padding-bottom: 0;
  } 
  .cnt_banner_megafono .img_banner img{
    position: relative;
    z-index: -1;
  }
  .cnt_banner_megafono .img_banner {
    position: absolute;
    right: 80px;
    /* bottom: -40px; */
    max-height: 200px;
    right: 0;
  }
  .cnt_banner_megafono .img_banner {
    width: 60%;
    max-height: 400px;
    overflow: hidden;
  }
  .calendario_home .banner_calendario {
    width: 69%;
    width: 74%;
  }
}
@media screen and (max-width: 932px){
  .s_home_tasas .content1 .title_cards {
    margin-right: 0;
  }
  .ctn_megaf_Home .content2, .s_home_tasas .content2, .calendario_home .ctn_eventos {
    width: 100%;
  }
  .calendario_home .ctn_calendario_home .link_eventos{
    align-self: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .eventos_calendario {
    width: 100%;
    padding: 37px 15px 37px;
    background: var(--c_blanco);
    border-radius: 8px;
    color: var(--c_pri);
    max-width: 317px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

  .titulo_politicas_home{
    max-width: 230px;
  }
  .s_megaf_Home .titulo_politicas_home h1 {
    border: none;
    border-bottom: none;
}
  .cnt_central{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .s_home_tasas .tasas{
    flex-direction: column;
    align-items: center;
  }
  .s_home_tasas .content1,.s_home_tasas .content2{
    width: 100%;
  }
  .s_home_tasas .SwiperCards1.swiper{
    max-width: 93%;
  }
  .s_home_tasas .contenido .cards:has(.swiper-button-lock)  .SwiperCards2.swiper {
    max-width: 100%;
    max-width: 93%;
    margin: 0 auto;
  }
  .s_home_tasas .contenido .cards:has(.swiper-button-lock) .SwiperCards1.swiper{
    max-width: 100%;
    margin: 0 auto;
       
  }
  .s_home_tasas .SwiperCards2.swiper{
    max-width: 93%;
    margin: 0 auto;

  }
  .s_home_tasas .SwiperCards2 .swiper-navigation{
    max-width: 400px;
  }
  .s_home_tasas .contenido .title_cards_titulo{
    max-width: none;
  }
  
  .ctn_calendario_home .banner_calendario h1{
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
  }
  .notas_megafHome .notas div .img{
    overflow: hidden;
    max-height: 230px;
  }

  .s_home_tasas .bg_tasas::after {

    content: "";
    position: absolute;
    right: -25%;
    bottom: calc(0% - 266px);
    width: 500px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
  }

  .ctn_calendario_home .ctn_eventos {
    order: 1;
  }
  .calendario_home .banner_calendario{
    order: 2;
  }
  
}


.swiper-pagination-external.swiper-pagination-lock,
.swiper-button-lock{
  opacity: 0!important;
}

@media  screen and (max-width: 932px) {
  .cnt_politicas_resultados .title h1 {
    font-size: 19px;
    text-align: left;
  }
   .s_home_tasas .content2 h1{
    padding-bottom: 10px;
  }
  .cnt_banner_megafono .img_banner{
      width: 60%;
      max-height: 400px;
      overflow: hidden;
  }
  .cnt_banner_megafono .img_banner img{
      position: relative;
      z-index: -1;
  }
  .s_home_tasas .contenido .title_cards_titulo{

    /*padding: 32px 25px 0;*/
    padding-left: 0;
  }

  .SwiperPoliticas .swiper-wrapper::before{
    display: none;
  }
  .cnt_central{
    max-width: 100%;
  }

  .s_home_tasas .content2 .categoria{
    padding: 16px 0;
  }
  .s_home_tasas .content2 .card{
    margin: 0;
  }
  .calendario_home .banner_calendario .img::before {
    right: -53%;
    top: 121px;
  }
  .eventos_calendario{
    max-width: 100%;
  }
  .calendario_home .banner_calendario,.ctn_eventos{
    width: 100%;
  }
 .ctn_megaf_Home .content1, .ctn_megaf_Home .content2 {
    width: 100%;
}
  .paginadores_notas{
    align-items: flex-start;
  }
   /***Banner login***/
   .cnt_banner_megafono {
      max-height: 270px;
  }
   .ctn_contenido_banner {
      max-width: 70%;
  }
   .cnt_banner_megafono {
    overflow: hidden;
  }
   .cnt_banner_megafono{
    width: 100%;
    max-width: 100%;
    align-items: center;
  }
  .cnt_banner_megafono .ctn_contenido_banner{
      position: relative;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      padding: 15px 80px 0;
      min-height: 176px;
  }

  .ctn_contenido_banner > div{
      height: 100%;
  }
  .cnt_banner_megafono .ctn_btn_login{
      max-width: 140px;
      padding: 0;
  }
  .cnt_banner_megafono .btn_login{
      padding: 10px;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
  }
  .cnt_banner_megafono .img_banner{
      position: absolute;
      right: 80px;
      /*bottom: -40px;*/
      max-height: 250px;
      right: 0;
  }
  .cnt_banner_megafono .ctn_btn_login,
  .cnt_banner_megafono .logo_bayport_plus{
      margin: 0;
      margin-left: 58px;
  }
  .cnt_banner_megafono .cnt_banner_megafono{
      padding-bottom: 0;
  }
  .caja_interna_debes .politicas_megafHome .politicas .swiper-slide{
    height: inherit!important;
  }
  .politicas_megafHome .politica_card {
    padding: 0;
    gap: 0;
  }
  .politicas_megafHome .politica_card .titulo {
    margin-left: 30px;
    color: var(--c_sec);
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-bottom: 0px;
    border-bottom: 1px solid #D9D9D9;
  }
  .s_home_tasas .content2 .contenido{
    padding-top: 0;
    
  }


  /***Internas***/
  
 .bg_sec_contenido_interna_debesSab::after{
       
    width: 400px;
    height: 400px;
    background-size: cover;
  
    left: -20%;
    top: -200px;
    opacity: 0.2;
    
  }
  .bg_sec_contenido_interna_debesSab::before{
       
    width: 400px;
    height: 400px;
 
    right: -25%;
    bottom: -200px;
    opacity: 0.2;
    
  }
  .caja_interna_debes{
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .sec_contenido_interna_debesSab .cnt_contenido{
    max-width: 100%; 
    display: flex;  
    flex-direction: column;
 }
  .sec_contenido_interna_debesSab .cnt_contenido, .cnt_politicas{
    width: 100%;
    max-width: 100%;
  }
  .sec_contenido_interna_debesSab .ctn_info{
    padding: 28px 30px;
  }
  .sec_contenido_interna_debesSab .ctn_tags{
    order: 1;
  }
 .politicas{
    padding: 0;
  }
  .sec_contenido_interna_debesSab .politicas_megafHome.content2{
    padding: 21px 49px ;
  }

  .sec_contenido_interna_debesSab .politicas_megafHome.content2{
    order: 2;
  }
 .politicas_megafHome .politicas{
    align-items: center;
  }
  .politicas_megafHome .politicas {
    max-width: 100%;
    padding: 0;
}

.politicas_megafHome .politica_card .fecha{
  font-weight: 500;
  font-size: 13px;
  padding: 0;
  text-align: center;
  margin-top: 28px;
}
.politicas_megafHome .politica_card .titulo{
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.politicas_megafHome .puntoRojo{
  background-color: var(--c_rojo_1);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  border-radius: 50px;
  z-index: 2;
}
.politicas_megafHome .SwiperPoliticas .swiper-wrapper::after {
  content: "";
  width: calc(100% - 32%);
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #CCCCCC;
  z-index: -1;
  margin-left: 16%;
}
.politicas_megafHome .politica_card{
  justify-content: flex-start;
  gap: 0px;
}
.politicas_megafHome .SwiperPoliticas{
  width: 100%;
  height: 100%;
  padding-top: 5px;
}
.politicas_megafHome .politicas{
  background: none;
  box-shadow: none;
}
.politicas_megafHome.content2{
    padding: 21px 49px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
    border-radius: 8px;
    text-align: center;
    gap: 0;
    align-items: center;
  }
  .politicas_megafHome .politica_card .titulo{
    border: none;
  }
  .politicas_megafHome.content2{
    overflow: hidden;
  }
  /********Megafono************/
  .bg_resultados::after{
    width: 400px;
    height: 400px;
    background-size: cover;
    left: -20%;
    top: -200px;
    opacity: 0.2;
        
    }

    
        
    .bg_resultados::before{
      width: 400px;
      height: 400px;
      right: -25%;
      bottom: -200px;
      opacity: 0.2; 
    }
    .cnt_nota_megaf .cnt_banner_megafono{
      max-width: 100%;
    }
    .cnt_banner_megafono .ctn_contenido_banner{

      width: 100%;
      padding: 15px 80px 0 0;
    }
    
}
 
@media screen and (max-width: 750px){
  .s_home_tasas h1{
    max-width: 100%;
  }
  .cnt_politicas .titulo_swiper_politicas h1{
    padding-left: 0;
  }
  .cnt_politicas .titulo_swiper_politicas{
    margin-bottom: 24px;
  }
  .cnt_noticias_megaf .caja_interna_debes:has(.ctn_sin_reultado){
    padding: 0;
    margin-bottom: 30px;
  }
  .notas_megafHome .notas div .img{
    overflow: hidden;
    max-height: 199px;
  }
  .lista_info li{
      /*margin-bottom: 20px;*/
  }
  .lista_info li{
      line-height: 23px;
  }


  .ctn_lista{
      padding: 30px 20px;
  }

  .swiper.SwiperNotas {
    overflow: hidden;
}
  .s_megaf_Home .titulo_politicas_home h1{
    border: none;
  }
  .titulo_notas_home{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
  }
  .s_home_tasas .content2 .card{
    margin: 0;
  }
  .calendario_home .banner_calendario .img::before {
    right: -65%;
    bottom: -218px;
    top: inherit;
    width: 300px;
    height: 300px;
}
 
  .btn_filtros div{
  font-size: 20px;
  font-weight: 500;
  color: var(--c_parr);
  }

  .cnt_banner_megafono {
    max-height: 237px;
}
  .ctn_contenido_banner {
    max-width: 100%;
}
  .cnt_banner_megafono .titulo_banner{
    max-width: 100%;
    font-size: 25px;
  }
  .titulo_politicas_home.titulo_swiper_politicas{
    max-width: 230px;
  }

 
  h1{
    font-size: 24px;
    font-weight: 600px;
  }

  h2{
      font-size: 20px;
      font-weight: 600;
  }
  h3{
    font-weight: 600;
    font-size: 18px;
  }
  h4{
    font-weight: 500;
    font-size: 16px; 
  }

  h5{
    font-weight: 500;
    font-size: 14px; 
  }

  p{
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
  }
  .btn_debes_saber{
    font-weight: 500px;
    font-size: 14px;
  }

 
  .s_home_tasas .SwiperCards2 .swiper-navigation{
    max-width: 400px;
  }
  .s_home_tasas .contenido .title_cards_titulo{
    max-width: none;
  }
  .swiper-navigation.SwiperCards2-navigation .swiper-button-prev{
    left: 0;
    padding: 0;
  }
  .swiper-navigation.SwiperCards2-navigation .swiper-button-next{
    right: 0;
    padding: 0;
  }
  .ctn_megaf_Home .content1, .ctn_megaf_Home .content2{
    width: 100%;
  }
 
  .ctn_megaf_Home{
    flex-direction: column;
    gap: 26px;
  }
  .politicas_megafHome .politicas{
    max-width: 100%;
    padding: 28px 0;
  }
  .notas_megafHome .nota{
    flex-basis: 48.5%;
    
  }
  .s_megaf_Home h1{
    border: none;
    padding: 0;
  }

  .calendario_home .ctn_calendario_home .link_eventos{
    padding-top: 12px;
  }
  .ctn_calendario_home{
    flex-direction: column;
    gap: 30px;
  }
  .ctn_calendario_home .banner_calendario{
    order: 2;
    width: 100%;
  }
  .ctn_calendario_home .ctn_eventos{
    order: 1;
    width: 100%;
  }
  .ctn_calendario_home .link_eventos{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .ctn_calendario_home .ctn_eventos .eventos_calendario{
    width: 100%;
    max-width: 100%;
    padding: 37px 15px;
  }
  
  /*Internas*/
.bg_sec_contenido_interna_debesSab::after{
       
    width: 500px;
    height: 500px;
    background-size: cover;
  
    left: -30%;
    top: -300px;
    opacity: 0.2;
    
  }
.bg_sec_contenido_interna_debesSab::before{
    
      width: 500px;
      height: 500px;
  
      right: -30%;
      bottom: -300px;
      opacity: 0.2;
      
  }

 
  /***********Megafono*********/
  /*.bg_resultados::after{
       
    width: 500px;
    height: 500px;
    background-size: cover;
  
    left: -30%;
    top: -300px;
    opacity: 0.2;
    
  }*/

  .bg_resultados::after {
    width: 600px;
    height: 600px;
    background-size: cover;
    left: -50%;
    top: -273px;
    opacity: 0.2;
}
  .bg_resultados::before{
    
      width: 500px;
      height: 500px;
  
      right: -30%;
      bottom: -300px;
      opacity: 0.2;
  }
  .bg_resultados{
    max-height: 460px;
  }
  .numero_dos_procen{
    max-width: 150px;
  }
  .notas_megafHome .destacado .contenido{
    gap: 9px;
  }
}
@media screen and (max-width: 740px) {
  .s_home_tasas .content2 .swiper-navigation{
    visibility: visible;
  }
}

@media screen and (max-width: 650px){
  .notas_megafHome .notas div .img{
    overflow: hidden;
    max-height: 200px;
  }
  .s_home_tasas .swiper-button-prev{
    left: -5px;
  }
  .s_home_tasas .swiper-button-next{
    right:  -5px;
  }
/**Banner Login**/
.cnt_banner_megafono .img_banner{
  position: relative;
  right: 0;
  bottom: 0;
  
}
.cnt_banner_megafono .ctn_btn_login,.cnt_banner_megafono .logo_bayport_plus, .cnt_banner_megafono .img_banner{
    margin: 0 auto;
}
.cnt_banner_megafono .ctn_contenido_banner{
    padding: 0;
}
.cnt_banner_megafono{
    padding: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cnt_banner_megafono .img_banner{
    max-height: 277px;
    min-width: 273px;
}
/****/
  .notas_megafHome .titulo{
    gap: 0;
    min-height: auto;


  }
  .notas_megafHome .destacado .contenido {
    gap: 0;
  }

  .politicas_megafHome.content2{
    padding: 24px 24px;  
  }
  
}
@media screen and (max-width: 600px){
  .politicas_megafHome .puntoRojo{
    display: none;
  }
  .politicas_megafHome .SwiperPoliticas .swiper-wrapper::after {
    display: none;
  }
  .politicas_megafHome .politica_card .fecha{
    margin: 0;
  }
}

@media screen and (max-width: 500px){
  .s_home_tasas .tasas .content1 .advertencia{

    white-space: wrap;
  }
  .swiper-pagination-external.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }
  .nota .texto h3, .nota .texto h3 *{
    font-size: 18px;
  }
  .nota .texto p{
    font-size: 16px;
  }
  .SwiperCardsExtra-navigation{
    display: none;
  }
  .s_home_tasas .contenido .title_cards_titulo.titulo_desk{
    display: none;
  }
  .s_home_tasas .contenido .title_cards_titulo.titulo_movil{
    display: flex;
  padding-top: 20px;
  }
  .s_home_tasas .contenido .title_cards_titulo {
    padding:  0;
}
  .s_home_tasas .swiper-button-prev{
    left: -5px;
  }
  .s_home_tasas .swiper-button-next{
    right:  -5px;
  }
  .notas_megafHome .nota{
    margin: 0;
  }
  .ctn_calendario_home .banner_calendario .contenido{
    margin-top: 22px;
  }
  .calendario_home .banner_calendario {
    padding: 20px 24px 51px;
  }
  .notas_megafHome .destacado .contenido {
    padding: 18px 15px 30px;
  }
  .notas_megafHome .nota .contenido {
    padding: 17px 12px 24px;
  }
  .s_home_tasas .tasas {
      gap: 72px;
  }
  .calendario_home .banner_calendario .img::before {
    right: -133px;
    bottom: inherit;
    top: -90%;
    width: 320px;
    height: 320px;
  }
  .sec_contenido_sujetoCredito .lista_info ul{
    gap: 16px;
  }
  .cnt_banner_megafono .img_banner img{
    width: 100%;
  }
  .cnt_banner_megafono{
    padding: 30px 0 50px;
    max-height: 100%;
  }
  .cnt_banner_megafono .ctn_btn_login{
    max-width: 236px;
  }
  .cnt_banner_megafono .titulo_banner{
    max-width: 300px;
  }
  .paginadores_notas .titulo_nota_btn{
    font-size: 14px;
    max-width: 150px;
}
  
  .caja_interna_debes{
    padding: 50px 24px 30px; 
  }
  .ctn_megaf_Home{
    padding-top: 32px;   
  }
  p{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
  }
  .s_home_tasas .contenido .title_cards_titulo{
    flex-direction: column;
    align-items: flex-start;
  }
  .s_home_tasas .categoria{
    padding: 0;
  }
  .s_home_tasas .content2 .categoria{
    padding: 15px 0;
    padding-bottom: 10px;
  }
  .s_home_tasas .content2 .card{
    margin: 0;
  }
  .s_home_tasas .bg_tasas::before {
    content: "";
    position: absolute;
    left: -70%;
    top: -40%;
    width: 500px;
    height: 500px;
    opacity: 0.2;
    background-size: cover;
  }

  .s_home_tasas .bg_tasas::after {
    content: "";
    position: absolute;
    right: -70%;
    bottom: -30%;
    width: 500px;
    height: 500px;
    opacity: 0.2;
    background-size: cover;
    
}
  .s_home_tasas .SwiperCards1.swiper,
  .s_home_tasas .SwiperCards2.swiper{
    max-width: 95%;
    max-width: 300px;
    margin: 0 auto;
  }
  .swiper-navigation.SwiperCards2-navigation .swiper-button-prev{
    padding-left: 0;
  }
  .swiper-navigation.SwiperCards2-navigation .swiper-button-next{
    padding-right: 0;
  }

  .notas .swiper-navigation{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    top: 150px;
    background: none;
    z-index: 12;
  }
  .notas .swiper-button-prev::after,.notas .swiper-button-next::after{
    content: "";
  }
  .notas .swiper-button-prev,.notas .swiper-button-next{
    border: none;
    top: 50%;
    background: none;  
    color: var(--c_sec);
  }
  .notas .swiper-button-prev{
    left: -10px;

  }.notas .swiper-button-next{
    right: -10px;
  }
  .notas .swiper-button-prev i,
  .notas .swiper-button-next i{
    font-size: 17px;
  }
  .SwiperNotas .swiper-slide{
    padding: 0 25px;
  }
  .notas_megafHome .destacado{
    flex-direction: column;
    max-height: 100%;
  }
  .notas_megafHome .destacado .img::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0, #181D40 4.94%, rgba(24, 29, 64, 0) 100%);
    overflow: hidden;
  }
  .notas_megafHome .destacado .contenido::before{
    display: none;
  }
  


  
  .politicas_megafHome .SwiperPoliticas{
    overflow: visible;
  }
  .politicas_megafHome.content2{
    overflow: hidden;
  }
  .politicas_megafHome .swiper-slide{
    opacity: 0.5;
  }
  .politicas_megafHome .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
  
  
  .politicas_megafHome .politicas{
    padding: 0;
  }
  .politicas_megafHome.content2{
    gap: 16px;
  }
  .politicas .swiper-pagination-external .swiper-pagination-bullet{
    height: 11px;
    width: 11px;
    background: rgba(203, 45, 45, 0.1);
    font-size: 20px;
    border: 1px solid var(--c_rojo_1);
    opacity: 1;
    
  }
  .politicas .swiper-pagination-external .swiper-pagination-bullet-active{
    height: 11px;
    width: 11px;
    background: var(--c_rojo_1);
    font-size: 20px;
    border: 1px solid var(--c_rojo_1);
    opacity: 1;
    
  }
  .swiper-pagination-external{
    margin: 0;
  }

  .ctn_calendario_home .banner_calendario{
    flex-direction: column;
    max-height: 100%;
    
    justify-content: center;
    align-items: center;
  }
  .ctn_calendario_home .banner_calendario .contenido{
    width: 100%;
    order: 2;
    align-items: center;
  }
  .ctn_calendario_home .banner_calendario .img{
    width: 100%;
    order: 1;
  }
  .ctn_calendario_home .banner_calendario h1{
    text-align: center;
    
  }
  /*///////////Internas//////////*/
  .sec_contenido_interna_debesSab .contenido{
    line-height: 20px;
  }
.bg_sec_contenido_interna_debesSab::after{
       
    width: 400px;
    height: 400px;
    background-size: cover;
  
    left: -50%;
    top: -200px;
    opacity: 0.2;
    
}
.bg_sec_contenido_interna_debesSab::before{
   
    width: 400px;
    height: 400px;
 
    right: -50%;
    bottom: -200px;
    opacity: 0.2;
    
  }
  .sec_contenido_interna_debesSab .card-info{
    flex-direction: column;
  }
  .sec_contenido_interna_debesSab .card-info{
    gap: 16px;
  }
  .sec_contenido_interna_debesSab .contenido{
    font-weight: 400;
    font-size: 16px;
  }
  .sec_contenido_interna_debesSab .contenido .titulo_contenido{
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
  }
   .politicas_megafHome .politicas .SwiperPoliticas{
    max-width: 172px;
  }
   .politicas_megafHome .politicas{
    max-width: 100%;
  }
  .titulo_politicas_home.titulo_swiper_politicas{
    max-width: 250px;
    padding-left: 0 !important;
  }
  .sec_contenido_interna_debesSab  .card-info:last-child{
    border: none;
  }
  .sec_contenido_interna_debesSab .ctn_info{
    padding: 28px 15px;
  }

  /**********Megafono***********/
  .bg_resultados::after{
       
    width: 400px;
    height: 400px;
    background-size: cover;
  
    left: -50%;
    top: -200px;
    opacity: 0.2;
    
  }
  .bg_resultados::before{
    
      width: 400px;
      height: 400px;
  
      right: -50%;
      bottom: -200px;
      opacity: 0.2;
      
  }

  .s_home_tasas .contenido .title_cards_titulo{
    padding-bottom: 20px;
  }
  
 
}

@media screen and (max-width: 375px){
  .s_home_tasas .SwiperCards1.swiper,.s_home_tasas .SwiperCards2.swiper{
    max-width: 95%;
    max-width: 270px;
    margin: 0 auto;
  }

  .card-info {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 350px) {
  .swiper-navigation.SwiperCards2-navigation .swiper-button-next {
    right: -22px;
    padding: 1px 6px;
  }
  .swiper-navigation.SwiperCards2-navigation .swiper-button-prev {
    left: -22px;
    padding: 1px 6px;
  }
  .s_home_tasas .swiper-button-prev{
    left: -22px;
  }
  .s_home_tasas .swiper-button-next{
    right:  -22px;
  }
  .caja_interna_debes {
    padding: 50px 30px 30px;
}
}

.ctn_lista_condEjercito ul li{
  font-size: 18px;
  font-weight: normal;
}

.ctn_lista_politicas_pagaduria li::marker,.ctn_lista_condEjercito ul li::marker{
  color: var(--c_morado_1);
  font-size: 20px;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/swiper/swiper-bundle.min.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/*# sourceMappingURL=styles.78d9b25efe509e42.css.map*/