/*
   ESTILOS WP GENRALES
   */
   .site-content{
   background: url('https://www.imagina.cl/content/uploads/2023/10/bg_cyber-scaled.jpg') no-repeat center center fixed;
   background-size: cover;
   height: 100%;
 }
 .site-main {
     background-color: #ededed;
 }
   .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: #34363f;
   }
   ::selection {
    color: #fff;
    background: #34363f;
   }
   .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;
   }
   .font_play{
    font-family: Playfair Display;
   }
   
   .rotation{
      transform: rotate(358deg)skew(8deg, 0deg);
   }
   
   .negrita_italia{
    font-style: italic;
    font-weight: bold;
   }
   .back_fafafa{
   background: #fafafa;
   }
   .back_f5f5f5{
    background: #f5f5f5;
   }
   .back_ededed{
    background: #EDEDED;
   }
   
  .img_millas{
     width: 140px;
  }
   
   .back_evento{
    background: #34363f;
   }
   .back_evento_2{
    background: #e1d8d3;
   }
   
   .back_evento_3{
    background: #ff1f6b;
   }
   
   .color_evento{
    color: #34363f;
   }
   .color_evento_2{
    color: #2c0a63;
   }
   .color_evento_3{
    color: #ff1f6b;
   }
   .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: 100%;
   }
   
   .texto_cuotas{
          display: inline-block;
   }
   .btn_waze{
      background: #51a3a1;
      border: 1px solid #51a3a1;
   }
   
   .btn_waze:hover{
      background: #578887;
      border: 1px solid #578887;
   }
   .link_proyecto{
       color: #000;
       text-decoration: underline;
   }
   .img_radisson{
       width: 200px;
   }
   .cont_radisson{
      border-radius: 0px 20px 0px 20px;
   }
   @media only screen and (max-device-width: 812px) {
    .texto_flotante {
      padding: 6px;
      top: 42px;
      padding-left: 24px;
    }
    .text-left-xs{
      text-align: left !important;
    }
   }