@media (max-width: 800px) {
  iframe {
    height:650px;
  }
}
.mw-840{
  max-width:840px;
}
.mw-630{
  max-width:630px;
}
.mw-290{
  max-width:290px;
}
.mw-310{
  max-width:310px;
}
.mw-382{
  max-width:382px;
}
.mw-460{
  max-width:460px;
}
.mw-500{
  max-width:500px;
}
.mw-700{
  max-width:700px;
}
.mw-920{
  max-width:920px;
}
.mw-1060{
  max-width:1060px;
}
.wom .rounded-16{
  border-radius: 16px;
}
.wom .bg-transparent{
  background-color: transparent!important;
}
.wom .bg-gray-20{
  background-color: #F4F4F7!important;
}
.wom .rounded-top-6{
  border-radius: 6px 6px 0 0;
}
.wom .rounded-top-0{
  border-radius: 0 0 0 0;
}
.wom .ml-1, 
.wom .mx-1 {
  margin-left: .01rem
}
.wom .mr-1, 
.wom .mx-1 {
  margin-right: .01rem
}
.wom #titulo-entrada p{
  margin-bottom: .5rem;
}
.wom #titulo-entrada a{
  color: #E92070;
  text-decoration: underline;
}
.wom #titulo-entrada a.bt-ancla{
  color: #E92070;
  text-decoration: none;
}
.wom .wp-block-image img{
  width: 100%!important;
  max-width: max-content!important;
  height: auto!important;
}
.wom a.btn-vermas{
  border: 1px solid #CCC4D2;
  background-color: #F4F4F7;
  color: #7C6C8A;
  transition: background-color .3s, color .3s;
}
.wom a.btn-vermas:hover{
  background-color: #7C6C8A;
  color: #ffffff;
}
ul.bullet-pink li::marker {
  color: #e92070;
}
.wom .tns-slider>.tns-item {
  height: auto;
}
.wom .tns-outer {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  height: 76px;
}
.search{
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #CCC4D2;
  color: #928798;
}
.search::placeholder{
  color: #B3A6BA;
}
.content-icon-search{
  position: absolute;
  top: 0;
  right: auto;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.content-icon-search input{
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
}
.icon-search{
  pointer-events: none;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .3s;
}
.content-icon-search:hover .icon-search{
  transform: scale(1.1);
}
.diagonal-top{
  clip-path: polygon(0 50px, 100% 0%, 100% 100%, 0% 100%);
}
.diagonal-bottom {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 25px);
  height: 28px;
}
.diagonal-bottom:before {
  content: '';
  background: linear-gradient(270deg, #ED1E79 0%, #451287 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 3px, 0 100%, 0 25px);
}

/* ------ Breadcrumb Pasos ------- */
ul.breadcrumb {
  padding: 10px 15px 15px 15px;
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #381451;
}
ul.breadcrumb li+li:before {
  padding: 0px 5px;
  color: #381451;
  content: "\0073";
  font-family: 'icon wom';
  font-size: 11px;
}
ul.breadcrumb li a {
  color: #7C6C8A;
  text-decoration: none;
  font-weight: 400;
}
ul.breadcrumb li a:hover {
  color: #7C6C8A;
  text-decoration: underline;
}
.icon-home-outline:before {
  content: '\0068';
  font-size: 18px;
  margin-right: 5px;
}

/* menú links secciones */
.wom .menu-links li a svg{
  fill: #491966;
}
.wom .menu-links li a svg.only-stroke{
  fill: none;
  stroke: #491966;
}
.wom .menu-links li a{
  transition: all .3s;
  cursor: pointer;
}
.wom .menu-links.links-v li a{
  min-width: 140px;
  min-height: 92px;
}
.wom .menu-links.links-v li a picture{
  height: 48px;
  display:block;
}
.wom .menu-links.links-autoatencion li a{
  min-width: 140px;
  min-height: 92px;
}
.wom .menu-links.links-autoatencion li a picture{
  height: 40px;
  display:block;
}
.wom .menu-links li a:hover{
  background-color: #491966!important;
}
.wom .menu-links li a:hover p{
  color:#ffffff;
}
.wom .menu-links li a:hover svg{
  fill:#ffffff;
}
.wom .menu-links li a:hover svg.only-stroke{
  fill: none;
  stroke: #ffffff;
}
.wom .menu-links li a.active{
  background-color: #491966!important;
}
.menu-links li a.active svg{
  fill: #ffffff;
}
.wom .menu-links li a.active svg.only-stroke{
  fill: none;
  stroke: #ffffff;
}
.wom .menu-links li a.active p{
  color: #ffffff;
}

/* --- links preguntas frecuentes ---- */
.links-fq li{
  transition: all .3s;
  cursor: pointer;
}
.links-fq li i{
  transition: transform .3s;
}
.links-fq li:hover{
  box-shadow: 0 0 7px rgba(0,0,0,.15);
  color: #E92070;
}
.links-fq li:hover i{
  transform: translateX(10px);
}
.links-fq li a{
  font-weight: 400;
}
/* -------- menu-categorias --------- */
hgroup{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
/*------- paginador -----*/
.navigation .nav-links{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.navigation .nav-links a.page-numbers {
  margin: 0 20px;
  font-size: 16px;
  color: #2D1441;
  font-weight: 400;
  transition: color .3s, fill .3s;
}
.navigation .nav-links a.page-numbers:hover {
  color: #FF127A;
}
.navigation .nav-links span.page-numbers.current {
  background-color: #FF127A;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
  font-size: 16px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .screen-reader-text{
  display: none;
}
.navigation .nav-links a.prev.page-numbers {
  margin: 0 10px 0 0;
  width: 10px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .nav-links a.prev.page-numbers svg{
  fill: #4D008C;
  transform: rotate( -180deg);
}
.navigation .nav-links a.prev.page-numbers:hover svg{
  fill: #FF127A;
}
.navigation .nav-links a.next.page-numbers {
  margin: 0 0 0 10px;
  width: 10px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .nav-links a.next.page-numbers svg{
  fill: #4D008C;
}
.navigation .nav-links a.next.page-numbers:hover svg{
  fill: #FF127A;
}
/*------- canales digitales fixed menu ------*/
.canales-fixed{
  position: fixed;
  bottom: 0;
  border-radius: 16px 16px 0 0;
  z-index: 99;
  max-height: 76px;
}
.canales-fixed .menu-links{
  background-color: transparent!important;
  max-height: 76px;
}
.canales-fixed .menu-links li a{
  background-color: none!important;
  border: none!important;
  border-radius: 0!important;
  min-height: 72px;
}
.canales-fixed picture{
  min-width: 45px;
}
.canales-fixed picture svg{
  width: 30px!important;
  height: 35px;
}
.wom .split{
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #E6E2E8;
  border-right: 1px solid #fff;
  height: 76px!important;
}
@media (min-width: 576px){
  .canales-fixed{
    position: initial;
    bottom: initial;
    background-color: transparent;
    max-height: initial;
  }
  .canales-fixed .menu-links{
    max-height: initial;
  }
  .canales-fixed .menu-links li a{
    background-color: #ffffff!important;
    border: 1px solid #dee2e6 !important;
    border-radius: 16px!important;
    min-height: 62px;
    min-width: 160px!important;
  }
  .canales-fixed picture{
    min-width: 60px;
  }
  .canales-fixed picture svg{
    width: 32px!important;
    height: 32px;
  }
  .wom .split{
    height: 100%!important;
  }
  .wom .bg-sm-transparent{
    background-color: transparent!important;
  }
  .wom .bg-gray-sm-20{
    background-color: #F4F4F7!important;
  }
  .wom .rounded-top-sm-6{
    border-radius: 6px 6px 0 0;
  }
  .wom .rounded-top-sm-0{
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 768px){
  hgroup{
    border-top: 1px solid #CCC4D2;
    border-left: 1px solid #CCC4D2;
    border-right: 1px solid #CCC4D2;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  hgroup h2{
    border-bottom: 1px solid #CCC4D2;
  }
  .menu-categorias{
    border-top: none;
    border-left: 1px solid #CCC4D2;
    border-bottom: 1px solid #CCC4D2;
    border-right: 1px solid #CCC4D2;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .menu-categorias ul li{
    opacity: 1;
    transform: translateX(0px);
  }
  .menu-categorias ul li:first-child{
    padding-top: 0;
  }
  .menu-categorias:before{
    display: none;
  }
  .menu-categorias ul{
    max-height: initial;
    overflow: visible;
  }
  .diagonal-bottom{
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  }
  .wom .menu-links.links-v li a{
    min-width: 140px;
    min-height: 124px;
  }
  .wom .menu-links.links-autoatencion li a{
    min-width: 140px;
    min-height: 124px;
  }
  .diagonal-top{
    clip-path: polygon(0 16%, 100% 0%, 100% 100%, 0% 100%);
  }
  .diagonal-bottom {
    clip-path: polygon(100% 35px, 100% 100%, 0 100%, 0 98px);
    height: 99px;
  }
  .diagonal-bottom:before {
    clip-path: polygon(100% 40px, 100% 3px, 0 100%, 0 99px);
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {

}

.wp-block-button__link {
  color: #fff !important;
  background-color: #E92070 !important;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background-color .3s ease-in-out;
}
.wp-block-button__link:hover {
  background-color: #751038 !important;
}