/*
 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.0
 Text Domain:  bricks
*/

.hidden-campo{
	display: none;
}

.link_llegar{
    border-radius: 5px;
    background: #6400DF;
    color: white;
    padding: 8px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.link_ventas{
    border-radius: 5px;
    background: #6400DF;
    color: white;
    padding: 8px 15px;
    white-space: nowrap;
    display: block;
}


#acf-form>.acf-fields> .acf-field{
    padding: 15px 0px !important;
}

.section{
    margin-top: 15px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
}


.content-area, #brx-content{
    min-height: calc(100vh - 285px);
}