
.comp_quim{
    font-family: 'WorkSans';
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.36px;
    text-align: left;
    color: #3e3e3e;
}
.comp_first:not(.comp_quim){
    padding-left:33px;
    font-family: 'WorkSans';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.16px;
    text-align: left;
    color: #666666;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.comp_first:not(.comp_quim) > .icon_info {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 13px;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/uploads/2020/08/info_icon-1.png');
    background-size: contain;
    background-position: center;
}
.comp_first:not(.comp_quim) > .formula_info{
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.42px;
    text-align: left;
    color: #c3c3c3;
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.comp_first:not(.comp_quim).collapsed > .icon_info {
    background-image: url('/wp-content/uploads/2020/08/info_icon_blue.png');
}

.comp_first:not(.comp_quim) > div {
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;
    font-family: 'WorkSans';
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.14px;
    color: #b7b7b7;
}

.comp_first:not(.comp_quim).collapsed > div {
    margin-top:10px;
    padding-right: 13px;
    max-height: 100%;
}




.comp_vim{
    font-family: 'WorkSans';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.18px;
    text-align: center;
    color: #1976bc;
    background-color: #ecf5fa; 
}
.comp_vim_item{
    background-color: #ecf5fa; 
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.18px;
    text-align: center;
    color:#000000;
    background-color: #ecf5fa;     
}

.comp_others{
    font-family: 'WorkSans';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.18px;
    text-align: center;
    color: #4e5153;
}

.comp_item{
    font-family: 'WorkSans';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.54px;
    text-align: center;
    color: #000000;
}
.comp_quim.comp_first{
    padding-left: 33px;
}


.comparador_bloco{
    border-radius: 10px;
    background-color: #fefefe;
}

.comparador_header{
    display: flex;
    justify-content: center;
    border-bottom: solid 2px #1976bc;
}

.comparador_coluna_header{
    width:33.33%;
    padding:20px 10px;
}

.comparador_coluna_header:not(:last-child){
    border-right: solid 3px #f4f4f4;
}

.comparador_header_marcas, .comparador_componentes{
    display:flex;
}
.comparador_header_marcas{
    border-bottom:2px solid #a0a0a0;
}
.comparador_componentes{
   border-bottom:2px solid #eaeaea;
}

.comparador_coluna_body{
    width:20%;
}

.comparador_coluna_body:not(.comp_first){
    text-align:center;
    justify-content: center;
}

.comparador_coluna_body{
    min-height:70px;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width:992px){
    .comparador_header .comparador_coluna_header:nth-child(2n){
        width:34%;
    }
    .comparador_header .opcao_single_aguas{
        width:26%;
    }
    .comparador_header .opcao_single_quantidades{
        width:40%;
    }
}

.comparador_coluna_header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #383838;
    line-height: 1.19;
    font-size: 13px;
    font-weight: 600;
    font-family: WorkSans;
    letter-spacing: 0.16px;
    padding-left: 57px;
    padding-top: 13px;
}
.comparador_coluna_header:not(.opcao_single_quantidades) .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    top: 10px;
    right: auto;
    left:15px;
    width: 25px;
    background-image:url('/wp-content/plugins/zyrgon-elementor/assets/img/plus.svg');
    background-repeat:no-repeat;
    background-size:contain;
}
.comparador_coluna_header .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border:none;
}
.comparador_coluna_header .select2-container .select2-selection--single,
.comparador_coluna_header .select2-container--default .select2-selection--multiple{
    background-color: #ffffff;
    border-radius: 3px;
    border: none;
    min-height:74px;
}
.comparador_coluna_header .select2-container--default .select2-selection--multiple{
    background-image:url('/wp-content/plugins/zyrgon-elementor/assets/img/plus.svg');
    background-repeat:no-repeat;
    background-size:25px 25px;
    background-position:left 13px top 10px;
    padding-left:56px;
}
.comparador_coluna_header .select2-container--default .select2-search--inline .select2-search__field {
    font-family: WorkSans;
    font-size: 14px;
    font-weight: 600;
    color: #383838;
    opacity: 1;
    cursor:pointer;
    height: auto;
    margin: 9px 0 0;
    display:block;
}
.comparador_coluna_header .select2-container--default .select2-search--inline .select2-search__field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #383838;
  opacity: 1; /* Firefox */
}

.comparador_coluna_header .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #383838;
}

.comparador_coluna_header .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder { /* Microsoft Edge */
  color: #383838;
}
.comparador_coluna_header .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #383838;
}
.comparador_coluna_header h3{
    font-family: WorkSans;
    font-size: 14px;
    font-weight: 600;
    
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.16px;
}
.comparador_coluna_header .select2-container .select2-selection--single{
    outline: 0;
}

.select2-dropdown{
    border:none;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.31);
    top: 9px;
    padding: 20px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ffffff;
    background-image:url("/wp-content/plugins/zyrgon-elementor/assets/img/success.svg");
    background-size: 22px 22px;
    background-position: right 15px center;
    background-repeat:no-repeat;
    color: #000000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffffff;
    color: #000000;;
}
.comparador_bloco > div:nth-child(3){
    background-color:#f5f5f5;
    border-radius: 10px;
} 
body .comparador_header .opcao_single_quantidades .select2-container--default .select2-selection--single{
    border-radius: 6px;
    background-color: #f4f4f4;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding-top:8px;
    padding-bottom:8px;
    height: 100%;
}
.opcao_single_quantidades .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-top:0;
  padding-left: 13px;
  color:#1976bc;
}
.opcao_single_quantidades .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image:url(/wp-content/plugins/zyrgon-elementor/assets/img/seta_cima_azul@2x.png);
    background-repeat:no-repeat;
    background-size:14px auto;
    background-position:center;
}
.opcao_single_quantidades .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
    right:13px;
}
.comparador_coluna_header .select2-container.select2-container--open .select2-selection--single,
.comparador_coluna_header .select2-container.select2-container--open .select2-selection--multiple{
    min-height: 74px;
    border-radius: 3px;
    background-color: #f4f4f4;
}

.equilibrio-section {
    padding: 110px 0 99px;
    background-image: url('/wp-content/uploads/2020/08/bannerBeneficios.jpg');
    background-size: 100% auto;
    background-repeat:no-repeat;
    background-position: center;
}

.equilibrio-title h1 {
    font-family: "Yanone Kaffeesatz", WorkSans;
    font-size: 70px;   
    font-weight: normal!important;
    line-height: 1.19; 
    color: #1976bc;
    max-width: 430px;
}

.equilibrio-txt {
    max-width: 534px;
    line-height: 1.19;
    font-size: 16px;
    font-weight: 300!important;
}

.equilibrio-section p {
    margin-bottom: 30px!important;
}

#saber_mais_equilibrio {
    margin-top: 10px;
}

#main {
    padding-bottom: 0!important;
}

#footer {
    margin-top: 0!important;
}

.select2-selection__rendered {
    white-space: normal!important;
}

.comparador-de-aguas {
    margin-top: -115px;
}


@media (max-width: 991px) {
    .comparador-banner-title .elementor-heading-title{
        font-size: 40px!important;
        line-height: 1.18;
        letter-spacing: 0.32px;
        font-weight: normal!important;
    }
    
    .comparador-banner-txt {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    .comparador-de-aguas {
        margin-top: -115px;
    }
    
    span.select2-selection__placeholder {
        white-space: normal;
        
    }
    
    .comparador_bloco .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
        padding-right: 0;
        padding-left: 41px;
    }
    
    .comparador_coluna_header:not(.opcao_single_quantidades) .select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 10px;
        top: 13px;
    }
    
    .comparador_coluna_header {
        padding: 12px 18px;
    }
    
    .comparador_coluna_header .select2-container--default .select2-selection--multiple {
        background-position: left top;
        padding-left: 41px;
    }
    
    .comparador_coluna_header .select2-container--default .select2-search--inline .select2-search__field {margin: 0;
        line-height: 1;
        font-size: 16px;
    }
    
    .equilibrio-title h1 {
        font-size: 40px;   
        line-height: 1.18; 
        color: #1976bc;
        margin: 0 auto;
        text-align: center;
    }
    
    .equilibrio-section {
        padding: 110px 0 323px;
        background-position: center bottom;
    }
    
    .equilibrio-txt {
        max-width: 610px;
        margin: 0 auto!important;
        text-align: center;
    }
    
    #saber_mais_equilibrio {
        margin: 0 auto;
        display: block;
        max-width: 237px;
    }
    
    .comparador_coluna_body {
        width: 25%;
    }
    
    .comparador_coluna_body.comp_item.column_3,
    .comparador_coluna_body.comp_others.column_3{
        display: none;
    }
    .comp_vim{
        padding: 0 10px;
    }
    .select2-container .select2-selection--single #select2-id_label_single_quantidades-container.select2-selection__rendered{
        padding-left:13px!important;
        font-size:14px!important;
        font-weight:normal;
        padding-right:30px;
        
    }
    
    /* estilo scrollbar para mobile devices */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        box-shadow: 0 0 1px rgba(255,255,255,.5);
    } 
    /*.mCSB_container {
        flex-direction: column;
    }
    .select2-dropdown {
        padding: 20px 10px 20px 20px;
    }*/
    
}

@media screen and (min-width:768px) and (max-width:1199px){
    .select2-container--default #select2-id_label_single_quantidades-results .select2-results__option[aria-selected="true"] {
        padding-right:25px;
        background-position:right center;
    }
}
@media (max-width: 767px) {
    #main > .wf-wrap {
        padding: 0 23px 0 23px;
    }
    
    .comparador-de-aguas .elementor-column-wrap.elementor-element-populated {
        padding: 0!important;
    }
    .comparador_header {
        display: flex;
        flex-direction: column;
    }
    
    .comparador_coluna_header {
        width: 100%;
        padding: 0 10px;
        height:100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .comparador_coluna_header:not(:last-child) {
        border-right: none;
        border-bottom: solid 3px #f4f4f4;
    }
    
    .comparador_coluna_header .select2-container .select2-selection--single, .comparador_coluna_header .select2-container--default .select2-selection--multiple {
        min-height: 74px; 
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 69px !important;
    }
    
    .select2-selection__placeholder, .select2-selection__rendered {
        line-height: 1.6!important;
    }
    
    .comparador_coluna_header:not(.opcao_single_quantidades) .select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 36px;
    }
    .comparador_coluna_body {
        width: 33%;
    }
    .comparador_coluna_body.comp_item.column_2,
    .comparador_coluna_body.comp_item.column_3,
    .comparador_coluna_body.comp_others.column_2,
    .comparador_coluna_body.comp_others.column_3{
        display: none;
    }
    
    
    .comp_first:not(.comp_quim) {
        padding-left: 8px;
        font-size: 14px;
        word-break: break-word;
        hyphens: auto;
    }
    .comp_first:not(.comp_quim) > div {font-size: 11px;}
    
    .comp_quim.comp_first {
        font-size: 12px;
        padding-left: 8px;
    }
    
    .equilibrio-section {
        padding: 96px 0 373px;
        background-position: center bottom;
    }
    
    #saber_mais_equilibrio {
        max-width: 100%;
    }
    
    .comp_first:not(.comp_quim) > .icon_info {
        top: 8px;
        right: 8px;
    }
}

.equilibrio-section {display: none!important;}
.select2-results__option[aria-selected] {
    font-size: 15px;
    padding-right:35px;
}
.comparador_coluna_body sub,
.comparador_coluna_body sup{
    font-size:8px;
}
.text_ddr_default{
    color:#1976BC;
    font-size: 14px;
    margin-top: 5px;
}
.comparador_header_marcas.sticky_marcas{
    position: fixed;
    width: 100%;
    max-width:1080px;
    background-color: #ffffff;
    z-index: 99;
}