

.wptheme2Col .wpthemeCol{
width:unset;
}

.wpthemeLeft {
  float: unset;
}


.stickyHeader{
z-index: 114 !important;
}

#menu-blgd {
  margin-top: 2%;
  gap: 1rem;
  display: flex;
  justify-content: center;
}


.myStar{
    color: #e6e6e6;
    font-size: 35px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.myStar.active{
      color: #ff9c1a;
}

.star{
    color: #e6e6e6;
    font-size: 35px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star.active{
color: #ff9c1a;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: #E6E6E6;
}
.blgD-detailsBlog {
    overflow-x: hidden;
    padding-bottom: 2%;
    padding-top: 2%;
}
/*section blg-banner-pr*/
.blg-menu-pr {
    background-color: #fff;
}
.containerBann-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.imgBann-b {
    background-image: url("file:///mnt/nvme0n1p4/Almacenamiento/Documents/BCR/Blog/img/banner.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
}
.txtBann-b p {
    font-family: 'Lato', sans-serif;
    font-size: 6vh;
    color: #fff;
    background-color: #132d66d6;
    width: 47%;
    border-radius: 0 100px 100px 0;
    font-weight: 900;
}
.txtBann-b {
    margin-top: 24%;
    margin-bottom: 6%;
    text-align: center;
}
.lineBann-b {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 2%;
}

.lineBaan-b1 {
    width: 50%;
    height: 6vh;
    background-color: #00349a;
}
.lineBaan-b2 {
    width: 50%;
    height: 6vh;
    background-color: #fd012b;
}
/*blg-menu-pr*/
.blg-submenu-b {
    position: relative;
}
.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.blg-submenu-b:focus .sub-menu,
.blg-submenu-b:focus-within .sub-menu,
.blg-submenu-b:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.blg-submenu-link:hover::after {
    content: " ";
    display: block;
    width: 50%;
    height: 2px;
    transition: all 0.5s;
    background-color: #00349A;
}

.blg-menu-b {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 70;
    position:fixed;
    background-color: #fff;
}
.blg-menu-b a {
    color: #00349A;
    display: block;
    padding: 0.5em 3em;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 2vh;
    font-weight: 900;
}
.blg-menu-b a::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    background-color: #00349A;
}
.blg-menu-b a:hover {
    color: #F55;
}
.blg-menu-b ul,
.blg-menu-b ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.blg-menu-b > ul {
    text-align: left;
    padding: 1%;
}
.blg-menu-b > ul > li { display: inline-block;

}
.blg-menu-b > ul > li:first-child {
    border-left: none;
}
.sub-menu {
  background: #DDD;
}
/*blg-cads-pr*/
.blg-cads-pr {
    background-color: #E6E6E6;
}
.content-blgCards-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 3%;
    gap: 70px;
}
.blg-card1-b {
    width: 62%;
    height: auto;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #0000002E;
    border-radius: 57px;
    opacity: 1;
    align-items: center;
    flex-direction: row;
    padding-left: 5%;
}
.blg-card2-b {
    width: 62%;
    height: auto;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #0000002E;
    border-radius: 57px;
    opacity: 1;
    align-items: center;
    flex-direction: row;
    padding-right: 5%;
}
.blh-info-b {
    width: 55%;
}
.blg-tittle-b {
  color: #00349A;
  display: block;
  padding: em 7em;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 2vh;
  font-weight: 900;
}
.blg-tittle-b h1 {
    margin: 0;
}
.blg-tittle-b::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #00349A;
}
.blg-text-b p {
    font-size: 12px;
    text-align: left;
}
.blg-card1-b img {
    width: 100%;
    padding-left: 4%;
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
    height: 445px;
}
.blg-card2-b img {
    width: 100%;
    padding-right: 4%;
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
    height: 445px;
}
.blg-btn-b {
    margin-bottom: -5%;
    margin-top: 25%;
}
.btn-vm-b {
    align-items: center;
    background-color: #fd012b;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 50%;
}
.btn-vm-b:hover,
.btn-vm-b:focus {
    background-color: #16437E;
    color: #ffffff;
}
.btn-vm-b:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}
.btn-vm-b:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}
.container-menu-bRspv,
.content-blgCards-bRspv {
    display: none;
}
/*<========================blog-details========================>*/
/*Menu principal*/
.content-menu-blgD {
    background-color: #fff;
    height: 14vh;
}
.blgD-detail-pr {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 10px 10px 30px #0000002E;
    width: 65%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: 100px;
}
.menu-blgd {
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-blgd * {
    box-sizing: border-box;
}

.blg-menu-b-active-item::after {
    content: " ";
        display: block;
        width: 50%;
        height: 2px;
        /*transition: all 0.5s;*/
        background-color: #00349A;
}

.textoGris{
color:#9b9b9b !important;
}

.menu-blgd li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
}

/*detalle post*/
.content-datails-bd {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.blgD-card1-bd {
    width: 80%;
    height: auto;
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #0000002E;
    border-radius: 57px;
    opacity: 1;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10%;
}
.blgD-card1-bd img {
    width: 100%;
    border-top-right-radius: 57px;
    border-top-left-radius: 57px;
    height: 270px;
    margin-bottom: 7%;
}
.blgD-detailImg {
    width: 100%;
    border-radius: 30px;
    box-shadow: 10px 10px 30px #0000002E;
    height: 100%;
}
.blgD-detailImg img {
    width: 100%;
    height: 50vh;
    border-radius: 30px;
    margin-bottom: -5px;
}
.blgD-detailInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    z-index: 50;
    margin-top: -5%;
    box-shadow: 10px 10px 30px #0000002E;
}
.blgD-tittle,
.blgD-text-b,
.blgD-starsValue {
    width: 70%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.blgD-tittle h1 {
    color: #00349a;
    font-size: 40px;
}
.blgD-tittle h1::after {
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    background-color: #00349A;
}
.blgD-tittle {
    margin-top: 4%;
}
.blgD-text-b {
    margin-top: 3%;
    margin-bottom: 5%;
}
/*Calificación de post*/
.blgD-starsValue {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    margin-bottom: 6%;
    gap: 25px;
}
.blgD-starsValue > input{ display:none;
}
.blgD-starsValue > label {
    position: relative;
    width: 0.9em;
    font-size: 2vw;
    color: #FFD700;
    cursor: pointer;
}
.blgD-starsValue > label::before{
    content: "\2605";
    position: absolute;
    opacity: 0;
}
.blgD-starsValue > label:hover:before,
.blgD-starsValue > label:hover ~ label:before {
    opacity: 1 !important;
}
.blgD-starsValue > input:checked ~ label:before{
    opacity:1;
}

.blgD-starsValue:hover > input:checked ~ label:before{ opacity: 0.4;
}
/*botones compartir*/
.conten-sharesBlogD {
    display: flex;
    justify-content: center;
    margin-bottom: -6%;
}
.blgDbuttonsSocial {
    width: 87%;
    margin-top: 2%;
    margin-bottom: 5%;
}
.blgDbuttonsSocial a{
    color: transparent;
}
.fa-brands.fa-facebook,
.fa-brands.fa-twitter,
.fa-brands.fa-google-plus-g,
.fa-brands.fa-vk,
.fa-brands.fa-linkedin-in,
.fa-brands.fa-instagram,
.fa-brands.fa-youtube {
    margin-right: 6%;
}
.blgD-shareBtn.blgD-shareBtn-facebook,
.blgD-shareBtn.blgD-shareBtn-google {
    width: 9%;
    border-radius: 10px;
}
.blgD-shareBtn.blgD-shareBtn-tweet,
.blgD-shareBtn.blgD-shareBtn-linkedin,
.blgD-shareBtn.blgD-shareBtn-github,
.blgD-shareBtn.blgD-shareBtn-pinterest {
    width: 9%;
    border-radius: 10px;
}
.blgD-shareBtn.blgD-shareBtn-tumblr {
    width: 5%;
    border-radius: 10px;
}
.blgD-shareBtn {
    display: inline-block;
    font-size: 0.9375em;
    padding: 0.5em 0.6875em;
    line-height: 1.2;
    font-weight: normal;
    background-color: #0088cc;
    border: 1px solid #0088cc;
    margin-right: 0.3125em;
    margin-bottom: 0.3125em;
    cursor: pointer;
}
.blgD-shareBtn, .blgD-shareBtn:hover, a .blgD-shareBtn:hover, .blgD-shareBtn.active {
    color: #ffffff;
}
.blgD-shareBtn:hover, a .blgD-shareBtn:hover, .blgD-shareBtn.active {
    background-color: #005580;
    border-color: #005580;
    text-decoration: none;
}
.blgD-shareBtn-tweet {
    background-color: #41b7d8;
    border-color: #41b7d8;
}
.blgD-shareBtn-tweet:hover, a .blgD-shareBtn-tweet:hover {
    background-color: #238caa;
    border-color: #238caa;
}
.blgD-shareBtn-facebook {
    background-color: #3b5997;
    border-color: #3b5997;
}
.blgD-shareBtn-facebook:hover, a .blgD-shareBtn-facebook:hover {
    background-color: #263960;
    border-color: #263960;
}
.blgD-shareBtn-google {
    background-color: #d64937;
    border-color: #d64937;
}
.blgD-shareBtn-google:hover, a .blgD-shareBtn-google:hover {
    background-color: #a02f21;
    border-color: #a02f21;
}
.blgD-shareBtn-linkedin {
    background-color: #0073b2;
    border-color: #0073b2;
}
.blgD-shareBtn-linkedin:hover, a .blgD-shareBtn-linkedin:hover {
    background-color: #004265;
    border-color: #004265;
}
.blgD-shareBtn-pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
}
.blgD-shareBtn-pinterest:hover, a .blgD-shareBtn-pinterest:hover {
    background-color: #89161a;
    border-color: #89161a;
}
.blgD-shareBtn-github {
    background-color: #3a3838;
    border-color: #3a3838;
}
.blgD-shareBtn-github:hover, a .blgD-shareBtn-github:hover {
    background-color: #131212;
    border-color: #131212;
}
.blgD-shareBtn-tumblr {
    background-color: #35465c;
    border-color: #35465c;
}
.blgD-shareBtn-tumblr:hover, a .blgD-shareBtn-tumblr:hover {
    background-color: #19212b;
    border-color: #19212b;
}
.blgD-shareBtn-reddit {
    background-color: #ff5700;
    border-color: #ff5700;
}
.blgD-shareBtn-reddit:hover, a .blgD-shareBtn-reddit:hover {
    background-color: #b33d00;
    border-color: #b33d00;
}
.blgD-info-b {
    width: 100%;
}
.blgD-tittle-b {
    margin-left: 10%;
    /*! line-height: 26px; */
    font-family: 'Lato', sans-serif;
    color: #00349A;
}
.blgD-tittle-b p {
    color: #999999;
    font-size: 10px;
    margin-bottom: -3%;
}
.blg-btn-b-Blogd {
    margin-bottom: 0%;
    margin-top: 15%;
    text-align: right;
    margin-right: 10%;
}
.btn-vm-b-Blogd {
    align-items: center;
    background-color: #fd012b;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 50%;
    margin-top: -2%;
    margin-bottom: 8%;
}
.btn-vm-b-Blogd:hover,
.btn-vm-b-Blogd:focus {
    background-color: #16437E;
    color: #ffffff;
}
.btn-vm-b-Blogd:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}
.btn-vm-b-Blogd:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}
.blgD-detail-sc .blgD-tittle h1 {
    color: #00349A;
    font-size: 30px;
}
.blgD-detail-sc .blgD-tittle h1::after {
    content: "";
    display: block;
    width: 24%;
    height: 2px;
    background-color: #00349A;
}
.blgDbuttonsSocial-Rspv,
.blgD-sliderSuggested-Rspv {
    display: none;
}
.blg-btn-b-Blogd a {
    text-decoration: none;
}
.activeDET, .menublgdDET:hover {
   color: #fd012b !important;
}

/*-------MediaQueries-------*/
@media only screen and (max-width: 1024px) {
    .contaner-menu-b {
        display: none;
    }
    .txtBann-b p {
        width: 60%;
    }
    .txtBann-b {
        margin-top: 22%;
    }
    .blg-menu-b a {
        padding: 0.5em 1em;
        width: 100%;
    }
    .blg-card1-b {
        width: 80%;
    }
    .blh-info-b {
        width: 59%;
    }
    .blg-card2-b {
        width: 80%;
    }
    .blg-card2-b img {
        width: 100%;
    }


    .detailsMenu-bd,
    .blgD-detail-sc,
    .blgDbuttonsSocial {
        display: none;
    }
    .blgD-detail-pr {
        margin-left: 0px;
        width: 80%;
    }
    .blgD-detailImg img {
        height: 50vh;
    }
    .blgD-detailInfo {
        margin-top: -15%;
    }
    .blgD-starsValue > label {
        font-size: 5vw;
    }
    .blgDbuttonsSocial-Rspv .fa-brands.fa-facebook {
        margin-right: 0%;
    }
    .blgDbuttonsSocial-Rspv .blgD-shareBtn {
        width: 10%;
    }
    .blgDbuttonsSocial-Rspv {
        display: initial;
        text-align: center;
        margin-top: 6%;
        margin-bottom: 7%;
        width: 100%;
    }
    .fa-brands.fa-youtube {
        margin-right: 66px;
    }
    .blgDbuttonsSocial-Rspv a {
        color: transparent;
    }
    .blgD-sliderSuggested-Rspv {
        display: initial;
    }
    .Sugg-content-db {
        display: none
    }
    .Sugg-content-db img {
        vertical-align: middle;
        border-top-left-radius: 25px;
        width: 100%;
        border-top-right-radius: 25px;
    }
    .contentSugg-bd {
    position: relative;
    margin: auto;
    width: 80%;
    }
    .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 5px;
    margin-top: -10px;
    color: red;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    }
    .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    }
    .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    }
    .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
    background-color: #717171;
    }
    .fade-blgD {
    animation-name: fade-blgD;
    animation-duration: 1.5s;
    height: auto;
    background-color: #fff;
    border-radius: 25px;
    }
    @keyframes fade-blgD {
    from {opacity: .4}
    to {opacity: 1}
    }
    .sugg-blgD-dot {
        text-align: center;
        margin-top: -9%;
        margin-bottom: 10%;
    }
    .blgD-tittle-b p {
        margin-bottom: -2%;
    }
    .blgD-tittle h1::after {
        width: 46%;
    }
    .blgD-tittle-b {
        margin-top: 5%;
    }
    .container-menu-bRspv ul.sub-menu {
        width: 23vh;
    }
    .container-menu-bRspv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .container-menu-bRspv ul.sub-menu {
        width: 23vh;
        background-color: #fff;
    }
    .content-menu-blgD {
        height: 12vh;
    }

}
@media only screen and (max-width: 854px){
    .txtBann-b p {
        width: 80%;
    }
    .txtBann-b {
        margin-top: 16%;
    }
    .blg-menu-b a {
        padding: 0.5em .70em;
        font-size: 1.7vh;
        width: 100%;
    }
    .blg-text-b p {
        font-size: 1vh;
    }
    .btn-vm-b {
        width: 70%;
    }
    /*<========================blog-details========================>*/
    .menu-blgd li {
        margin: 0 0.6em;
        height: 5vh;
    }
    .content-menu-blgD {
        height: 11vh;
    }
    .blgD-detailImg img {
        height: 45vh;
    }
    .blgD-detailInfo {
        margin-top: -13%;
    }
    .blgD-starsValue > label {
        font-size: 4vw;
    }
    .blgD-card1-bd {
        width: 85%;
    }
    .blgD-card1-bd img {
        height: 245px;
    }
    .blgD-card1-bd img {
        margin-bottom: 5%;
    }
    .blg-btn-b-Blogd {
        margin-bottom: 4%;
        margin-top: 10%;
    }
    .sugg-blgD-dot {
        margin-top: -2%;
    }
    .blgD-tittle h1::after {
        width: 46%;
    }
    .container-menu-bRspv ul.sub-menu {
        width: 23vh;
    }
    .container-menu-bRspv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .container-menu-bRspv ul.sub-menu {
        width: 23vh;
        background-color: #fff;
    }

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

.blgD-detailsBlog {
    margin-top: 4%;
    padding-bottom: 7%;
}
    /*Banner*/
    .txtBann-b {
        margin-top: 20%;
        margin-bottom: 6%;
    }
    .txtBann-b p {
        margin: 0;
        font-size: 2vh;
        width: 70%;
    }
    /*Menu*/
    .contaner-menu-b {
        display: none;
    }
    .container-menu-bRspv {
        margin-top: 5%;
        display: contents;
    }
    .sub-menu a {
        width: 100%;
        text-align: left;
        padding-left: 5%;
    }
    .sub-menu {
        background: #fff;
        border-radius: 10px;
        box-shadow: 10px 10px 30px #0000002E;
    }
    /*Cards*/
    .content-blgCards-b {
        display: none;
    }
    .content-blgCards-bRspv {
        display: flex;
        /*! justify-content: center; */
        flex-flow: column;
        align-items: center;
    }
    .blg-card1-b {
        flex-direction: column;
        padding-left: 0%;
        width: 90%;
        margin-top: 10%;
        border-radius: 25px;
    }
    .blg-card1-b img {
        width: 100%;
        height: 215px;
        padding-left: 0%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 25px;
    }
    .blh-info-b {
        width: 100%;
    }
    .blg-tittle-b {
        margin-left: 7%;
        margin-top: 12%;
    }
    .blg-btn-b {
    text-align: right;
    margin-bottom: 10%;
    margin-top: 19%;
    width: 100%;
    margin-left: -13%;
    }
    /*<========================blog-details========================>*/
    .detailsMenu-bd,
    .blgD-detail-sc,
    .blgDbuttonsSocial {
        display: none;
    }
    .blgD-detail-pr {
        margin-left: 0px;
        width: 80%;
    }
    .blgD-detailImg img {
        height: 25vh;
    }
    .blgD-detailInfo {
        margin-top: -15%;
    }
    .blgD-starsValue > label {
        font-size: 5vw;
    }
    .blgDbuttonsSocial-Rspv .fa-brands.fa-facebook {
        margin-right: 0%;
    }
    .blgDbuttonsSocial-Rspv .blgD-shareBtn {
        width: 10%;
    }
    .blgDbuttonsSocial-Rspv {
        display: initial;
        text-align: center;
        margin-top: 6%;
        margin-bottom: 7%;
        width: 100%;
    }
    .fa-brands.fa-youtube {
        margin-right: 66px;
    }
    .blgDbuttonsSocial-Rspv a {
        color: transparent;
    }
    .blgD-sliderSuggested-Rspv {
        display: initial;
    }
    .Sugg-content-db {
        display: none
    }
    .Sugg-content-db img {
        vertical-align: middle;
        border-top-left-radius: 25px;
        width: 100%;
        border-top-right-radius: 25px;
    }
    .contentSugg-bd {
    position: relative;
    margin: auto;
    width: 80%;
    }
    .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 5px;
    margin-top: -10px;
    color: red;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    }
    .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }
    .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    }
    .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    }
    .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }
    .active, .dot:hover {
    background-color: #717171;
    }
    .fade-blgD {
    animation-name: fade-blgD;
    animation-duration: 1.5s;
    height: auto;
    background-color: #fff;
    border-radius: 25px;
    }
    @keyframes fade-blgD {
    from {opacity: .4}
    to {opacity: 1}
    }
    .sugg-blgD-dot {
        text-align: center;
        margin-top: -3%;
        margin-bottom: 10%;
    }
    .blgD-tittle-b p {
        margin-bottom: -4%;
    }
    .blgD-tittle h1::after {
        width: 46%;
    }
    .container-menu-bRspv ul.sub-menu {
        width: 23vh;
    }
    .container-menu-bRspv {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .blg-card1-b {
        width: 80%;
    }
    .txtBann-b {
        margin-top: 23%;
    }
    .lineBaan-b1, .lineBaan-b2 {
        height: 4vh;
    }
}