/* ACORDION CUSTOM 1*/

.accordion-wrapper-custom .card {
    margin-bottom: 1.25rem;
}

.accordion-wrapper-custom .card.plain {
    background: none;
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.accordion-wrapper-custom .card.plain .card-body {
    padding: 0 0 0 1.1rem;
}

.accordion-wrapper-custom .card.plain .card-header {
    padding: 0 0 0.8rem 0;
}

.accordion-wrapper-custom .card.plain .card-header button {
    padding: 10px 10px 10px 2.0rem;
}

.accordion-wrapper-custom .card.plain .card-header button:before {
    left: 0;
}

.accordion-wrapper-custom .card-header {
    margin-bottom: 0;
    background: none;
    border: 0;
    padding: 0.9rem 1.3rem 0.85rem;
    
}

.accordion-wrapper-custom .card-header button {
    /* cursor: pointer;
    border: solid 2px #ccc;
    width: 100%;
    padding: 10px 10px 10px 2.0rem;
    text-align: left;
    margin: 0;
    border: solid 1px #ccc;
    font-size: 0.85rem;
    font-weight: 700;
    color: black;
    transition: all 150ms ease-in-out;
    background: none;
    border-left: solid 13px #f857a6;
    box-shadow: 0rem 0rem 1.25rem rgba(0, 153, 255, 0.14); */
    cursor: pointer;
    border: solid 2px #ccc;
    width: 100%;
    padding: 10px 10px 10px 2rem;
    text-align: left;
    margin: 0;
    border: solid 0px #ccc;
    font-size: 0.85rem;
    font-weight: 700;
    color: black;
    transition: all 150ms ease-in-out;
    border-left: solid 5px #f857a6 ;
    border-radius: 0px !important;
    box-shadow: 0 0 0rem !important;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-wrapper-custom .card-header button {
        transition: none;
    }
}

.accordion-wrapper-custom .card-header button:before {
    font-family: "Custom";
    position: absolute;
    left: 1.3rem;
    /* content: "\e903"; */
    font-size: 1rem;
    font-weight: normal;
    width: 1rem;
    margin-top: -0.2rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #f44e95;
}

.accordion-wrapper-custom .card-header button.collapsed {
    color:black;
}

.accordion-wrapper-custom .card-header button.collapsed:before {
    /* content: "\e900"; */
}

.accordion-wrapper-custom .card-header button:hover {
    color: #f44e95;
}

.accordion-wrapper-custom.caret-simple .card-header button:before {
    font-family: "Unicons";
    /* content: "\e932"; */
    font-size: 1.1rem;
}

.accordion-wrapper-custom.caret-simple .card-header button.collapsed:before {
    content: "\e92d";
}

.accordion-wrapper-custom .card.plain .card-header-custom {
    padding: 0 0 0.8rem 0;
}

.accordion-wrapper-custom .card.plain .card-header-custom button {
    padding: 0 0 0 1.1rem;
}

.accordion-wrapper-custom .card.plain .card-header-custom button:before {
    left: 0;
}

.accordion-wrapper-custom .card-header-custom {
    margin-bottom: 0;
    background: none;
    border: 0;
    padding: 0.9rem 1.3rem 0.85rem;
}

.accordion-wrapper-custom .card-header-custom button {
    cursor: pointer;
    border: solid 2px #ccc;
    width: 100%;
    padding: 0 0 0 1rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: black;
    transition: all 150ms ease-in-out;
    background: none;
    box-shadow: 0 0 0rem !important;

    /* border-left: solid 7px #f44e95; */
}

@media (prefers-reduced-motion: reduce) {
    .accordion-wrapper-custom .card-header-custom button {
        transition: none;
    }
}

.accordion-wrapper-custom .card-header-custom button:before {
    font-family: "Custom";
    position: absolute;
    left: 1.3rem;
    /* content: "\e903"; */
    font-size: 1rem;
    font-weight: normal;
    width: 1rem;
    margin-top: -0.2rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #f44e95;
}

.accordion-wrapper-custom .card-header-custom button.collapsed {
    color: black;
}

.accordion-wrapper-custom .card-header-custom button.collapsed:before {
    /* content: "\e900"; */
}

.accordion-wrapper-custom .card-header-custom button:hover {
    color: #f44e95;
}

.accordion-wrapper-custom.caret-simple .card-header-custom button:before {
    font-family: "Unicons";
    /* content: "\e932"; */
    font-size: 1.1rem;
}

.accordion-wrapper-custom.caret-simple .card-header-custom button.collapsed:before {
    /* content: "\e92d"; */
}

.card-header-custom {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(164, 174, 198, 0.2);
}

.padding-home-custom {
    padding-bottom: 0px !important;
    padding-top: 15px !important;
}

.lead.fs-lg-custom-home {
    line-height: 1.2 !important;
    font-size: 48px;
    font-weight: lighter;
    color: #000000;
}

.border-destacado{
    border: 1px solid #dfe5e8;
}

.margin-destacado-top{
    margin-top: 25px;
}

.margin-destacado-bottom{
    margin-bottom: 20px;
    margin-top: 20px;
}

.font-titulo{
    font-weight: lighter;
    font-size: 30px;
}

.hr-custom{
    width: 50px;
    color: #f44e95;
    height: 5px !important;
    margin: auto;
    margin-top: 25px;
}

.line-custom {
    display: inline-block;
    width: 35px;
    height: 5px;
    margin-top:13px;
    background-color: #f44e95;
    vertical-align: middle;
    position: absolute;
  }

  .padding-button-custom{
      padding-left: 45px !important;
  }

  .filtro-blanco-y-negro{
    webkit-filter: grayscale(100%) ;
    filter: grayscale(100%);
  }

  .border-home-custom{
    border-bottom: solid 1px;
    color: #a0a0a0;
    margin-bottom: 80px
}

.box-shadow-top{
    box-shadow: 0 4px 42px -32px grey;
}

.hr-custom-producto{
    width: 100px;
    color: #f44e95;
    height: 5px !important;
    margin: auto;
    margin-top: 25px;
}

.hr-custom-producto-2{
    width: 100px;
    color: #f44e95;
    height: 5px !important;
    margin: auto;
    margin-bottom: 40px;
}

.padding-producto{
    
}

.padding-producto a{
    color:#333;
}

.padding-producto:hover{
    background-color: #f0f0f0;
}

.padding-producto a:hover{
    color: #000000;
}

.lead.fs-lg-custom-2 {
    font-size: 21px !important;
    font-weight: lighter !important;
    color: #424e61;
    line-height: 25px !important;
}

.card-title-custom{
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}

.b-gruesa{
    font-weight: bold;
    color: #000000;
}

.destacado-title{
    font-size: 20px;
    color: #333;
}

.categoria-noticia{
    color: #ff6699;
    font-size: 15px;
}

.font-titulo-contacto{
    font-weight: lighter;
    font-size: 48px;
    color: #000000;
}

.p-custom{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}

.col-md-6 textarea{
    width: 100%;
}

@media (max-width: 991.98px) {
.nav-item-mobile-custom{
    padding-left: 25px;
    border-bottom: 1px solid #e4e4e4;
    }
}

.especificaciones table tbody tr td p {
    margin-bottom: 0;
    font-size: 16px;
}

.especificaciones table{
    width: 100%;
}

.especificaciones table tbody tr td {
    font-size: 14px;
    vertical-align: top;
    padding-right: 10px;
}

.especificaciones table tbody tr{

    border-bottom: 1px solid #ccc;
}

.especificaciones table{
    width: 100%;
}

.texto-centrado h3{
    font-size: 24px;
    text-transform:uppercase;
    /* text-align: center; */
    color: #000000;    
}


.texto-centrado p{
    /* text-align: center; */
    line-height: 24px;
}

.texto-centrado h4{
    font-size: 22px;
    /* text-align: center; */
    color: #000000;    

}

.lista-centrada ul{
    display: inline-block;
    text-align: left;
}

@media (max-width: 991.98px) {
.lead.fs-lg-custom-home{
    font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .mobile-padding{
        padding-bottom:20px;
        }
    }

 div p img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}