/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@media screen and (min-width: 768px) {
    .header-list.brxe-heading {
        margin-left: 0px;
    }
}

.texto_escudo{
    font-size: 0.7em;
}


#brxe-rihdto {
    background-color: #e0942e;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.4s;
}

@media print {
    #brx-header{
        display: none;
    }

    #brx-footer{
        display: none;
    }

    .header-list{
        display: none;
    }

    #brxe-rihdto{
        display: none;
    }
  }