.conten-ruta {
    background-color: #f3f3f3;
}

.ruta-b {
    margin: 0;
    padding: 25px 0;

}

.ruta-b li {
    display: inline-block;
    color: #273766;
}

.ruta-b li:not(:first-child)::before {
    padding-right: 5px;
    content: "/";
}

.ruta-b li>a {
    font-weight: 700;
}

.text-b {
    padding: 7rem 6rem;
}

.title-b {
    margin-bottom: 3rem;
    color: #0d077e;
    font-weight: 600;
    font-size: 3rem;
}

.parraf-b {
    padding: 1.5rem 0;
    line-height: 1.6;
    font-size: 18px;
    text-align: justify;

}

.link-blog {
    width: auto;
    display: flex;
    align-items: center;
    color: blue;
}

.link-blog:hover {
    text-decoration: underline;

}

.img-blog-i {
    height: 45px;
    margin-right: 1rem;

}

.img-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.banner-b img {
    width: 100%;
}

.text-blogg {
    text-align: center;
}

.text-blogg h2 {
    font-weight: 700;
    color: #0d077e;
}

.main_header_area.menu-b {
    border-bottom-style: solid;
    border-bottom-color: #b1b1b1;
    border-bottom-width: 1px;
    background-color: #fff;
}

.main_header_area.menu-b .nav-menu>li>a {

    color: #020031;
}

.main_header_area.menu-b .nav-menu>li:hover>a {
    background-color: #fff;
    color: #020031;
}

.cabecera-txt {
    text-align: center;
    padding: 3% 10%;
}

.cabecera-txt h1 {
    margin-bottom: 2%;
}

.cabecera-txt p {
    color: #727272;
}

.navigation.nav-blog {
    padding-bottom: 5px;
}

.link-blog-a {
    display: flex;
    justify-content: center;

}

.link-blog-a a {
    color: #150ea1;
}

.link-blog-a a:hover {
    color: #150ea1;
    text-decoration: underline;
}

.btn-close.equis {
    background: url(../assets/close-button.svg) center/2em auto no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 3rem;
    height: 4rem;
    font-size: 25px;
    opacity: 100;
    z-index: 99999999;
}

.btn-close.equis.one {
    cursor: pointer;
}

.btn-close.equis:hover {

    opacity: 0.9;
}

.btn-cerrar-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 5rem;
    width: 100%;
    align-content: center;
    background: none;
    z-index: 1;
    justify-content: flex-end;
    padding: 0 20%;
    margin: 0;
}
.img-blogg{
    margin-bottom: 2rem;
    display: flex;
    width: 100%;
    justify-content: center;
}

.link-blogg{
    display: flex;
    justify-content: center;
}
@media (min-width:360px) {
    .btn-close.equis.one {
        display: flex;
        position: relative;
        right: unset; 
        top: unset; 
        width: 6px;
        height: auto;
        background: #d30101;
        font-weight: 500;
        color: #fff;
        border-radius: 44px;
        padding: 2px 19px;
        font-size: 25px;
        text-align: center;
        opacity: 10;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
    .text-b{
        padding: 7rem 3rem;
    }
    .btn-close.equis.one:hover {
        
        background: #ffc403 ;
        color: #020031;
        
    }

    .btn-close.equis {
        display: none;
    }
    .btn-cerrar-modal {
    
        padding: 0 5%;
    }

}

.botones-modal{
    display: block;
    /* flex-direction: row; */
    justify-content: space-center;
    position: absolute;
    width: auto;

}
.btm{
    display: flex;
    position: relative;
}
@media (min-width:992px) {
    .btn-cerrar-modal {
        
        padding: 0 12%;
    }
    }
@media (min-width:1200px) {
        .btn-cerrar-modal {
            
            padding: 0 10%;
        }
}
@media (min-width:1400px) {
.btn-cerrar-modal {
    
    padding: 0 15%;
}
}
@media (min-width:1800px) {
    .btn-cerrar-modal {
        
        padding: 0 20%;
    }
    }

/* .modal-1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000003b;
    z-index: 9999999;
  }
  
  .modal-window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    height: 100%;
    max-height: 650px;
    max-width: 640px;

    overflow: hidden;
  }

  
  .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0rem;
    background: #fff;
    border-bottom: 1px solid #bbb;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: #fff;
  }
  
  .modal-body {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 3rem;
    left: 0;
    padding: 1rem;
    overflow: auto;
    box-sizing: border-box;
  }
  .modal-body p {
    margin-bottom: 1rem;
  }
  
  .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3rem;
    background: #1c303d;
    border-top: 1px solid #bbb;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: #fff;
  }
  
  .modal-scroll-button {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), 20%, #fff);
    height: 4rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 150ms ease;
    z-index: 0;
  }
  .modal-scroll-button.visible {
    visibility: visible;
    opacity: 1;
  }
  .modal-scroll-button.hidden {
    opacity: 0;
  }
@media (min-width:1400px){
    .modal-window {
       
        max-height: 600px;
        max-width: 500px;
    
      }
} */