/*
   ESTILOS WP GENRALES
   */
   .centered-paragraph {
      margin: 0 auto;
      max-width: none;
      white-space: unset;
   }
   p:empty {
      display: none !important;
   }
   br {
      display: none !important;
   }
   /*
   FIN ESTILOS WP GENRALES
   */
   ::-moz-selection {
    color: #fff;
    background: #be0045;
   }
   ::selection {
    color: #fff;
    background: #be0045;
   }
   .clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: none;
   }
   a, h1, h2, h3, h4, h5, h6, p, span {
    font-family: "roboto";
   }
   .font_helv{
    font-family: 'Helvetica';
   }
   /*
   .font_play {
   font-family: Playfair Display;
   font-style: normal;
   }
   */
   .font_cond{
    font-family: 'Roboto Condensed', sans-serif;
   } 
   .negrita_italia{
    font-style: italic;
    font-weight: bold;
   }
   .back_fafafa{
   background: #fafafa;
   }
   .back_f5f5f5{
    background: #f5f5f5;
   }
   .back_ededed{
    background: #EDEDED;
   }
   .back_evento{
    background: #be0045;
   }
   .color_evento{
    color: #be0045;
   }
   .back_evento_2{
    background: #d9c7ba;
   }
   
   .back_evento_3{
    background: #b3cece;
   }
   
   .color_evento_2{
    color: #d9c7ba;
   }
   .color_evento_3{
    color: #34363f;
   }
   .color_blanco{
    color: #fafafa;
   }
   .color_oscuro{
    color: #34363f;
}
   .borde_redondo_img{
    border-radius: 90px 0px 0px 0px;
   }   
   .texto_flotante{
    position: absolute;
    left: 0;
    padding: 6px;
    z-index: 9;
    color: #fff;
    top: 48px;
    padding-left: 54px;
    padding-right: 54px;
    border-radius: 0 50px 50px 0;
    letter-spacing: 7px;
   }
   .logo_banco {
    width: 154px;
    margin-top: -12px;
    margin-bottom: 13px;
   }
   .img_cuotas{
      width: 420px;
   }
   @media only screen and (max-device-width: 812px) {
    .texto_flotante {
      padding: 6px;
      top: 42px;
      padding-left: 24px;
    }
    .text-left-xs{
      text-align: left !important;
    }
   }