@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css);
/*
 ESTILOS WP GENRALES
 */
 .centered-paragraph {
    margin: 0 auto;
    max-width: none;
    white-space: unset;
    width: 100%;
 }
 /*
 FIN ESTILOS WP GENRALES
 */
 
 .font_roboto{
  font-family: 'Roboto', sans-serif;
 }

 p:empty {
   display: none;
 }
 br{
   display: none;
 }
 h4, .h4 {
     font-size: unset;
 }
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
     color: unset;
 }

 .customize-support{
     background: #c8c8cb;
 }
 
 html{
      background: #dedede;
  }
  section{
      background: #dedede;
  }

.cookies {
  display: none !important;
}

.bg_black{
  background: #000;
}
.bg_ffffff{
  background: #ffffff;
}
.bg_fafafa{
  background: #fafafa;
}
.bg_dadada{
  background: #dadada;
}
.bg_ededed{
  background: #ededed;
}
.bg_f4f4f4{
  background: #f4f4f4;
}
.bg_a7a6ad{
  background: #a7a6ad;
}
.bg_b7b7bc {
    background: #c8c8cb;
}
.color_b7b7bc {
    color: #b7b7bc;
}
.bg_4d5563{
  background: #4d5563;
}
.color_4d5563{
  color: #4d5563;
}
.bg_principal{
  background: #d3277c;
}
.bg_dedede{
  background: #dedede;
}
.color_principal{
  color: #d3277c;
}

.color_ptexto_2{
  color: #d6c7bb;
}

.bg_color_1{
  background: #d3277c;
}
.bg_color_2{
  background: #4d5563;
}
.bg_color_3{
  background: #69a1a0;
}
.bg_color_4{
  background: #ea8d00;
}
.bg_color_5{
  background: #97945c;
}

.menu-header {
  display: none;
}
.site-footer{
  display: none;
}

#helpContainer{
  display: none;
}

  /*===================*/
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) { 
  .text-center_xs{
    text-align: center !important;
  }
  .texto_principal {
    position: initial;
    width: auto;
    text-align: center !important;
  }
}