/* ESCONDER ERROR DE LAYOUT BUILDER ALERTA*/
.alert.alert-error.alert-danger.alert-dismissible.fade.show {
    display: none;
}

btn:focus,select:focus, input:focus{
    border-color: #000000 !important;
    outline: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 2px !important;
}




.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -5px !important;
  left: 0;
  width: 100%;
}

.bs-text-center._none.bs-mb-4.block.block-layout-builder.block-inline-blockbootstrap-imagen {
    margin-bottom: 20px !important;
    margin-top: -18px !important;
}

/* ESCONDER BLOQUE DE USUARIO*/
footer.node__meta {
    display: none;
}

/* QUITAR EL PADDING
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0 0rem !important;
}
*/



/* COLOR DE CANVAS DE LYOUT BUILDER*/
#drupal-off-canvas {
    color: #000;
    background: #fff;
}

/* Estilo del breadcrumb*/
.breadcrumb-ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 1rem;
}


html, body {
  max-width:100%;
  overflow-x:hidden;
}

body{
  overflow: hidden;
}

.row.g-0 {
    --bs-gutter-x: 1.5rem !important;
}


.contenido{
  
  padding: 0px;
  
}

.breadcrumb{
 display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
 
}

#block-b5subtheme-breadcrumbs > nav{
  margin-top: 55px;
  margin-bottom: 30px;
  box-shadow: -332px 0px 0px 0px #e9ecef, 332px 0px 0px 0px #e9ecef;
}

.breadcrumb-item > a{
 
  color: #333333;
  text-decoration: underline #090;
 
}





.a2a_dd.addtoany_share img {
  height: 24px;
}







.rounded-5 {
  border-radius:13px;
}
.rounded-top {
    border-radius: 13px 13px 0px 0px !important;
}


iframe {
    border-radius: 16px;
}