/*anuncia clinica*/
.anunciaPrevio{width:100%;padding:1em;background: url("../imagenes/entorno/anuncia-clinica-previo_amp.jpg") no-repeat center center;background-size:cover;}
.anunciaPrevioCont{width:100%;padding:1em;background-color: rgba(251,251,251,0.80);}

.anunciaListDetalles{display:flex;flex-direction:column;gap:1em;flex-wrap:wrap;}
.anunciaListDetallesItem{position:relative;width:100%;display:flex;flex-direction:column;padding:0 0 0 80px;}
.anunciaListDetallesItem img{position:absolute;top:0;left:0;width:70px;}

.anunciaListDetalles2{padding:1em;background: url("../imagenes/entorno/anuncia-clinica-previo2_amp.jpg") no-repeat center bottom;background-size:cover;}
.anunciaListDetalles2Cont{padding:1em;background-color: rgba(251,251,251,0.80);}

/*.servicios_list{}
.servicios_list ul{display:flex;}
.servicios_list ul li{width:50%;}
.servicios_list{}*/

/*varios*/
select{height:40px;}
.listFx1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listFx1 li {
    margin-bottom: 0.5em;
    padding: 0 0 0.5em 1.5em;
    background: url(../imagenes/svg/lifx1.svg) no-repeat left 5px;
    background-size: 1em;}
    
@media (min-width:768px) {
    /*anuncia clinica*/
    .anunciaPrevio{background: url("../imagenes/entorno/anuncia-clinica-previo.jpg") no-repeat right top;background-size:cover;}
    .anunciaPrevioCont{padding:1em;margin-right:300px;}

    .anunciaListDetalles{flex-direction:row;margin:2em 0;padding:0}
    .anunciaListDetallesItem{width:49%;}

    .anunciaListDetalles2{padding:1em;background: url("../imagenes/entorno/anuncia-clinica-previo2.jpg") no-repeat right top;background-size:cover;}
    
}