<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /*--------------------------------------------------------------
    # Breadcrumbs
    --------------------------------------------------------------*/
    .breadcrumbs {
      padding: 15px 0 !important;
      background: #2b2b2b;
      min-height: 40px;
      margin-top: 96px;
      color: #fff;
      z-index: 1;
    }

    .breadcrumbs h1 {
      text-align: center;
      font-weight: 500;
    }

    .breadcrumbs ol {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0 0 0px 0;
      margin: 0;
      font-size: 14px;
    }

    .breadcrumbs ol a {
      color: #aaaaaa;
    }

    .breadcrumbs ol a:hover {
      color: #fff;
      transition: 0.3s;
    }

    .breadcrumbs ol li+li {
      padding-left: 10px;
    }

    .breadcrumbs ol li+li::before {
      display: inline-block;
      padding-right: 10px;
      color: #c40d62;
      content: "/";
    }

      .tituloblog{
        font-family: "Open Sans", sans-serif;
      }
    .section-title, .breadcrumbs{
      padding-bottom: 0px;
    }


    .tabs .nav-link h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

    .tabs .nav-link i {
        padding-right: 5px;
        font-size: 25px;
    }




      .msgventa{
        width: 100%;
        text-align: center;
        background-color: #ff0000;
        padding:10px;
      }
      .msgventa a{
        color: #ffffff;
      }

    .section-title .titulo {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding-bottom: 0px;
        position: relative;
    }

    .section-title .titulo::after {
        content: "";
        position: absolute;
        display: none;
        width: 50px;
        height: 3px;
        background: #c40d62;
        bottom: 0;
        left: calc(50% - 25px);
    }

.descrip .testp{

    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    ont-style: normal !important;
       font-size: 1.2rem  !important;
    text-align: center;
}

.descrip .testp::after {
    display: contents;
}

.noline{

}

 .noline::after {
    display: contents;
}



.descrip .accion{

   font-size: 1.5rem  !important;

}


.descrip .colorpink{
       color: #c40d62;
}

.descc{
  padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}  

.ptitle{
font-size: 36px !important;
    display: block;
    font-weight: 700;
    color: #111111;
    line-height: 38px;
    }
#footer .footer-top {
    FONT-WEIGHT: 400;
}</pre></body></html>