/*
   ESTILOS WP GENRALES
   */
   .centered-paragraph {
	  margin: 0 auto;
	  max-width: none;
	  white-space: unset;
	       width: 100%;
   }
   p:empty {
	 display: none;
   }
   br{
	  display: none;
   }
   /*
   FIN ESTILOS WP GENRALES
   */
   ::-moz-selection {
	color: #fff;
	background: #9e3c38;
   }
   ::selection {
	color: #fff;
	background: #9e3c38;
   }
   .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_bebas{
	font-family: 'Bebas Neue', sans-serif;
   }
   .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: #eeeeee;
   }
   .back_f5f5f5{
	background: #f5f5f5;
   }
   .back_ededed{
	background: #EDEDED;
   }
   .back_evento{
	background: #BD3E8F;
   }
   .color_evento{
	color: #BD3E8F;
   }
   .back_evento_2{
	background: #e9fb00;
   }
   
   .back_evento_3{
	background: #b3cece;
   }
   
   .color_evento_2{
	color: #e9fb00;
   }
   .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: 250px;
   }
   .caja_condiciones{
	   display: inline-block;
	   border-radius: 14px;
   }
   .img_millas{
	   width: 254px;
   }
   .borde_bottom{
	   border-bottom: 1px solid;
   }
   .todo_borde{
		  border: 1px solid;
	  }

.site-main {
	background: #eeeeee;
}
.bg_imagen{
  background: url(https://www.imagina.cl/content/uploads/2026/02/fondo_landing_imagina_kids.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contenedor_formulario{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
}
   @media only screen and (max-device-width: 812px) {
	.texto_flotante {
	  padding: 6px;
	  top: 42px;
	  padding-left: 24px;
	}
	.text-left-xs{
	  text-align: left !important;
	}
	   .bg_imagen{
  background: url(https://www.imagina.cl/content/uploads/2026/02/fondo_landing_imagina_kids.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
   }

