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

 @media only screen and (max-device-width: 812px) {
  .texto_flotante {
    padding: 6px;
    top: 24px;
    padding-left: 24px;
  }
  .text-left-xs{
    text-align: left !important;
  }
 }