/*papa*/

.padding_menu{
    padding-top: 200px !important;
}
.config_row{
}
.config_row > div {
    margin-top: 26px;
    
}
.config_col_button {
    padding-right: 0px !important;
    padding-top: 15px;
    max-width: 300px;
}
.config_button{
    border: 2px solid gray;
    text-align: center;
    _margin: 10px 10px 10px 0px;
    padding: 8px;
    cursor:pointer;
}

.config_button:hover, .config_button.selected:hover{
    background-color: #ff0000b0;
}
.config_button.selected{
    border: 2px solid #fb0000;
    background-color: red;
    color: white;
    font-weight: 500;
    text-align: center;
    _margin: 10px 10px 10px 0px;
    cursor: pointer;
    max-width: 300px;
}
input[type="range"] {
    width: 95%;
    max-width: 300px;
}

span.largo_range, span.ancho_range {
    float: right;
    padding-right: 15px;
}

.submit_row{
    margin: 0 auto !important;
    width: 46%;
}

.submit_button{
    margin-top: 15px;
    border: 1px solid red;
    color: white;  
    background-color: red;
    font-weight: 500;
    text-align: center;
    _margin: 10px 10px 10px 0px;
    padding: 10px;
    cursor:pointer;
    margin-bottom:30px;
}

.clear_button{
    margin-top: 15px;
    border: 1px solid red;
    color: red;
    text-align: center;
    _margin: 10px 10px 10px 0px;
    padding: 10px;
    cursor:pointer;
}
.submit_button:hover, .clear_button:hover{
    background-color: #ff0000b0;
    color: white;  
}

/* selection */ *
.selected_products {
    background-color: #f6f6f6;
}

div.sectionlist div.content .section {
    display: inline-block;
    cursor: pointer;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
    text-align: center;
    height: 365px;
    border: 2px solid #dddddd59;
    background-color: #fff;
}

.section>a>div h3 {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: 65%;
}

.section {
    display: inline-block;
    cursor: pointer;
    width: 32%;
    min-width: 300px;
    margin-right: 1%;
    margin-bottom: 20px;
    text-align: center;
    height: 365px;
    border: 2px solid #dddddd59;
    background-color: #fff;
}

.error_message p {
    max-width: 400px;
    border: 2px solid red;
    background-color: #ff000024;
    text-align: center;
    padding: 6px 33px 3px !important;
    color: red;
    font-weight: 400;
    float: inherit;
}
.config_row>.vc_col-sm-6:first-child {
    padding-right: 50px;
}

.config_row>.vc_col-sm-6:nth-child(2)
{
    padding-left: 50px;
}

.config_row .vc_col-sm-6>div>img {
    margin-left: 15px;
}

img.imgheader {
    position: absolute;
    right: -500px;
    top: 100px;
}

div#text-block-4 {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .config_row>.vc_col-sm-6{
        text-align: center;
        padding:0!important;
    }
    .config_col_button{
        margin:0 auto;
    }
}

#loader{display:none;}
div#loader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3000;
    background-color: rgba(255, 255, 255, 0.5);
}

div#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}