/*
   ESTILOS WP GENRALES
   */
   .centered-paragraph {
    margin: 0;
    max-width: none;
    white-space: unset;
    width: 100%;
}
   p:empty {
      display: none !important;
   }
   br {
      display: none !important;
   }
   /*
   FIN ESTILOS WP GENRALES
   */
   ::-moz-selection {
    color: #fff;
    background: #4c5462;
   }
   ::selection {
    color: #fff;
    background: #4c5462;
   }
   .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;
}

#contenedor_formulario{
    border: 2px solid #ccc;
    border-radius: 20px;
}

.contenedor_millas{
	background: #4c5462;
	border-radius: 20px;
}
   @media only screen and (max-device-width: 812px) {
    
    .text-left-xs{
      text-align: left !important;
    }
   }