html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'gobCL_Bold';
  src: local('gobCL_Bold'),
       local('gobCL_Bold'),
       local('gobCL_Bold'),
       url(../fonts/gobCL_Bold.otf);
}
@font-face {
  font-family: 'gobCL_Heavy';
  src: local('gobCL_Heavy'),
       local('gobCL_Heavy'),
       local('gobCL_Heavy'),
       url(../fonts/gobCL_Heavy.otf);
}


@font-face {
  font-family: 'gobCL_Light';
  src: local('gobCL_Light'),
       local('gobCL_Light'),
       local('gobCL_Light'),
       url(../fonts/gobCL_Light.otf);
}@font-face {
  font-family: 'gobCL_Regular';
  src: local('gobCL_Regular'),
       local('gobCL_Regular'),
       local('gobCL_Regular'),
       url(../fonts/gobCL_Regular.otf);
}
@font-face {
  font-family: 'ClashGrotesk-Bold';
  src: local('ClashGrotesk-Bold'),
       local('ClashGrotesk-Bold'),
       local('ClashGrotesk-Bold'),
       url(../fonts/ClashGrotesk-Bold.otf);
}

@font-face {
  font-family: 'Montserrat-Black';
  src: local('Montserrat-Black'),
       local('Montserrat-Black'),
       local('Montserrat-Black'),
       url(../fonts/Montserrat-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: local('Montserrat-Bold'),
       local('Montserrat-Bold'),
       local('Montserrat-Bold'),
       url(../fonts/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: local('Montserrat-ExtraBold'),
       local('Montserrat-ExtraBold'),
       local('Montserrat-ExtraBold'),
       url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: local('Montserrat-Medium'),
       local('Montserrat-Medium'),
       local('Montserrat-Medium'),
       url(../fonts/Montserrat-Medium.ttf) format('truetype');
}
#carousel-mobile{
  display: none;
}
#footer a{
  color: #fff !important;
}
.menu-footer, .rs-footer{
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-footer .menu-prin{
  width: 20%;
}
.bg-gris{
  background: #4e4d4d;
}
.logos-slide {
  text-align: center;
}
.logos-slide img{
  max-width: 65%;
}
#accorglosar{
  display: none;
}
.ttbox-glosa{
  font-size: 60px;
  padding-bottom: 30px;
  border-bottom: 7px #fff dashed;
}
.txtbox-glosa{
  margin-top: 30px;
  font-size: 20px;
}
.box-glosar-text.active{
  display: block;
}
.box-glosar-text{
  display: none;
  margin-top: 30px;
  padding: 50px;
  border-radius: 25px;
  color: #fff;
  position: relative;
}
.box-glosar-text:before{
    content: '';
  position: absolute;
  background: url('../images/before-box-glosar.svg');
  top: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}
.box-glosar-text:after{
    content: '';
  position: absolute;
  background: url('../images/after-box-glosar.svg');
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
}

#slide-logos .swiper-button-next, #slide-logos .swiper-button-prev{
  color: #f4b81a !important;
}
.swiper-button-next, .swiper-button-prev{
  color: #fff !important;
}
.img-mob, .elem-mob{
  display: none;
}
.img-glosario{
  width: 100%;
  max-width: 80%;
}
.logo{
  max-width: 80%;
}

.yellow{
  color: #f4b81a;
}
.verde{
  color: #24b574;
}
.lila{
  color: #a94b90;
}
.rojo{
  color: #ed1a3c;
}
.azul{
  color: #208fce;
}
.ttprin{
  font-size: 90px;
}
.ttder{
 font-size: 90px; 
}
.sttprin{
  font-size: 40px;
}
.tder{
  font-size: 25px;
  line-height: normal;
}
.txtfuente{
  margin-top: 30px;
  line-height: normal;
  font-size: 20px;
}
.tdes{
  font-size: 25px;
  line-height: normal;
}
.t-glight{
  font-family: 'gobCL_Light';
}
.t-gheavy{
  font-family: 'gobCL_Heavy';
}
.t-gbold{
  font-family: 'gobCL_Bold';
}
.t-gregular{
  font-family: 'gobCL_Regular';
}
.t-mbold{
  font-family: 'Montserrat-Bold';
}
.t-mblack{
  font-family: 'Montserrat-Black';
}
.disclaimer-tab a{  
  color: #24b574 !important;
}
.ttcontab{
  font-size: 50px;
}
.desctab{
  color: #231f20;
  font-size: 30px;
  line-height: normal;
}
.bg-lila{
  background: #a94b90;
}
.bg-azul[aria-expanded="true"]{
  background: rgba(32, 143, 206, .5);
}
.bg-verde[aria-expanded="true"]{
  background: rgba(36, 181, 116, .5);
}
.bg-lila[aria-expanded="true"]{
  background: rgba(169, 75, 144, .5);
}
.bg-rojo[aria-expanded="true"]{
  background: rgba(237, 26, 60, .5);
}
.bg-yellow[aria-expanded="true"]{
  background: rgba(244, 184, 26, .5);
}
.bg-azul{
  background: #208fce;
}
.bg-verde{
  background: #24b574;
}
.bg-rojo{
  background: #ed1a3c;
}
.bg-yellow{
  background: #f4b81a;
}
.item-grid-list{
  display: flex;
  margin-top: 40px !important;
}
.circle-list{
  width: 20%;
  height: fit-content;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat-Black';
  font-size: 60px;
  color: #fff;
  border-radius: 100%;
}
.desc-list{
  font-family: 'gobCL_Regular';
  font-size: 23px;
  color: #4e4d4d;
  width: 80%;
  padding-left: 40px;
}
.bg-video{
  background: url('../images/bg-video.svg');
  background-position: center;
  background-size: contain;
  padding: 5% 8% !important;
  background-repeat: no-repeat;
}
.box-grid-ley{
 background: url('../images/bg-grid.svg');
  background-position: center;
  background-size: contain;
  padding: 50px 30px !important;
  background-repeat: no-repeat; 
}

.separator{
  position: relative;
}
.bc-lila:before{
  content: '';
  width: 100%;
  background: url('../images/bc-lila.svg');
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bc-yellow:before{
  content: '';
  width: 100%;
  background: url('../images/bc-yellow.svg');
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bc-verde:before{
  content: '';
  width: 100%;
  background: url('../images/bc-verde.svg');
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bc-azul:before{
  content: '';
  width: 100%;
  background: url('../images/bc-azul.svg');
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  }
.menu-prin{
  font-family: 'gobCL_Heavy';
  line-height: normal;
  font-size: 15px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4e4d4d;
}
.menu-prin a{
  color: #4e4d4d;
}
#footer .icon-rs{
  font-size: 20px;
}
.icon-rs{
  font-size: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.icon-rs a{
 color: #4e4d4d; 
}
.disclaimer-ley{
  display: flex;
}
.disclaimer-ley p{
  padding-left: 30px;
  font-size: 22px;
}
.disclaimer-ley a{
  color: #a94b90 !important;
}
.disclaimer-ley:before{
  content: '';
background: url('../images/icon-disclaimer-ley.svg');
width: 15%;
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
}
.tabulador .nav-pills {
    display:none !important;
}

.disclaimer-inst{
  display: flex;
}
.disclaimer-inst p{
  padding-left: 30px;
  font-size: 22px;
}
.disclaimer-inst a{
  color: #f4b81a !important;
}
.disclaimer-inst:before{
  content: '';
background: url('../images/disclaimer-inst.svg');
width: 5%;
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
}

.item-tab-der{
  background: #24b574 !important;
  color: #fff !important;
  font-family: 'gobCL_Bold' !important;
  font-size: 30px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-radius: 25px !important;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
.item-tab-der[aria-expanded="true"]{
  background: rgba(36, 181, 116, .5) !important;
}
.item-tab-der.active{
  background: rgba(36, 181, 116, .5) !important;
}
.item-tab-der:after{
  content: '';
  position: absolute;
  background: url('../images/before-btns.svg');
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}
.btn-slide{
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 25px;
  text-align: center;
  font-family: 'Montserrat-ExtraBold';
  color: #fff !important;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  height: initial !important;
display: flex;
justify-content: center;
align-items: center;
}
.btn-slide:after{
  content: '';
  position: absolute;
  background: url('../images/before-btns.svg');
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}
#contenttab {
  margin-top: 50px;
  border: 7px solid #e6e7e8;
  border-radius: 25px;
  padding: 30px;
}
.disclaimer-tab{
  display: flex;
  margin-top: 80px;
}
.disclaimer-tab p{
  padding-left: 30px;
  font-size: 20px;
  width: fit-content;
}
.disclaimer-tab:before{
  content: '';
background: url('../images/icon-disclaimer-tab.svg');
width: 15%;
background-repeat: no-repeat;
background-size: contain;
background-position: top center;
}
.b-tab{
  border: 5px solid;
  border-radius: 25px;
  padding: 20px !important;
}
.b-rojo{
  border-color: #ed1a3c;
}
.b-azul{
border-color: #208fce;
}
.b-lila{
  border-color: #a94b90;
}
.b-yellow{
  border-color: #f3d03e;
}
.b-verde{
  border-color: #24b574;
}
.b-gold{
  border-color: #c49a6c;
}
.list-icons{
  margin-bottom: 20px;
  align-items: center;
}
.ticon-tab{
  color: #231f20;
  font-size: 25px;
  line-height: normal;
  margin: 0;
  height: fit-content;
}

.icons-tab{
  width: 100%;
  max-width: 70%;
}

@media(min-width:768px) {
    .tabulador .nav-pills {
        display: flex !important
    }
    .glosartab-Content .accordg{
        display:none !important
    }
    .tabulador .tab-pane .accord {
        display:none !important
    }  

    .tabulador .tab-pane .collapse{
        display:block !important
    }
}
@media screen and (max-width: 1280px) {
  .menu-prin{
    font-size: 15px;
    width: 125px;
  }
  .ttder{
    font-size: 65px; 
  }
  .icon-rs{
    font-size: 25px;
    padding-left: 05px;
    padding-right: 05px;
  }
  .ttprin{
    font-size: 70px;
  }
  .sttprin{
    font-size: 30px;
  }
  .tder{
    font-size: 20px;
  }

}
@media screen and (max-width: 1024px) {
  .menu-prin{
    font-size: 13px;
  }
  .rs-footer a{
    font-size: 20px;
  }

}
@media screen and (max-width: 990px) {
  #navbarSupportedContent {
    position: absolute;
    top: 50px;
    right: 0;
    width: 220px;
    background: #fff;
    z-index: 2;
  }
  #navbarSupportedContent .nav-item.menu-prin{
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid #4e4d4d;
  }
  #navbarSupportedContent .menu-prin a{
    padding: 10px 15px;
    text-align: left;
    width: 100%;
  }
  .menu-footer{
    display: none;
  }
  .rs-footer a{
    font-size: 25px;
  }
  .rs-footer{
    justify-content: flex-end;
  }
  .rs-footer .icon-rs{
    padding-left: 10px;
    padding-right: 10px;
  }
  .ttcontab{
    font-size: 35px;
  }
  .disclaimer-tab:before{
    width: 10%
  }
  .disclaimer-tab p{
    padding-left: 15px;
    font-size: 15px;
  }
  .ticon-tab{
    font-size: 15px;
  }

  .desctab{
    font-size: 18px;
  }
  .item-tab-der{
    font-size: 20px !important;
  }
  .circle-list{
    font-size: 40px;
  }
  .desc-list{
    font-size: 15px;
    padding-left: 25px;
  }
  .ttprin{
    font-size: 60px;
  }
  .ttder{
    font-size: 50px; 
  }
  .sttprin{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #contenttab{
    border: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ttcontab, .desctab{
    text-align: center;
  }
  #contenttab .card-body{
    margin-top: 30px;
  }
  .tabulador .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }
  .item-grid-list{
    display: block;
    margin-top: 20px !important;
  }
  .circle-list{
    width: 100px;
    height: 100px;
    font-size: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .desc-list{
    margin-top: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    text-align: center;
  }
  .ttprin{
    font-size: 40px;
  }
  .sttprin{
    font-size: 20px;
  }
  .box-grid-ley{
    display: none;
  }
  #img-leyg{
    display: none !important;
  }
  .elem-desk{
    display: none;
  }
  .img-mob, .elem-mob{
    display: block;
  }
  .bc-lila::before, .bc-verde::before, .bc-azul::before, .bc-yellow::before{
   height: 10px;
  }
  .box-lega {
   text-align: center;
  }
  #leydegarantia, .box-txt-video, #derechos , #glosario, #quienes{
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-icons{
    margin-top: 30px !important;
    text-align: center;
  }
  #video .ttprin {
    font-size: 60px;
  }
  #video .sttprin {
    font-size: 35px;
  }
  #video .bg-video{
    padding: 0 !important;
    background-size: cover;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .icons-tab{
    max-width: 90px;
  }
  .b-tab{
    border: none;
    padding: 0;
    margin-top: 10px;
  }
  .ticon-tab{
    font-size: 20px;
  }
  .box-lega h1{
    margin-bottom: 30px;
  }
  .box-lega p{
    margin-top: 30px;
    font-size: 20px;
  }
  #leydegarantia .box-list{
    margin-top: 0 !important;
  }
  #leydegarantia .disclaimer-ley{
    display: block;
    margin-top: 40px !important;
  }

  #quienes .disclaimer-inst{
    display: block;
    margin-top: 40px !important;
  }
  
  .disclaimer-inst p{
    padding: 0;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;

  }
  .disclaimer-inst::before {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .disclaimer-ley p{
    padding: 0;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    font-family: 'gobCL_Regular';
  }
  .disclaimer-ley::before {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .disclaimer-tab{
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .disclaimer-tab p{
    padding: 0;
    font-size: 15px;
    margin-top: 20px;
  }
  .disclaimer-tab::before {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-glosario{
    margin-left: auto;
    margin-right: auto;
  }
  #img-glo{
    display: none !important;
  }
  #slide-glos{
    display: none;
  }
  #accorglosar{
    display: block;
  }
  .ttaccorglos{
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
  }
  .accordion-body {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .accordion-item {
    margin-top: 20px;
  }
  .btn-slide{
    font-size: 18px;
    border-radius: 20px;
  }
  .txtfuente{
    font-size: 17px;
  }
  #img-quienes{
    display: none !important;
  }

}
@media screen and (max-width: 576px) {
  #carousel-desktop{
    display: none;
  }
  #carousel-mobile{
    display: block;
  }
  .ttprin{
    font-size: 50px;
  }
  #slide-logos .swiper-button-prev{
  left: 0;
  }
  #slide-logos .swiper-button-next{
  right: 0;
  }
  .sttprin{
    font-size: 15px;
  }

}