
.team_item h3,
.team_item p,
.team_item span{
    color: var(--darkgrey) !important;
}

.team_item{
    cursor: pointer;
}

.team_item > div{
    background-color: var(--verylightgrey);

    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.team_item:hover > div{
    background-color: var(--darkgrey) !important;
}

.team_item:hover > div h3,
.team_item:hover > div p,
.team_item:hover > div span{
    color: var(--white) !important;
}

.automatic-form_handler input,
.automatic-form_handler select,
.automatic-form_handler textarea{
    background-color: transparent !important;
}

.automatic-form_handler label.container{
    color: var(--lightgrey);
    font-size: 18px;
}

.mapacolorforce h1,
.mapacolorforce .h1,
.mapacolorforce h2,
.mapacolorforce .h2,
.mapacolorforce h3,
.mapacolorforce .h3
{
   color: var(--verydarkgrey) !important;
}


.sobrenos_oferta h1{
    color: white !important;
}

.ofertaspan{
    color: var(--colorfirst);
    font-size: 55px;
    background-color: white;
    border-radius: 10px;
    padding: 45px;
    margin: 0 auto;
}

.icon_border{
    border: solid 1px var(--colorfirst);
    border-radius: 10px;
    padding: 10px;
    color: var(--colorfirst);
}

.item_falign.item_falign_adaptive{
    position: absolute !important;
}

.info_plataforma h2{
    font-size: 26px;
    line-height: 36px;
}

.registo_comunitario{
    margin-right: 25px;
}

@media (max-width: 991px) {
    .item_falign.item_falign_adaptive{
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }

    .md_center,
    .md_center *{
      text-align: center !important;
    }


      .registo_comunitario{
          margin-right: 0px;
      }
}


.prestadores_cat_img{
    width: 60%;
    margin: 0 auto;
    
}

.cat_slider_wrapper{
    margin-top: -55px;
}
.cat_item{
    padding: 0 10px;
}

.pres_sidebars{
    width: 100%;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

@media (max-width: 767px) {
    .pres_sidebars{
        border: none;
    }
}

.pres_aval_input{
    background-color: transparent !important;
    border: solid 1px var(--lightgrey) !important;
}

.mark_prod_icons{
    padding: 0 15px;
    font-size: 30px;
}

.mark_prod_icons:not(:last-child){
    border-right: solid 1px var(--grey);
}

.av_star{
    font-size:35px;
    color: var(--colorfirst);
    cursor: pointer;
}
.av_star_static{
    font-size:25px;
    color: var(--colorfirst);
}

.prest_order_select{
    border: solid 1px var(--lightgrey);
}

.prest_search_input{
    /* position: absolute;
    bottom: 0; */
    width: 100%;
}

.map_frame iframe{
    max-width: 100% !important;
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .talign_left_mobile{
        text-align: left !important;
    }
}

.wrap {
    min-height: 40em; 
    height:100%; 
    width:100%; 
    margin: 0 auto; 
}

#map-canvas { 
    height: 100%; 
}